@charset "UTF-8";
.p-top {
  position: relative;
}
.p-top__mvArea {
  position: relative;
}
.p-top__slider {
  z-index: 0;
  height: 86vh;
  border-bottom-right-radius: 35vw;
}
@media (max-width: 834px) {
  .p-top__slider {
    height: 80vh;
  }
}
.p-top__slider__inner {
  height: 100%;
}
.p-top__slider__inner:is([data-effect-type=carousel] *) {
  transition-timing-function: linear;
}
.p-top__slide {
  height: 100%;
  overflow: hidden;
}
.p-top__slide__inner {
  height: 100%;
}
.p-top__slide__inner:is([data-effect-type=carousel] *) {
  transition-timing-function: linear;
}
.p-top__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__copy {
  position: absolute;
  bottom: 164px;
  left: 80px;
  opacity: 0;
}
@media (min-width: 835px) {
  .p-top__copy {
    right: 80px;
  }
}
@media (max-width: 834px) {
  .p-top__copy {
    right: 10px;
    left: 40px;
  }
}
.p-top__copy::before {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 98px;
  height: 98px;
  content: "";
  background-color: var(--color-main01);
  border-radius: 50%;
}
@media (max-width: 834px) {
  .p-top__copy::before {
    top: -20px;
    left: -20px;
    width: 48px;
    height: 48px;
  }
}
.p-top__copy .swiper {
  overflow: visible;
}
.p-top__copy span {
  position: relative;
  font-size: 5.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  color: var(--color-white);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.24);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 834px) {
  .p-top__copy span {
    font-size: 2.8rem;
    font-weight: var(--font-weight-medium);
  }
}
@media (max-width: 520px) {
  .p-top__copy span {
    font-size: 2.65rem;
  }
}
.p-top__clinic {
  width: 1000px;
  margin-top: -64px;
  margin-left: 80px;
}
@media (max-width: 1690px) {
  .p-top__clinic {
    width: 800px;
  }
}
@media (max-width: 1390px) {
  .p-top__clinic {
    width: 680px;
  }
}
@media (max-width: 834px) {
  .p-top__clinic {
    width: 100%;
    margin: -72px auto 0;
  }
}
.p-top__sns {
  display: none;
}
@media (max-width: 834px) {
  .p-top__sns {
    display: block;
    width: 87%;
    padding: 8px 0;
    margin: 0 auto;
    background-color: var(--color-gray);
    border-radius: 32px;
  }
}
.p-top__snsList {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.p-top__snsItem {
  width: 36px;
}

.p-intro {
  position: relative;
}
.p-intro:where(body[data-theme-color=orange] *) {
  --decoration-image: url("../../images/top/intro/bg_square_orange_01.svg");
  --underline-color: #eae87c;
}
.p-intro:where(body[data-theme-color=blue] *) {
  --decoration-image: url("../../images/top/intro/bg_square_blue_01.svg");
  --underline-color: rgba(var(--color-sub01-rgb), 0.64);
}
.p-intro:where(body[data-theme-color=pink] *) {
  --decoration-image: url("../../images/top/intro/bg_square_pink_01.svg");
  --underline-color: rgba(var(--color-sub01-rgb), 0.64);
}
.p-intro__list {
  position: relative;
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 120px;
}
@media (max-width: 1390px) {
  .p-intro__list {
    gap: 40px;
  }
}
@media (max-width: 834px) {
  .p-intro__list {
    flex-direction: column;
    gap: 0;
    margin-top: 48px;
  }
}
.p-intro__list::before {
  position: absolute;
  top: -28px;
  left: -84px;
  width: 152px;
  height: 152px;
  content: "";
  background-image: var(--decoration-image);
  animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 834px) {
  .p-intro__list::before {
    display: none;
  }
}
.p-intro__item {
  position: relative;
  width: 47%;
  background-color: var(--color-white);
  border: 8px solid var(--color-main03);
  border-radius: 24px;
}
@media (max-width: 834px) {
  .p-intro__item {
    width: 100%;
    border: 4px solid var(--color-main03);
  }
  .p-intro__item + .p-intro__item {
    margin-top: 20px;
  }
}
.p-intro__head {
  width: 340px;
  padding: 4px 10px;
  margin: -8px auto 0;
  font-size: 3.2rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-main03);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (max-width: 1280px) {
  .p-intro__head {
    width: 60%;
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) {
  .p-intro__head {
    margin-top: -4px;
  }
}
@media (max-width: 768px) {
  .p-intro__head {
    width: 72%;
    font-size: 2.2rem;
  }
}
.p-intro__body {
  display: flex;
  flex-direction: column;
  padding: 0 48px 80px;
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 1280px) {
  .p-intro__body {
    padding: 0 1.5vw 80px;
  }
}
@media (max-width: 834px) {
  .p-intro__body {
    padding: 0 0 45px;
    margin-top: 30px;
  }
}
.p-intro__body p {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 834px) {
  .p-intro__body p {
    padding: 0 20px;
    margin-top: 24px;
  }
}
.p-intro__main {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
@media (max-width: 1280px) {
  .p-intro__main {
    font-size: 3rem;
  }
}
@media (max-width: 834px) {
  .p-intro__main {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.p-intro__main--view {
  font-size: 3rem;
}
@media (max-width: 1280px) {
  .p-intro__main--view {
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) {
  .p-intro__main--view {
    font-size: 2.2rem;
  }
}
.p-intro__main--view:not(:first-of-type) {
  margin-top: -8px;
}
.p-intro__main::before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
  background-color: var(--underline-color);
}
@media (max-width: 1280px) {
  .p-intro__main::before {
    height: 32%;
  }
}
@media (max-width: 834px) {
  .p-intro__main::before {
    height: 12px;
  }
}
.p-intro__main span {
  position: relative;
  white-space: nowrap;
}
.p-intro__deco {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--color-main03);
  border-radius: 50%;
}
@media (max-width: 834px) {
  .p-intro__deco {
    width: 12px;
    height: 12px;
  }
}
.p-intro__deco--topRight {
  top: 20px;
  right: 20px;
}
@media (max-width: 834px) {
  .p-intro__deco--topRight {
    top: 16px;
    right: 16px;
  }
}
.p-intro__deco--topLeft {
  top: 20px;
  left: 20px;
}
@media (max-width: 834px) {
  .p-intro__deco--topLeft {
    top: 16px;
    left: 16px;
  }
}
.p-intro__deco--bottomRight {
  right: 20px;
  bottom: 20px;
}
@media (max-width: 834px) {
  .p-intro__deco--bottomRight {
    right: 16px;
    bottom: 16px;
  }
}
.p-intro__deco--bottomLeft {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 834px) {
  .p-intro__deco--bottomLeft {
    bottom: 16px;
    left: 16px;
  }
}
.p-intro__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 1390px) {
  .p-intro__banner {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-intro__banner {
    flex-direction: column;
    margin-top: 48px;
  }
}
.p-intro__banner li {
  position: relative;
  width: 31%;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 768px) {
  .p-intro__banner li {
    width: 100%;
  }
}
.p-intro__banner li:hover {
  transform: scale(1.06);
}
.p-intro__banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news {
  position: relative;
  width: 90%;
  margin-top: 150px;
  margin-left: auto;
  background-color: var(--bg-color);
  border-top-left-radius: 320px;
  border-bottom-left-radius: 320px;
}
.p-news:where(body[data-theme-color=orange] *) {
  --bg-color: var(--color-sub06);
  --decoration-image: url("../../images/top/news/bg_square_orange_01.svg");
}
.p-news:where(body[data-theme-color=blue] *) {
  --bg-color: var(--color-sub06);
  --decoration-image: url("../../images/top/news/bg_square_blue_01.svg");
}
.p-news:where(body[data-theme-color=pink] *) {
  --bg-color: var(--color-sub06);
  --decoration-image: url("../../images/top/news/bg_square_pink_01.svg");
}
@media (max-width: 834px) {
  .p-news {
    width: 100%;
    min-width: unset;
    margin-top: 100px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }
}
.p-news__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px;
}
@media (max-width: 1280px) {
  .p-news__content {
    width: 92%;
  }
}
@media (max-width: 834px) {
  .p-news__content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 0;
  }
}
.p-news__content::before {
  position: absolute;
  right: -240px;
  bottom: -100px;
  width: 220px;
  height: 290px;
  content: "";
  background-image: var(--decoration-image);
  background-repeat: no-repeat;
  animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 834px) {
  .p-news__content::before {
    display: none;
  }
}
.p-news__head {
  display: inline-block;
  text-align: center;
}
.p-news__body {
  width: 720px;
}
@media (max-width: 1390px) {
  .p-news__body {
    width: 640px;
  }
}
@media (max-width: 1280px) {
  .p-news__body {
    width: 57%;
  }
}
@media (max-width: 834px) {
  .p-news__body {
    width: 100%;
  }
}
.p-news__title {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-weight: var(--font-weight-bold);
}
@media (max-width: 1280px) {
  .p-news__title {
    margin-bottom: 24px;
    font-size: 4rem;
  }
}
@media (max-width: 834px) {
  .p-news__title {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
}
.p-news__main {
  height: 300px;
  padding-right: 12px;
  margin-top: 32px;
  overflow-y: scroll;
}
@media (max-width: 834px) {
  .p-news__main {
    height: 340px;
    padding-right: 8px;
    margin-top: 24px;
  }
}
.p-news__main::-webkit-scrollbar {
  width: 8px;
}
.p-news__main::-webkit-scrollbar-track {
  background-color: #d5d4bf;
  border-radius: 32px;
}
.p-news__main::-webkit-scrollbar-thumb {
  max-height: 40px;
  background-color: var(--color-sub01);
  border-radius: 32px;
}
.p-news__article {
  position: relative;
  display: none;
  padding: 20px;
  border-top: 1px solid var(--color-main);
}
.p-news__article.is-active {
  display: block;
}
.p-news__article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news__meta {
  font-size: 1.4rem;
}
.p-news__meta .cate::before {
  content: "・ ";
}
.p-news__bottom {
  display: none;
}
@media (max-width: 834px) {
  .p-news__bottom {
    display: block;
    margin-top: 56px;
    margin-bottom: -24px;
  }
}
.p-news__bottom .c-button {
  margin: 0 auto;
}

.p-tab {
  width: 520px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 40px;
}
@media (max-width: 1280px) {
  .p-tab {
    width: 72%;
  }
}
@media (max-width: 834px) {
  .p-tab {
    width: 100%;
  }
}
.p-tab__list {
  display: flex;
  justify-content: center;
}
.p-tab__item {
  width: 140px;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid var(--color-main);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1280px) {
  .p-tab__item {
    width: 27%;
    font-size: 1.4rem;
  }
}
@media (max-width: 834px) {
  .p-tab__item {
    width: 30%;
    font-size: 1.4rem;
  }
}
.p-tab__item:last-of-type {
  border-right: none;
}
.p-tab__item:hover, .p-tab__item.is-active {
  color: var(--color-white);
  background-color: var(--color-sub01);
}

.p-contact__para {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 834px) {
  .p-contact__para {
    font-size: 1.6rem;
  }
}
.p-contact__banner {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 48px;
}
@media (max-width: 1280px) {
  .p-contact__banner {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 834px) {
  .p-contact__banner {
    gap: 16px;
    margin-top: 24px;
  }
}

.p-message {
  margin-top: 150px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 100% auto;
}
.p-message:where(body[data-theme-color=orange] *) {
  --bg-image: url("../../images/top/message/bg_orange_01_pc.svg");
}
.p-message:where(body[data-theme-color=blue] *) {
  --bg-image: url("../../images/top/message/bg_blue_01_pc.svg");
}
.p-message:where(body[data-theme-color=pink] *) {
  --bg-image: url("../../images/top/message/bg_pink_01_pc.svg");
}
@media (max-width: 834px) {
  .p-message {
    margin-top: 100px;
  }
  .p-message:where(body[data-theme-color=orange] *) {
    --bg-image: url("../../images/top/message/bg_orange_01_sp.svg");
  }
  .p-message:where(body[data-theme-color=blue] *) {
    --bg-image: url("../../images/top/message/bg_blue_01_sp.svg");
  }
  .p-message:where(body[data-theme-color=pink] *) {
    --bg-image: url("../../images/top/message/bg_pink_01_sp.svg");
  }
}
.p-message__title {
  font-size: 14rem;
  font-weight: var(--font-weight-black);
  line-height: 1;
  color: var(--color-main03);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .p-message__title {
    font-size: 7rem;
  }
}
.p-message__main {
  position: relative;
  padding: 64px;
  margin-top: -16px;
  background-color: var(--color-main03);
  border-radius: 56px;
}
@media (max-width: 834px) {
  .p-message__main {
    padding: 56px 20px;
    margin-top: -8px;
    border-radius: 28px;
  }
}
.p-message__sub {
  position: absolute;
  top: 12px;
  left: 50%;
  font-size: 2.4rem;
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .p-message__sub {
    font-size: 1.8rem;
  }
}
.p-message__inner {
  padding: 80px 130px 120px;
  background-color: var(--color-white);
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .p-message__inner {
    padding: 80px 4vw 120px;
  }
}
@media (max-width: 834px) {
  .p-message__inner {
    padding: 32px 20px;
    border-radius: 18px;
  }
}
.p-message__inner h4 {
  padding-bottom: 16px;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-main01);
  text-align: center;
  border-bottom: 4px dashed var(--color-main01);
}
@media (max-width: 834px) {
  .p-message__inner h4 {
    font-size: 1.8rem;
  }
}
.p-message__para {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .p-message__para {
    margin-top: 16px;
  }
}
.p-message__para p {
  margin-top: 1em;
}
@media (max-width: 834px) {
  .p-message__para p {
    font-size: 1.4rem;
  }
}
.p-message__deco {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--color-white);
  border-radius: 50%;
}
@media (max-width: 834px) {
  .p-message__deco {
    width: 12px;
    height: 12px;
  }
}
.p-message__deco--topRight {
  top: 30px;
  right: 30px;
}
@media (max-width: 834px) {
  .p-message__deco--topRight {
    top: 16px;
    right: 16px;
  }
}
.p-message__deco--topLeft {
  top: 30px;
  left: 30px;
}
@media (max-width: 834px) {
  .p-message__deco--topLeft {
    top: 16px;
    left: 16px;
  }
}
.p-message__deco--bottomRight {
  right: 30px;
  bottom: 30px;
}
@media (max-width: 834px) {
  .p-message__deco--bottomRight {
    right: 16px;
    bottom: 16px;
  }
}
.p-message__deco--bottomLeft {
  bottom: 30px;
  left: 30px;
}
@media (max-width: 834px) {
  .p-message__deco--bottomLeft {
    bottom: 16px;
    left: 16px;
  }
}
.p-message__button {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .p-message__button {
    margin-top: 40px;
  }
}
.p-message__button .c-button {
  margin-right: auto;
  margin-left: auto;
}

.p-greeting:where(body[data-theme-color=orange] *) {
  --section-color: var(--color-main06);
  --heading-color: var(--color-main01);
  --decoration-color: var(--color-main01);
  --triangle-color: var(--color-main06);
}
.p-greeting:where(body[data-theme-color=blue] *) {
  --section-color: var(--color-sub01);
  --heading-color: var(--color-sub01);
  --decoration-color: var(--color-main04);
  --triangle-color: var(--color-sub01);
}
.p-greeting:where(body[data-theme-color=pink] *) {
  --section-color: var(--color-main04);
  --heading-color: var(--color-main01);
  --decoration-color: var(--color-sub01);
  --triangle-color: var(--color-main01);
}
.p-greeting__title {
  font-size: 14rem;
  font-weight: var(--font-weight-black);
  line-height: 1;
  color: var(--section-color);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 834px) {
  .p-greeting__title {
    font-size: 8rem;
  }
}
.p-greeting__body {
  position: relative;
  padding-top: 70px;
  margin-top: -18px;
  background-color: var(--section-color);
}
@media (max-width: 834px) {
  .p-greeting__body {
    padding-top: 20px;
    padding-bottom: 56px;
    margin-top: -8px;
  }
}
.p-greeting__body::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  content: "";
  background-color: var(--color-white);
}
@media (max-width: 834px) {
  .p-greeting__body::before {
    display: none;
  }
}
.p-greeting__content {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 834px) {
  .p-greeting__content {
    flex-direction: column;
    gap: 24px;
  }
}
.p-greeting__img {
  max-width: 430px;
}
@media (max-width: 834px) {
  .p-greeting__img {
    width: 88%;
    margin: 0 auto;
  }
}
.p-greeting__fig img {
  border: 8px solid var(--color-white);
  border-radius: 24px;
}
.p-greeting__cap {
  position: relative;
  width: 360px;
  margin: -24px auto 0;
}
@media (max-width: 834px) {
  .p-greeting__cap {
    width: 72%;
  }
}
.p-greeting__cap .top {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: center;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media (max-width: 834px) {
  .p-greeting__cap .top {
    padding: 8px 0;
  }
}
.p-greeting__cap .pos {
  font-size: 1.6rem;
}
.p-greeting__cap .name {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .p-greeting__cap .name {
    font-weight: var(--font-weight-bold);
  }
}
.p-greeting__his {
  padding: 24px 32px;
  margin-top: 2px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .p-greeting__his {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.p-greeting__hisItem {
  display: flex;
  gap: 1em;
}
@media (max-width: 834px) {
  .p-greeting__hisItem {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }
}
.p-greeting__text {
  position: relative;
  width: 700px;
  padding: 88px 40px 120px;
  margin-top: 56px;
  background-color: var(--color-white);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media (max-width: 834px) {
  .p-greeting__text {
    width: 100%;
    padding: 56px 20px;
    margin-top: 20px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
@media (max-width: 768px) {
  .p-greeting__text {
    margin-top: 10px;
  }
}
.p-greeting__subTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding: 4px 0;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-main);
  border-top-left-radius: 32px;
}
.p-greeting__copy {
  font-size: 2.8rem;
  color: var(--heading-color);
}
@media (max-width: 834px) {
  .p-greeting__copy {
    font-size: 2rem;
  }
}
.p-greeting__para {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .p-greeting__para {
    margin-top: 16px;
  }
}
.p-greeting__para p {
  margin-top: 1em;
}
.p-greeting__button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.p-greeting__button .c-button {
  margin-left: auto;
}
.p-greeting__button .c-button:where(body[data-theme-color=blue] *) {
  --button-color: var(--color-sub01);
}
@media (max-width: 834px) {
  .p-greeting__button .c-button {
    margin-right: auto;
  }
}
.p-greeting__deco {
  position: absolute;
}
.p-greeting__deco--tri {
  bottom: -88px;
  left: 50%;
  width: 440px;
  height: 170px;
  transform: translateX(-50%);
}
.p-greeting__deco--tri:where(body[data-theme-color=blue] *) {
  fill: var(--color-sub01);
}
@media (max-width: 834px) {
  .p-greeting__deco--tri {
    bottom: -128px;
    width: 200px;
    height: 88px;
  }
}
.p-greeting__deco--square {
  right: -100px;
  bottom: 24px;
  width: 120px;
  height: 120px;
  animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 834px) {
  .p-greeting__deco--square {
    right: -12px;
    bottom: 4px;
    width: 58px;
    height: 58px;
  }
}
.p-greeting__deco--square circle {
  fill: var(--decoration-color);
}
.p-greeting__tri {
  fill: var(--triangle-color);
}

.p-features {
  position: relative;
  min-height: 77vw;
  padding-top: 220px;
  margin-top: 270px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.p-features:where(body[data-theme-color=orange] *) {
  --bg-image: url("../../images/top/features/bg_wave_orange_01_pc.svg");
  --title-color: rgba(var(--color-sub01-rgb), 0.24);
}
.p-features:where(body[data-theme-color=blue] *) {
  --bg-image: url("../../images/top/features/bg_wave_blue_01_pc.svg");
  --title-color: rgba(var(--color-main02-rgb), 0.12);
}
.p-features:where(body[data-theme-color=pink] *) {
  --bg-image: url("../../images/top/features/bg_wave_pink_01_pc.svg");
  --title-color: rgba(var(--color-sub01-rgb), 0.24);
}
@media (max-width: 834px) {
  .p-features {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 140px;
  }
  .p-features:where(body[data-theme-color=orange] *) {
    --bg-image: url("../../images/top/features/bg_wave_orange_01_pc.svg");
  }
  .p-features:where(body[data-theme-color=blue] *) {
    --bg-image: url("../../images/top/features/bg_wave_blue_01_pc.svg");
  }
  .p-features:where(body[data-theme-color=pink] *) {
    --bg-image: url("../../images/top/features/bg_wave_pink_01_pc.svg");
  }
}
.p-features__title {
  position: absolute;
  top: 20px;
  left: 50%;
  font-size: 24rem;
  font-weight: var(--font-weight-black);
  color: var(--title-color);
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .p-features__title {
    font-size: 7rem;
  }
}
.p-features__main {
  width: 1400px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 64px;
}
@media (max-width: 1390px) {
  .p-features__main {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .p-features__main {
    width: 90%;
  }
}
@media (max-width: 834px) {
  .p-features__main {
    width: 90%;
    padding-top: 56px;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
  }
}
.p-features__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .p-features__item {
    flex-direction: column;
  }
}
.p-features__item:not(:first-of-type) {
  margin-top: 96px;
}
@media (max-width: 834px) {
  .p-features__item:not(:first-of-type) {
    margin-top: 72px;
  }
}
.p-features__item:nth-of-type(odd) {
  --heading-color: var(--color-sub01);
  --border-color: var(--color-sub01);
  --number-color: var(--color-sub06);
  --button-color: var(--color-sub01);
}
.p-features__item:nth-of-type(odd):where(body[data-theme-color=blue] *) {
  --heading-color: var(--color-main);
}
.p-features__item:nth-of-type(odd):where(body[data-theme-color=pink] *) {
  --heading-color: var(--color-main);
}
.p-features__item:nth-of-type(even) {
  --heading-color: var(--color-main01);
  --border-color: var(--color-main01);
  --number-color: var(--color-main07);
  --button-color: var(--color-main01);
  flex-direction: row-reverse;
}
.p-features__item:nth-of-type(even):where(body[data-theme-color=blue] *) {
  --heading-color: var(--color-main);
}
.p-features__item:nth-of-type(even):where(body[data-theme-color=pink] *) {
  --heading-color: var(--color-main);
}
@media (max-width: 1280px) {
  .p-features__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-features__thumb {
  width: 53.4%;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .p-features__thumb {
    width: 100%;
  }
}
.p-features__text {
  width: 41.7%;
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .p-features__text {
    width: 100%;
    margin-top: 48px;
  }
}
.p-features__copy {
  position: relative;
  padding: 0 0 12px 20px;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  color: var(--heading-color);
  border-bottom: 4px dashed var(--border-color);
}
@media (max-width: 834px) {
  .p-features__copy {
    padding-left: 0;
    font-size: 2rem;
  }
}
.p-features__copy::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 10rem;
  font-weight: var(--font-weight-black);
  color: var(--number-color);
  letter-spacing: 0.024em;
  content: attr(data-num);
}
@media (max-width: 834px) {
  .p-features__copy::before {
    bottom: 4px;
    font-size: 8.8rem;
  }
}
.p-features__copy span {
  position: relative;
}
.p-features__para {
  margin-top: 24px;
}
.p-features__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .p-features__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}

.p-services {
  position: relative;
  padding-top: 192px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-services:where(body[data-theme-color=orange] *) {
  --bg-image: url("../../images/top/services/bg_orange_01_pc.svg");
}
.p-services:where(body[data-theme-color=blue] *) {
  --bg-image: url("../../images/top/services/bg_blue_01_pc.svg");
}
.p-services:where(body[data-theme-color=pink] *) {
  --bg-image: url("../../images/top/services/bg_pink_01_pc.svg");
}
@media (max-width: 1280px) {
  .p-services {
    padding-top: 64px;
    background-position: top center;
    background-size: 100% auto;
  }
  .p-services:where(body[data-theme-color=orange] *) {
    --bg-image: url("../../images/top/services/bg_orange_01_sp.svg");
  }
  .p-services:where(body[data-theme-color=blue] *) {
    --bg-image: url("../../images/top/services/bg_blue_01_sp.svg");
  }
  .p-services:where(body[data-theme-color=pink] *) {
    --bg-image: url("../../images/top/services/bg_pink_01_sp.svg");
  }
}
.p-services .l-service {
  padding-bottom: 64px;
}
@media (max-width: 834px) {
  .p-services .l-service {
    padding-bottom: 40px;
  }
}
.p-services__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.p-services__buttons > .c-button {
  position: relative;
  translate: 0 50%;
}

.p-facilities {
  position: relative;
}
.p-facilities::before {
  position: absolute;
  top: 116px;
  right: 0;
  bottom: 0;
  width: 1330px;
  margin-left: auto;
  content: "";
  background-color: var(--color-main07);
  border-top-left-radius: 24%;
  border-bottom-left-radius: 24%;
}
@media (max-width: 1390px) {
  .p-facilities::before {
    width: 1260px;
  }
}
@media (max-width: 834px) {
  .p-facilities::before {
    top: 9%;
    width: 99%;
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
}
.p-facilities__bgText {
  position: absolute;
  top: 170px;
  right: 9%;
  font-size: 17rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  pointer-events: none;
  writing-mode: vertical-lr;
}
@media (max-width: 1280px) {
  .p-facilities__bgText {
    right: 3%;
  }
}
@media (max-width: 834px) {
  .p-facilities__bgText {
    display: none;
  }
}
.p-facilities__deco {
  position: absolute;
}
@media (max-width: 834px) {
  .p-facilities__deco {
    display: none;
  }
}
.p-facilities__deco--mini {
  right: 12%;
  bottom: 15%;
}
.p-facilities__deco--large {
  right: 6%;
  bottom: 25%;
  animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-facilities__deco rect {
  fill: var(--color-main01);
}
.p-facilities__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 48px;
}
@media (max-width: 1280px) {
  .p-facilities__list {
    gap: 20px;
  }
}
@media (max-width: 834px) {
  .p-facilities__list {
    padding-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .p-facilities__list {
    flex-direction: column;
    gap: 24px;
  }
}
.p-facilities__item {
  position: relative;
  width: 31%;
}
@media (max-width: 768px) {
  .p-facilities__item {
    width: 100%;
  }
}
.p-facilities__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, var(--color-main01) 0, var(--color-main01) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
}
.p-facilities__content {
  position: relative;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 32px;
}
.p-facilities__thumb {
  position: relative;
  height: 254px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1390px) {
  .p-facilities__thumb {
    height: 200px;
  }
}
@media (max-width: 1280px) {
  .p-facilities__thumb {
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .p-facilities__thumb {
    height: 61.6vw;
  }
}
.p-facilities__text {
  position: relative;
  padding: 18px 30px 25px;
}
.p-facilities__title {
  font-size: 2.2rem;
  color: var(--color-main02);
  text-align: center;
}
@media (max-width: 1390px) {
  .p-facilities__title {
    font-size: 2rem;
  }
}
.p-facilities__detail {
  margin-top: 16px;
  font-size: 1.6rem;
}
.p-facilities__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  justify-content: flex-end;
}
@media (max-width: 834px) {
  .p-facilities__buttons {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
}
.p-facilities__buttons > .c-button {
  position: relative;
  translate: 0 50%;
}

.p-schedule__list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 834px) {
  .p-schedule__list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-schedule__item {
  width: 500px;
}
@media (max-width: 834px) {
  .p-schedule__item {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-schedule__item:nth-of-type(2) {
    display: none;
  }
}
.p-schedule__bottom {
  margin-top: 40px;
}
.p-schedule__bottom .c-button {
  margin: 0 auto;
}