/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=GFS+Didot&family=Nuosu+SIL&family=Shippori+Mincho&display=swap");
.main {
  padding-bottom: 5rem;
}

.cat-mv {
  width: 100%;
  aspect-ratio: 2.5/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  position: relative;
}
.cat-mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2.5/1;
  z-index: -1;
  background-position: center;
}
.cat-mv .bg.fixed {
  position: fixed;
}
.cat-mv .cat-mv__text {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
}

.custom {
  padding-top: 1rem;
  background-color: #fff;
  position: relative;
  z-index: 9;
  min-height: 80vh;
}

.container {
  width: 96%;
  max-width: 100rem;
  margin-inline: auto;
}
.container.full {
  width: 100%;
  max-width: unset;
}

section {
  display: flow-root;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.6rem;
  font-family: "GFS Didot", serif;
}
.section-title span {
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: #303030;
}

.section-title--sub {
  font-size: 2.5rem;
  line-height: 1.44;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.view-more {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  border: 1px solid #303030;
  border-radius: 10rem;
  padding: 1rem 3.5rem 1rem 5.5rem;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.view-more .view-more__ic {
  width: 2.5rem;
}

.mv-old {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  background: url("../../images/title.png") no-repeat center/cover;
  width: 100%;
  aspect-ratio: 3/1;
  margin-bottom: 8rem;
}
.mv-old .mv-old__title {
  color: #fff;
  font-weight: bold;
  font-size: 4.5rem;
}

@media (max-width: 1080px) {
  .main {
    padding-top: 1.5px;
  }
}
@media (max-width: 768px) {
  *,
  *:before,
  *:after {
    line-height: unset;
  }
  .cat-mv .cat-mv__text {
    font-size: 3rem;
  }
  .cat-mv {
    aspect-ratio: 3/2;
  }
  .cat-mv .bg {
    aspect-ratio: 3/2;
  }
  .custom {
    min-height: 90vh;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-title span {
    width: 2.5rem;
  }
  .section-title--sub {
    font-size: 1.8rem;
  }
  .mv-old .mv-old__title {
    font-size: 3rem;
  }
  .mv-old {
    margin-bottom: 4rem;
  }
}
.sec-therapist--old {
  color: #333;
}
.sec-therapist--old .container .content .content__title {
  font-size: 1.7rem;
  font-weight: bold;
}
.sec-therapist--old .container .content .content__core {
  display: flex;
  gap: 2rem;
  align-items: start;
}
.sec-therapist--old .container .content .content__core .core-img {
  flex: 1 1 40%;
}
.sec-therapist--old .container .content .content__core .core-img img {
  width: 100%;
}
.sec-therapist--old .container .content .content__core .core-desc {
  flex: 1 1 60%;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sec-therapist--old .container .content .content__title {
    font-size: 1.5rem;
  }
  .sec-therapist--old .container .content .content__core {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .sec-therapist--old .container .content .content__core .core-img {
    max-width: 35rem;
  }
  .sec-therapist--old .container .content .content__core .core-desc {
    font-size: 1.4rem;
  }
}
.sec-access--old .container .content .content__desc {
  font-size: 1.6rem;
  line-height: 1.8;
}
.sec-access--old .container .content .content__desc .desc-spec {
  color: #333;
}
.sec-access--old .container .content .content__map {
  margin-top: 3rem;
  width: 100%;
  aspect-ratio: 830/450;
}

@media (max-width: 768px) {
  .sec-access--old .container .content .content__desc {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */