.top-mv {
  position: relative;
}
.top-mv__ttl {
  width: min(1406px, 73.2291666667vw);
}
@media screen and (max-width: 768px) {
  .top-mv__ttl {
    width: 100%;
  }
}
.top-mv__img {
  /* height: min(63.75rem, calc(450 / 375 * 100vw)); */
}
.top-mv__img img {
  /* width: auto; */
  width: 100%;
  /* height: 100%; */
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  object-fit: contain;
}
.top-mv__box {
  position: absolute;
  bottom: 32px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-mv__box {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.top-mv__ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.875rem;
  margin-block-start: 2.5rem;
  margin-inline-start: 5em;
}
@media screen and (max-width: 768px) {
  .top-mv__ul {
    gap: 8px;
    margin-block-start: 16px;
    margin-inline-start: 1em;
  }
}
.top-mv__ul img {
  /* max-width: 180px; */
}
@media screen and (max-width: 768px) {
  .top-mv__ul img {
    width: clamp(4.25rem, 3.53rem + 3.05vw, 5rem);
  }
}
.top-mv__bg {
  position: absolute;
  top: 50%;
  left: 70%;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  font-size: clamp(2rem, -1.43rem + 5.36vw, 5rem);
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .top-mv__bg {
    font-size: clamp(1.125rem, 0.62rem + 2.16vw, 2rem);
    left: auto;
    top: auto;
    right: 8px;
    bottom: 8px;
    transform: translate(0%, 0%);
  }
}
.top-mv__bg span {
  display: block;
  text-indent: 1em;
}
.top-faq {
  margin-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.top-news {
  margin-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.top-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-block-start: min(4rem, calc(24 / 375 * 100vw));
  padding-block-end: 2rem;
}
@media screen and (max-width: 768px) {
  .top-news__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-news__flex {
    padding-inline: 2%;
  }
}
.top-news__ttl {
  flex-basis: 30%;
}
.top-news__box {
  flex-basis: 65%;
}
.top-news__li:not(:last-child) {
  margin-block-end: 2.5rem;
}
.top-news__li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-news__li a {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-news__li a {
    gap: 0.5rem;
    align-items: start;
  }
}
.top-news__btn a {
  margin-inline: auto 0;
}
.top-intro {
  padding-block: clamp(5.5rem, 4.4rem + 4.68vw, 8.5rem);
  background: url(../img/top/intro_bg.png) no-repeat center/cover;
}
.top-intro__inner {
  width: min(1560px, 98%);
  margin-inline: auto;
}
.top-intro__ttl {
  font-size: clamp(2rem, 1.09rem + 3.9vw, 4.5rem);
  text-align: center;
  color: #e2c6f5;
  line-height: 1;
  margin-block-end: 1em;
}
.top-intro__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .top-intro__ul {
    grid-template-columns: 1fr;
  }
}
.top-intro__li {
  background: #fff;
  padding: 2rem;
}
.top-intro__li > h3 {
  text-align: center;
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  line-height: 1.2;
  margin-block-end: 1em;
}
.top-intro__li > p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-intro__li > p {
    text-align: left;
  }
}
.top-worry {
  margin-block-end: clamp(3.5rem, 2.77rem + 3.12vw, 5.5rem);
}
.top-worry__ttl {
  text-align: center;
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  margin-block-end: clamp(2.5rem, 2.13rem + 1.56vw, 3.5rem);
}
.top-worry__box {
  position: relative;
}
.top-worry__center {
  font-weight: 600;
  text-align: center;
  text-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.125rem, 0.85rem + 1.17vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .top-worry__center {
    position: static;
    transform: none;
    text-align: center;
    margin-block-end: 1em;
  }
}
.top-worry__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(auto, 1fr) auto;
  row-gap: min(4.5rem, 3.75vw);
  position: relative;
  max-width: 1055px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-worry__grid {
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.top-worry__grid p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 50%;
  text-align: center;
  width: 219px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 219/190;
  background-color: #fff0f5;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-worry__grid p {
    width: 100%;
    aspect-ratio: auto;
    border-radius: 5px;
    padding-block: 0.5em;
  }
}
.top-worry__grid .item01 {
  display: grid;
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item01 {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.top-worry__grid .item01 .top {
  justify-self: end;
  margin-inline-end: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item01 .top {
    margin-inline-end: 0;
  }
}
.top-worry__grid .item02 {
  display: grid;
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item02 {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.top-worry__grid .item02 .top {
  margin-inline-start: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item02 .top {
    margin-inline-start: 0;
  }
}
.top-worry__grid .item02 .bottom {
  justify-self: end;
}
.top-worry__grid .item03 {
  grid-row: 2;
  grid-column: 1 / span 2;
  display: flex;
  justify-content: center;
  gap: min(6rem, 5vw);
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
.top-worry__grid .item03 .center {
  margin-block-start: min(4.5rem, 3.75vw);
}
@media screen and (max-width: 768px) {
  .top-worry__grid .item03 .center {
    margin-block-start: 0;
  }
}
.top-method {
  background: url(../img/top/method_bg.png) no-repeat center/cover;
  padding-block-start: clamp(5rem, 2.07rem + 12.49vw, 13rem);
  padding-block-end: clamp(7.5rem, 6.04rem + 6.24vw, 11.5rem);
  margin-block-end: clamp(3.5rem, 2.77rem + 3.12vw, 5.5rem);
}
.top-method__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-method__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-method__flex {
    padding-inline: 2%;
    row-gap: 2rem;
  }
}
.top-method__item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-basis: 27%;
}
.top-method__item:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-basis: 35%;
}
.top-method__txt {
  writing-mode: vertical-rl;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-method__txt {
    writing-mode: horizontal-tb;
  }
}
.top-method__txt > span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-method__txt > span {
    text-indent: 0 !important;
  }
}
.top-method__txt .indent6 {
  text-indent: 6em;
}
.top-method__txt .indent4 {
  text-indent: 4em;
}
.top-method__txt .indent3 {
  text-indent: 3em;
}
.top-method__txt .indent2 {
  text-indent: 2em;
}
.top-menu {
  position: relative;
  margin-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.top-menu::before {
  content: "";
  display: block;
  width: min(1347px, 70.15625vw);
  aspect-ratio: 1347/2304;
  height: -moz-fit-content;
  height: fit-content;
  background: url(../img/top/menu_bg.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-menu::before {
    height: 100%;
    background-size: auto 100%;
  }
}
.top-menu__inner {
  width: min(1680px, 98%);
  margin-inline: auto;
  position: relative;
}
.top-menu__ul {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
  margin-block-end: clamp(3.5rem, 2.77rem + 3.12vw, 5.5rem);
}
.top-menu__li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  position: relative;
  padding-block-start: 3.5rem;
  padding-block-end: 2rem;
  padding-inline: 2rem;
  background: #fff;
  box-shadow: 0px 0px 15px 10px #fff;
}
@media screen and (max-width: 768px) {
  .top-menu__li {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__li {
    box-shadow: 0px 0px 10px 5px #fff;
  }
}
.top-menu__li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(2.5rem, -0.17rem + 5.56vw, 6.5rem);
  color: rgba(226, 198, 245, 0.4);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-menu__li::before {
    font-size: clamp(2rem, 1.05rem + 4.07vw, 3rem);
  }
}
.top-menu__li h3 {
  font-size: clamp(0.875rem, 0.65rem + 0.98vw, 1.5rem);
}
.top-menu__li a {
  flex-basis: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e2c6f5;
  padding-block: 1em;
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .top-menu__li a {
    flex-basis: 100%;
    width: 100%;
  }
}
.top-menu__li a span {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .top-menu__li a span {
    width: 20px;
    height: 20px;
  }
}
.top-menu__li a .arrow {
  display: inline-block;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__li a .arrow {
    width: 10px;
  }
}
.top-menu__li a .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .top-menu__li a .arrow::before {
    width: 10px;
  }
}
.top-menu__li a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333 #333;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top-menu__li a .arrow::after {
    width: 5px;
    height: 5px;
  }
}
.top-menu__btn {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.top-lesson {
  background: linear-gradient(180deg, hsl(0, 0%, 100%), hsl(60, 100%, 94%), hsl(0, 0%, 100%));
  padding-block-start: clamp(2.5rem, 2.13rem + 1.56vw, 3.5rem);
  padding-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.top-lesson__item {
  margin-block-end: clamp(3.5rem, 2.77rem + 3.12vw, 5.5rem);
}
.top-lesson__flex {
  padding-inline: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-block-end: clamp(3.5rem, 2.77rem + 3.12vw, 5.5rem);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-lesson__flex {
    flex-direction: column;
  }
}
.top-lesson__flex.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-lesson__flex.row-reverse {
    flex-direction: column;
  }
}
.top-lesson__box h3 {
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  line-height: 1.2;
  margin-block-end: 1em;
}
.top-lesson__box p {
  margin-block-end: 2em;
}
.top-lesson__box a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
.top-lesson__btn a span {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .top-lesson__btn a span {
    width: 20px;
    height: 20px;
  }
}
.top-lesson__btn a .arrow {
  display: inline-block;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .top-lesson__btn a .arrow {
    width: 10px;
  }
}
.top-lesson__btn a .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .top-lesson__btn a .arrow::before {
    width: 10px;
  }
}
.top-lesson__btn a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333 #333;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top-lesson__btn a .arrow::after {
    width: 5px;
    height: 5px;
  }
}
.top-lesson__btn02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-info {
  padding-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.top-info__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  row-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-info__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-info__flex {
    align-items: start;
  }
}
.top-info__map iframe {
  width: 100%;
  height: min(28.125rem, calc(300 / 375 * 100vw));
  aspect-ratio: 4/3;
}
.top-info__ttl {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-info__ttl {
    align-items: center;
  }
}
.top-info__tbl th,
.top-info__tbl td {
  font-weight: normal;
  padding-block-start: 1.6em;
}
.top-info__tbl th {
  padding-inline-end: 2em;
}
@media screen and (max-width: 768px) {
  .top-info__tbl th {
    padding-inline-end: 1em;
    white-space: nowrap;
  }
}
.top-info__tbl td {
  padding-inline-start: 2em;
}
@media screen and (max-width: 768px) {
  .top-info__tbl td {
    padding-inline-start: 1em;
  }
}
.top-reason {
  padding-block-end: 6.5rem;
}
.top-reservation {
  background: #fff;
  padding-block-end: 6.5rem;
  padding-block-start: clamp(5.25rem, 3.51rem + 7.41vw, 10rem);
  position: relative;
}
.top-reservation::before {
  content: "";
  background: url(../img/top/reservation01.webp) no-repeat center/contain;
  width: min(409px, calc(100 / 375 * 100vw));
  aspect-ratio: 409/394;
  position: absolute;
  left: 0;
  bottom: 2%;
}
.top-reservation__ttl {
  margin-block-end: 2em;
  text-align: center;
}
.top-reservation__txt {
  font-size: clamp(0.9375rem, 0.87rem + 0.29vw, 1.125rem);
  margin-block-end: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-reservation__txt {
    text-align: left;
  }
}
.top-reservation__ul {
  display: grid;
  width: 100%;
  max-width: 810px;
  grid-template-columns: repeat(auto-fill, 31%);
  gap: 3.5%;
  margin-block-end: 2em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-reservation__ul {
    padding-inline: 2%;
  }
}
.top-reservation__ul li a {
  background: #7fffbf;
  aspect-ratio: 250/247;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 1em;
  color: #333;
  border-radius: 20px;
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-reservation__ul li a {
    row-gap: 12px;
  }
}
.top-reservation__ul li a img {
  filter: brightness(0);
  width: min(54px, calc(24 / 375 * 100vw));
}
.top-voice {
  padding-block: clamp(5.5rem, 4.4rem + 4.68vw, 8.5rem);
  background: url(../img/top/intro_bg.png) no-repeat center/cover;
}
.top-voice__ul > li > p {
  text-align: left;
}
.top-voice__ul > li hr {
  margin-block: 1em;
}
.top-flow__cp {
  text-align: center;
  margin-block-end: clamp(2.25rem, 1.61rem + 2.73vw, 4rem);
  font-size: clamp(1.125rem, 0.8rem + 1.37vw, 2rem);
}
.top-flow__ul {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  counter-reset: number 0;
  margin-block-end: clamp(2rem, 1.45rem + 2.34vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .top-flow__ul {
    grid-template-columns: 1fr;
  }
}
.top-flow__ul > li {
  background: #fff0f5;
  border-radius: 1.5625vw;
  padding-inline: 1.5em;
  padding-block: 1em;
}
.top-flow__ul > li span {
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  display: block;
  font-weight: 600;
}
.top-flow__ul > li span::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: clamp(1.125rem, 0.8rem + 1.37vw, 2rem);
  display: block;
}
.sub-mv {
  background: linear-gradient(180deg, hsl(0, 0%, 100%) 0 45%, hsl(60, 100%, 94%) 45%);
}
.sub-mv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-inline-end: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .sub-mv__flex {
    flex-direction: column;
    align-items: start;
    padding-inline-start: 8%;
    padding-block-end: 2rem;
    row-gap: 2rem;
  }
}
.sub-mv__box {
  margin-inline-end: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sub-mv__box {
    order: 1;
  }
}
.sub-mv__h2 {
  font-size: clamp(1.5rem, 0.95rem + 2.34vw, 3rem);
  margin-block-end: 1rem;
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sub-mv__h2 {
    margin-block-end: 0.625rem;
  }
}
.sub-mv figure img {
  height: min(25.3125rem, calc(150 / 375 * 100vw));
}
.content:not(:last-child) {
  margin-block-end: clamp(5.5rem, 3.85rem + 7.02vw, 10rem);
}
.sec {
  margin-block-end: clamp(3.75rem, 3.11rem + 2.73vw, 5.5rem);
}
.sec__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  margin-block-end: clamp(7.5rem, 5.21rem + 9.76vw, 13.75rem);
}
@media screen and (max-width: 1024px) {
  .sec__grid {
    grid-template-columns: 1fr;
  }
}
.sec__left {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec__left {
    width: 100%;
  }
}
.sec__right {
  width: 100%;
  padding-block-start: 5rem;
  padding-inline: 3.75rem;
  border-left: 1px solid #dee4e8;
}
@media screen and (max-width: 1024px) {
  .sec__right {
    padding-inline: 0;
    border-left: 0px solid #dee4e8;
  }
}
.sec__tab {
  position: sticky;
  top: 120px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .sec__tab {
    display: flex;
    justify-content: space-between;
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .sec__li {
    width: 100%;
    border: 1px solid #fff0f5;
  }
}
.sec__li:not(:first-child) {
  margin-block-start: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sec__li:not(:first-child) {
    margin-block-start: 0;
  }
}
.sec__li span {
  font-weight: 600;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sec__li span {
    text-align: center;
  }
}
.sec__li > ol > li a {
  padding-inline: 1em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-block: 1rem 0.875rem;
  font-size: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem);
}
.sec__li > ol > li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-color: #e2c6f5;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.sec__li > ol > li a:hover {
  color: #e2c6f5;
}
.sec__li > ol > li a:hover::after {
  background-color: #e2c6f5;
  transform: translateX(5px);
}
.sec__li > ol > li.active a {
  background-color: rgba(255, 255, 224, 0.9);
}
@media screen and (max-width: 768px) {
  .sec__li > ol > li.active a {
    background-color: rgba(226, 198, 245, 0);
  }
}
@media screen and (max-width: 1024px) {
  .sec__li.open {
    background-color: #fff0f5;
  }
  .sec__li.open span {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sec__li.open > ol {
    max-height: 0 !important;
  }
}
.sec__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .sec__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec__flex {
    gap: 1.5rem;
  }
}
.sec__flex.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec__flex.row-reverse {
    flex-direction: column;
  }
}
.sec__flex > div {
  flex-basis: 48%;
  width: 100%;
}
.sec__h2 {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.13rem + 1.56vw, 2.5rem);
  margin-block-end: clamp(1.5rem, 1.13rem + 1.56vw, 2.5rem);
  position: relative;
  line-height: 1;
}
.sec__h2::after {
  content: attr(data-en);
  display: inline-block;
  color: #e2c6f5;
  font-size: clamp(1.125rem, 0.8rem + 1.37vw, 2rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec__h2::after {
    transform: translateY(50%);
  }
}
.sec__h3 {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.8rem + 1.37vw, 2rem);
  margin-block-end: clamp(1.125rem, 0.8rem + 1.37vw, 2rem);
  line-height: 1;
}
.sec__h3::before {
  content: attr(data-en);
  display: block;
  color: #e2c6f5;
  margin-block-end: 0.625rem;
  font-size: 1rem;
}
.sec__cp {
  font-weight: 600;
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  margin-block-end: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
}
.sec__cp span {
  background: linear-gradient(transparent 50%, hsl(57, 100%, 47%) 50%);
}
.sec__txt {
  margin-block-end: 1em;
}
.sec__ol {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-block: 2rem;
}
.sec__ol li {
  padding-block: 1em;
  padding-inline: 1.5em;
  background-color: #fff0f5;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.sec__ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  margin-block-end: 3rem;
}
@media screen and (max-width: 768px) {
  .sec__ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sec__ul.li02 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .sec__ul.li02 {
    grid-template-columns: 1fr;
  }
}
.sec__ul li {
  padding-block: 1em;
  padding-inline: 1.5em;
  background-color: #fff0f5;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.sec__ul--h4 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.87rem + 0.29vw, 1.125rem);
  margin-block-end: 1.125rem;
  line-height: 1;
}
.sec__ul--h4 span {
  color: #e2c6f5;
  display: block;
  font-size: clamp(1.5rem, 1.13rem + 1.56vw, 2.5rem);
  margin-block-end: 0.625rem;
}
.sec .blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 10px;
  height: 10px;
  margin-inline-start: 6px;
  margin-block-start: 6px;
}
.sec .blank-icon:before,
.sec .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #333;
  transition: 0.3s ease;
}
.sec .blank-icon:before {
  top: -2px;
  left: 0;
  border-width: 1px;
}
.sec .blank-icon:after {
  top: 1px;
  left: 3px;
  border-width: 0 1px 1px 0;
}
.sec__link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  margin-block-end: 3rem;
}
@media screen and (max-width: 768px) {
  .sec__link {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.sec__link > li > a {
  display: block;
  width: 100%;
  padding-block: 1rem;
  border-top: 1px solid #fff0f5;
  border-bottom: 1px solid #fff0f5;
  transition: 0.3s ease;
}
.sec__link > li > a:hover {
  color: #e2c6f5;
}
.sec__link > li > a:hover .blank-icon:before,
.sec__link > li > a:hover .blank-icon:after {
  border-color: #e2c6f5;
}
@media screen and (max-width: 768px) {
  .sec__link > li:not(:first-child) a {
    border-top: 0;
  }
}
.sec__youtube > h4 {
  margin-block-end: 1rem;
}
.sec__youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.sec__box {
  margin-block-start: 3rem;
  background-color: rgba(226, 198, 245, 0.2);
  padding-block: 1.5em;
  padding-inline: 1.5em;
  position: relative;
}
.sec__box--h4 {
  font-weight: 600;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec__box--h4::before,
.sec__box--h4::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #333;
  transform: rotate(-20deg);
}
.sec__box--h4::after {
  transform: rotate(20deg);
}
.sec__img {
  margin-block-end: 1.5625rem;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec__img {
    border-radius: 8px;
  }
}
.sec__img.img03 {
  display: grid;
  grid-template-columns: 61.76% auto;
  gap: 1px;
}
.sec__img.img03 img:nth-child(1) {
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 100%; */
  grid-area: 1/1/3/2;
}
.sec__img.img03 img:nth-child(2) {
  grid-area: 1/2/2/3;
}
.sec__img.img03 img:nth-child(3) {
  grid-area: 2/2/3/3;
}
.sec__img.img02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.sec__form {
  padding-block: 1.5rem;
  padding-inline: 1rem;
  text-align: center;
  background: url(../img/top/intro_bg.png) no-repeat center/cover;
}
.sec__form-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.sec__form-btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1rem;
}
.flow__list {
  border-left: 8px solid #8fb2bb;
}
.flow__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.375rem 0.875rem;
  margin-bottom: 1.75rem;
}
.flow__num {
  grid-area: 1/1/2/2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.flow__num span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: clamp(2.1875rem, 1.8rem + 1.66vw, 2.9375rem);
  height: clamp(2.1875rem, 1.8rem + 1.66vw, 2.9375rem);
  font-size: clamp(1.25rem, 0.93rem + 1.38vw, 1.875rem);
  line-height: 1;
  background-color: #e2c6f5;
}
.flow__num::before {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #8fb2bb;
}
.flow__h4 {
  width: -moz-fit-content;
  width: fit-content;
  grid-area: 1/2/2/3;
  letter-spacing: 0px;
  position: relative;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .flow__h4 {
    font-size: 1rem;
  }
}
.flow__txt {
  grid-area: 2/2/3/3;
  font-size: 0.9375rem;
  line-height: 1.7142857143;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .flow__txt {
    font-size: 0.8125rem;
    line-height: 24/13 21;
  }
}
.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex02 {
    flex-direction: column;
  }
}
.flex02 > figure {
  flex-basis: 30%;
  width: 100%;
  max-width: min(450px, 90%);
}
.flex02 > div {
  flex-basis: 65%;
  width: 100%;
}
.flex02__cp {
  border-bottom: 1px solid #e2c6f5;
  padding-block-end: 8px;
  margin-block-end: 1.5rem;
}
.sub-content {
  padding-block-start: 5rem;
}
.c-faq {
  border-bottom: 1px solid #333;
  padding-block-start: 3em;
  padding-block-end: 2em;
}
.c-faq:first-of-type {
  padding-block-start: 0;
}
.c-faq dt,
.c-faq dd {
  font-size: clamp(0.9375rem, 0.87rem + 0.29vw, 1.125rem);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-faq dt,
  .c-faq dd {
    gap: 1rem;
  }
}
.c-faq dt::before,
.c-faq dd::before {
  font-size: clamp(1rem, 0.82rem + 0.78vw, 1.5rem);
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-faq dt::before,
  .c-faq dd::before {
    width: 32px;
    height: 32px;
  }
}
.c-faq dt > *,
.c-faq dd > * {
  flex-basis: calc(100% - 50px);
  width: 100%;
  align-self: center;
}
.c-faq dt {
  font-weight: 600;
  grid-template-columns: auto 1fr auto;
}
.c-faq dt::before {
  content: "Q";
  background: #e2c6f5;
}
.c-faq dd {
  padding-block-start: 1em;
  margin-inline-start: 2em;
}
@media screen and (max-width: 768px) {
  .c-faq dd {
    margin-inline-start: 0.5em;
  }
}
.c-faq dd::before {
  content: "A";
  background: #fff0f5;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-faq dd::before {
    width: 24px;
    height: 24px;
  }
}
