@charset "utf-8";

/*===============================================
●共通
===============================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #D8F8FF;
  color: #5E5E5E;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.main {
  min-width: 720px;
  width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
}

.c-cta {
  width: 660px;
  margin: 0 auto;
  background-color: #FFF0F2;
  border-radius: 40px;
}
.c-cta__outer {
  padding: 48px 0;
}
.c-cta__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 80px;
  background-image: linear-gradient(90deg, rgba(255, 170, 184, 1), rgba(238, 110, 131, 1));
  border-radius: 40px 40px 0 0;
}
.c-cta__header__img {
  width: 74px;
}
.c-cta__header__text {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
.c-cta__heading {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(231, 231, 231, 1));
  border-radius: 999px;
  width: 536px;
  height: 74px;
  color: #F58926;
  font-weight: 600;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  letter-spacing: 0.08em;
}
.c-cta__btn {
  display: block;
  margin: 20px auto 0;
  width: 552px;
  animation: fuwafuwa 0.8s infinite;
}
.c-cta__attention {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 40px;
}
@keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(-5px); }
  100% { transform:translateY( 0px); }
}



.c-heading {
  font-size: 40px;
  font-weight: 600;
  color: #EE6E83;
  line-height: 58px;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 8px;
  background: url('../img/c-heading.svg') center center/cover no-repeat;
  margin: 20px auto 0;
}
.c-marker {
  background: linear-gradient(transparent 60%, #FFFB9F 60%);
}

.kv {
}
.kv__img {
}

.point {
  padding: 80px 0;
}
.point__contents {
  margin-top: 64px;
  width: 600px;
  margin: 0 auto;
}
.point__card {
  margin-top: 80px;
  padding-top: 10px;
  background: no-repeat right top/336px 336px;
}
.point__card:first-child {
  margin-top: 64px;
}
.point__card.m-01 {
  background-image: url('../img/point__card01.webp');
}
.point__card.m-02 {
  background-image: url('../img/point__card02.webp');
}
.point__card.m-03 {
  background-image: url('../img/point__card03.webp');
}
.point__card__number {
  width: 220px;
  display: block;
}
.point__card__heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.08em;
  color: #1CC7D1;
  margin-top: 32px;
}
.point__card__text {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
}

.datsumou {
  background-color: #FFF0F2;
  padding: 80px 0;
}
.datsumou__title {
  width: 660px;
  margin: 64px 0 48px auto;
}
.datsumou__contents {
  width: 660px;
  margin: 0 auto;
}
.datsumou__heading {
  background-color: #ffffff;
  width: 582px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.datsumou__text {
  font-weight: 500;
  font-size: 28px;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.datsumou__text:last-child {
  margin-bottom: 0;
}
.datsumou__cards {
  margin-top: 48px;
}
.datsumou__card {
  margin-bottom: 32px;
}
.datsumou__card:last-child {
  margin-bottom: 0;
}

.achievements {
  padding: 80px 0;
  width: 660px;
  margin: 0 auto;
}
.achievements__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  margin-top: 64px;
}
.achievements__text:last-of-type {
  margin: 0;
}
.achievements__president {
  margin-top: 48px;
  text-align: center;
}
.achievements__president__img {
}
.achievements__president__name {
  border-radius: 999px;
  font-size: 28px;
  font-weight: 700;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  background-image: linear-gradient(90deg, rgba(255, 170, 184, 1), rgba(238, 110, 131, 1));
  color: #ffffff;
  padding: 12px 32px;
  margin: 24px auto 0;
  display: inline-block;
}

.voice {
  width: 660px;
  margin: 0 auto;
  padding: 80px 0;
} 
.voice__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.voice__text .c-marker {
  font-size: 36px;
}
.voice__text:first-of-type {
  margin-top: 64px;
}
.voice__text:last-of-type {
  margin: 0;
}
.voice__card {
  background-color: #FFF0F2;
  border-radius: 32px;
  padding: 32px;
  margin-top: 32px;
}
.voice__card:last-of-type {
  margin: 0;
}
.voice__card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice__card__left {
  width: 190px;
}
.voice__card__right {
  width: 368px;
}
.voice__card__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.04em;
}
.voice__card__name {
  background-image: linear-gradient(90deg, rgba(255, 170, 184, 1), rgba(238, 110, 131, 1));
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 24px;
  color: #ffffff;
}
.voice__card__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.voice__google {
  margin-top: 64px;
}
.voice__google__img {
}
.voice__google__btn {
  display: block;
  width: 500px;
  margin: 64px auto 0;
}

.faq {
  padding: 80px 0;
  background-color: #FFF0F2;
}
.faq__card {
  border-radius: 16px;
  width: 660px;
  margin: 64px auto 0;
}
.faq__card__summary {
  background-image: linear-gradient(90deg, rgba(255, 170, 184, 1), rgba(238, 110, 131, 1));
  border-radius: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 74px 20px 120px;
  position: relative;
  cursor: pointer;
  min-height: 110px;
}
.faq__card__details[open] .faq__card__summary {
  border-radius: 16px 16px 0 0;
}
.faq__card__summary::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url('../img/faq__card__summary__before.svg') no-repeat left top/cover;
  position: absolute;
  left: 30px;
  top: 20px;
}
.faq__card__summary::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 30px;
  border-radius: 999px;
}
.faq__card__summary span::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 49%;
  border-radius: 999px;
  rotate: 90deg;
}
details[open] .faq__card__summary span::after {
  content: "";
  display: none;
}
.faq__card__answer {
  background-color: #fff;
  padding: 20px 30px 20px 120px;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.faq__card__answer::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url('../img/faq__card__answer__before.svg') no-repeat left top/cover;
  position: absolute;
  left: 30px;
  top: 20px;
}
.faq__card__answer p {
  font-size: 26px;
  font-weight: 500;
  line-height: 41.6px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.faq__card__answer span {
  color: #EE6E83;
}
.faq__card__answer p:last-of-type {
  margin-bottom: 0;
}
summary::-webkit-details-marker {
  display: none;
}


.treatment {
  padding: 80px 0;
  width: 660px;
  margin: 0 auto;
}
.treatment__img {
  margin-top: 64px;
}
.treatment__flow {
  margin-top: 48px;
  padding: 52px 40px;
  border: 2px solid #EE6E83;
  border-radius: 40px;
}
.treatment__flow__item {
  margin-bottom: 48px;
}
.treatment__flow__item:last-of-type {
  margin: 0;
}
.treatment__flow__heading {
  display: flex;
  justify-content: left;
  align-items: center;
}
.treatment__flow__heading__number {
  width: 66px;
  margin-right: 22px;
}
.treatment__flow__heading__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}
.treatment__flow__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

.service {
  background-color: #FFF0F2;
  padding: 80px 0;
}
.service__flow {
  width: 660px;
  margin: 64px auto 0;
}
.service__flow__item {
  background-color: #fff;
  border-radius: 40px;
  padding: 64px 40px;
  position: relative;
  margin-bottom: 104px;
}
.service__flow__item::after {
  content: "";
  display: block;
  height: 40px;
  width: 64px;
  position: absolute;
  bottom: -75px;
  left: 300px;
  background: url('../img/service__flow__item__after.svg') no-repeat left top/cover;
}
.service__flow__item:last-of-type {
  margin-bottom: 0;
}
.service__flow__item:last-of-type::after {
  display: none;
}
.service__flow__img {
  width: 330px;
  margin: 0 auto;
}
.service__flow__heading {
  display: flex;
  margin-top: 22px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
}
.service__flow__heading__number {
  width: 56px;
  margin-right: 12px;
}
.service__flow__heading__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
}
.service__flow__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.service__flow__text:last-of-type {
  margin-bottom: 0;
}
.service__flow__btn {
  display: block;
  width: 500px;
  margin: 20px auto 0;
}

.infomation {
  padding: 80px 0;
  width: 660px;
  margin: 0 auto;
}
.infomation__img {
  margin-top: 64px;
}
.infomation__card {
  margin-top: 64px;
}
.infomation__card__heading {
  margin-top: 48px;
  margin-bottom: 8px;
  color: #EE6E83;
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
}
.infomation__card__heading:first-of-type {
  margin-top: 0;
}
.infomation__card__text {
  font-size: 28px;
  line-height: 44.8px;
}
.infomation__card__text--small {
  font-size: 24px;
  line-height: 38.4px;
}
.infomation__card__map {
  margin-top: 8px;
}
.infomation__card__cta {
  margin-top: 8px;
  width: 380px;
  display: block;
}

.footer {
  background: #5E5E5E;
  padding: 24px 0;
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
.footer__text {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  color: #ffffff;
}
.footer__copy {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.04em;
}
