@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
.p-top {
  position: relative;
}
.p-top__mvArea {
  position: relative;
}
.p-top__mv img {
  width: 100%;
  height: 86vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-top__mv img {
    height: 80vh;
  }
}
.p-top__copy {
  position: absolute;
  left: 80px;
  bottom: 164px;
}
@media screen and (max-width: 834px) {
  .p-top__copy {
    left: 40px;
  }
}
/* .p-top__copy::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #fa991f;
} */
/* @media screen and (max-width: 834px) {
  .p-top__copy::before {
    top: -20px;
    left: -20px;
    width: 48px;
    height: 48px;
  }
} */
.p-top__copy span {
  position: relative;
  color: #fff;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-top__copy span {
    font-size: 2.8rem;
    font-weight: 500;
  }
}
.p-top__clinic {
  width: 1000px;
  margin-top: -64px;
  margin-left: 80px;
}
@media screen and (max-width: 1690px) {
  .p-top__clinic {
    width: 800px;
  }
}
@media screen and (max-width: 1390px) {
  .p-top__clinic {
    width: 680px;
  }
}
@media screen and (max-width: 834px) {
  .p-top__clinic {
    width: 100%;
    margin: -72px auto 0;
  }
}
.p-top__sns {
  display: none;
}
@media screen and (max-width: 834px) {
  .p-top__sns {
    display: block;
    width: 87%;
    padding: 8px 0;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 32px;
  }
}
.p-top__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-top__snsItem {
  width: 36px;
}

.p-intro {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .p-intro {
    margin-top: 48px;
  }
}
.p-intro__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1390px) {
  .p-intro__list {
    gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.p-intro__list::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -84px;
  width: 152px;
  height: 152px;
  background-image: url(../../images/top/intro/bg_square_01.svg);
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 834px) {
  .p-intro__list::before {
    display: none;
  }
}

.p-intro__item {
  position: relative;
  width: 47%;
  background-color: #fff;
  border: 8px solid #f9a81f;
  border-radius: 24px;
}
@media screen and (max-width: 834px) {
  .p-intro__item {
    width: 100%;
    border: 4px solid #f9a81f;
  }
  .p-intro__item + .p-intro__item {
    margin-top: 20px;
  }
}
.p-intro__head {
  width: 340px;
  margin: -8px auto 0;
  padding: 4px 10px;
  color: #fff;
  background-color: #f9a81f;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-intro__head {
    width: 60%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__head {
    margin-top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__head {
    width: 72%;
    font-size: 2.2rem;
  }
}
.p-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 56px;
  padding: 0 48px 80px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-intro__body {
    padding: 0 1.5vw 80px;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__body {
    margin-top: 30px;
    padding: 0 0 45px;
  }
}
.p-intro__body p {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-intro__body p {
    margin-top: 24px;
    padding: 0 20px;
  }
}
.p-intro__main {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-intro__main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__main {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.p-intro__main--view {
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__main--view {
    font-size: 2.4rem;
  }
}
@media screen and (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 {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #EAE87C;
}
@media screen and (max-width: 1280px) {
  .p-intro__main::before {
    height: 32%;
  }
}
@media screen and (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;
  border-radius: 50%;
  background-color: #f9a81f;
}
@media screen and (max-width: 834px) {
  .p-intro__deco {
    width: 12px;
    height: 12px;
  }
}
.p-intro__deco--topRight {
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .p-intro__deco--topRight {
    top: 16px;
    right: 16px;
  }
}
.p-intro__deco--topLeft {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 834px) {
  .p-intro__deco--topLeft {
    top: 16px;
    left: 16px;
  }
}
.p-intro__deco--bottomRight {
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .p-intro__deco--bottomRight {
    bottom: 16px;
    right: 16px;
  }
}
.p-intro__deco--bottomLeft {
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 834px) {
  .p-intro__deco--bottomLeft {
    bottom: 16px;
    left: 16px;
  }
}
.p-intro__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 64px;
}
@media screen and (max-width: 1390px) {
  .p-intro__banner {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__banner {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-intro__banner li {
  position: relative;
  width: 31%;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .p-intro__banner li {
    width: 100%;
  }
}
.p-intro__banner li:hover {
  -webkit-transform: scale(1.06);
          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-left: auto;
  border-top-left-radius: 320px;
  border-bottom-left-radius: 320px;
  margin-top: 150px;
  background-color: #f5f4c4;
}
@media screen and (max-width: 834px) {
  .p-news {
    min-width: unset;
    width: 100%;
    margin-top: 100px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }
}
.p-news__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 40px;
}
@media screen and (max-width: 1280px) {
  .p-news__content {
    width: 92%;
  }
}
@media screen and (max-width: 834px) {
  .p-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px 0 0;
  }
}
.p-news__content::before {
  content: "";
  position: absolute;
  right: -240px;
  bottom: -100px;
  width: 220px;
  height: 290px;
  background-image: url(../../images/top/news/bg_square_01.svg);
  background-repeat: no-repeat;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 834px) {
  .p-news__content::before {
    display: none;
  }
}
.p-news__head {
  display: inline-block;
  text-align: center;
}
.p-news__body {
  width: 720px;
}
@media screen and (max-width: 1390px) {
  .p-news__body {
    width: 640px;
  }
}
@media screen and (max-width: 1280px) {
  .p-news__body {
    width: 57%;
  }
}
@media screen and (max-width: 834px) {
  .p-news__body {
    width: 100%;
  }
}
.p-news__title {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .p-news__title {
    font-size: 4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 834px) {
  .p-news__title {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
}
.p-news__main {
  height: 300px;
  margin-top: 32px;
  padding-right: 12px;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .p-news__main {
    height: 340px;
    margin-top: 24px;
    padding-right: 8px;
  }
}
.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: #719f24;
  border-radius: 32px;
}
.p-news__article {
  display: none;
  position: relative;
  padding: 20px;
  border-top: 1px solid #333;
}
.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 screen and (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;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #333;
  border-radius: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .p-tab {
    width: 72%;
  }
}
@media screen and (max-width: 834px) {
  .p-tab {
    width: 100%;
  }
}
.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-tab__item {
  width: 140px;
  border-right: 1px solid #333;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .p-tab__item {
    width: 27%;
    font-size: 1.4rem;
  }
}
@media screen and (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: #fff;
  background-color: #719f24;
}

.p-contact__para {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-contact__para {
    font-size: 1.6rem;
  }
}
.p-contact__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 1280px) {
  .p-contact__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__banner {
    gap: 16px;
    margin-top: 24px;
  }
}

.p-message {
  margin-top: 150px;
  background-image: url(../../images/top/message/bg_pc_01.svg);
  background-size: 100% auto;
  background-position: top 20px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-message {
    margin-top: 100px;
    background-image: url(../../images/top/message/bg_sp_01.svg);
  }
}
.p-message__title {
  color: #f9a81f;
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .p-message__title {
    font-size: 7rem;
  }
}
.p-message__main {
  position: relative;
  margin-top: -16px;
  padding: 64px;
  background-color: #f9a81f;
  border-radius: 56px;
}
@media screen and (max-width: 834px) {
  .p-message__main {
    margin-top: -8px;
    padding: 56px 20px;
    border-radius: 28px;
  }
}
.p-message__sub {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-message__sub {
    font-size: 1.8rem;
  }
}
.p-message__inner {
  padding: 80px 130px 120px;
  background-color: #fff;
  border-radius: 32px;
}
@media screen and (max-width: 1280px) {
  .p-message__inner {
    padding: 80px 4vw 120px;
  }
}
@media screen and (max-width: 834px) {
  .p-message__inner {
    padding: 32px 20px;
    border-radius: 18px;
  }
}
.p-message__inner h4 {
  padding-bottom: 16px;
  border-bottom: 4px dashed #fa991f;
  color: #fa991f;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-message__inner h4 {
    font-size: 1.8rem;
  }
}
.p-message__para {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .p-message__para {
    margin-top: 16px;
  }
}
.p-message__para p {
  margin-top: 1em;
}
@media screen and (max-width: 834px) {
  .p-message__para p {
    font-size: 1.4rem;
  }
}
.p-message__deco {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-message__deco {
    width: 12px;
    height: 12px;
  }
}
.p-message__deco--topRight {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .p-message__deco--topRight {
    top: 16px;
    right: 16px;
  }
}
.p-message__deco--topLeft {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 834px) {
  .p-message__deco--topLeft {
    top: 16px;
    left: 16px;
  }
}
.p-message__deco--bottomRight {
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .p-message__deco--bottomRight {
    bottom: 16px;
    right: 16px;
  }
}
.p-message__deco--bottomLeft {
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 834px) {
  .p-message__deco--bottomLeft {
    bottom: 16px;
    left: 16px;
  }
}

.p-greeting__title {
  color: #f8b543;
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-greeting__title {
    font-size: 8rem;
  }
}
.p-greeting__body {
  position: relative;
  margin-top: -18px;
  padding-top: 70px;
  background-color: #f8b543;
}
@media screen and (max-width: 834px) {
  .p-greeting__body {
    margin-top: -8px;
    padding-top: 20px;
    padding-bottom: 56px;
  }
}
.p-greeting__body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-greeting__body::before {
    display: none;
  }
}
.p-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .p-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-greeting__img {
  max-width: 430px;
}
@media screen and (max-width: 834px) {
  .p-greeting__img {
    width: 88%;
    margin: 0 auto;
  }
}
.p-greeting__fig img {
  border-radius: 24px;
  border: 8px solid #fff;
}
.p-greeting__cap {
  position: relative;
  width: 360px;
  margin: -24px auto 0;
}
@media screen and (max-width: 834px) {
  .p-greeting__cap {
    width: 72%;
  }
}
.p-greeting__cap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (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 screen and (max-width: 834px) {
  .p-greeting__cap .name {
    font-weight: 700;
  }
}
.p-greeting__his {
  margin-top: 2px;
  padding: 24px 32px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-greeting__his {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.p-greeting__hisItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 834px) {
  .p-greeting__hisItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }
}
.p-greeting__text {
  position: relative;
  width: 700px;
  margin-top: 56px;
  padding: 88px 40px 120px;
  background-color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media screen and (max-width: 834px) {
  .p-greeting__text {
    width: 100%;
    padding: 56px 20px;
    margin-top: 20px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    margin-top: 10px;
  }
}
.p-greeting__subTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-top-left-radius: 32px;
}
.p-greeting__copy {
  font-size: 2.8rem;
  color: #fa991f;
}
@media screen and (max-width: 834px) {
  .p-greeting__copy {
    font-size: 2rem;
  }
}
.p-greeting__para {
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .p-greeting__para {
    margin-top: 16px;
  }
}
.p-greeting__para p {
  margin-top: 1em;
}
.p-greeting__button {
  margin-top: 32px;
}
.p-greeting__button .c-button {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .p-greeting__button .c-button {
    margin-right: auto;
  }
}
.p-greeting__deco {
  position: absolute;
}
.p-greeting__deco--tri {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -88px;
  width: 440px;
  height: 170px;
}
@media screen and (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;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 834px) {
  .p-greeting__deco--square {
    bottom: 4px;
    right: -12px;
    width: 58px;
    height: 58px;
  }
}
.p-greeting__deco--square circle {
  fill: #fa991f;
}
.p-greeting__tri {
  fill: #f8b543;
}

.p-features {
  position: relative;
  padding-top: 220px;
  margin-top: 270px;
  background-image: url(../../images/top/features/bg_wave_pc_01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  min-height: 77vw;
}
@media screen and (max-width: 834px) {
  .p-features {
    margin-top: 140px;
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: auto;
    background-image: url(../../images/top/features/bg_wave_sp_01.svg);
  }
}
.p-features__title {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #719f24;
  font-size: 24rem;
  font-weight: 900;
  opacity: 0.24;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .p-features__title {
    font-size: 7rem;
  }
}
.p-features__main {
  width: 1400px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 64px;
}
@media screen and (max-width: 1390px) {
  .p-features__main {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .p-features__main {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .p-features__main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    padding-bottom: 0;
    border-radius: 40px;
  }
}
.p-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .p-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-features__item:not(:first-of-type) {
  margin-top: 96px;
}
@media screen and (max-width: 834px) {
  .p-features__item:not(:first-of-type) {
    margin-top: 72px;
  }
}
.p-features__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .p-features__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-features__thumb {
  width: 53.4%;
}
@media screen and (max-width: 1280px) {
  .p-features__thumb {
    width: 100%;
  }
}
.p-features__text {
  width: 41.7%;
  margin-top: 32px;
}
@media screen and (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: 700;
}
@media screen and (max-width: 834px) {
  .p-features__copy {
    font-size: 2rem;
    padding-left: 0;
  }
}
.p-features__copy::before {
  content: attr(data-num);
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 834px) {
  .p-features__copy::before {
    bottom: 4px;
    font-size: 8.8rem;
  }
}
.p-features__copy span {
  position: relative;
}
.p-features__copy--sub {
  color: #719f24;
  border-bottom: 4px dashed #8aa81f;
}
.p-features__copy--sub::before {
  color: #f5f4c4;
}
.p-features__copy--main {
  color: #fa991f;
  border-bottom: 4px dashed #fa991f;
}
.p-features__copy--main::before {
  color: #faecd5;
}
.p-features__para {
  margin-top: 24px;
}
.p-features__button {
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .p-features__button {
    margin: 24px auto 0;
  }
}

.p-services {
  position: relative;
  padding-top: 192px;
  background-image: url(../../images/top/services/bg_pc_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .p-services {
    padding-top: 64px;
    background-position: top center;
    background-size: 100% auto;
    background-image: url(../../images/top/services/bg_sp_01.svg);
  }
}
.p-services::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-services::before {
    display: none;
  }
}
.p-services__button {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .p-services__button {
    margin-top: 40px;
  }
}
.p-services__button .c-button {
  margin-left: auto;
  margin-right: auto;
}

.p-facilities {
  position: relative;
}
.p-facilities::before {
  content: "";
  position: absolute;
  top: 116px;
  right: 0;
  width: 1330px;
  height: 90%;
  margin-left: auto;
  background-color: #faecd5;
  border-top-left-radius: 24%;
  border-bottom-left-radius: 24%;
}
@media screen and (max-width: 1390px) {
  .p-facilities::before {
    width: 1260px;
  }
}
@media screen and (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%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-facilities__bgText {
    right: 3%;
  }
}
@media screen and (max-width: 834px) {
  .p-facilities__bgText {
    display: none;
  }
}
.p-facilities__deco {
  position: absolute;
}
@media screen and (max-width: 834px) {
  .p-facilities__deco {
    display: none;
  }
}
.p-facilities__deco--mini {
  bottom: 15%;
  right: 12%;
}
.p-facilities__deco--large {
  bottom: 25%;
  right: 6%;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-facilities__deco rect {
  fill: #fa991f;
}
.p-facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .p-facilities__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-facilities__item {
  position: relative;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .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, #fa991f 0, #fa991f 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
}
.p-facilities__content {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 32px;
}
.p-facilities__thumb {
  position: relative;
  height: 254px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1390px) {
  .p-facilities__thumb {
    height: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .p-facilities__thumb {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities__thumb {
    height: 61.6vw;
  }
}
.p-facilities__text {
  position: relative;
  padding: 18px 30px 25px;
}
.p-facilities__title {
  color: #f9a016;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1390px) {
  .p-facilities__title {
    font-size: 2rem;
  }
}
.p-facilities__detail {
  margin-top: 16px;
  font-size: 1.6rem;
}
.p-facilities__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .p-facilities__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 48px;
  }
}

.p-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  .p-schedule__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-schedule__item {
  width: 500px;
}
@media screen and (max-width: 834px) {
  .p-schedule__item {
    width: 100%;
  }
}
@media screen and (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;
}

/* 追加css */
.p-top__copy img {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .p-top__copy img {
    width: 90%;
  }
}

.p-features__thumb img {
  border-radius: 20px;
}

.p-facilities__thumb {
  border-radius: 30px 30px 0 0;
}

.p-intro_para {
  padding: 30px;
  margin-top: 30px;
  background-color: #faecd5;
  border-radius: 15px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  overflow-wrap: break-word;
	word-break: keep-all;
}
.p-intro_para__lead {
  font-size: 20px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .p-intro_para {
    font-size: 2rem;
    padding: 30px 20px;
  }
  .p-intro_para__lead {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-intro_para__lead + .p-intro_para__lead {
    margin-top: 10px;
  }
}
/*20241111編集*/
.recruit-bnr img{
width: 50%;
    margin: 50px auto 0;
    display: block;
}
@media screen and (max-width: 834px) {
    .recruit-bnr img{
        width: 90%;
        margin: 20px auto 0;
        display: block;
    }
}

/* 250117 */

.p-intro__item.p-intro__item_one {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .p-intro__item.p-intro__item_one {
    width: 100%;
  }
}

.p-intro__item.p-intro__item_one  .p-intro__body p {
  margin: 40px auto 0;
}


/* Cancellation Policy Section */
.p-cancel {
  position: relative;
  margin-top: 150px; /* Adjust margin as needed */
}
@media screen and (max-width: 834px) {
  .p-cancel {
    margin-top: 100px; /* Adjust margin for mobile */
  }
}
.p-cancel__head {
  margin-bottom: 64px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 834px) {
  .p-cancel__head {
    margin-bottom: 48px;
    font-size: 2.4rem;
  }
}
.p-cancel__body {
  width: 100%;
}
.p-cancel__main {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 64px;
  background-color: #fef9f2;
  border: 4px solid #f9a81f;
  border-radius: 32px;
}
@media screen and (max-width: 834px) {
  .p-cancel__main {
    padding: 32px 24px;
    border: 2px solid #f9a81f;
    border-radius: 24px;
  }
}
.p-cancel__text {
  line-height: 2;
  margin-bottom: 24px;
  font-size: 1.8rem; /* Default font size for paragraphs */
  color: #333;
}
@media screen and (max-width: 834px) {
  .p-cancel__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.p-cancel__note {
  margin-top: 32px;
  padding: 24px;
  background-color: #fff;
  border-left: 4px solid #719f24;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 834px) {
  .p-cancel__note {
    margin-top: 24px;
    padding: 16px;
    font-size: 1.4rem;
    border-left: 3px solid #719f24;
  }
}