@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

.top .section__lead {
  color: #98948B; }
.top .section__title {
  font-size: 1.6rem;
  font-weight: 300; }
  @media screen and (max-width: 834px) {
    .top .section__title {
      font-size: 1.4rem; } }
  .top .section__title span {
    display: block; }
.top .section__sub-title {
  font-size: clamp(3.5rem, 3.9vw, 6.4rem);
  line-height: 1.5; }
  .top .section__sub-title span {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.4rem); }
.top .section__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  @media screen and (max-width: 834px) {
    .top .section__text-wrap {
      gap: 2rem; } }
.top .section__text {
  line-height: 2; }
.top .mv {
  background-image: url(../img/top/mv-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 10rem 0 10vh; }
  @media screen and (max-width: 834px) {
    .top .mv {
      padding: 10rem 0 22vh;
      height: 107vh; } }
  .top .mv__picture {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 100%;
    overflow: clip; }
    @media screen and (max-width: 834px) {
      .top .mv__picture {
        display: flex; } }
    .top .mv__picture img.mv-images {
      width: 100%;
      object-fit: cover;
      object-position: top;
      aspect-ratio: 1501/901;
      height: 100%; }
      @media screen and (max-width: 834px) {
        .top .mv__picture img.mv-images {
          object-position: 63%; } }
  .top .mv__main-text {
    bottom: 6vh;
    left: 2%;
    color: #fff;
    position: absolute; }
    @media screen and (max-width: 834px) {
      .top .mv__main-text {
        bottom: 10vh; } }
    .top .mv__main-text .mv__title {
      line-height: 1.2;
      font-size: clamp(3.2rem, 5vw, 6.4rem); }
      .top .mv__main-text .mv__title span {
        font-size: clamp(2.2rem, 3.4vw, 4rem); }
  .top .mv__banner {
    position: absolute;
    right: 2%;
    bottom: 4vh;
    padding: 4rem 2vw;
    text-align: center;
    background-image: url(../img/top/mv-banner-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 834px) {
      .top .mv__banner {
        padding: 3rem 5%;
        bottom: 6vh;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 85%; } }
  .top .mv__banner--title {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.5rem, 2.7vw, 2.8rem); }
  .top .mv__banner--price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem; }
    .top .mv__banner--price .number {
      font-size: 1.6rem;
      font-weight: 100;
      border: 1px solid #FFFFFF;
      line-height: 1;
      padding: 0.5rem 0.7rem; }
      @media screen and (max-width: 834px) {
        .top .mv__banner--price .number {
          font-size: 1.4rem; } }
    .top .mv__banner--price .price {
      font-size: clamp(1.6rem, 2.4vw, 2.4rem);
      font-weight: 100;
      line-height: 1.2; }
      .top .mv__banner--price .price span.emphasis {
        font-size: clamp(2.78rem, 2.4vw, 4rem);
        font-weight: 100; }
      .top .mv__banner--price .price span.small-text {
        font-size: 1.4rem; }
        @media screen and (max-width: 834px) {
          .top .mv__banner--price .price span.small-text {
            font-size: 1.2rem; } }
  .top .mv__banner--note {
    width: fit-content;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    font-weight: 100;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .top .mv__banner--note {
        font-size: 1.3rem; } }
    @media screen and (max-width: 834px) {
      .top .mv__banner--note {
        font-size: 1.3rem; } }
.top .top-about {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/top/mv-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .top .top-about {
      min-height: auto; } }
  .top .top-about::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/top/about-wave.png);
    bottom: -1px;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 15rem;
    right: 0; }
    @media screen and (max-width: 834px) {
      .top .top-about::after {
        height: 6rem;
        bottom: -2rem; } }
  .top .top-about__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: linear-gradient(to top, rgba(82, 71, 52, 0.5) 0%, rgba(82, 71, 52, 0.5) 90%, rgba(82, 71, 52, 0.5) 100%); }
    @media screen and (max-width: 834px) {
      .top .top-about__bg {
        height: 100%; } }
    .top .top-about__bg img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
      @media screen and (max-width: 834px) {
        .top .top-about__bg img {
          aspect-ratio: 37.5 / 45; } }
  .top .top-about .overarea {
    position: relative;
    z-index: 3; }
  .top .top-about__contents {
    position: relative;
    height: 450vh;
    min-height: 2000px;
    display: flex;
    align-items: end;
    padding-bottom: 23rem; }
    @media screen and (max-width: 834px) {
      .top .top-about__contents {
        height: auto;
        min-height: inherit;
        padding: 6rem 0 8rem; } }
  .top .top-about__main {
    color: #fff;
    margin: 3vw auto 0; }
    @media screen and (max-width: 834px) {
      .top .top-about__main {
        margin: 0 auto; } }
  .top .top-about .section__title {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-about .section__title {
        margin-bottom: 2.5rem; } }
  .top .top-about .section__sub-title {
    text-align: center;
    margin-bottom: 3.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-about .section__sub-title {
        font-size: clamp(2.5rem, 6.4vw, 6.4rem);
        margin-bottom: 2.8rem; } }
  .top .top-about .section__sub-title span {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem); }
  @media screen and (max-width: 834px) {
    .top .top-about .top-about__title--en {
      width: 40%; } }
  .top .top-about .section__text-wrap {
    width: 63%;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .top .top-about .section__text-wrap {
        width: 100%; } }
.top .top-problem {
  padding: 5rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .top .top-problem {
      padding: 5rem 0 3rem; } }
  .top .top-problem__title {
    width: fit-content;
    margin: 0 auto 5rem;
    position: relative;
    border-radius: 38px;
    background-color: #fff;
    padding: 1.3rem 3%;
    font-size: clamp(2.5rem, 2.4vw, 3.2rem);
    line-height: 1.2; }
    @media screen and (max-width: 834px) {
      .top .top-problem__title {
        font-size: clamp(1.8rem, 3.2vw, 3.2rem);
        padding: 1rem 3%;
        margin: 0 auto 3rem; } }
    .top .top-problem__title::before {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/top/bubble-triangle.png);
      left: 50%;
      bottom: -2rem;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 26px;
      height: 24px; }
  .top .top-problem__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem 0;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .top .top-problem__list {
        flex-direction: column; } }
  .top .top-problem__item {
    width: 48%;
    align-items: center;
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    border-bottom: 2px dotted #999999;
    font-weight: 100; }
    @media screen and (max-width: 834px) {
      .top .top-problem__item {
        width: 100%;
        font-size: 1.6rem;
        padding-bottom: 0.8rem; } }
  @media screen and (max-width: 834px) {
    .top .top-problem__item img {
      width: 1.5rem; } }
  .top .top-problem__slider-wrap {
    margin: 9rem 0 0 10%; }
    @media screen and (max-width: 834px) {
      .top .top-problem__slider-wrap {
        margin: 9rem auto 6rem; } }
  .top .top-problem__slider {
    background-color: rgba(229, 226, 216, 0.7);
    padding: 8rem 0 8rem 4.5%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7rem; }
    @media screen and (max-width: 834px) {
      .top .top-problem__slider {
        flex-direction: column;
        padding: 4rem 5% 6rem;
        gap: 3rem; } }
  .top .top-problem__swiper {
    width: 75%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    display: flex; }
    @media screen and (max-width: 834px) {
      .top .top-problem__swiper {
        width: 100%; } }
  .top .top-problem__slider-dec1 {
    position: absolute;
    bottom: -6vh;
    left: -6%; }
    @media screen and (max-width: 834px) {
      .top .top-problem__slider-dec1 {
        width: 51%; } }
  .top .top-problem__slider-dec2 {
    position: absolute;
    top: -12rem;
    right: 0px; }
    @media screen and (max-width: 834px) {
      .top .top-problem__slider-dec2 {
        display: flex;
        justify-content: flex-end;
        width: 51%;
        top: -8rem; } }
  .top .top-problem .top-problem__slider--title {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 834px) {
      .top .top-problem .top-problem__slider--title {
        width: 100%; } }
    .top .top-problem .top-problem__slider--title span.ja-title {
      text-align: center;
      font-size: clamp(3.2rem, 2vw, 4rem);
      line-height: 1.5;
      color: #5A7DA4; }
    .top .top-problem .top-problem__slider--title span.instagram {
      display: flex;
      gap: 1rem;
      margin-top: 1rem; }
      .top .top-problem .top-problem__slider--title span.instagram a {
        font-weight: 100;
        color: #040203;
        text-decoration: underline; }
  .top .top-problem .swiper-wrapper {
    display: flex;
    align-items: center; }
  .top .top-problem .swiper-slide {
    overflow: hidden;
    position: relative; }
  .top .top-problem .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 28rem;
    object-fit: cover; }
    @media screen and (max-width: 834px) {
      .top .top-problem .swiper-slide img {
        max-height: 24rem; } }
  .top .top-problem .swiper-pagination {
    display: none; }
    @media screen and (max-width: 834px) {
      .top .top-problem .swiper-pagination {
        display: block;
        bottom: 30px; }
        .top .top-problem .swiper-pagination .swiper-pagination-bullet {
          width: 5px;
          height: 5px; }
        .top .top-problem .swiper-pagination .swiper-pagination-bullet-active {
          background: #2D2138; } }
.top .top-treatment {
  padding: 13rem 0 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/treatment-bg.webp); }
  @media screen and (max-width: 834px) {
    .top .top-treatment {
      padding: 6rem 0; } }
  .top .top-treatment__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7rem; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__main {
        flex-direction: column;
        gap: 2rem; } }
  .top .top-treatment__title {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 2rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__title {
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 3rem; } }
    .top .top-treatment__title span.circle {
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      border: 1px solid #fff;
      width: 14rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: revert;
      text-align: center;
      font-size: clamp(1.2rem, 1.8vw, 1.8rem);
      font-weight: 100;
      line-height: 1.5;
      margin-left: -6rem; }
      @media screen and (max-width: 834px) {
        .top .top-treatment__title span.circle {
          margin-left: 0;
          width: 11rem; } }
    .top .top-treatment__title span.section__sub-title {
      font-size: clamp(2.3rem, 3.7vw, 4rem); }
  .top .top-treatment__text {
    color: #fff; }
  .top .top-treatment__info {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__info {
        width: 100%; } }
  .top .top-treatment__info--picture {
    width: 45%; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__info--picture {
        width: 100%;
        display: flex;
        justify-content: center; } }
  .top .top-treatment__lymph {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 6rem 4%;
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__lymph {
        padding: 4rem 4%;
        flex-direction: column-reverse;
        gap: 2rem; } }
  .top .top-treatment__lymph--picture {
    width: 47%; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__lymph--picture {
        width: 100%;
        display: flex;
        justify-content: center; } }
  .top .top-treatment__lymph--info {
    width: 47%; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__lymph--info {
        width: 100%; } }
  .top .top-treatment__lymph--title {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(2rem, 2.5vw, 2.8rem);
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-treatment__lymph--title {
        font-size: clamp(1.8rem, 2.8vw, 2.8rem);
        margin-bottom: 1.5rem; } }
    .top .top-treatment__lymph--title span.lead {
      font-family: "Noto Sans JP", sans-serif;
      background-color: #7795B7;
      display: block;
      width: fit-content;
      padding: 1rem 2rem;
      line-height: 1;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 100;
      margin-bottom: 1rem; }
      @media screen and (max-width: 834px) {
        .top .top-treatment__lymph--title span.lead {
          padding: 0.5rem 1rem;
          font-size: 1.6rem;
          margin-bottom: 0.8rem; } }
.top .top-goal__contents-wrap {
  padding: 12rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/goal-bg.webp); }
  @media screen and (max-width: 834px) {
    .top .top-goal__contents-wrap {
      padding: 5rem 0; } }
.top .top-goal__contents {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .top .top-goal__contents {
      flex-direction: column;
      gap: 3rem; } }
.top .top-goal__picture {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .top .top-goal__picture {
      width: 100%;
      display: flex;
      justify-content: center; } }
.top .top-goal__info {
  width: 38%; }
  @media screen and (max-width: 834px) {
    .top .top-goal__info {
      width: 100%; } }
.top .top-goal__title {
  color: #5A7DA4;
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: 1.5;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 834px) {
    .top .top-goal__title {
      margin-bottom: 2rem; } }
  .top .top-goal__title span {
    display: block;
    font-size: clamp(2.1rem, 4vw, 4rem); }
.top .top-goal__list {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .top .top-goal__list {
      margin-top: 3rem; } }
.top .top-goal__item {
  width: 30%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  aspect-ratio: 1 / 1;
  justify-content: center; }
  .top .top-goal__item img {
    position: absolute;
    width: 100%; }
  .top .top-goal__item .bg {
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    z-index: 0; }
  .top .top-goal__item .txt {
    color: #B3955C;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 1; }
.top .top-goal__banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/goal-bg2.webp);
  padding: 24rem 0; }
  @media screen and (max-width: 834px) {
    .top .top-goal__banner {
      padding: 9rem 0;
      background-position: 28%; } }
.top .top-goal__banner--text {
  font-size: clamp(1.7rem, 2.5vw, 4rem);
  text-align: center;
  color: #fff;
  line-height: 1.8; }
.top .top-method {
  padding: 12rem 0 14rem;
  position: relative; }
  @media screen and (max-width: 834px) {
    .top .top-method {
      padding: 7rem 0; } }
  .top .top-method__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-method__contents {
        flex-direction: column;
        gap: 11rem; } }
  .top .top-method__info {
    position: sticky;
    top: 10rem;
    width: 45%;
    padding-left: 10%;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      .top .top-method__info {
        position: relative;
        width: 100%;
        top: auto;
        margin: 0 auto;
        padding: 0 5%; } }
    .top .top-method__info::before {
      content: '';
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/top/method-bg1.webp);
      width: 100%;
      position: absolute;
      height: 55rem;
      left: 0;
      z-index: 0;
      bottom: -13rem; }
      @media screen and (max-width: 834px) {
        .top .top-method__info::before {
          height: 25rem;
          bottom: 6rem; } }
  .top .top-method__title {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    gap: 1rem; }
  @media screen and (max-width: 834px) {
    .top .top-method__title-en {
      width: 50%; } }
  .top .top-method__title-ja {
    color: #7795B7;
    position: relative;
    z-index: 1;
    font-weight: 300; }
  .top .top-method__sub-title {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.8rem, 2.4vw, 4rem);
    line-height: 1.5;
    margin-bottom: 4.5rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      .top .top-method__sub-title {
        margin-bottom: 2.5rem; } }
  .top .top-method__text {
    position: relative;
    z-index: 1; }
  .top .top-method__info--list {
    position: relative;
    z-index: 1;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap; }
  .top .top-method__info--item {
    width: 48%; }
  .top .top-method__info--item a {
    background-color: #BAA174;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1;
    padding: 1.3rem 0;
    font-size: 1.8rem;
    font-weight: 100;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .top .top-method__info--item a {
        font-size: 1.5rem; } }
  .top .top-method__main {
    width: 50%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    gap: 10rem 0; }
    @media screen and (max-width: 834px) {
      .top .top-method__main {
        width: 100%;
        padding: 0 5%; } }
  .top .top-method__item--title {
    text-align: center;
    position: relative;
    margin-bottom: 2rem; }
  .top .top-method__item--title--deco {
    width: 100%;
    height: 10rem;
    top: -5rem;
    position: absolute;
    left: 0;
    right: 0; }
    @media screen and (max-width: 834px) {
      .top .top-method__item--title--deco {
        top: -3rem; } }
    .top .top-method__item--title--deco img {
      width: 100%; }
  .top .top-method__item--number {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/top/method-number-bg.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 4.5rem;
    height: 3.7rem;
    aspect-ratio: 4.5 / 3.7; }
  .top .top-method__item--title .ja-title {
    color: #5A7DA4;
    font-size: clamp(2rem, 3.2vw, 3.2rem); }
  .top .top-method__item--picture {
    margin-bottom: 10.8rem;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 834px) {
      .top .top-method__item--picture {
        margin-bottom: 7.8rem; } }
    .top .top-method__item--picture img {
      width: 100%; }
  .top .top-method__item--message {
    position: absolute;
    bottom: -6rem;
    left: 4%;
    display: none;
    line-height: 1.9;
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    color: #fff;
    transition: 0.2s ease;
    white-space: nowrap;
    width: 0%;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .top .top-method__item--message {
        left: 3%; } }
    .top .top-method__item--message span {
      background: #7795B7;
      padding: 0.6rem 1rem;
      display: block;
      width: fit-content;
      line-height: 1; }
    .top .top-method__item--message span:first-child {
      margin-bottom: 1rem;
      font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
  .top .top-method .top-method__item.active .top-method__item--message {
    display: block;
    animation: textFadein 0.8s 0.2s forwards linear; }
@keyframes textFadein {
  from {
    width: 0%; }
  to {
    width: 100%; } }
  .top .top-method__item--text {
    margin-bottom: 3rem; }
  .top .top-method__approach--title {
    position: relative;
    text-align: center;
    font-size: clamp(1.7rem, 2.1vw, 2.1rem);
    margin: 0 auto;
    z-index: 1;
    z-index: 1; }
    .top .top-method__approach--title span {
      position: relative;
      z-index: 1;
      background-color: #f5f4f0;
      padding: 0 3rem; }
    .top .top-method__approach--title::before {
      content: '';
      border-bottom: 1px solid #dcdcdc;
      width: 50%;
      height: 1px;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .top .top-method__approach--title::after {
      content: '';
      border-bottom: 1px solid #dcdcdc;
      width: 50%;
      height: 1px;
      position: absolute;
      z-index: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .top .top-method__approach--slide-wrap {
    position: relative; }
  .top .top-method__approach--slide {
    margin-top: 3rem;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .top .top-method__approach--slide {
        margin-top: 2rem;
        border-radius: 20px; } }
  .top .top-method .swiper-slide {
    text-align: center;
    border-radius: 30px;
    display: flex;
    background: white;
    padding: 2.8rem 6%;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .top .top-method .swiper-slide {
        padding: 2rem 8%;
        flex-direction: column;
        gap: 2rem;
        height: 38rem;
        justify-content: center; } }
  .top .top-method__approach--picture {
    width: 44%;
    height: 21rem; }
    @media screen and (max-width: 834px) {
      .top .top-method__approach--picture {
        width: 80%;
        max-height: 18rem;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center; } }
  .top .top-method .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media screen and (max-width: 834px) {
      .top .top-method .swiper-slide img {
        width: 100%;
        height: auto; } }
  .top .top-method .swiper-button-next,
  .top .top-method .swiper-button-prev {
    background-color: rgba(177, 177, 177, 0.5);
    aspect-ratio: 1 / 1;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .top .top-method .swiper-button-next {
    right: -2rem; }
  .top .top-method .swiper-button-prev {
    left: -2rem; }
  .top .top-method .swiper-button-next:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/top/arrow.webp");
    width: 1.3rem;
    transform: rotate(180deg);
    height: 1rem; }
  .top .top-method .swiper-button-prev:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/top/arrow.webp");
    width: 1.3rem;
    height: 1rem; }
  .top .top-method__approach--text-box {
    width: 47%;
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media screen and (max-width: 834px) {
      .top .top-method__approach--text-box {
        width: 100%; } }
  .top .top-method__approach--item--title {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    color: #5A7DA4; }
  .top .top-method__diag-list--picture, .top .top-method__care--picture {
    width: 70%;
    margin: 4rem auto; }
    @media screen and (max-width: 834px) {
      .top .top-method__diag-list--picture, .top .top-method__care--picture {
        width: 90%;
        margin: 2rem auto;
        display: flex;
        justify-content: center; } }
  .top .top-method__diag--list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 86%;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .top .top-method__diag--list {
        width: 100%; } }
  .top .top-method__diag--item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .top .top-method__diag--item--title {
    width: 23%;
    background-color: #FFFFFF;
    border-radius: 17px;
    text-align: center;
    line-height: 1;
    padding: 1rem 0;
    color: #B3955C;
    font-weight: 300;
    font-size: clamp(1.5rem, 1.8vw, 1.8rem); }
    @media screen and (max-width: 834px) {
      .top .top-method__diag--item--title {
        width: 25%; } }
  .top .top-method__diag--item--text {
    font-size: 1.5rem;
    width: 73%; }
    @media screen and (max-width: 834px) {
      .top .top-method__diag--item--text {
        width: 73%;
        font-size: 1.4rem; } }
  .top .top-method__program--list {
    border-top: 1px solid #DCDCDC;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .top .top-method__program--list {
        gap: 3rem 0; } }
  .top .top-method__program--item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-method__program--item {
        flex-direction: column;
        gap: 2rem; } }
  .top .top-method__program--item--picture {
    width: 37%; }
    @media screen and (max-width: 834px) {
      .top .top-method__program--item--picture {
        width: 100%; } }
    .top .top-method__program--item--picture img {
      width: 100%; }
  .top .top-method__program--item--text-box {
    width: 57%; }
    @media screen and (max-width: 834px) {
      .top .top-method__program--item--text-box {
        width: 100%; } }
  .top .top-method__program--item--title {
    display: flex;
    gap: 1rem;
    font-family: "Shippori Mincho", serif;
    align-items: center;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    color: #5A7DA4;
    margin-bottom: 0.5rem; }
    .top .top-method__program--item--title span {
      font-family: "Noto Sans JP", sans-serif;
      font-size: clamp(1.4rem, 2.4vw, 1.6rem);
      font-weight: 300;
      border: 1px solid #7795B7;
      color: #5A7DA4;
      border-radius: 15px;
      line-height: 1;
      padding: 0.6rem 1.3rem; }
  .top .top-method__program--item--text {
    margin-bottom: 0; }
  .top .top-method__program--additional {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 4rem 7%;
    position: relative; }
    @media screen and (max-width: 834px) {
      .top .top-method__program--additional {
        border-radius: 20px;
        padding: 3rem 6%; } }
  .top .top-method .plus {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #B89C69;
    width: 5rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media screen and (max-width: 834px) {
      .top .top-method .plus {
        width: 4rem; } }
    .top .top-method .plus span {
      display: inline-block;
      width: 2.4rem;
      height: 1px;
      background: #ffff;
      position: absolute; }
      @media screen and (max-width: 834px) {
        .top .top-method .plus span {
          width: 1.4rem; } }
    .top .top-method .plus span:first-child {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    .top .top-method .plus span:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg);
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg); }
  .top .top-method .additional__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .top .top-method .additional__wrap {
        flex-direction: column;
        gap: 2rem; } }
  .top .top-method .additional__text-box {
    width: 60%; }
    @media screen and (max-width: 834px) {
      .top .top-method .additional__text-box {
        width: 100%; } }
  .top .top-method .additional__title {
    font-size: clamp(1.8rem, 2.1vw, 2.1rem);
    letter-spacing: 0.01em;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 834px) {
      .top .top-method .additional__title {
        margin-bottom: 1.1rem; } }
  .top .top-method .additional__text {
    font-size: 1.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-method .additional__text {
        font-size: 1.4rem; } }
  .top .top-method .additional__picture {
    width: 32%; }
    @media screen and (max-width: 834px) {
      .top .top-method .additional__picture {
        width: 100%; } }
    .top .top-method .additional__picture img {
      width: 100%; }
  .top .top-method .additional__ticket {
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 0.5rem 0; }
  .top .top-method .additional__ticket--text {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 300; }
    .top .top-method .additional__ticket--text span.text-g {
      color: #B89C69; }
  .top .top-method__item--note {
    margin-top: 5rem;
    font-size: 12px;
    text-align: center;
    font-weight: 300; }
    @media screen and (max-width: 834px) {
      .top .top-method__item--note {
        margin-top: 3rem;
        font-size: 12px; } }
    .top .top-method__item--note .under-line {
      color: #B89C69;
      display: block;
      font-weight: 400;
      font-size: clamp(1.8rem, 2.1vw, 2.1rem);
      text-decoration: underline; }
    .top .top-method__item--note .small-text {
      font-size: 1.2rem; }
  .top .top-method__care--additional {
    margin-top: 3rem;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 5.2rem 7% 4rem;
    position: relative; }
    @media screen and (max-width: 834px) {
      .top .top-method__care--additional {
        margin-top: 5rem;
        border-radius: 10px;
        padding: 4rem 6% 3rem; } }
  .top .top-method .care-additional__title {
    position: absolute;
    border: 1px solid #D6D6D6;
    border-radius: 17px;
    background-color: #fff;
    padding: 0.1rem 2rem;
    text-align: center;
    color: #B3955C;
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
    font-weight: 300;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media screen and (max-width: 834px) {
      .top .top-method .care-additional__title {
        white-space: nowrap; } }
  .top .top-method .care-additional__sub-title {
    font-size: clamp(1.8rem, 2.1vw, 2.1rem);
    padding-bottom: .1rem;
    width: fit-content;
    border-bottom: 0.4px solid #040203;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .top .top-method .care-additional__sub-title {
        margin-bottom: 1rem; } }
  .top .top-method .care-additional__sub-text {
    font-size: 1.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-method .care-additional__sub-text {
        font-size: 1.4rem; } }
.top .top-therapist {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/therapist-bg.webp");
  padding: 14rem 0; }
  @media screen and (max-width: 834px) {
    .top .top-therapist {
      padding: 6rem 0; } }
  .top .top-therapist__title {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__title {
        gap: 2rem;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 834px) {
      .top .top-therapist__title span.top-therapist__title-en {
        width: 50%; } }
    .top .top-therapist__title span.ja-title {
      font-size: clamp(2.2rem, 4vw, 4rem); }
  .top .top-therapist__text-wrap {
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__text-wrap {
        flex-direction: column;
        gap: 2rem; } }
  .top .top-therapist__text {
    width: 48%; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__text {
        width: 100%; } }
  .top .top-therapist__owner {
    margin-top: 4rem;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    padding: 5rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner {
        margin-top: 3rem;
        padding: 3rem 6%;
        flex-direction: column;
        gap: 2rem; } }
  .top .top-therapist__owner--picture {
    width: 26.6%; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner--picture {
        width: 50%; } }
  .top .top-therapist__owner--text-wrap {
    width: 67%; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner--text-wrap {
        width: 100%; } }
  .top .top-therapist__owner--title {
    font-size: clamp(1.5rem, 2.4vw, 1.8rem);
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner--title {
        flex-direction: column;
        gap: 0; } }
    .top .top-therapist__owner--title span {
      font-size: clamp(1.9rem, 2.8vw, 2.8rem);
      font-weight: 400; }
  .top .top-therapist__owner--text {
    font-size: 1.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner--text {
        font-size: 1.4rem; } }
  .top .top-therapist__owner--qualification {
    margin-top: 3rem;
    font-size: 1.5rem; }
    @media screen and (max-width: 834px) {
      .top .top-therapist__owner--qualification {
        font-size: 1.4rem;
        margin-top: 1.5rem; } }
    .top .top-therapist__owner--qualification span {
      margin-right: 2rem;
      border: 1px solid rgba(150, 150, 150, 0.5);
      padding: 0.8rem 1.6rem; }
      @media screen and (max-width: 834px) {
        .top .top-therapist__owner--qualification span {
          display: block;
          width: fit-content;
          margin-bottom: 1rem;
          padding: 0.4rem 1.1rem; } }
.top .top-price {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/price-bg.webp");
  padding: 13rem 0 11rem; }
  @media screen and (max-width: 834px) {
    .top .top-price {
      padding: 7rem 0; } }
  .top .top-price__title {
    width: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px auto 6rem; }
    @media screen and (max-width: 834px) {
      .top .top-price__title {
        margin: 0px auto 3rem; } }
  .top .top-price__title-en {
    width: 80%; }
    @media screen and (max-width: 834px) {
      .top .top-price__title-en {
        width: 50%; } }
  .top .top-price__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #fff; }
    .top .top-price__menu::before {
      content: '';
      border-bottom: 2px dotted #fff;
      width: 25%;
      height: 3px;
      position: absolute;
      z-index: 0;
      left: 48%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 1200px) {
        .top .top-price__menu::before {
          width: 13%;
          left: 55%; } }
      @media screen and (max-width: 834px) {
        .top .top-price__menu::before {
          display: none; } }
    @media screen and (max-width: 834px) {
      .top .top-price__menu {
        flex-direction: column; } }
    .top .top-price__menu dt {
      font-size: clamp(2rem, 3.2vw, 3.2rem);
      font-family: "Shippori Mincho", serif; }
    .top .top-price__menu dd {
      display: flex;
      align-items: center; }
      .top .top-price__menu dd span.number {
        border: 1px solid #FFFFFF;
        line-height: 1;
        padding: 0.5rem 0.8rem;
        margin-right: 1rem; }
      .top .top-price__menu dd span.price {
        font-size: clamp(2.4rem, 4vw, 4rem);
        margin-right: 1rem; }
      .top .top-price__menu dd span.yen {
        font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
      .top .top-price__menu dd span.tax {
        font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
  .top .top-price__menu--note {
    color: #fff;
    margin-top: 2rem; }
  @media screen and (max-width: 834px) {
    .top .top-price__ticket--number-sp {
      font-size: clamp(1.3rem, 2.4vw, 1.6rem);
      line-height: 1;
      padding: 0.3rem 1rem;
      margin-right: 2rem;
      color: #7B99B9;
      background-color: #fff;
      width: fit-content;
      margin-top: 4rem; } }
  .top .top-price__ticket {
    margin-top: 6rem;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .top .top-price__ticket {
        margin-top: 1rem;
        flex-direction: column; } }
  .top .top-price__ticket--item-wrap {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .top .top-price__ticket--item-wrap {
        width: 100%; } }
  .top .top-price__ticket--item-wrap:first-child {
    padding-right: 5%; }
    @media screen and (max-width: 834px) {
      .top .top-price__ticket--item-wrap:first-child {
        padding: 0; } }
    .top .top-price__ticket--item-wrap:first-child .top-price__ticket--item::before {
      content: '';
      border-bottom: 2px dotted #fff;
      width: 16%;
      height: 3px;
      position: absolute;
      z-index: 0;
      left: 48%;
      top: 29%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 1100px) {
        .top .top-price__ticket--item-wrap:first-child .top-price__ticket--item::before {
          width: 10%;
          left: 53%; } }
      @media screen and (max-width: 834px) {
        .top .top-price__ticket--item-wrap:first-child .top-price__ticket--item::before {
          width: 54%;
          left: 23%; } }
      @media screen and (max-width: 640px) {
        .top .top-price__ticket--item-wrap:first-child .top-price__ticket--item::before {
          width: 25%;
          left: 29%; } }
  .top .top-price__ticket--item-wrap:nth-child(2) {
    border-left: 1px solid #fff;
    padding-left: 5%; }
    @media screen and (max-width: 834px) {
      .top .top-price__ticket--item-wrap:nth-child(2) {
        padding: 0;
        border-left: 0px;
        border-top: 1px solid #fff;
        padding-top: 2rem;
        margin-top: 2rem; } }
    .top .top-price__ticket--item-wrap:nth-child(2) .top-price__ticket--item::before {
      content: '';
      border-bottom: 2px dotted #fff;
      width: 30%;
      height: 3px;
      position: absolute;
      z-index: 0;
      left: 31%;
      top: 29%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 1100px) {
        .top .top-price__ticket--item-wrap:nth-child(2) .top-price__ticket--item::before {
          width: 10%;
          left: 32%; } }
      @media screen and (max-width: 834px) {
        .top .top-price__ticket--item-wrap:nth-child(2) .top-price__ticket--item::before {
          width: 54%;
          left: 23%; } }
      @media screen and (max-width: 640px) {
        .top .top-price__ticket--item-wrap:nth-child(2) .top-price__ticket--item::before {
          width: 25%;
          left: 29%; } }
  .top .top-price__ticket--item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .top .top-price__ticket--item dt {
      font-size: clamp(1.6rem, 2.4vw, 2.4rem);
      font-family: "Shippori Mincho", serif;
      white-space: nowrap; }
      .top .top-price__ticket--item dt .number {
        font-size: clamp(1.3rem, 2.4vw, 1.6rem);
        line-height: 1;
        padding: 0.3rem 1rem;
        margin-right: 2rem;
        color: #7B99B9;
        background-color: #fff; }
        @media screen and (max-width: 834px) {
          .top .top-price__ticket--item dt .number {
            display: none; } }
    .top .top-price__ticket--item dd span.price {
      font-size: clamp(1.9rem, 2.8vw, 2.8rem);
      margin-right: 0.6rem; }
    .top .top-price__ticket--item dd span.yen {
      font-size: clamp(1.5rem, 2.1vw, 2.1rem); }
    .top .top-price__ticket--item dd span.tax {
      font-size: 1.2rem; }
    .top .top-price__ticket--item dd span.note {
      display: block;
      font-size: 1.5rem; }
      @media screen and (max-width: 834px) {
        .top .top-price__ticket--item dd span.note {
          font-size: 1.4rem; } }
  .top .top-price__ticket--item-note {
    line-height: 1.5;
    font-size: clamp(1.3rem, 2.4vw, 1.6rem); }
    .top .top-price__ticket--item-note span {
      font-size: clamp(1.2rem, 2.4vw, 1.4rem); }
  .top .top-price__option {
    margin-top: 6rem;
    border-radius: 10px;
    background-color: rgba(74, 119, 154, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 4.6rem 3.6%;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .top .top-price__option {
        margin-top: 4rem;
        padding: 2.6rem 5%;
        flex-direction: column;
        border-radius: 15px; } }
  .top .top-price__option--title {
    width: 15%;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem); }
    @media screen and (max-width: 834px) {
      .top .top-price__option--title {
        width: 100%; } }
  .top .top-price__option--info {
    width: 83%; }
    @media screen and (max-width: 834px) {
      .top .top-price__option--info {
        width: 100%; } }
  .top .top-price .option--info__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .top .top-price .option--info__list::before {
      content: '';
      border-bottom: 2px dotted #fff;
      width: 60%;
      height: 3px;
      position: absolute;
      z-index: 0;
      left: 17%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 640px) {
        .top .top-price .option--info__list::before {
          width: 29%;
          left: 28%; } }
    .top .top-price .option--info__list dt {
      font-size: clamp(1.5rem, 1.8vw, 2.1rem);
      font-family: "Shippori Mincho", serif; }
    .top .top-price .option--info__list dd span.price {
      font-size: clamp(1.9rem, 2.4vw, 2.8rem);
      margin-right: 0.6rem; }
    .top .top-price .option--info__list dd span.yen {
      font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
    .top .top-price .option--info__list dd span.tax {
      font-size: 1.2rem; }
    .top .top-price .option--info__list .option--info__note {
      margin-top: 1.5rem;
      font-size: 1.5rem; }
      @media screen and (max-width: 834px) {
        .top .top-price .option--info__list .option--info__note {
          font-size: 1.4rem; } }
.top .top-faq {
  padding: 13rem 0 11rem;
  /* 開いた状態 */ }
  @media screen and (max-width: 834px) {
    .top .top-faq {
      padding: 6rem 0; } }
  .top .top-faq__title {
    width: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px auto 6rem; }
    @media screen and (max-width: 834px) {
      .top .top-faq__title {
        margin: 0 auto 4rem; } }
  .top .top-faq__title-en {
    width: 70%; }
    @media screen and (max-width: 834px) {
      .top .top-faq__title-en {
        width: 80%; } }
  .top .top-faq__container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media screen and (max-width: 834px) {
      .top .top-faq__container {
        gap: 2rem; } }
  .top .top-faq__item {
    border-radius: 5px; }
  .top .top-faq .acc-btn {
    color: #D4CDC8;
    right: 3%;
    font-size: 2.4rem;
    position: absolute;
    width: 2rem;
    aspect-ratio: 1 / 1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out; }
    .top .top-faq .acc-btn::before, .top .top-faq .acc-btn:after {
      position: absolute;
      content: "";
      width: 0.1rem;
      height: 2.4rem;
      top: 0;
      left: calc(50% - 2px);
      background-color: #CCCCCC;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 834px) {
        .top .top-faq .acc-btn::before, .top .top-faq .acc-btn:after {
          height: 1.8rem; } }
    .top .top-faq .acc-btn::after {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .top .top-faq .top-faq__q {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 17px;
    padding: 2.5rem 3.6% 2.7rem;
    display: flex;
    gap: 0 0.5rem;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-family: "Shippori Mincho", serif; }
    .top .top-faq .top-faq__q img {
      margin-right: 1rem; }
      @media screen and (max-width: 834px) {
        .top .top-faq .top-faq__q img {
          width: 2rem; } }
    @media screen and (max-width: 834px) {
      .top .top-faq .top-faq__q {
        font-size: 1.4rem;
        padding: 1.5rem 5rem 1.5rem 5%; } }
  .top .top-faq .top-faq__a {
    align-items: center;
    transition: opacity 0.3s ease;
    background-color: #fff;
    display: flex;
    gap: 0 0.5rem;
    max-height: 0;
    opacity: 0; }
    .top .top-faq .top-faq__a span {
      padding: 3rem 3.6%;
      display: block; }
      @media screen and (max-width: 834px) {
        .top .top-faq .top-faq__a span {
          padding: 3rem 5%; } }
  .top .top-faq__item {
    border-radius: 5px; }
    .top .top-faq__item.open .acc-btn::before {
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
    .top .top-faq__item.open .top-faq__q {
      border-radius: 17px 17px 0 0; }
    .top .top-faq__item.open .top-faq__a {
      transition: opacity 0.3s ease;
      padding: 2.5rem 4.9% 3.5rem;
      max-height: fit-content;
      opacity: 1;
      border-top: 1px solid #DCDCDC;
      border-radius: 0 0 17px 17px; }
  .top .top-faq__container.is-open {
    max-height: 100%; }
  .top .top-faq__swiper--wrap {
    overflow: hidden;
    width: 100%; }
  .top .top-faq__swiper {
    margin-top: 15rem;
    z-index: 6 !important; }
    @media screen and (max-width: 834px) {
      .top .top-faq__swiper {
        margin-top: 7rem; } }
    .top .top-faq__swiper .swiper-wrapper {
      transition-timing-function: linear;
      display: flex;
      align-items: center; }
    .top .top-faq__swiper .swiper-slide {
      overflow: hidden;
      position: relative;
      z-index: 6 !important;
      width: auto !important; }
    .top .top-faq__swiper .swiper-slide img {
      width: auto;
      height: 100%;
      object-fit: cover;
      max-height: 300px; }
.top .top-access {
  padding: 10rem 0 20rem;
  position: relative; }
  @media screen and (max-width: 834px) {
    .top .top-access {
      padding: 3rem 0 11rem; } }
  .top .top-access::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/top/footer-bg.webp);
    bottom: -1px;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 15rem;
    right: 0; }
    @media screen and (max-width: 834px) {
      .top .top-access::after {
        height: 5rem; } }
  .top .top-access__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px; }
    @media screen and (max-width: 834px) {
      .top .top-access__contents {
        flex-direction: column;
        gap: 3rem; } }
  .top .top-access__info {
    width: 47%; }
    @media screen and (max-width: 834px) {
      .top .top-access__info {
        width: 100%; } }
  .top .top-access__title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem); }
    .top .top-access__title span.b-title {
      font-size: clamp(1.9rem, 2.8vw, 2.8rem); }
    @media screen and (max-width: 834px) {
      .top .top-access__title img {
        width: 27%; } }
  .top .top-access__address {
    width: 90%;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 834px) {
      .top .top-access__address {
        width: 100%; } }
  .top .top-access__address-link {
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    color: #5A7DA4;
    gap: 1rem; }
    .top .top-access__address-link span {
      border-bottom: 1px solid #5A7DA4; }
    @media screen and (max-width: 834px) {
      .top .top-access__address-link {
        width: 100%; } }
  .top .top-access__tel {
    width: 90%;
    margin: 2rem 0 0 auto;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem); }
    @media screen and (max-width: 834px) {
      .top .top-access__tel {
        margin: 1rem 0 0 auto;
        width: 100%; } }
    .top .top-access__tel a {
      font-size: clamp(2.2rem, 3.2vw, 3.2rem); }
      @media screen and (max-width: 834px) {
        .top .top-access__tel a {
          width: 100%; } }
  .top .top-access__open {
    width: 90%;
    margin: 2.8rem 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media screen and (max-width: 834px) {
      .top .top-access__open {
        width: 100%;
        margin: 1.8rem 0 0 auto; } }
    .top .top-access__open dl {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .top .top-access__open dt {
      text-align: center;
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      border: 1px solid #CCCCCC;
      width: 20%; }
    .top .top-access__open dd {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      width: 75%; }
  .top .top-access__google-map {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .top .top-access__google-map {
        width: 100%; } }
    .top .top-access__google-map iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 65 / 50;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
