@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  opacity: 0;
  color: #3a3739;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

main section[id] {
  scroll-margin-top: 6rem;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: px(768)) {
  a08[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 8.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.l-inner__lower {
  padding: 0 11.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner__lower {
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 350px;
  }
}

.c-section-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #3a3739;
  border: 0.8px solid #3a3739;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-section-btn:hover .c-section-btn__arrow::after {
    -webkit-transform: translateY(-50%) skewX(50deg) translateX(50%);
            transform: translateY(-50%) skewX(50deg) translateX(50%);
  }
}
.c-section-btn:focus-visible {
  outline: 2px solid #1aaba4;
  outline-offset: 0.125rem;
}

.c-section-btn__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-section-btn__text {
    font-size: 0.875rem;
  }
}

.c-section-btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.9375rem;
  height: 0.29375rem;
  position: relative;
}
.c-section-btn__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.9375rem;
  height: 0.29375rem;
  border-bottom: 0.0625rem solid #3a3739;
  border-right: 0.0625rem solid #3a3739;
  -webkit-transform: translateY(-50%) skewX(50deg) translateX(0);
          transform: translateY(-50%) skewX(50deg) translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, translate 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fadeIn-blur {
  translate: 0 20px;
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transition: opacity 1s ease, translate 1s ease-out, -webkit-filter 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out, -webkit-filter 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out, filter 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out;
}
.c-animated__fadeIn-blur.js-show {
  translate: 0;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.c-section-padding {
  padding-block: 8.125rem;
}
@media screen and (max-width: 768px) {
  .c-section-padding {
    padding-block: 5rem;
  }
}

.c-section-padding--lower {
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .c-section-padding--lower {
    padding-block: 5rem;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}

.c-section-title__en {
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .c-section-title__en {
    font-size: 2.25rem;
  }
}

.c-section-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .c-section-title__ja {
    font-size: 1.125rem;
  }
}

.c-menu {
  padding-block: 9.25rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-menu {
    padding-block: 3rem 4rem;
  }
}

.c-menu.p-neo-healer-menu {
  background: #e9fffe;
}

.c-menu__inner {
  padding-inline: 13.125rem;
  max-width: 1440px;
  height: inherit;
  padding: 0 8.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-menu__inner {
    padding-inline: 3rem;
  }
}

.c-menu__heading {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-menu__heading {
    margin-bottom: 1rem;
  }
}

.c-menu__heading-deco {
  width: min(100%, 23.5rem);
  margin-inline: auto;
  margin-top: 1rem;
  height: auto;
}
.c-menu__heading-deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-menu__heading-deco {
    margin-top: -1rem;
  }
}

.c-menu__table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-menu__table-scroll {
    margin-top: 2.5rem;
    width: calc(100% + 3rem);
    max-width: none;
    margin-right: -3rem;
  }
}

.c-menu__table {
  width: 100%;
  min-width: 63.9375rem;
  border-collapse: collapse;
  table-layout: fixed;
  border-left: 1px solid #c8bfb4;
  border-top: 1px solid #c8bfb4;
}

.c-menu__col--label-a {
  width: 7.92%;
}

.c-menu__col--label-b {
  width: 8.02%;
}

.c-menu__col--nano-a {
  width: 20.92%;
}

.c-menu__col--nano-b {
  width: 21.11%;
}

.c-menu__col--combo-a {
  width: 20.92%;
}

.c-menu__col--combo-b {
  width: 21.11%;
}

.c-menu__th,
.c-menu__td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #c8bfb4;
  border-bottom: 1px solid #c8bfb4;
  padding: 0.625rem 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: normal;
  color: #474038;
  text-align: center;
  vertical-align: middle;
}

.c-menu__th--course-head {
  background: #f0ece6;
  padding: 0.625rem 0.8125rem;
}

.c-menu__th--nano-head {
  background: #e8e4de;
  letter-spacing: 0.035rem;
}

.c-menu__th--combo-head {
  background: #d0e0dd;
  letter-spacing: 0.035rem;
}

.c-menu__th--crowd {
  background: #f0ece6;
  height: 2.375rem;
  padding-block: 0.4375rem;
  font-weight: 700;
}

.c-menu__th--nano-sub {
  background: #f2eeea;
  font-weight: 400;
}

.c-menu__th--combo-sub {
  background: #e0edec;
  font-weight: 400;
}

.c-menu__th--row-label {
  background: #f0ece6;
  font-weight: 700;
  letter-spacing: 0.035rem;
}

.c-menu__th--sub-label {
  background: #f0ece6;
  font-weight: 700;
}

.c-menu__td--nano {
  background: #ffffff;
  font-weight: 400;
}

.c-menu__td--combo {
  background: #f5fffd;
  font-weight: 400;
}

.c-menu__td--nano-option {
  background: #f2eeea;
  font-weight: 400;
}

.c-menu__td--combo-option {
  background: #e0edec;
  font-weight: 400;
}

.c-menu__td--muted {
  color: #9a9087;
  font-weight: 400;
}

.c-menu__cell-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  line-height: 1;
}

.c-menu__price-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  line-height: 1.3125rem;
}

.c-menu__price-num {
  font-size: 1.25rem;
  font-weight: 500;
}

.c-menu__price-unit {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-menu__sub-note {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.05rem;
}

.c-menu__option-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
}

.c-menu__option-text .c-menu__price-num {
  margin-inline: 0.25rem;
}

.c-menu__tr--head-primary .c-menu__th {
  min-height: 2.625rem;
}

.c-menu__tr--course-price .c-menu__td,
.c-menu__tr--course-price .c-menu__th {
  padding-block: 0.875rem;
}

.c-menu__tr--option .c-menu__td,
.c-menu__tr--option .c-menu__th {
  padding-block: 1.125rem;
}

@media screen and (max-width: 768px) {
  .c-menu {
    padding-block: 5rem;
  }
  .c-menu__heading {
    margin-bottom: 1rem;
  }
  .c-menu__th,
  .c-menu__td {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 0.5rem 0.25rem;
  }
  .c-menu__price-num {
    font-size: 1.0625rem;
  }
  .c-menu__price-unit {
    font-size: 0.75rem;
  }
  .c-menu__sub-note {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .c-menu__option-text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.c-menu__note {
  margin-top: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.c-faq {
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .c-faq {
    padding-block: 5rem;
  }
}

.c-faq.p-nano-mist-faq {
  background-color: #fff5b0;
}

.c-faq.p-neo-healer-faq {
  background-color: #ffffff;
}

.c-faq__inner.l-inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 18.75rem;
}
@media screen and (max-width: 768px) {
  .c-faq__inner.l-inner {
    max-width: 390px;
    padding-inline: 1.25rem;
  }
}

.c-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.c-faq__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  color: #46c5bf;
  text-align: center;
}

.c-faq__title-deco {
  width: min(100%, 23.5rem);
}
.c-faq__title-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.c-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-block: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .c-faq__items {
    padding-block: 3.75rem 0;
    gap: 1rem;
  }
}

.c-faq__item {
  border-radius: 0.625rem;
  background: #ffffff;
  overflow: hidden;
}

.c-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 2rem 3rem;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-faq__question {
    padding: 1.5rem 1.25rem;
  }
}

.c-faq__question::-webkit-details-marker {
  display: none;
}

.c-faq__question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  min-width: 0;
}

.c-faq__q-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1aaba4;
}

.c-faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #444444;
  text-align: left;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (any-hover: hover) {
  .c-faq__question:hover .c-faq__question-text {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.c-faq__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 1.1875rem;
  color: #1aaba4;
}

.c-faq__question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-faq__item.is-opened .c-faq__question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.c-faq__answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.c-faq__item.is-opened .c-faq__answer {
  height: auto;
  opacity: 1;
}

.c-faq__divider {
  height: 1px;
  margin-inline: 3rem;
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#999999), to(#1aaba4));
  background: linear-gradient(90deg, #999999 0%, #1aaba4 100%);
}

.c-faq__answer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-inline: 3rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
}

.c-faq__a-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1aaba4;
}

.c-faq__answer-text {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #444444;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-faq__title {
    font-size: 1.75rem;
  }
  .c-faq__items {
    gap: 1rem;
  }
  .c-faq__question {
    padding: 1.5rem 1.25rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .c-faq__question-row {
    gap: 1rem;
  }
  .c-faq__q-mark {
    font-size: 1.125rem;
  }
  .c-faq__question-text {
    font-size: 1rem;
  }
  .c-faq__question-icon {
    width: 1rem;
    height: 1.0625rem;
  }
  .c-faq__divider {
    margin-inline: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .c-faq__answer-row {
    padding-inline: 1.25rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }
  .c-faq__a-mark {
    font-size: 1rem;
  }
  .c-faq__answer-text {
    font-size: 1rem;
  }
}
.c-target.p-nano-mist-target {
  position: relative;
  background: url("../img/bg-green.webp") no-repeat top center/cover;
  padding-bottom: 43.4375rem;
}
@media screen and (max-width: 768px) {
  .c-target.p-nano-mist-target {
    padding-bottom: 25rem;
  }
}

.c-target.p-neo-healer-target {
  background: #e9fffe;
}

.p-nano-mist-target__comfort-wrap {
  position: absolute;
  bottom: -10.625rem;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-target__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  width: 100%;
}

.c-target__block {
  position: relative;
  width: 100%;
  max-width: 43rem;
}

.c-target__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.375rem;
}

.c-target__ornament {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  width: min(100%, 20rem);
  margin-inline: auto;
}

.c-target__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.0125;
  letter-spacing: 0.22428125rem;
  color: #1aaba4;
  text-align: center;
}

.c-target__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-target__content {
    padding-right: 0;
  }
}

.c-target__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 20.5rem));
  gap: 0.625rem 1rem;
  max-width: 43rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-target__grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

.c-target__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  min-height: 5.125rem;
  padding: 1.0625rem 1rem 1.0625rem 1.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(210, 170, 130, 0.25);
  border-radius: 5.625rem;
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(180, 130, 80, 0.08);
          box-shadow: 0 0.125rem 0.625rem 0 rgba(180, 130, 80, 0.08);
}

.c-target__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(26, 171, 164, 0.2);
}
.c-target__icon svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.p-neo-healer-target .c-target__icon {
  color: #1aaba4;
}

.p-nano-mist-target .c-target__icon {
  background: rgba(235, 210, 185, 0.5);
  color: #b87040;
}

.p-about-target .c-target__icon {
  color: #1aaba4;
}

.c-target__card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.c-target__card-line {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4725rem;
  letter-spacing: -0.0155875rem;
  color: #006469;
}
.c-target__card-line + .c-target__card-line {
  margin-top: 0;
}

.c-target__figure {
  position: absolute;
  top: -10.3125rem;
  right: 0;
  width: 7.3125rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-target__figure {
    position: static;
    width: min(100%, 8.75rem);
    margin-top: 1.75rem;
    margin-inline: auto;
  }
}

.c-target__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.c-target__closing {
  max-width: 45rem;
  margin-top: 3.75rem;
  margin-inline: auto;
  text-align: center;
}

.c-target__closing p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
}
.c-target__closing p + .c-target__closing p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-target {
    padding-bottom: 3.75rem;
  }
  .c-target__inner {
    gap: 2.5rem;
  }
  .c-target__title {
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
  }
  .c-target__card {
    min-height: auto;
    padding: 0.875rem 0.875rem 0.875rem 1.125rem;
  }
  .c-target__card-line {
    font-size: 0.875rem;
    line-height: 1.55;
  }
  .c-target__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .c-target__closing p {
    font-size: 0.9375rem;
  }
}
.c-comfort {
  position: relative;
  padding-block: 7.375rem 12.125rem;
  background: #fbf2e4;
  border-radius: 1.125rem;
  overflow: hidden;
  width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-comfort {
    width: 90%;
    max-width: 500px;
    padding-block: 3rem;
  }
}

.c-comfort__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-comfort__inner {
    padding-inline: 4.6875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 555px) {
  .c-comfort__inner {
    padding-inline: 1.25rem;
  }
}

.c-comfort::before,
.c-comfort::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: #b8e2df;
}
@media screen and (max-width: 768px) {
  .c-comfort::before,
  .c-comfort::after {
    height: 1.25rem;
  }
}

.c-comfort::before {
  top: 0;
}

.c-comfort::after {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-comfort__deco {
    width: 10rem;
    right: 0.875rem;
  }
}

.c-comfort__deco::before,
.c-comfort__deco::after {
  content: "";
  position: absolute;
  width: 9.6875rem;
  height: 15.75rem;
  background: url("../img/comfort-leave.webp") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-comfort__deco::before,
  .c-comfort__deco::after {
    width: 3.75rem;
    height: 7.5rem;
  }
}

.c-comfort__deco::before {
  bottom: -9.875rem;
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .c-comfort__deco::before {
    bottom: -2.375rem;
    left: 0rem;
  }
}

.c-comfort__deco::after {
  top: -5rem;
  right: 3rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .c-comfort__deco::after {
    top: -2.3125rem;
    right: 0rem;
  }
}

.c-comfort__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1aaba4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-comfort__title {
    font-size: 1.375rem;
  }
}

.c-comfort__lead {
  margin-top: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-comfort__lead {
    font-size: 0.8125rem;
  }
}

.c-comfort__list {
  margin-top: 2.25rem;
  display: grid;
  gap: 1rem;
  width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-comfort__list {
    gap: 0.625rem;
    width: auto;
  }
}

.c-comfort__item {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .c-comfort__item {
    grid-template-columns: 1.125rem 1fr;
    font-size: 0.9375rem;
  }
}

.c-comfort__icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-comfort__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-comfort__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-comfort--neo-healer .c-comfort__title {
  letter-spacing: 0.02em;
  color: #46c5bf;
}
.c-comfort--neo-healer .c-comfort__lead {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .c-comfort--neo-healer .c-comfort__lead {
    font-size: 0.75rem;
  }
}
.c-comfort--neo-healer .c-comfort__list {
  width: min(100%, 42.125rem);
  margin-top: 2.5rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .c-comfort--neo-healer .c-comfort__list {
    margin-top: 1.25rem;
    width: auto;
    gap: 0.625rem;
  }
}
.c-comfort--neo-healer .c-comfort__item {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .c-comfort--neo-healer .c-comfort__item {
    font-size: 0.875rem;
  }
}
.c-comfort--neo-healer .c-comfort__item strong {
  font-weight: 700;
}

.p-neo-healer-comfort-wrapper {
  padding-block: 6.25rem 9.375rem;
  background: url("../img/bg-green.webp") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-comfort-wrapper {
    padding-block: 5rem 5rem;
    background: url("../img/bg-green.webp") no-repeat 0% 0%/cover;
  }
}
.p-neo-healer-comfort-wrapper .c-comfort {
  padding-block: 7.375rem 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-comfort-wrapper .c-comfort {
    padding-block: 3rem;
  }
}
.p-neo-healer-comfort-wrapper .c-comfort__deco::before {
  bottom: -5rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-comfort-wrapper .c-comfort__deco::before {
    bottom: -2.375rem;
    left: -0.875rem;
  }
}

.c-lower-heading {
  position: relative;
  margin-top: 5rem;
  padding-block: 6.25rem 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe2c0), to(rgba(255, 226, 192, 0)));
  background: linear-gradient(180deg, #ffe2c0 0%, rgba(255, 226, 192, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-lower-heading {
    margin-top: 3.125rem;
    padding-block: 3.4375rem 3.125rem;
  }
}

.c-lower-heading__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-lower-heading__inner {
    padding-inline: 2.5rem;
  }
}

.c-lower-heading__title {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #00a29a;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-lower-heading__title {
    font-size: 1.5rem;
  }
}

.c-lower-heading::before,
.c-lower-heading::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  width: 6.5rem;
  height: 6.5625rem;
  background: url("../img/fv-deco-vector.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-lower-heading::before,
  .c-lower-heading::after {
    top: 0.875rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
  }
}

.c-lower-heading::before {
  left: calc(50% - 40rem);
  -webkit-transform: rotate(90deg) scaleY(-1);
          transform: rotate(90deg) scaleY(-1);
}
@media screen and (max-width: 768px) {
  .c-lower-heading::before {
    left: calc(50% - 12.1875rem);
  }
}

.c-lower-heading::after {
  right: calc(50% - 40rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-lower-heading::after {
    right: calc(50% - 12.1875rem);
  }
}

.c-lower-heading__bg-deco {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 14.5625rem;
  z-index: 1;
  background: url("../img/lower-heading-deco.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-lower-heading__bg-deco {
    height: 6.25rem;
  }
}

.c-breadcrumb {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding-inline: 2.5rem;
  }
}

.c-breadcrumb__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #1aaba4;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.c-breadcrumb__trail a {
  color: inherit;
  text-decoration: none;
}
.c-breadcrumb__trail a:hover {
  text-decoration: underline;
}
.c-breadcrumb__trail .sep {
  display: inline-block;
  width: 0.25rem;
  height: 0.4375rem;
  overflow: hidden;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4' fill='none'%3E%3Cpath d='M1 0.75L3.5 3.25L6 0.75' stroke='%231AABA4' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-breadcrumb__trail a:first-of-type {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  vertical-align: middle;
}
.c-breadcrumb__trail a:first-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/contain no-repeat url("../img/icon-breadcrumb-home.svg");
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__trail {
    font-size: 0.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-lower-fv {
  position: relative;
  isolation: isolate;
  padding-block: 6.25rem 8.75rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(46%, #ffffff), to(#ffe2c0));
  background: linear-gradient(180deg, #ffffff 12%, #ffffff 46%, #ffe2c0 100%);
  overflow: hidden;
}
.c-lower-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  z-index: 1;
  background: url("../img/lower-fv-wave.svg") no-repeat center bottom/cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-lower-fv {
    padding-block: 2.5rem 5.625rem;
  }
  .c-lower-fv::after {
    height: 5.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .c-lower-fv::after {
    height: 3.5rem;
  }
}

.c-lower-fv.p-about-fv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.54%, #fff), color-stop(45.67%, #fff), to(#bafffc));
  background: linear-gradient(180deg, #fff 11.54%, #fff 45.67%, #bafffc 100%);
}

.c-lower-fv.p-neo-healer-fv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.54%, #fff), color-stop(45.67%, #fff), to(#bafffc));
  background: linear-gradient(180deg, #fff 11.54%, #fff 45.67%, #bafffc 100%);
}

.c-lower-fv.p-neo-healer-fv::after {
  background: url("../img/lower-neohealer-fv-wave.svg") no-repeat center bottom/cover;
  bottom: -0.0625rem;
}

.c-lower-fv.p-about-fv::after {
  background: url("../img/lower-fv-wave.svg") no-repeat center bottom/cover;
}

.c-lower-fv__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  z-index: 2;
  padding-inline: 11.25rem 5rem;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-inline: 1.25rem;
  }
}

.c-lower-fv.p-neo-healer-fv .c-lower-fv__inner {
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-lower-fv.p-neo-healer-fv .c-lower-fv__inner {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
  }
}

.c-lower-fv.p-neo-healer-fv .c-lower-fv__media {
  -webkit-margin-start: -3rem;
          margin-inline-start: -3rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-lower-fv.p-neo-healer-fv .c-lower-fv__media {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.c-lower-fv.p-neo-healer-fv .c-lower-fv__content {
  z-index: 1;
  min-width: 0;
}

.c-lower-fv__catch {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  color: #b87040;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__catch {
    font-size: 1.25rem;
  }
}

.p-nanomist-fv__content {
  min-width: 0;
  line-height: 2;
}
.p-nanomist-fv__content::after {
  content: "";
  display: block;
  width: 33.625rem;
  height: 1.28125rem;
  background: url("../img/heading-deco--orange.svg") no-repeat center/contain;
  position: absolute;
  bottom: 24.375rem;
  left: 11.25rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-nanomist-fv__content::after {
    width: 18.75rem;
    bottom: 33.4375rem;
    left: 1.25rem;
  }
}

.p-nanomist-fv__content .c-lower-fv__title-en {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-fv__content .c-lower-fv__title-en {
    margin-top: 0.00625rem;
  }
}

.c-lower-fv__catch-accent {
  color: #e8977b;
}

.c-lower-fv__lead {
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 2;
  color: #b87040;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__lead {
    font-size: 0.8125rem;
    margin-top: 0rem;
  }
}

.c-lower-fv__title-block {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__title-block {
    margin-top: 1.5rem;
  }
}

.c-lower-fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #1aaba4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__title {
    font-size: 2rem;
  }
}

.c-lower-fv__title-en {
  margin-top: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.2625rem;
  color: #b87040;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__title-en {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    text-align: left;
  }
}

.c-lower-fv__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2.9375rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__badges {
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.375rem;
  }
}

.c-lower-fv__badge {
  width: 10.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b87040;
  background: rgba(255, 245, 176, 0.6);
  border: 1px solid rgba(184, 112, 64, 0.18);
}
@media screen and (max-width: 768px) {
  .c-lower-fv__badge {
    width: 5.75rem;
    font-size: 0.875rem;
  }
}

.c-lower-fv__media {
  width: 32.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-lower-fv__media {
    width: min(100%, 20rem);
    margin-inline: auto;
  }
}
.c-lower-fv__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-neo-healer-fv__content {
  position: relative;
}

.p-neo-healer-fv__catch {
  color: #1aaba4;
  font-weight: 400;
}

.p-neo-healer-fv__catch-deco {
  width: min(100%, 41.875rem);
  margin-top: 0.5rem;
}
.p-neo-healer-fv__catch-deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-fv__catch-deco {
    margin-top: 0;
  }
}

.p-neo-healer-fv__title-block {
  margin-top: 1rem;
}

.p-neo-healer-fv__title {
  color: #46c5bf;
}

.p-neo-healer-fv__title-en {
  color: #1aaba4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-fv__title-en {
    font-size: 0.75rem;
  }
}

.p-neo-healer-fv__copy {
  margin-top: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-fv__copy {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.p-neo-healer-fv__copy p {
  margin: 0;
}
.p-neo-healer-fv__copy p + p {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-fv__copy p + p {
    margin-top: 1.5rem;
  }
}
.p-neo-healer-fv__copy strong {
  font-weight: 700;
}

.c-lower-fv.p-about-fv .c-lower-fv__inner {
  padding-inline: 11.25rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-lower-fv.p-about-fv .c-lower-fv__inner {
    padding-inline: 1.25rem;
  }
}

.c-lower-fv.p-about-fv .c-lower-fv__inner {
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-lower-fv.p-about-fv .c-lower-fv__inner {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
  }
}

.c-lower-fv.p-about-fv .c-lower-fv__media {
  -webkit-margin-start: -5.5rem;
          margin-inline-start: -5.5rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-lower-fv.p-about-fv .c-lower-fv__media {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-about-fv__content {
  position: relative;
  min-width: 0;
}

.p-about-fv__catch {
  color: #1aaba4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-about-fv__catch {
    font-size: 1.1875rem;
  }
}

.p-about-fv__catch-deco {
  width: min(100%, 43.3125rem);
  margin-top: 0.5rem;
}
.p-about-fv__catch-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-about-fv__title-block {
  margin-top: 1rem;
}

.p-about-fv__title {
  font-size: 3.75rem;
  line-height: 1;
  color: #46c5bf;
}
@media screen and (max-width: 768px) {
  .p-about-fv__title {
    font-size: 2.5rem;
  }
}

.p-about-fv__title-en {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #1aaba4;
  text-align: left;
}

.p-about-fv__body {
  margin-top: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-about-fv__body {
    margin-top: 1.75rem;
    font-size: 1rem;
  }
}
.p-about-fv__body p {
  margin: 0;
}
.p-about-fv__body p + p {
  margin-top: 0;
}

.c-lineup {
  position: relative;
  background: #fff8eb;
  overflow: hidden;
}

.c-lineup__deco {
  position: absolute;
  width: 11.25rem;
  height: 11.25rem;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-lineup__deco {
    width: 4.375rem;
    height: 4.375rem;
    top: 0.3125rem;
  }
}
.c-lineup__deco--left {
  left: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .c-lineup__deco--left {
    left: 0.3125rem;
  }
}
.c-lineup__deco--right {
  right: 1.6875rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-lineup__deco--right {
    right: 0.3125rem;
  }
}
.c-lineup__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-lineup__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 11.3125rem;
}
@media screen and (max-width: 768px) {
  .c-lineup__inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.c-lineup__heading {
  text-align: center;
}

.c-lineup__heading .c-section-title__en {
  color: #46c5bf;
}

.c-lineup__heading .c-section-title__ja {
  font-family: "Noto Serif JP", serif;
}

.c-lineup__section {
  margin-top: 2.1875rem;
}

.c-lineup__section-title {
  margin: 0 0 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #0f172a;
}
@media screen and (max-width: 768px) {
  .c-lineup__section-title {
    font-size: 1.25rem;
  }
}

.c-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-lineup__grid {
    grid-template-columns: 1fr;
  }
}

.c-lineup__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.c-lineup__card-img {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 15rem;
  aspect-ratio: 240/300;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #f8fafc;
}

.c-lineup__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-lineup__card-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .c-lineup__card-title {
    font-size: 1.125rem;
  }
}

.c-lineup__card-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.37;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-lineup__card-text {
    font-size: 0.875rem;
  }
}

.c-lineup__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  color: #1aaba4;
  margin-top: 0.9375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-lineup__card-link svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9625rem;
  height: 0.9625rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .c-lineup__card-link:hover {
    opacity: 0.7;
  }
  .c-lineup__card-link:hover svg {
    -webkit-transform: translateX(0.1875rem);
            transform: translateX(0.1875rem);
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__card-link {
    font-size: 0.75rem;
  }
  .c-lineup__card-link svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-lineup__wide {
  margin-top: 2.6875rem;
}

.c-lineup__wide-card {
  padding: 2.5625rem 8.375rem;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-lineup__wide-card {
    padding: 1.5rem 1.5rem;
  }
}

.c-lineup__wide-img {
  width: 100%;
  max-width: 50.25rem;
  margin: 0 auto 1.1875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 804/367;
  background: #f1f5f9;
}

.c-lineup__wide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-lineup__wide-title {
  margin: 0 0 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1875rem;
  color: #0f172a;
}
@media screen and (max-width: 768px) {
  .c-lineup__wide-title {
    font-size: 1.125rem;
  }
}

.c-lineup__wide-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #475569;
}
@media screen and (max-width: 768px) {
  .c-lineup__wide-text {
    font-size: 0.875rem;
  }
}

.c-lineup__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.75rem;
}

.c-lineup__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  min-height: 4.875rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #3a3739;
  border: 1px solid #3a3739;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-lineup__cta-link:hover .c-lineup__arrow::after {
    -webkit-transform: translateY(-50%) skewX(50deg) translateX(50%);
            transform: translateY(-50%) skewX(50deg) translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .c-lineup__cta-link {
    font-size: 1.125rem;
  }
}

.c-lineup__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6875rem;
  height: 0.375rem;
  position: relative;
}
.c-lineup__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.6875rem;
  height: 0.375rem;
  border-bottom: 1px solid #3a3739;
  border-right: 1px solid #3a3739;
  -webkit-transform: translateY(-50%) skewX(50deg) translateX(0);
          transform: translateY(-50%) skewX(50deg) translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-lineup__lead {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  margin-top: 2rem;
  margin-bottom: 2.6875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #474038;
}
.c-lineup__lead p {
  margin: 0;
}
.c-lineup__lead p + p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-lineup__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.c-lineup__lead + .c-lineup__section {
  margin-top: 0;
}

.c-lineup__interlude {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 2.8125rem;
}

.c-lineup__interlude-deco {
  width: min(100%, 13.625rem);
}
.c-lineup__interlude-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.c-lineup__interlude-text {
  margin: 0;
  max-width: 19.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .c-lineup__interlude-text {
    font-size: 1rem;
  }
}

.c-lineup__footer-copy {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #474038;
}
.c-lineup__footer-copy p {
  margin: 0;
}
.c-lineup__footer-copy p + p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-lineup__footer-copy {
    font-size: 1rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 1.875rem;
  height: 1.125rem;
}
@media screen and (max-width: 999px) {
  .p-drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: rotate 0.5s ease, translate 0.5s ease, opacity 0.5s ease;
  transition: rotate 0.5s ease, translate 0.5s ease, opacity 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: 45deg;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: -45deg;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 18.75rem;
  height: 100vh;
  height: 100svh;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  background: #fff;
}
.p-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #1aaba4;
  background-image: url("../img/fv-himiko.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 5.5rem 2.5rem;
  padding-left: 2.125rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 1.125rem;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 0.375rem 1.875rem;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.p-footer {
  position: relative;
  padding-block: 7.9375rem 2rem;
  background: #ffffff;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-block: 5rem 1.25rem;
  }
}

.p-footer__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
  pointer-events: none;
}

.p-footer__wave img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.125rem;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding-inline: 1.25rem;
    gap: 5rem;
  }
}

.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 0;
}

.p-footer__logo-mark img,
.p-footer__logo-type img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-footer__logo-mark img {
  width: 9.8125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logo-mark img {
    width: 6.875rem;
  }
}

.p-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: center;
}
.p-footer__list a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0.125rem;
}
.p-footer__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: #1aaba4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__list a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 0.875rem;
  }
}

.p-footer__cta {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.4375rem;
  overflow: hidden;
  border: 0.125rem solid #1aaba4;
  background: #1aaba4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-footer__cta::before {
  content: "";
  position: absolute;
  left: -200%;
  bottom: 0;
  z-index: 0;
  width: 200%;
  height: 140%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 52% 0, 100% 100%, 0% 100%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.p-footer__cta .p-footer__cta-text,
.p-footer__cta .p-footer__cta-icon {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-footer__cta {
    font-size: 0.875rem;
  }
}

.p-footer__cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.p-footer__cta-icon img {
  display: block;
  width: 0.75rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .p-footer__cta:hover {
    color: #00a29a;
  }
  .p-footer__cta:hover::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-footer__cta:hover .p-footer__cta-icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(500%) hue-rotate(135deg) brightness(95%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(500%) hue-rotate(135deg) brightness(95%) contrast(95%);
  }
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    gap: 1rem;
    font-size: 0.875rem;
  }
}

.p-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.375rem;
}
.p-footer__legal a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0.125rem;
}
.p-footer__legal a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: #1aaba4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__legal a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-footer__legal a::after {
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .p-footer__legal {
    gap: 1rem;
    font-size: 0.875rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.9;
  background: transparent;
}

.p-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-header__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
  padding-block: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 1rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    gap: 0.25rem;
  }
}

.p-header__logo-mark,
.p-header__logo-type {
  display: block;
  line-height: 0;
}

.p-header__logo-mark img,
.p-header__logo-type img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.p-header__logo-mark img {
  width: 6.3125rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo-mark img {
    width: 5rem;
  }
}

.p-header__logo-type img {
  width: 7.9375rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo-type img {
    width: 5.625rem;
  }
}

.p-header__nav {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__cta {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.4375rem;
  overflow: hidden;
  border: 0.125rem solid #1aaba4;
  background: #1aaba4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__cta::before {
  content: "";
  position: absolute;
  left: -200%;
  bottom: 0;
  z-index: 0;
  width: 200%;
  height: 140%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 52% 0, 100% 100%, 0% 100%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.p-header__cta .p-header__cta-text,
.p-header__cta .p-header__cta-icon {
  position: relative;
  z-index: 1;
}

.p-header__inner > .p-header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 999px) {
  .p-header__inner > .p-header__cta {
    display: none;
  }
}

.p-drawer .p-header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-header__cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.75rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}

.p-header__cta-icon img {
  width: 0.75rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__cta:hover {
    color: #00a29a;
  }
  .p-header__cta:hover::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-header__cta:hover .p-header__cta-icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(500%) hue-rotate(135deg) brightness(95%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(500%) hue-rotate(135deg) brightness(95%) contrast(95%);
  }
}
.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.p-header__list li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0.125rem;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: #1aaba4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__list li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-header__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-fv {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 9.375rem;
  overflow: hidden;
}
.p-fv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2880/219;
  background: url("../img/fv-deco.webp") center bottom/100% 100% no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-fv {
    min-height: 46.875rem;
    padding-bottom: 2.5rem;
  }
}

.p-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/fv-bg.webp") center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-fv__bg {
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__bg {
    background-image: url("../img/fv-bg-sp.webp");
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__deco::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("../img/fv-himiko.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 15.625rem;
    aspect-ratio: 324/441;
    opacity: 0.5;
    left: 0;
    top: 9.375rem;
  }
}
.p-fv__deco::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 34.0625rem;
  background: #fff;
  width: 34.0625rem;
  height: 34.0625rem;
  left: 8.6875rem;
  top: 20%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
@media screen and (max-width: 768px) {
  .p-fv__deco::after {
    width: 18.75rem;
    height: 18.75rem;
    left: 0.625rem;
    top: 16.875rem;
    -webkit-filter: blur(130px);
            filter: blur(130px);
  }
}

.p-fv__hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8125rem;
  width: 100%;
  max-width: 42.125rem;
  margin-left: 5.625rem;
  padding-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .p-fv__hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.25rem;
    margin-left: 0;
    gap: 0;
  }
}

.p-fv__catch {
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  color: #5a5551;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(88.653%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 88.653%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-fv__catch {
    font-size: 1.125rem;
    white-space: normal;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(45%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 80%);
  }
}

.p-fv__title {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #967245;
  text-align: center;
  text-shadow: 0 0 0.25rem #ffffff, 0 0 0.875rem rgba(255, 255, 255, 0.95), 0 0 1.75rem rgba(255, 255, 255, 0.65), 0 0 2.625rem rgba(255, 255, 255, 0.35);
}
.p-fv__title span {
  color: #fa9e00;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 1.625rem;
    text-align: left;
    margin-top: 16.875rem;
  }
}

.p-fv__title-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-fv__title-lines {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-fv__title-line-wrap {
  overflow: hidden;
  width: 100%;
}

.p-fv__title-line {
  display: block;
  margin: 0;
}

.p-fv__lead {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #5a5551;
  text-align: center;
}
.p-fv__lead p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__lead {
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-concept {
  position: relative;
  z-index: 1;
  background: url("../img/concept-bg.webp") right bottom/cover no-repeat;
  overflow: hidden;
  margin-top: -4.375rem;
}
@media screen and (min-width: 1500px) {
  .p-concept {
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-concept {
    margin-top: 0;
  }
}

.p-concept__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-concept__inner {
    padding-inline: 1.25rem;
    width: 100%;
    max-width: 31.25rem;
  }
}

.p-concept__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-concept__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.p-concept__col--text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.125rem;
          flex: 0 1 34.125rem;
  max-width: 34.125rem;
}
@media screen and (max-width: 768px) {
  .p-concept__col--text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
}

.p-concept__col--trouble {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32rem;
          flex: 0 1 32rem;
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept__col--trouble {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
}

.p-concept__heading-block {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-concept__heading-block {
    margin-bottom: 2.5rem;
  }
}

.p-concept__heading-block .c-section-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.p-concept__heading-block .c-section-title__en {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-concept__heading-block .c-section-title__en {
    font-size: 0.875rem;
  }
}

.p-concept__heading-block .c-section-title__ja {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-concept__heading-block .c-section-title__ja {
    font-size: 1.75rem;
  }
}

.p-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-concept__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-concept__lead {
    font-size: 1.125rem;
  }
}

.p-concept__text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-concept__text {
    font-size: 1.125rem;
  }
}

.p-concept__trouble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 6.25rem;
  padding: 5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-concept__trouble {
    padding: 1rem;
    margin-top: 0;
  }
}

.p-concept__trouble-bg {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 221, 0, 0.8)), to(rgba(218, 184, 136, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 221, 0, 0.8), rgba(218, 184, 136, 0.8));
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.8;
}

.p-concept__trouble-inner {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  color: #454338;
  white-space: normal;
  text-shadow: 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff;
}
@media screen and (max-width: 768px) {
  .p-concept__trouble-inner {
    font-size: 1.125rem;
  }
}

.p-concept__trouble-heading {
  margin: 0 0 0.5rem;
  line-height: 2;
}

.p-concept__trouble-list {
  margin: 0;
  padding-left: 1.875rem;
  list-style: disc;
  list-style-position: outside;
}

.p-concept__trouble-list li {
  margin: 0;
  padding-left: 0.25rem;
  line-height: 2;
}

.p-service {
  position: relative;
  background: #FFF5B0 url("../img/service-bg.webp") center top/cover no-repeat;
  background-blend-mode: color-burn;
  background-size: cover;
}

.p-service__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 8.125rem;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.p-service__heading {
  text-align: center;
}

.p-service__body {
  padding-top: 4.125rem;
}

.p-service__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.p-service__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.p-service__name-jp {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #00a29a;
}
@media screen and (max-width: 768px) {
  .p-service__name-jp {
    font-size: 1.5rem;
  }
}

.p-service__name-en {
  margin: 0;
  font-size: 4.55625rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service__name-en {
    font-size: 2.25rem;
  }
}

.p-service__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 46.875rem;
  margin-top: 3rem;
  margin-inline: auto;
}

.p-service__photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 384/544;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
  margin-top: 1.875rem;
}
.p-service__lead span {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-service__lead {
    font-size: 1.125rem;
  }
  .p-service__lead span {
    display: block;
    font-size: 0.875rem;
  }
}

.p-service__rich {
  max-width: 45.375rem;
  margin: 2.5rem auto 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #5a5551;
}
.p-service__rich .p-service__accent {
  color: #1aaba4;
}
.p-service__rich .p-service__em {
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-service__rich {
    font-size: 1.125rem;
  }
}

.p-service__steps {
  margin-top: 2.5rem;
}

.p-service__step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.1875rem 1.1875rem;
  max-width: 55.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-service__step-grid {
    grid-template-columns: 1fr;
  }
}

.p-service__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 0.8125rem 0;
  border-top: 1px solid #868b89;
  border-bottom: 1px solid #868b89;
}

.p-service__step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  min-height: 100%;
}

.p-service__step-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 0.8125rem;
}

.p-service__badge {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.p-service__badge-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.8125rem;
  background: #868b89;
  color: #ffffff;
}

.p-service__badge-label {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Serif JP", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-service__badge-label {
    font-size: 1.125rem;
  }
}

.p-service__badge-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ffffff;
  font-family: "Noto Serif JP", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #868b89;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__badge-num {
    font-size: 1.125rem;
  }
}

.p-service__step-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #868b89;
}
@media screen and (max-width: 768px) {
  .p-service__step-text {
    font-size: 1.125rem;
  }
}

.p-service__step-label {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #868b89;
  white-space: nowrap;
}
.p-service__step-label--stack {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__step-label {
    font-size: 1.5rem;
  }
  .p-service__step-label--stack {
    font-size: 1.375rem;
  }
}

.p-service__step-label-sm {
  display: block;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-service__step-label-sm {
    font-size: 1.125rem;
  }
}

.p-service__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.p-neo {
  position: relative;
  overflow: hidden;
}

.p-neo__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
}

.p-neo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-neo__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .p-neo__inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.p-neo__heading {
  margin-bottom: 3.875rem;
}

.p-neo__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-neo__section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

.p-neo__heading .c-section-title__en {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.125rem;
  color: #46c5bf;
}
@media screen and (max-width: 768px) {
  .p-neo__heading .c-section-title__en {
    font-size: 2.25rem;
  }
}

.p-neo__heading .c-section-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #3a3739;
}

.p-neo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-neo__visual {
  position: relative;
  width: min(100%, 33.3125rem);
  aspect-ratio: 533/538;
}

.p-neo__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-neo__copy {
  width: 100%;
  max-width: 64.8125rem;
  font-family: "Noto Serif JP", serif;
  color: #3a3739;
}

.p-neo__lead {
  margin: 0 auto 1.25rem;
  max-width: 39.3125rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.p-neo__lead span {
  display: block;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-neo__lead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .p-neo__lead span {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-neo__body {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-neo__body {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-neo__body-heading {
  margin: 0;
  display: block;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-neo__body-heading {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-neo__list {
  padding-left: 1.5rem;
}
.p-neo__list li {
  list-style: disc;
}

.p-neo__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-content: center;
  background: #ffffff;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.p-loader.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.p-loader__logo {
  overflow: hidden;
  padding-block: 3.125rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-loader__logo {
    padding-block: 1.25rem;
    padding-inline: 3.125rem;
  }
}

.p-loader__logo-img {
  display: block;
  width: 25rem;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-loader__logo-img {
    width: 12.5rem;
  }
}

.p-loader__ripples {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.p-loader__ripple {
  position: absolute;
  inset: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(#1aaba4, transparent);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.p-loader__ripple--1 {
  left: 60%;
  top: 15%;
  width: 100px;
}

.p-loader__ripple--2 {
  top: 70%;
  left: 80%;
  width: 140px;
}

.p-loader__ripple--3 {
  top: 30%;
  right: 20%;
  width: 120px;
}

.p-voice {
  position: relative;
  padding-block: 8.125rem 13.125rem;
  background: #ffffff;
  overflow: hidden;
}

.p-voice__deco {
  position: absolute;
  top: 3.25rem;
  width: 11.25rem;
  height: 11.25rem;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-voice__deco {
    width: 4.375rem;
    height: 4.375rem;
    top: 0.3125rem;
  }
}
.p-voice__deco--left {
  left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__deco--left {
    left: 0.3125rem;
  }
}
.p-voice__deco--right {
  right: 1.75rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-voice__deco--right {
    right: 0.3125rem;
  }
}
.p-voice__deco--bottom-left {
  top: auto;
  bottom: 2.5rem;
  left: 1.5625rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .p-voice__deco--bottom-left {
    bottom: 0.3125rem;
    left: 0.3125rem;
  }
}
.p-voice__deco--bottom-right {
  top: auto;
  bottom: 2.5rem;
  right: 1.75rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .p-voice__deco--bottom-right {
    bottom: 0.3125rem;
    right: 0.3125rem;
  }
}
.p-voice__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 8.125rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    padding-inline: 1.25rem;
  }
}

.p-voice__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice__heading {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-voice__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: normal;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-voice__lead {
    font-size: 1.125rem;
  }
}

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem 2.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.9375rem;
          flex: 0 1 20.9375rem;
  max-width: 20.9375rem;
  margin-inline: auto;
}

.p-voice__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-voice__meta {
    gap: 0.25rem;
    margin-bottom: 0.9375rem;
  }
}

.p-voice__age {
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-voice__age {
    font-size: 0.875rem;
  }
}

.p-voice__headline {
  margin: 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-voice__headline {
    font-size: 1.125rem;
  }
}

.p-voice__photo {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto 2rem;
  aspect-ratio: 240/186;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #f1f5f9;
}

.p-voice__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice__text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: normal;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    font-size: 0.875rem;
  }
}

.p-access {
  position: relative;
  background-color: #ffda84;
  overflow: hidden;
  background-image: url("../img/access-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-access {
    background: url("../img/access-bg.webp") 40% center/350% no-repeat;
  }
}

.p-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  width: 32.625rem;
  margin-left: auto;
  margin-right: 8.125rem;
  background: transparent;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-access__content {
    gap: 0;
    width: 100%;
    margin-inline: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 390px;
    margin-inline: auto;
  }
}

.p-access__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-access__text-block {
    padding: 3rem 1.25rem;
  }
}

.p-access__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2;
  color: #3a3739;
  text-shadow: 0 0 0.625rem #ffffff, 0 0 0.625rem #ffffff;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 2rem;
  }
}

.p-access__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #3a3739;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-access__lead {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5625rem;
  margin-top: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-access__info {
    gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-access__info-body {
  border-left: 1px solid #3a3739;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #3a3739;
  padding-left: 1rem;
  width: 12.875rem;
}
@media screen and (max-width: 768px) {
  .p-access__info-body {
    font-size: 0.875rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-access__map {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    padding-inline: 1.25rem;
  }
}

.p-access__map-embed {
  position: relative;
  width: 100%;
  min-height: 18.6875rem;
  overflow: hidden;
  background: #fcf2f2;
}
.p-access__map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18.6875rem;
  border: 0;
}

.p-access__map-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .p-access__map-placeholder {
    font-size: 1.125rem;
  }
}

.p-reserve {
  position: relative;
  z-index: 0;
  padding-block: 5rem 6.875rem;
  isolation: isolate;
  background: #ffda84;
}
@media screen and (max-width: 768px) {
  .p-reserve {
    padding-block: 5rem 5rem;
  }
}

.p-reserve::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6.25rem;
  width: 100%;
  height: 7.8125rem;
  background-image: url("../img/reserve-deco.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.p-reserve__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  max-width: 68.5rem;
  margin-inline: auto;
  padding-inline: 8.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve__inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

.p-reserve__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #5a5551;
  text-shadow: 0 0 0.625rem #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reserve__title {
    font-size: 1.125rem;
  }
}

.p-reserve__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
  width: 100%;
  max-width: 24.3125rem;
}
@media screen and (max-width: 768px) {
  .p-reserve__action {
    max-width: 80%;
  }
}

.p-reserve__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 2rem;
  border: 0.125rem solid #1aaba4;
  color: #ffffff;
  background: #1aaba4;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-reserve__btn:hover {
    color: #1aaba4;
    background: #ffffff;
  }
  .p-reserve__btn:hover .p-reserve__arrow::after {
    border-bottom-color: #1aaba4;
    border-right-color: #1aaba4;
    -webkit-transform: translateY(-50%) skewX(50deg) translateX(90%);
            transform: translateY(-50%) skewX(50deg) translateX(90%);
  }
}
@media screen and (max-width: 768px) {
  .p-reserve__btn {
    font-size: 1.125rem;
  }
}

.p-reserve__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.675rem;
  height: 0.375rem;
  position: relative;
}
.p-reserve__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.675rem;
  height: 0.375rem;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: translateY(-50%) skewX(50deg) translateX(0);
          transform: translateY(-50%) skewX(50deg) translateX(0);
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease-in-out;
  transition: transform 0.3s ease, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-reserve__arrow {
    width: 1.875rem;
    height: 0.1875rem;
  }
}

.p-reserve__note {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .p-reserve__note {
    font-size: 0.875rem;
  }
}

.p-reserve__wave {
  margin-top: 2.5rem;
  line-height: 0;
}

.p-reserve__wave img {
  display: block;
  width: 100%;
  max-width: 90.0625rem;
  height: auto;
  margin-inline: auto;
}

.p-entry__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-entry__form {
    gap: 1rem;
  }
}

.p-entry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-entry__row {
    gap: 0.125rem;
  }
}

.p-entry__head {
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-entry__head {
    font-size: 0.8125rem;
  }
}
.p-entry__head span {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.25rem;
}
.p-entry__head span.--must {
  position: relative;
  display: inline-block;
  padding: 0.625rem;
}
.p-entry__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 10px);
  color: #ffffff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.75rem;
  line-height: normal;
  display: inline-block;
  padding: 0.125rem 0.9375rem;
  background: #1aaba4;
  white-space: nowrap;
}

.p-entry__head-sub {
  font-weight: 500;
}

.p-entry__note {
  display: inline-block;
  padding: 0 0 0 0.625rem !important;
  font-size: 0.75rem;
  font-weight: 400;
  color: #5a5551;
}

.p-entry__data {
  width: 100%;
}
.p-entry__data .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-entry__form input[type=text],
.p-entry__form input[type=email],
.p-entry__form input[type=tel],
.p-entry__form input[type=date],
.p-entry__form select,
.p-entry__form textarea {
  border-radius: 0;
  width: 100%;
  border: 1px solid #3a3739;
  padding: 0.75rem 0.9375rem;
  background: #ffffff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #3a3739;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-entry__form input[type=text]::-webkit-input-placeholder, .p-entry__form input[type=email]::-webkit-input-placeholder, .p-entry__form input[type=tel]::-webkit-input-placeholder, .p-entry__form input[type=date]::-webkit-input-placeholder, .p-entry__form select::-webkit-input-placeholder, .p-entry__form textarea::-webkit-input-placeholder {
  color: rgba(58, 55, 57, 0.5);
}
.p-entry__form input[type=text]::-moz-placeholder, .p-entry__form input[type=email]::-moz-placeholder, .p-entry__form input[type=tel]::-moz-placeholder, .p-entry__form input[type=date]::-moz-placeholder, .p-entry__form select::-moz-placeholder, .p-entry__form textarea::-moz-placeholder {
  color: rgba(58, 55, 57, 0.5);
}
.p-entry__form input[type=text]:-ms-input-placeholder, .p-entry__form input[type=email]:-ms-input-placeholder, .p-entry__form input[type=tel]:-ms-input-placeholder, .p-entry__form input[type=date]:-ms-input-placeholder, .p-entry__form select:-ms-input-placeholder, .p-entry__form textarea:-ms-input-placeholder {
  color: rgba(58, 55, 57, 0.5);
}
.p-entry__form input[type=text]::-ms-input-placeholder, .p-entry__form input[type=email]::-ms-input-placeholder, .p-entry__form input[type=tel]::-ms-input-placeholder, .p-entry__form input[type=date]::-ms-input-placeholder, .p-entry__form select::-ms-input-placeholder, .p-entry__form textarea::-ms-input-placeholder {
  color: rgba(58, 55, 57, 0.5);
}
.p-entry__form input[type=text]::placeholder,
.p-entry__form input[type=email]::placeholder,
.p-entry__form input[type=tel]::placeholder,
.p-entry__form input[type=date]::placeholder,
.p-entry__form select::placeholder,
.p-entry__form textarea::placeholder {
  color: rgba(58, 55, 57, 0.5);
}
.p-entry__form input[type=text]:focus,
.p-entry__form input[type=email]:focus,
.p-entry__form input[type=tel]:focus,
.p-entry__form input[type=date]:focus,
.p-entry__form select:focus,
.p-entry__form textarea:focus {
  outline: 1px solid #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-entry__form input[type=text],
  .p-entry__form input[type=email],
  .p-entry__form input[type=tel],
  .p-entry__form input[type=date],
  .p-entry__form select,
  .p-entry__form textarea {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}

.p-entry__form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233a3739' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  padding-right: 2.5rem;
}

.p-entry__visit-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-entry__visit-fields {
    gap: 0.625rem;
  }
}

.p-entry__input-data-wrap input[type=date] {
  position: relative;
  padding-right: 2.5rem;
}
.p-entry__input-data-wrap input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__row--visit + .p-entry__row--visit {
  margin-top: 0.25rem;
}

.p-entry__submit {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  text-align: center;
  margin-top: 5rem;
  width: 100%;
  max-width: 24.3125rem;
}
@media screen and (max-width: 768px) {
  .p-entry__submit {
    margin-top: 1rem;
    max-width: 100%;
  }
}
.p-entry__submit .wpcf7-submit,
.p-entry__submit input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background: #1aaba4;
  border: 0.125rem solid #1aaba4;
  border-radius: 0;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
@media (any-hover: hover) {
  .p-entry__submit .wpcf7-submit:hover,
  .p-entry__submit input[type=submit]:hover {
    color: #1aaba4;
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__submit .wpcf7-submit,
  .p-entry__submit input[type=submit] {
    font-size: 1.125rem;
  }
}

.p-reservation__form .wpcf7-not-valid-tip {
  color: #1aaba4;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.p-reservation__form .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid #3a3739;
  border-radius: 0;
}
.p-reservation__form .wpcf7 form.invalid .wpcf7-response-output,
.p-reservation__form .wpcf7 form.unaccepted .wpcf7-response-output,
.p-reservation__form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d9534f;
  background: rgba(191, 21, 21, 0.08);
  color: #d9534f;
}
.p-reservation__form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #1aaba4;
  background: rgba(26, 171, 164, 0.08);
  color: #3a3739;
}
.p-reservation__form .wpcf7-spinner {
  margin-left: 0.5rem;
}

.p-reservation {
  padding-block: 5rem 7.5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reservation {
    padding-block: 3rem 5rem;
  }
}

.p-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reservation__inner {
    gap: 1.75rem;
  }
}

.p-reservation__lead {
  margin: 0;
  width: 100%;
  max-width: 48.75rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-reservation__lead {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-reservation__form {
  width: 100%;
  max-width: 48.75rem;
  text-align: left;
}

.p-reservation__notice {
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5a5551;
  text-align: center;
}

.p-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sub__article {
  min-height: 100%;
}

.p-sub__header {
  padding-block: 3rem 1.5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sub__header {
    padding-block: 2rem 1rem;
  }
}

.p-sub__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-sub__title {
    font-size: 1.5rem;
  }
}

.p-sub__body {
  padding-block: 3rem 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-sub__body {
    padding-block: 2.5rem 5rem;
  }
}

.p-sub__content {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #3a3739;
}
@media screen and (max-width: 768px) {
  .p-sub__content {
    font-size: 0.9375rem;
  }
}
.p-sub__content > *:first-child {
  margin-top: 0;
}
.p-sub__content > *:last-child {
  margin-bottom: 0;
}

.p-safety__inner {
  width: 100%;
}

.p-safety__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding-block: 6.25rem 0rem;
}

.p-safety__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  color: #46c5bf;
  text-align: center;
}

.p-safety__title-deco {
  width: min(100%, 23.46875rem);
  height: 0.6875rem;
  margin-bottom: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(70, 197, 191, 0.35)), color-stop(55%, rgba(26, 171, 164, 0.65)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(70, 197, 191, 0.35) 20%, rgba(26, 171, 164, 0.65) 55%, transparent 100%);
  border-radius: 62.4375rem;
  opacity: 0.85;
}

.p-safety__body {
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 6.25rem;
}

.p-safety__text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #006469;
}
.p-safety__text + .p-safety__text {
  margin-top: 1rem;
}

.p-safety__emphasis {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-safety__header {
    padding-block: 3.75rem 0;
  }
  .p-safety__title {
    font-size: 1.75rem;
  }
  .p-safety__title-deco {
    margin-bottom: 1.75rem;
  }
  .p-safety__body {
    padding-bottom: 3.75rem;
  }
  .p-safety__text {
    font-size: 1rem;
    line-height: 1.85;
  }
}
.p-nano-mist-features {
  background: #fff5b0;
  padding-block: 18.0625rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features {
    padding-block: 16.25rem 5rem;
  }
}

.p-nano-mist-features__inner {
  padding-inline: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__inner {
    padding-inline: 1.25rem;
  }
}

.p-nano-mist-features__header {
  display: grid;
  place-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__header {
    margin-bottom: 1.75rem;
  }
}

.p-nano-mist-features__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #46c5bf;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__title {
    font-size: 1.75rem;
    text-align: center;
  }
}

.p-nano-mist-features__title-deco {
  width: 23.5rem;
  height: 0.625rem;
}
.p-nano-mist-features__title-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-nano-mist-features__rows {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__rows {
    gap: 3.75rem;
  }
}

.p-nano-mist-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nano-mist-features__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-nano-mist-features__content {
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__content {
    width: 100%;
  }
}

.p-nano-mist-features__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__headline {
    gap: 0.625rem;
  }
}

.p-nano-mist-features__point-wrap {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__point-wrap {
    width: 5rem;
    height: 5rem;
  }
}

.p-nano-mist-features__point {
  width: 3.75rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__point {
    width: 2.5rem;
  }
}

.p-nano-mist-features__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1aaba4;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__heading {
    font-size: 1.4375rem;
  }
}

.p-nano-mist-features__line {
  height: 1px;
  background: rgba(26, 171, 164, 0.45);
  margin-top: 1rem;
}

.p-nano-mist-features__text {
  margin-top: 1rem;
  color: #474038;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__text {
    font-size: 1rem;
  }
}
.p-nano-mist-features__text p + p {
  margin-top: 0.5rem;
}
.p-nano-mist-features__text strong {
  font-weight: 700;
}

.p-nano-mist-features__media {
  width: 34.6875rem;
  height: 19.5625rem;
  overflow: hidden;
  background: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .p-nano-mist-features__media {
    width: 100%;
    height: auto;
    aspect-ratio: 555/313;
    border-radius: 0.3125rem;
  }
}
.p-nano-mist-features__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-nanomist-cta {
  background: #fff5b0;
  padding-block: 0rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta {
    padding-block: 1rem 5rem;
  }
}

.p-nanomist-cta__inner {
  display: grid;
  gap: 1.375rem;
}

.p-nanomist-cta__copy {
  text-align: center;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__copy {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-nanomist-cta__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__lead {
    font-size: 1.125rem;
  }
}

.p-nanomist-cta__lead--main {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__lead--main {
    font-size: 1.5rem;
  }
}

.p-nanomist-cta__lead--accent {
  color: #1aaba4;
}

.p-nanomist-cta__lead-accent {
  color: #1aaba4;
}

.p-nanomist-cta__quote {
  display: grid;
  grid-template-columns: 0.9375rem 1fr 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__quote {
    gap: 0rem;
  }
}

.p-nanomist-cta__bracket {
  width: 0.9375rem;
  height: 8.625rem;
  background: center/contain no-repeat url("../img/nanomist-cta-bracket.svg");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-nanomist-cta__bracket--right {
  background-image: url("../img/nanomist-cta-bracket--right.svg");
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.p-nanomist-cta__quote-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__quote-text {
    font-size: 0.9375rem;
  }
}
.p-nanomist-cta__quote-text p + p {
  margin-top: 0.25rem;
}

.p-nanomist-cta__problems-card {
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(132, 131, 130, 0.2);
          box-shadow: 0 0.25rem 0.625rem rgba(132, 131, 130, 0.2);
  padding-block: 3.25rem;
  padding-inline: 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problems-card {
    padding: 1.75rem 1.125rem 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-nanomist-cta__problems-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problems-header {
    gap: 0rem;
  }
}

.p-nanomist-cta__problems-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problems-title {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-nanomist-cta__problems-deco {
  width: 3.875rem;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problems-deco {
    width: 1.875rem;
  }
}

.p-nanomist-cta__problems-deco--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-nanomist-cta__problems-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem 1.875rem;
  margin-top: 1.75rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problems-list {
    gap: 1.25rem 0.625rem;
  }
}

.p-nanomist-cta__problem {
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 0.625rem;
}

.p-nanomist-cta__problem-illust {
  width: auto;
  height: 8.75rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-nanomist-cta__problem-illust {
    height: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nanomist-cta__problem:nth-child(7) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.p-nanomist-about {
  position: relative;
}
.p-nanomist-about::before,
.p-nanomist-about::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 13.75rem;
  background: url("../img/green-dot-bg.webp") no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about::before,
  .p-nanomist-about::after {
    height: 10rem;
  }
}

.p-nanomist-about::before {
  top: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.p-nanomist-about::after {
  bottom: 0;
}

.p-nanomist-about__inner {
  display: grid;
  grid-template-columns: 1fr 32.5rem;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-nanomist-about__content {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__content {
    grid-column: auto;
    grid-row: auto;
  }
}

.p-nanomist-about__media {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__media {
    grid-column: auto;
    grid-row: auto;
  }
}

.p-nanomist-about__title {
  font-family: "Noto Serif JP", serif;
  color: #967245;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.p-nanomist-about__title-accent {
  color: #46c5bf;
}

.p-nanomist-about__title-sub {
  font-size: 1.5rem;
}

.p-nanomist-about__title-deco {
  width: min(100%, 23.5rem);
  margin-top: 0.5rem;
}
.p-nanomist-about__title-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-nanomist-about__lead {
  margin-top: 1.5rem;
  color: #474038;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__lead {
    font-size: 1rem;
  }
}
.p-nanomist-about__lead p + p {
  margin-top: 0.25rem;
}

.p-nanomist-about__strong {
  color: #1aaba4;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__strong {
    font-size: 1.125rem;
  }
}

.p-nanomist-about__features {
  margin-top: 1.9375rem;
}

.p-nanomist-about__after {
  margin-top: 4.375rem;
  grid-column: 1/-1;
  grid-row: 2;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__after {
    margin-top: 0;
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
  }
}

.p-nanomist-about__center-copy {
  margin-inline: auto;
  max-width: 55.625rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-nanomist-about__center-copy {
    font-size: 1.125rem;
  }
}
.p-nanomist-about__center-copy p + p {
  margin-top: 0.25rem;
}

.p-nanomist-about__center-accent {
  color: #1aaba4;
}

.p-nanomist-about__features-card {
  background: #fff;
  border: 1px solid rgba(200, 170, 130, 0.3);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(160, 120, 80, 0.12);
          box-shadow: 0 0.25rem 0.75rem rgba(160, 120, 80, 0.12);
  padding: 2.0625rem 2.5625rem;
}

.p-nanomist-about__features-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}

.p-nanomist-about__features-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.0575rem;
  color: #5c4a38;
  line-height: 1.15;
  text-align: center;
}

.p-nanomist-about__features-deco {
  width: 2.5rem;
  height: auto;
}

.p-nanomist-about__features-deco--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-nanomist-about__features-divider {
  margin-top: 1.5rem;
  height: 1px;
  width: 100%;
  background: rgba(180, 150, 110, 0.3);
}

.p-nanomist-about__features-list {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
}

.p-nanomist-about__features-item {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.875rem;
  padding-inline: 0.5rem;
}
.p-nanomist-about__features-item:not(:last-child) {
  border-right: 1px solid rgba(180, 150, 110, 0.25);
}

.p-nanomist-about__features-label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  color: #5c4a38;
  line-height: 1.15;
}

.p-nanomist-about__features-icon {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #c8a882;
  border-radius: 9999px;
  display: grid;
  place-items: center;
}

.p-nanomist-about__features-note {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8125rem;
  color: #c4683a;
  line-height: 1.8;
}
.p-nanomist-about__features-note strong {
  font-weight: 700;
}

.p-nanomist-about__media {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f2ede7;
}
.p-nanomist-about__media img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-nanomist-about__title {
    font-size: 2rem;
  }
  .p-nanomist-about__title-sub {
    font-size: 1.125rem;
  }
  .p-nanomist-about__features-card {
    padding: 1.5rem 0.625rem;
  }
  .p-nanomist-about__features-list {
    gap: 0rem;
  }
  .p-nanomist-about__features-item {
    border-right: 0;
    border-top: 0;
    padding-top: 0;
  }
  .p-nanomist-about__features-label {
    font-size: 0.9375rem;
  }
  .p-nanomist-about__features-note {
    font-size: 0.625rem;
  }
}
.p-nanomist-point {
  position: relative;
  background: #fff8eb;
  overflow: clip;
}
.p-nanomist-point__deco {
  position: absolute;
  top: 7.8125rem;
  z-index: 0;
  width: 10.625rem;
  height: min(88vh, 51.25rem);
  translate: 0 -50%;
  pointer-events: none;
}
.p-nanomist-point__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-nanomist-point__deco--left {
  left: 1.875rem;
  -webkit-transform: rotate(-90deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__deco--left {
    left: -3rem;
    width: 4.5rem;
    opacity: 0.55;
  }
}
.p-nanomist-point__deco--right {
  right: 1.875rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__deco--right {
    right: -3rem;
    width: 4.5rem;
    opacity: 0.55;
  }
}

.p-nanomist-point__inner {
  position: relative;
  z-index: 1;
}

.p-nanomist-point__header {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__header {
    margin-bottom: 2.5rem;
  }
}

.p-nanomist-point__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}

.p-nanomist-point__title-line {
  display: inline-block;
  line-height: 1.25;
}

.p-nanomist-point__title-accent {
  color: #1aaba4;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__title-accent {
    font-size: 1.5rem;
  }
}

.p-nanomist-point__title-sub {
  color: #967245;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__title-sub {
    font-size: 1.125rem;
  }
}

.p-nanomist-point__title-deco {
  width: min(100%, 23.5rem);
}
.p-nanomist-point__title-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-nanomist-point__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__items {
    gap: 3rem;
  }
}

.p-nanomist-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-nanomist-point__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-nanomist-point__heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__heading-block {
    gap: 0.625rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-nanomist-point__label {
  font-family: "Noto Serif JP", serif;
  color: #1aaba4;
  white-space: nowrap;
  line-height: 1;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__label {
    padding-top: 0;
  }
}

.p-nanomist-point__label-pre {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__label-pre {
    font-size: 0.9375rem;
  }
}

.p-nanomist-point__label-num {
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__label-num {
    font-size: 1.5625rem;
  }
}

.p-nanomist-point__copy {
  position: relative;
  min-width: 0;
}

.p-nanomist-point__heading {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  color: #1aaba4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__heading {
    font-size: 1.25rem;
  }
}

.p-nanomist-point__deco-line {
  display: block;
  margin-top: -0.25rem;
  background-color: #fff5b0;
  height: 0.25rem;
}
.p-nanomist-point__deco-line--point1 {
  width: 19.0625rem;
  margin-left: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__deco-line--point1 {
    width: 16.5625rem;
    margin-left: 4.6875rem;
  }
}
.p-nanomist-point__deco-line--point2 {
  width: 15.8125rem;
  margin-left: 28.125rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__deco-line--point2 {
    width: 12.5rem;
    margin-left: 4.6875rem;
  }
}

.p-nanomist-point__body {
  padding-left: 7.125rem;
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 2;
  color: #474038;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__body {
    font-size: 1rem;
    padding-left: 0;
    margin-top: 1.25rem;
  }
}
.p-nanomist-point__body p {
  margin: 0;
}
.p-nanomist-point__body p + p {
  margin-top: 0.25rem;
}
.p-nanomist-point__body strong {
  font-weight: 700;
}

.p-nanomist-point__em {
  color: #1aaba4;
}

.p-nanomist-point__visual {
  margin: 0;
  justify-self: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.5rem;
          flex: 0 0 20.5rem;
  width: 20.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-nanomist-point__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__visual {
    justify-self: center;
  }
}

.p-nanomist-point__badges {
  justify-self: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5rem;
          flex: 0 0 16.5rem;
  width: 16.5rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__badges {
    justify-self: center;
    width: 100%;
  }
}

.p-nanomist-point__badges-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-nanomist-point__badges-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-nanomist-point__badge {
  display: block;
  width: 8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__badge {
    width: min(8rem, 38vw);
  }
}

.p-nanomist-point__badge--lg {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .p-nanomist-point__badge--lg {
    width: min(9rem, 42vw);
  }
}

.p-neo-healer-about {
  position: relative;
  background-color: #9beae7;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about {
    padding-block: 3rem 4rem;
  }
}

.p-neo-healer-about::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/neo-healer-about-bg.webp") no-repeat center center/cover;
  mix-blend-mode: screen;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.p-neo-healer-about__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  width: 44.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__inner {
    gap: 1.75rem;
    max-width: none;
    width: auto;
    padding-inline: 1.25rem;
  }
}

.p-neo-healer-about__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #474038;
  text-shadow: 0 0 0.625rem #fff, 0 0 0.625rem #fff;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-neo-healer-about__body {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #474038;
  text-shadow: 0 0 0.625rem #fff, 0 0 0.625rem #fff, 0 0 0.625rem #fff;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__body {
    font-size: 1rem;
    text-align: left;
    max-width: 21.1875rem;
  }
}
.p-neo-healer-about__body p {
  margin: 0;
}
.p-neo-healer-about__body p + p {
  margin-top: 0;
}
.p-neo-healer-about__body strong {
  font-weight: 700;
}

.p-neo-healer-about__closure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 44.25rem;
  -webkit-filter: drop-shadow(0 0 0.3125rem #fff) drop-shadow(0 0 0.3125rem #fff);
          filter: drop-shadow(0 0 0.3125rem #fff) drop-shadow(0 0 0.3125rem #fff);
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__closure {
    gap: 0.3125rem;
    max-width: 31.25rem;
  }
}

.p-neo-healer-about__brace {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-neo-healer-about__brace img {
  width: 100%;
  height: auto;
  max-height: 8.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-neo-healer-about__brace--mirror {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__brace {
    width: 0.625rem;
    -webkit-transform: scale(1, 1.8);
            transform: scale(1, 1.8);
  }
  .p-neo-healer-about__brace--mirror {
    -webkit-transform: scale(-1, 1.8);
            transform: scale(-1, 1.8);
  }
  .p-neo-healer-about__brace img {
    max-height: 6.25rem;
  }
}

.p-neo-healer-about__closure-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-about__closure-text {
    font-size: 1rem;
    text-align: left;
  }
}
.p-neo-healer-about__closure-text p {
  margin: 0;
}
.p-neo-healer-about__closure-text p + p {
  margin-top: 0;
}

.p-section-about {
  position: relative;
  isolation: isolate;
  padding-block: 3.75rem 11.875rem;
  background: #fff5b0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-section-about {
    padding-block: 2.5rem 4rem;
  }
}

.p-section-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/lower-himiko-about-bg.webp") no-repeat center center/cover;
  z-index: 1;
}

.p-section-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  max-width: 45rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-section-about__inner {
    gap: 1.75rem;
    max-width: none;
  }
}

.p-section-about__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #474038;
  text-shadow: 0 0 0.625rem #fff, 0 0 0.625rem #fff;
}
@media screen and (max-width: 768px) {
  .p-section-about__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-section-about__body {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #474038;
  text-shadow: 0 0 0.625rem #fff, 0 0 0.625rem #fff, 0 0 0.625rem #fff;
}
@media screen and (max-width: 768px) {
  .p-section-about__body {
    font-size: 1rem;
    text-align: center;
  }
}
.p-section-about__body p {
  margin: 0;
}
.p-section-about__body p + p {
  margin-top: 0;
}

.p-section-about__deco {
  position: absolute;
  left: 50%;
  bottom: -9.375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(100%, 80rem);
  z-index: 0;
  pointer-events: none;
}
.p-section-about__deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-section-about__deco {
    bottom: -3.125rem;
    width: 31.25rem;
  }
}

.p-lower-service {
  ・・padding-block: 6.25rem;
  background: #fff5b0;
}
@media screen and (max-width: 768px) {
  .p-lower-service {
    padding-block: 4rem;
  }
}

.p-lower-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3125rem;
  width: 100%;
}

.p-lower-service__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  width: 100%;
  max-width: 35.5rem;
}

.p-lower-service__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  text-align: center;
}

.p-lower-service__en {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-lower-service__en {
    font-size: 2.25rem;
  }
}

.p-lower-service__label {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  color: #1aaba4;
}

.p-lower-service__deco {
  width: min(100%, 23.5rem);
}
.p-lower-service__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-lower-service__intro-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.p-lower-service__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-lower-service__title {
    font-size: 1.5rem;
  }
}

.p-lower-service__intro {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #474038;
}
.p-lower-service__intro p {
  margin: 0;
}
.p-lower-service__intro strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lower-service__intro {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-lower-service__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.75rem;
  width: 100%;
  max-width: 57.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-lower-service__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    max-width: none;
  }
}

.p-lower-service__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.75rem;
  min-width: 0;
  min-height: 34.3125rem;
}
@media screen and (max-width: 768px) {
  .p-lower-service__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-height: 0;
    gap: 1.5rem;
  }
}

.p-lower-service__col-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  width: 100%;
}

.p-lower-service__col-title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  color: #1aaba4;
  text-shadow: 0 0 0.625rem #fff, 0 0 0.625rem #fff;
}
@media screen and (max-width: 768px) {
  .p-lower-service__col-title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-lower-service__col-body {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #474038;
}
.p-lower-service__col-body p {
  margin: 0;
}
.p-lower-service__col-body strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lower-service__col-body {
    font-size: 0.875rem;
  }
}

.p-lower-service__figure {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 18.125rem;
  height: 18.125rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lower-service__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lower-service__figure {
    width: min(100%, 18.125rem);
    height: auto;
    aspect-ratio: 1;
  }
}

.p-lower-service__closing {
  max-width: 56.25rem;
  margin: 0;
  text-align: center;
}
.p-lower-service__closing p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #006469;
}
.p-lower-service__closing strong {
  display: block;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  color: #006469;
}
@media screen and (max-width: 768px) {
  .p-lower-service__closing {
    text-align: left;
  }
  .p-lower-service__closing p {
    font-size: 1rem;
  }
  .p-lower-service__closing strong {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lower-service__inner {
    gap: 3.5rem;
  }
  .p-lower-service__top {
    gap: 2.5rem;
  }
  .p-lower-service__intro-block {
    gap: 1.25rem;
  }
}
.p-neo-healer-cta {
  position: relative;
  padding-block: 6.25rem 7.5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta {
    padding-block: 3.75rem 4rem;
  }
}

.p-neo-healer-cta::before,
.p-neo-healer-cta::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 13.75rem;
  background: url("../img/green-dot-bg.webp") no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta::before,
  .p-neo-healer-cta::after {
    height: 10rem;
  }
}

.p-neo-healer-cta::before {
  top: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.p-neo-healer-cta::after {
  bottom: 0;
}

.p-neo-healer-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__inner {
    gap: 2.5rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-neo-healer-cta__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.p-neo-healer-cta__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #967245;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__title {
    font-size: 1.4375rem;
  }
}

.p-neo-healer-cta__title-accent {
  color: #1aaba4;
}

.p-neo-healer-cta__title-sub {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__title-sub {
    font-size: 1.125rem;
  }
}

.p-neo-healer-cta__title-deco {
  width: min(100%, 23.5rem);
}
.p-neo-healer-cta__title-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-neo-healer-cta__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(29.125rem, 100%);
  gap: 2.5rem 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: none;
  }
}

.p-neo-healer-cta__row--reverse {
  grid-template-columns: min(29.125rem, 100%) minmax(0, 1fr);
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__row--reverse {
    grid-template-columns: 1fr;
  }
}

.p-neo-healer-cta__text {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-neo-healer-cta__heading {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__heading {
    font-size: 1.1875rem;
  }
}

.p-neo-healer-cta__body {
  margin-top: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #474038;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__body {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.p-neo-healer-cta__body p {
  margin: 0;
}
.p-neo-healer-cta__body p + p {
  margin-top: 0;
}
.p-neo-healer-cta__body strong {
  font-weight: 700;
}
.p-neo-healer-cta__body .p-neo-healer-cta__emphasis {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__body .p-neo-healer-cta__emphasis {
    font-size: 1.125rem;
  }
}

.p-neo-healer-cta__media {
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 466/437;
  background: #e8e8e8;
}
.p-neo-healer-cta__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 29.125rem;
    margin-inline: auto;
  }
}

.p-neo-healer-cta__footer {
  margin: 0;
  max-width: 48.125rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #006469;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-cta__footer {
    font-size: 1rem;
    text-align: left;
    max-width: none;
  }
}
.p-neo-healer-cta__footer strong {
  font-weight: 700;
}

.p-neo-healer-guidance__inner {
  width: 100%;
}

.p-neo-healer-guidance__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-neo-healer-guidance__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #46c5bf;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-guidance__title {
    font-size: 1.5rem;
  }
}

.p-neo-healer-guidance__title-deco {
  width: min(100%, 23.5rem);
}
.p-neo-healer-guidance__title-deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-neo-healer-guidance__body {
  width: 40.9375rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-neo-healer-guidance__text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #006469;
}
.p-neo-healer-guidance__text + .p-neo-healer-guidance__text {
  margin-top: 1rem;
}
.p-neo-healer-guidance__text strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-neo-healer-guidance__text {
    font-size: 1rem;
    line-height: 1.85;
  }
}

.p-privacy-policy {
  padding-block: 5rem 7.5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    padding-block: 3rem 5rem;
  }
}

.p-privacy-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__inner {
    gap: 2.5rem;
  }
}

.p-privacy-policy__intro,
.p-privacy-policy__body {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__intro,
  .p-privacy-policy__body {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.p-privacy-policy__intro p,
.p-privacy-policy__body p {
  margin: 0;
}
.p-privacy-policy__intro p + p,
.p-privacy-policy__body p + p {
  margin-top: 1rem;
}

.p-privacy-policy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__section {
    gap: 1.25rem;
  }
}

.p-privacy-policy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1aaba4;
  letter-spacing: 0.02em;
}
.p-privacy-policy__heading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 0.125rem;
  background-color: #1aaba4;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__heading {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .p-privacy-policy__heading::before {
    width: 1.5rem;
  }
}

.p-privacy-policy__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.p-privacy-policy__list li {
  position: relative;
  padding-left: 1.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3739;
  letter-spacing: 0.02em;
}
.p-privacy-policy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #1aaba4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-privacy-policy__list li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__list {
    margin-top: 0.75rem;
  }
  .p-privacy-policy__list li {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-left: 1.125rem;
  }
  .p-privacy-policy__list li::before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .p-privacy-policy__list li + li {
    margin-top: 0.625rem;
  }
}

.p-privacy-policy__contact {
  margin: 1rem 0 0;
  font-style: normal;
}
.p-privacy-policy__contact p {
  margin: 0;
}
.p-privacy-policy__contact p + p {
  margin-top: 0.5rem;
}
.p-privacy-policy__contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (any-hover: hover) {
  .p-privacy-policy__contact a:hover {
    color: #1aaba4;
  }
}

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

.u-sm {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .u-sm {
    display: revert !important;
  }
}

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

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
.u-pointer__none--pc {
  pointer-events: none !important;
}
@media screen and (max-width: 999px) {
  .u-pointer__none--pc {
    pointer-events: revert !important;
  }
}

.u-capital {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-english {
  font-family: "Manrope", sans-serif;
}