@charset "UTF-8";
/** 
* 読み込み順
    base
    layout
    component
    page
 　※その中の並びは、基本的にはABC順
*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
* メディアクエリ関数
*/
.main {
  max-width: 1440px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    max-width: unset;
    width: 100%;
  }
}

.container, .footer-info {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container, .footer-info {
    width: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #232624;
  font-weight: 400;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ul, ol {
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

h2, h3 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
}

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.main {
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 95px;
  overflow-x: hidden;
}

@media screen and (max-width: 1120px) {
  .main {
    margin-top: 54px;
    padding-top: 0;
    padding-bottom: 64px;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 30px;
  }
}

.section {
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.section:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .section:not(:last-of-type) {
    margin-bottom: 54px;
  }
}

.btn, .btn--detail {
  background-color: #4AB261;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 100px;
  padding: 16px 48px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .btn, .btn--detail {
    padding: 11px 48px;
  }
}

.btn:hover, .btn--detail:hover, .btn:focus, .btn--detail:focus {
  opacity: 0.7;
}

.btn-area {
  text-align: center;
}

.btn--detail {
  width: 320px;
}

.faq-item {
  border-bottom: 1px solid #DBE1DC;
  padding-bottom: 16px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .faq-item {
    padding-top: 7px;
    padding-right: 45px;
  }
}

.faq-question {
  font-weight: 600;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}

.faq-question::before {
  content: 'Q';
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 30px;
  background-color: #4AB261;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq-question::before {
    top: 19px;
  }
}

.faq-question::after {
  content: "";
  position: absolute;
  top: 1em;
  right: -2em;
  width: 14px;
  height: 14px;
  border-right: 1px solid #4AB261;
  border-bottom: 1px solid #4AB261;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 768px) {
  .faq-question::after {
    top: 0.5em;
  }
}

.faq-question.is-open::after {
  border-right-color: #A6A6A6;
  border-bottom-color: #A6A6A6;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 1em;
}

.faq-answer {
  margin-top: 0.5em;
  padding-left: 42px;
  display: none;
}

.faq-answer.is-open {
  display: block;
}

.following-btn-area {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}

.following-btn-area .btn, .following-btn-area .btn--detail {
  width: 80%;
  display: inline-block;
}

.hamburger {
  background-color: #4AB261;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding: 30px 10px 5px 16px;
  border-radius: 0px 0px 0px 10px;
  width: 80px;
  right: -2px;
}

@media screen and (min-width: 1121px) {
  .hamburger {
    display: none;
  }
}

.hamburger-line {
  position: absolute;
  width: 32px;
  height: 2px;
  border-radius: 3px;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.is-open .hamburger-line {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 20px;
  left: 40px;
}

.hamburger-line::before {
  content: '';
  width: inherit;
  height: inherit;
  background-color: inherit;
  top: -12px;
  position: absolute;
  left: 0;
}

.is-open .hamburger-line::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  top: 0px;
  left: 16px;
}

.heading {
  color: #4AB261;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
  line-height: 1.375;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 2.4rem;
  }
}

.heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading--1 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4AB261;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .heading--1 {
    font-size: 2rem;
    margin-bottom: 0em;
  }
}

.heading--2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4AB261;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .heading--2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
}

.heading--3 {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .heading--3 {
    font-size: 2rem;
  }
}

.icon--plus {
  position: relative;
}

.icon--plus::before {
  content: '＋';
  position: absolute;
  border-color: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: #4AB261;
  top: 30px;
  right: 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.icon--plus.is-open::before {
  content: '−';
  right: 6px;
}

.icon--plus::after {
  content: '';
  position: absolute;
  top: 26px;
  right: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #4AB261;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .icon--plus::after {
    width: 24px;
    height: 24px;
  }
}

.icon--arrow {
  position: relative;
}

.icon--arrow::before {
  content: '';
  position: absolute;
  top: 34px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4AB261;
  border-right: 2px solid #4AB261;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon--arrow::after {
  content: '';
  position: absolute;
  top: 26px;
  right: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #4AB261;
  border-radius: 50%;
}

.list {
  list-style-type: none;
  font-size: 1.8rem;
}

.list-item {
  padding-left: 20px;
  position: relative;
}

.list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #4AB261;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .list-item::before {
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.list-linking-dots {
  color: rgba(78, 84, 80, 0.5);
}

@media screen and (max-width: 768px) {
  .list-data {
    display: block;
  }
}

.list--target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #4E5450;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -24px;
  margin-top: 32px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .list--target {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.list--target .list-item {
  width: 31%;
  border: 1px solid #DBE1DC;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 4px 16px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .list--target .list-item {
    width: 100%;
    padding: 1em 1.1em 1em 0.8em;
    margin-right: 0;
  }
}

.list--target .list-item:nth-child(n + 4) {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .list--target .list-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .list--target .list-item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.list--target .list-item::before {
  content: none;
}

.list--target .list-annotation {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}

.lower-nav-wrapper {
  background-color: #F1F8DF;
  margin: 0 calc(50% - 50vw) 88px;
}

@media screen and (max-width: 768px) {
  .lower-nav-wrapper {
    margin-bottom: 50px;
  }
}

.lower-nav-list {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4E5450;
}

@media screen and (max-width: 768px) {
  .lower-nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
}

.lower-nav-item {
  border-right: 1px solid #DBE1DC;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .lower-nav-item {
    width: 50%;
    border-bottom: 1px solid #DBE1DC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0.5em;
  }
}

.lower-nav-item:first-child {
  border-left: 1px solid #DBE1DC;
}

@media screen and (max-width: 768px) {
  .lower-nav-item:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .lower-nav-item:last-child {
    width: 100%;
    border-bottom: none;
  }
}

.lower-nav-link {
  padding: 0 2.5em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .lower-nav-link {
    padding: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.lower-nav-link::after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 3px solid #4AB261;
  border-bottom: 3px solid #4AB261;
  border-radius: 3px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .lower-nav-link::after {
    margin-left: 9px;
    margin-bottom: 0;
  }
}

.lower-nav-link:hover, .lower-nav-link:focus {
  opacity: 0.7;
}

.marimo {
  position: absolute;
  width: 200px;
  height: 185px;
  background-color: #DDEEAF;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  border-radius: 133px / 88px;
  z-index: -1;
}

.price .marimo--1,
.area .marimo--1,
.recruit .marimo--1,
.about .marimo--1,
.massage .marimo--1,
.home .marimo--1 {
  top: 40px;
  right: -150px;
}

@media screen and (max-width: 768px) {
  .price .marimo--1,
  .area .marimo--1,
  .recruit .marimo--1,
  .about .marimo--1,
  .massage .marimo--1,
  .home .marimo--1 {
    top: -120px;
    right: -100px;
  }
}

.home-feature .marimo--1 {
  top: -60px;
  left: -120px;
}

@media screen and (max-width: 768px) {
  .home-feature .marimo--1 {
    left: -200px;
  }
}

.home-about .marimo--1 {
  top: 0;
  left: -150px;
}

.home-flow .marimo--1 {
  top: 200px;
  right: -190px;
}

@media screen and (max-width: 768px) {
  .home-flow .marimo--1 {
    display: none;
  }
}

.marimo--2 {
  top: 50%;
  left: -115px;
}

@media screen and (max-width: 768px) {
  .marimo--2 {
    display: none;
  }
}

.about .marimo--2 {
  top: 100px;
  left: -100px;
}

@media screen and (max-width: 768px) {
  .about .marimo--2 {
    display: block;
    top: 250px;
    left: -160px;
  }
}

.massage .marimo--2 {
  top: 200px;
  left: -100px;
}

@media screen and (max-width: 768px) {
  .massage .marimo--2 {
    display: none;
  }
}

.home-feature .marimo--2 {
  top: 200px;
  right: -300px;
  left: unset;
}

@media screen and (max-width: 768px) {
  .home-feature .marimo--2 {
    display: block;
    top: 530px;
    right: -160px;
  }
}

.price .marimo--3,
.area .marimo--3 {
  bottom: 0px;
  right: -100px;
}

.recruit .marimo--3 {
  bottom: -100px;
  right: -100px;
}

.about .marimo--3 {
  bottom: 800px;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .marimo--3 {
    display: none;
  }
}

.about .marimo--4 {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .about .marimo--4 {
    display: none;
  }
}

.page-title {
  font-size: 4.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1em;
  }
}

.page-lead {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 3em;
}

.paragraph {
  margin-bottom: 1em;
}

.price-formula-lead {
  margin-bottom: 24px;
}

.price-formula-img-wrapper {
  margin-bottom: 24px;
}

.price-formula-annotation {
  font-size: 1.5rem;
}

.read-more-text {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.read-more-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.42%, #FFFFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.42%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.42%, #FFFFFF 100%);
  bottom: -30px;
  left: 0;
}

.read-more-text.is-reading {
  -webkit-line-clamp: unset;
}

.read-more-text.is-reading::before {
  content: none;
}

.read-more-btn {
  color: #4AB261;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: transparent;
  display: block;
  margin: auto;
  padding-right: 3em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.read-more-btn:hover, .read-more-btn:focus {
  opacity: 0.7;
}

.read-more-btn.icon--plus::before {
  position: relative;
  display: inline-block;
  top: 7px;
  right: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.read-more-btn.icon--plus.is-reading::before {
  content: "-";
  top: 6px;
  right: -103%;
}

.read-more-btn.icon--plus::after {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  top: 7px;
  left: 19px;
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table-row {
  border-top: 1px solid #DBE1DC;
  border-bottom: 1px solid #DBE1DC;
}

@media screen and (max-width: 768px) {
  .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.table-head, .recruit .table-head {
  background-color: rgba(219, 225, 220, 0.2);
  font-size: 1.8rem;
  width: 175px;
  padding: 20px 10px 20px 44px;
  text-align: left;
}

.recruit .table-head {
  width: 22%;
  padding: 22px 10px 22px 36px;
}

@media screen and (max-width: 768px) {
  .table-head, .recruit .table-head {
    width: 100%;
    padding: 8px;
    display: block;
    text-align: center;
  }
}

.table-cell {
  font-size: 1.8rem;
  padding: 25px 10px 25px 66px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .table-cell {
    width: 100%;
    padding: 16px 0px 20px 10px;
    display: block;
  }
}

.table .dl {
  margin-top: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .table .dl {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .table iframe {
    width: 100%;
  }
}

.tel {
  font-family: "Quicksand", sans-serif;
  color: #4E5450;
  line-height: 1.2;
}

.tel-num {
  font-size: 3.2rem;
  font-weight: 600;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tel-num {
    pointer-events: initial;
  }
}

.tel-time {
  font-size: 1.4rem;
  text-align: center;
}

.tel-icon {
  background: url("../img/icon/tel.svg") left center no-repeat;
  padding-left: 1.2em;
}

.trouble-target-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #4E5450;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -24px;
  margin-top: 32px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .trouble-target-list {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-trouble .trouble-target-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

.trouble-target .list-item {
  width: 31%;
  border: 1px solid #DBE1DC;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 4px 16px;
  margin-right: 24px;
  background-color: #fff;
  height: 144px;
}

@media screen and (max-width: 1080px) {
  .trouble-target .list-item {
    width: 70%;
    padding: 1em 1.1em 1em 0.8em;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .trouble-target .list-item {
    width: 100%;
  }
}

.trouble-target .list-item:nth-child(n + 4) {
  margin-top: 24px;
}

@media screen and (max-width: 1080px) {
  .trouble-target .list-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1080px) {
  .trouble-target .list-item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.trouble-target .list-item::before {
  content: none;
}

.trouble-target .list-data {
  font-size: 1.8rem;
  line-height: 1.6;
}

.trouble-target .list-annotation {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}

.wave {
  position: relative;
}

.wave::before {
  content: '';
  background: url("../img/wave.svg") no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .wave::before {
    content: none;
  }
}

.wave.about-vision::before {
  top: 90px;
  left: 41%;
}

.wave-bg {
  position: relative;
}

.wave-bg::before {
  content: "";
  width: 150%;
  height: 100%;
  background-color: #fff;
  -webkit-filter: blur(33px);
          filter: blur(33px);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  left: -15%;
}

.about-vision .wave-bg::before {
  width: 115%;
  left: -10%;
}

@media screen and (max-width: 768px) {
  .wave-bg::before {
    content: none;
  }
}

.u-pc-only {
  display: inherit !important;
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp-only {
    display: inherit !important;
  }
}

.u-fw--bold {
  font-weight: 700;
}

.u-section--reset {
  margin-top: inherit;
  padding-top: inherit;
}

.u-overflow--y_hidden {
  overflow-y: hidden;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2;
  background-color: #fff;
  height: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

@media screen and (max-width: 1120px) {
  .header {
    padding-bottom: 0;
    height: 54px;
  }
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: calc(100% - 64px);
  margin-left: auto;
}

@media screen and (max-width: 1120px) {
  .header-info {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1120px) {
  .header-logo {
    padding-left: 12px;
    width: 57.6%;
  }
}

.header-logo-img {
  height: 33px;
}

@media screen and (max-width: 1120px) {
  .header-logo-img {
    height: auto;
  }
}

.header-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .header-cta-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header-btn-area {
  border-radius: 0px 0px 0px 40px;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .header-btn-area {
    display: none;
  }
}

.header-btn-area .btn, .header-btn-area .btn--detail {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 130px 10px 70px;
  position: relative;
  border-radius: unset;
}

.header-btn-area .btn::before, .header-btn-area .btn--detail::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  right: 79px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 2px;
}

.header-btn-area .btn::after, .header-btn-area .btn--detail::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-cta-wrapper--sp .header-btn-area {
  text-align: center;
}

@media screen and (min-width: 1121px) {
  .header-cta-wrapper--sp .header-btn-area {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .header-cta-wrapper--sp .header-btn-area {
    display: block;
  }
}

.header-cta-wrapper--sp .header-btn-area .btn, .header-cta-wrapper--sp .header-btn-area .btn--detail {
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 12px 74px;
  border-radius: 100px;
}

.header-cta-wrapper--sp .header-btn-area .btn::before, .header-cta-wrapper--sp .header-btn-area .btn--detail::before, .header-cta-wrapper--sp .header-btn-area .btn::after, .header-cta-wrapper--sp .header-btn-area .btn--detail::after {
  content: none;
}

.header-tel-area {
  margin-right: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1120px) {
  .header-tel-area {
    display: none;
  }
}

@media screen and (min-width: 1121px) {
  .header-cta-wrapper--sp .header-tel-area {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .header-cta-wrapper--sp .header-tel-area {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1120px) {
  .header-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    padding-top: 88px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: auto;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
}

@media screen and (max-width: 1120px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .header-nav-list {
    font-weight: 500;
  }
}

.header-nav-list .icon--plus::before, .header-nav-list .icon--plus::after, .header-nav-list .icon--arrow::before, .header-nav-list .icon--arrow::after {
  display: none;
}

@media screen and (max-width: 1120px) {
  .header-nav-list .icon--plus::before, .header-nav-list .icon--plus::after, .header-nav-list .icon--arrow::before, .header-nav-list .icon--arrow::after {
    display: inline-block;
  }
}

.header-nav-item {
  border-right: 1px solid #DBE1DC;
}

@media screen and (max-width: 1120px) {
  .header-nav-item {
    border-right: none;
    border-bottom: 1px solid #DBE1DC;
    padding: 1em 0;
  }
}

.header-nav-item:first-child {
  border-left: 1px solid #DBE1DC;
}

@media screen and (max-width: 1120px) {
  .header-nav-item:first-child {
    border-left: none;
  }
}

.header-nav-link {
  padding-left: 2.3em;
  padding-right: 2.3em;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  position: relative;
  display: block;
}

@media screen and (max-width: 1260px) and (min-width: 1121px) {
  .header-nav-link {
    font-size: 1.8vmin;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 1120px) {
  .header-nav-link {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.header-nav-link::after {
  content: '';
  position: absolute;
  width: calc(100% - 4.6em);
  height: 1px;
  display: inline-block;
  background-color: transparent;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header-nav-item:hover .header-nav-link,
.header-nav-item:focus .header-nav-link {
  color: #4AB261;
}

@media screen and (max-width: 1120px) {
  .header-nav-item:hover .header-nav-link,
  .header-nav-item:focus .header-nav-link {
    color: inherit;
  }
}

.header-nav-item:hover .header-nav-link::after,
.header-nav-item:focus .header-nav-link::after {
  background-color: currentColor;
}

@media screen and (max-width: 1120px) {
  .header-nav-item:hover .header-nav-link::after,
  .header-nav-item:focus .header-nav-link::after {
    background-color: transparent;
  }
}

.header-nav-icon {
  vertical-align: text-bottom;
}

.child-nav-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .child-nav-wrapper {
    display: none;
    position: static;
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 16px;
  }
}

.header-nav-item--parent:hover .child-nav-wrapper,
.header-nav-item--parent:focus .child-nav-wrapper {
  opacity: 1;
  visibility: visible;
}

.child-nav-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #F1F8DF;
  padding: 1em 2em;
  margin-top: 1em;
}

@media screen and (max-width: 1120px) {
  .child-nav-list {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
}

.child-nav-list::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 20px solid #F1F8DF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
}

@media screen and (max-width: 1120px) {
  .child-nav-list::before {
    content: none;
  }
}

.child-nav-item:not(:first-child) {
  margin-top: 0.5em;
}

.child-nav-link {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.child-nav-link:hover, .child-nav-link:focus {
  opacity: 0.7;
}

.footer-inner {
  background-color: #E4F4E7;
}

.footer-info {
  padding-top: 70px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer-panel {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 90px 40px 92px;
}

@media screen and (max-width: 1080px) {
  .footer-panel {
    padding: 32px 22px;
  }
}

.footer-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  border-bottom: 1px dashed #4AB261;
  margin-bottom: 0.625em;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .footer-text {
    font-size: 5.5vw;
    margin-bottom: 1em;
  }
}

.footer-text--sm {
  font-size: 2.4rem;
  border-bottom: 1px dashed #4AB261;
}

@media screen and (max-width: 1080px) {
  .footer-text--sm {
    font-size: 5vw;
  }
}

.footer .tel {
  text-align: center;
}

.footer .tel-num {
  font-size: 4.4rem;
}

@media screen and (max-width: 1080px) {
  .footer .tel-num {
    font-size: 3.2rem;
  }
}

.footer .tel-time {
  font-size: 1.8rem;
}

.footer-btn {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 100px;
  font-weight: 600;
}

.footer-btn--email {
  background-color: #4AB261;
}

.footer-btn--line {
  background-color: #06C755;
}

.footer-btn-wrapper {
  margin-top: 26px;
}

.footer-btn-wrapper > *:not(:first-child) {
  margin-top: 26px;
}

.footer-btn .email-icon {
  background: url("../img/icon/email.svg") left center no-repeat;
  padding: 0.1em 0 0.1em 2.3em;
}

.footer-btn .line-icon {
  background: url("../img/icon/LINE.svg") left center no-repeat;
  padding: 0.5em 0 0.5em 3.2em;
  margin-left: -19px;
}

.footer-facebook {
  text-align: center;
}

.footer-facebook-heading {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}

.footer-facebook-desc {
  font-size: 1.4rem;
  margin-bottom: 1.9em;
}

.footer-facebook-iframe {
  width: 340px;
  height: 400px;
}

@media screen and (max-width: 1080px) {
  .footer-facebook-iframe {
    width: 100%;
  }
}

.footer-copyright {
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5em;
}

@media screen and (max-width: 1080px) {
  .footer-copyright {
    padding-bottom: 100px;
  }
}

.about-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 222px !important;
}

@media screen and (max-width: 768px) {
  .about-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 54px !important;
  }
}

.about-vision-head {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  .about-vision-head {
    margin-bottom: 40px;
  }
}

.about-vision-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 510px;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
  margin-right: 130px;
}

@media screen and (max-width: 1080px) {
  .about-vision-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-vision-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-vision-title {
    font-size: 5.3vmin;
    margin-bottom: 1em;
    font-weight: 700;
  }
}

.about-vision-img {
  width: 614px;
  height: auto;
  max-width: none;
}

@media screen and (max-width: 1080px) {
  .about-vision-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about-vision-img {
    width: 105%;
  }
}

.about-vision-img-wrapper {
  position: absolute;
  top: 41%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .about-vision-img-wrapper {
    position: relative;
    left: unset;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-message {
    margin-bottom: 65px !important;
  }
}

.about-message .heading {
  margin-bottom: 32px;
}

.about-message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about-message-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-message-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .about-message-item {
    width: 100%;
  }
}

.about-message-item:first-child {
  padding-right: 40px;
  border-right: 1px solid #DBE1DC;
}

@media screen and (max-width: 768px) {
  .about-message-item:first-child {
    padding: 0;
    border-right: unset;
    margin-bottom: 50px;
  }
}

.about-message-item:last-child {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .about-message-item:last-child {
    padding: 0;
  }
}

.about-message-subheading {
  font-weight: 700;
  margin-bottom: 0.8em;
  display: block;
}

.about-goal {
  margin-bottom: 160px !important;
}

@media screen and (min-width: 769px) {
  .about-goal {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-goal {
    margin-bottom: 80px !important;
  }
}

.about-goal-inner {
  margin: 0 calc(50% - 50vw);
  background-color: #F1F8DF;
  padding: 43px 30px 64px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about-goal-inner {
    padding: 28px 14px 40px;
  }
}

.about-goal-inner::after {
  content: "";
  position: absolute;
  border-top: 45px solid #F1F8DF;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 30px solid transparent;
  bottom: -28%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .about-goal-text {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.about-representative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .about-representative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px !important;
  }
}

.about-representative-head {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  .about-representative-head {
    margin-bottom: 60px;
  }
}

.about-representative-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 540px;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  margin-left: 120px;
}

@media screen and (max-width: 1080px) {
  .about-representative-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about-representative-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
  }
}

.about-representative-body .heading--2 {
  margin-bottom: 10px;
}

.about-representative-img {
  width: 614px;
  height: auto;
  max-width: none;
}

@media screen and (max-width: 1080px) {
  .about-representative-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about-representative-img {
    width: 105%;
  }
}

.about-representative-img-wrapper {
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .about-representative-img-wrapper {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  .about-representative-img-wrapper {
    position: relative;
    left: -16px;
    right: unset;
  }
}

.about-representative-title {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.about-representative .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.about-representative .list-item::before {
  -webkit-transform: none;
          transform: none;
  top: 13px;
}

.about-representative .list-item > * {
  display: block;
}

.about-representative .list-heading {
  min-width: 4em;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .about-representative .list-heading {
    margin-right: 0.5em;
  }
}

.about-representative .list-linking-dots {
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .about-representative .list-linking-dots {
    min-width: 4em;
    margin-right: 0.5em;
  }
}

.about-story {
  margin-bottom: 112px !important;
}

@media screen and (max-width: 1080px) {
  .about-story {
    margin-bottom: 70px !important;
  }
}

.about-story-panel {
  background-color: rgba(219, 225, 220, 0.2);
  padding: 54px 80px 60px;
}

@media screen and (max-width: 1080px) {
  .about-story-panel {
    padding: 26px 20px 30px;
  }
}

.about-story-heading {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .about-story-heading {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 1.1em;
  }
}

.about-story-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .about-story-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-story-head {
  margin-right: 76px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 337px;
      -ms-flex: 0 0 337px;
          flex: 0 0 337px;
}

@media screen and (max-width: 1080px) {
  .about-story-head {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1080px) {
  .about-story-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .about-story-title {
    font-size: 5.3vmin;
    font-weight: 700;
  }
}

.about-story-desc {
  line-height: 2.4;
}

.about-story .read-more-text {
  -webkit-line-clamp: 9;
}

@media screen and (max-width: 1080px) {
  .about-story .read-more-text {
    -webkit-line-clamp: 6;
  }
}

.about-story .read-more-text.is-reading {
  -webkit-line-clamp: unset;
}

.about-story .read-more-text::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 248, 0)), color-stop(58.42%, rgba(248, 249, 248, 0.88)), to(#F8F9F8));
  background: -webkit-linear-gradient(top, rgba(248, 249, 248, 0) 0%, rgba(248, 249, 248, 0.88) 58.42%, #F8F9F8 100%);
  background: linear-gradient(180deg, rgba(248, 249, 248, 0) 0%, rgba(248, 249, 248, 0.88) 58.42%, #F8F9F8 100%);
}

@media screen and (max-width: 1080px) {
  .about-story .read-more-text::before {
    height: 150px;
    bottom: -15px;
  }
}

.about-hours .heading {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .about-hours .table-head {
    width: 240px;
  }
}

.home-mv {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .home-mv {
    margin-bottom: 28px;
  }
}

.home-mv-inner {
  margin: auto;
  width: 1248px;
  height: 620px;
  max-width: 100%;
  background: url("../img/home/mv.png") center center/contain no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .home-mv-inner {
    background-image: url("../img/home/mv--sp.png");
    height: 109vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-mv-heading {
  font-size: 4.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  position: relative;
}

.home-mv-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(113, 126, 116, 0.4);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.home-mv-heading > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .home-mv-heading {
    font-size: 5.8vmin;
  }
}

.home-mv-heading-wrapper {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .home-mv-heading-wrapper {
    padding: 0;
    text-align: center;
  }
}

.home-mv-heading--2nd {
  display: block;
  font-size: 2.8rem;
  padding-left: 1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .home-mv-heading--2nd {
    font-size: 4.1vmin;
    padding-left: 0;
  }
}

.home-feature-head {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .home-feature-head {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 48px;
  }
}

.home-feature-heading {
  font-size: 2.2rem;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px dashed #4AB261;
  display: inline;
}

@media screen and (max-width: 768px) {
  .home-feature-heading {
    font-size: 2rem;
  }
}

.home-feature-body .home-feature-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .home-feature-body .home-feature-heading {
    font-size: 2.2rem;
    margin-bottom: 0.6em;
  }
}

.home-feature-lead {
  margin-top: 1.5em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .home-feature-lead {
    font-size: 1.8rem;
  }
}

.home-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .home-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-feature-item {
  border: 1px solid rgba(74, 178, 97, 0.3);
  border-radius: 50%;
  padding: 44px 57px 23px;
  width: 35%;
  position: relative;
  counter-increment: list-item;
}

@media screen and (max-width: 768px) {
  .home-feature-item {
    width: 100%;
    padding: 36px 36px 28px;
    min-height: 284px;
  }
}

.home-feature-item:nth-child(2) {
  margin-left: -1em;
  margin-right: -1em;
}

@media screen and (max-width: 768px) {
  .home-feature-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 3em;
  }
}

.home-feature-item::before {
  content: counter(list-item);
  color: #fff;
  background-color: #4AB261;
  width: 2em;
  height: 2em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .home-feature-item::before {
    top: 24px;
    left: 22px;
  }
}

.home-feature-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8em;
}

.home-feature-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .home-feature-desc {
    font-size: 1.7rem;
  }
}

.home-feature-link {
  font-size: 1.6rem;
  color: #4AB261;
  text-decoration: underline;
  text-align: center;
  font-weight: 600;
  padding-right: 2em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-feature-link:hover, .home-feature-link:focus {
  opacity: 0.7;
}

.home-feature-link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 2px;
}

.home-feature-link::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-feature-link-wrapper {
  text-align: center;
}

.home-trouble {
  position: relative;
  padding: 72px 0 54px;
}

.home-trouble-bg {
  position: absolute;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 130vw;
  height: 100%;
  background-color: #F1F8DF;
  z-index: -1;
  top: 0;
  left: -15vw;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .home-trouble-bg {
    width: 370%;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-trouble::after {
  content: '';
  position: absolute;
  border-top: 70px solid #F1F8DF;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .home-trouble::after {
    border-top-width: 50px;
    border-left-width: 50px;
    border-right-width: 50px;
    bottom: -40px;
  }
}

.home-trouble-head {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .home-trouble-head {
    margin-bottom: 40px;
  }
}

.home-trouble-heading {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .home-trouble-heading {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .home-trouble-head .home-trouble-heading {
    font-size: 2.4rem;
  }
}

.home-trouble-lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home-trouble-lead {
    text-align: left;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .home-treatment {
    margin-bottom: 80px !important;
  }
}

.home-treatment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .home-treatment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-treatment-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 537px;
      -ms-flex: 0 0 537px;
          flex: 0 0 537px;
  margin-right: 56px;
}

@media screen and (max-width: 1080px) {
  .home-treatment-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-treatment-head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
}

.home-treatment-heading {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .home-treatment-heading {
    margin-top: 0.5em;
  }
}

.home-treatment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .home-treatment-list {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.home-treatment-item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .home-treatment-item {
    width: calc(50% - 1em);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-treatment-img-wrapper {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .home-treatment-img-wrapper {
    margin-right: 0;
  }
}

.home-price {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 768px) {
  .home-price {
    margin-bottom: 100px !important;
  }
}

.home-price .price-formula {
  margin-bottom: 40px;
}

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px !important;
  }
}

.home-about-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 460px;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  margin-right: 90px;
}

@media screen and (max-width: 1080px) {
  .home-about-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .home-about-head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.home-about-heading {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.home-about-desc {
  margin-bottom: 2.2em;
}

.home-about .btn, .home-about .btn--detail {
  text-align: center;
}

.home-about .btn-area {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .home-about .btn-area {
    text-align: center;
  }
}

.home-flow {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .home-flow {
    margin-bottom: 80px !important;
  }
}

.home-flow-body {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  width: 101%;
}

@media screen and (max-width: 1080px) {
  .home-flow-body {
    width: 100%;
  }
}

.home-flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (max-width: 1080px) {
  .home-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-flow-item {
  width: 25%;
  counter-increment: flow-item;
  border: 1px solid #DBE1DC;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .home-flow-item {
    width: 100%;
  }
}

.home-flow-item:not(:last-child) {
  margin-right: 48px;
}

@media screen and (max-width: 1080px) {
  .home-flow-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 72px;
  }
}

.home-flow-item:not(:last-child)::after {
  content: '';
  position: absolute;
  border-top: 30px solid transparent;
  border-left: 30px solid rgba(74, 178, 97, 0.3);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .home-flow-item:not(:last-child)::after {
    border-top: 30px solid rgba(74, 178, 97, 0.3);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -82px;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.home-flow-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1em 1em 1em 4em;
  position: relative;
  height: 78px;
}

@media screen and (max-width: 1080px) {
  .home-flow-title {
    font-size: 1.8rem;
    height: auto;
    padding: 1.1em 1em 1.1em 4em;
  }
}

.home-flow-title::before {
  content: counter(flow-item);
  color: #fff;
  background-color: #4AB261;
  width: 2em;
  height: 2em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 20px;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .home-flow-title::before {
    top: 14px;
  }
}

.home-flow-img {
  width: 100%;
}

.massage-treatment {
  margin-bottom: 112px !important;
}

.massage-treatment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -80px;
  margin-bottom: 48px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .massage-treatment-content {
    margin-right: 0;
  }
}

.massage-treatment-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.massage-treatment-head:hover, .massage-treatment-head:focus {
  opacity: 0.7;
}

.massage-treatment-body {
  margin-top: 24px;
  display: none;
}

@media screen and (max-width: 768px) {
  .massage-treatment-body {
    margin-top: 16px;
  }
}

.massage-treatment-item {
  margin-right: 80px;
  border-top: 1px solid #DBE1DC;
  width: calc(50% - 80px);
  padding: 32px 0;
}

@media screen and (max-width: 768px) {
  .massage-treatment-item {
    width: 100%;
    margin-right: 0;
    padding: 12px 0;
  }
}

.massage-treatment-item:nth-child(n + 3) {
  border-bottom: 1px solid #DBE1DC;
}

@media screen and (max-width: 768px) {
  .massage-treatment-item:nth-child(n + 3) {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .massage-treatment-item:last-child {
    border-bottom: 1px solid #DBE1DC;
  }
}

.massage-treatment-img-wrapper {
  margin-right: 42px;
}

@media screen and (max-width: 768px) {
  .massage-treatment-img-wrapper {
    width: 28%;
    margin-right: 24px;
  }
}

.massage-treatment-heading {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .massage-treatment-heading {
    font-size: 1.8rem;
  }
}

.massage-treatment-desc.paragraph {
  margin-bottom: 0 !important;
}

.massage-treatment-movie {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.massage-treatment-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.massage-treatment .paragraph {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .massage-treatment .paragraph {
    margin-bottom: 24px;
  }
}

.massage-treatment-scene-heading {
  font-weight: 500;
}

.massage-treatment-scene .paragraph {
  margin-bottom: 24px;
}

.massage-treatment .icon--plus::before {
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .massage-treatment .icon--plus::before {
    font-size: 1.6rem;
    right: 4px;
  }
}

.massage-treatment .icon--plus.is-open::before {
  top: 49%;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .massage-treatment .icon--plus.is-open::before {
    right: 1.8%;
  }
}

.massage-treatment .icon--plus::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.massage-flow-list {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .massage-flow-list {
    margin-top: 54px;
  }
}

.massage-flow-item {
  border-top: 1px solid #DBE1DC;
  border-bottom: 1px solid #DBE1DC;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .massage-flow-item {
    padding-bottom: 28px;
  }
}

.massage-flow-item:not(:last-of-type) {
  margin-bottom: 116px;
  position: relative;
}

.massage-flow-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  border-top: 30px solid rgba(74, 178, 97, 0.3);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  bottom: -28%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .massage-flow-item:not(:last-of-type)::after {
    bottom: -100px;
    border-top-width: 35px;
    border-left-width: 35px;
    border-right-width: 35px;
  }
}

.massage-flow-head {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .massage-flow-head {
    margin-top: -20px;
  }
}

.massage-flow-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .massage-flow-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.massage-flow-step {
  font-family: "Quicksand", sans-serif;
  font-size: 2.4rem;
  background-color: #E4F4E7;
  color: #4E5450;
  padding: 0.5em 3.6em;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .massage-flow-step {
    font-size: 2.2rem;
    padding: 0.2em 3.6em;
  }
}

.massage-flow-img {
  width: 100%;
}

.massage-flow-img-wrapper {
  margin-right: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 330px;
      -ms-flex: 1 0 330px;
          flex: 1 0 330px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .massage-flow-img-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.massage-flow-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .massage-flow-heading {
    font-size: 1.8rem;
  }
}

.price .price-formula {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .price .price-formula {
    margin-bottom: 40px;
  }
}

/**
* SCSSファイルですが、CSS記述方式でも問題ありません。
* このファイルのスタイルが原則最優先されます。
*/
