@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.sec__heading {
  position: relative;
  z-index: 1;
}
.sec__heading::before {
  content: '';
  max-width: 100%;
  aspect-ratio: 284/79;
  background: url(../images/top/sec_heading_bg.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.sec__heading h2 {
  font-weight: bold;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sec__heading::before {
    width: 284px;
  }
  .sec__heading h2 {
    font-size: 23px;
    width: 128px;
    height: 79px;
  }
}

@media (min-width: 768px) {
  .sec__heading::before {
    width: 284px;
  }
  .sec__heading h2 {
    font-size: 23px;
    width: 128px;
    height: 79px;
  }
}

/* -----------------------------------------------
thought__wrap
----------------------------------------------- */
.thought__wrap {
  background-color: #FFFFDC;
  z-index: 4;
}
.sec__wrap.thought__wrap::after {
  background-image: url(../images/top/thought_borderline.png);
}
.thought__wrap .content__wrap h3 {
  text-align: center;
  color: #F06482;
  font-weight: bold;
}
.thought__wrap .content__wrap p {
  text-align: center;
  font-weight: bold;
}
.thought__list {
  position: relative;
}
.thought__list .text {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.thought__list .text li {
  color: #fff;
  font-weight: bold;
}

.about__cds {
  background-color: #fff;
  position: relative;
}
.about__cds::before {
  content: '';
  aspect-ratio: 70/113;
  background: url(../images/top/about_cds_deco_right.svg) center / contain no-repeat;
  position: absolute;
}
.about__cds::after {
  content: '';
  aspect-ratio: 82/93;
  background: url(../images/top/about_cds_deco_left.svg) center / contain no-repeat;
  position: absolute;
}
.about__cds strong {
  display: block;
  text-align: center;
}
.about__cds strong span {
  background: linear-gradient(transparent 50%, #FFFF82 50%);
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.about__cds p {
  letter-spacing: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .thought__wrap {
    padding: 44px 0 53px;
  }
  .thought__wrap .content__wrap {
    margin-top: 28px;
  }
  .thought__wrap .content__wrap h3 {
    font-size: 24px;
  }
  .thought__wrap .content__wrap p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 15px;
  }
  .thought__list {
    margin-top: 28px;
  }
  .thought__list .img {
    width: min(100vw, 375px);
    position: relative;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .thought__list .text {
    width: min(58.66vw, 220px);
    top: min(12.26vw, 46px);
  }
  .thought__list .text li {
    font-size: min(3.73vw, 14px);
  }
  .thought__list .text li + li {
    margin-top: 0.7em;
  }

  .about__cds {
    width: 100%;
    margin: 52px auto 0;
    padding: 40px 7.2% 23px;
    border-radius: 10px;
  }
  .about__cds::before {
    width: 40px;
    top: -18px;
    right: -10px;
  }
  .about__cds::after {
    width: 52px;
    bottom: -40px;
    left: -14px;
  }
  .about__cds strong span {
    font-size: 18px;
  }
  .about__cds p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .thought__wrap {
    padding: 88px 0 66px;
  }
  .thought__wrap .content__wrap {
    margin-top: 56px;
  }
  .thought__wrap .content__wrap h3 {
    font-size: 28px;
  }
  .thought__wrap .content__wrap p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 29px;
  }
  .thought__list {
    margin-top: 56px;
  }
  .thought__list .img {
    width: 592px;
    margin-inline: auto;
  }
  .thought__list .text {
    width: 352px;
    top: 66px;
  }
  .thought__list .text li {
    font-size: 23px;
  }
  .thought__list .text li + li {
    margin-top: 0.7em;
  }

  .about__cds {
    width: 820px;
    max-width: 100%;
    margin: 52px auto 0;
    padding: 40px 7.2% 23px;
    border-radius: 20px;
  }
  .about__cds::before {
    width: 70px;
    top: -18px;
    right: -16px;
  }
  .about__cds::after {
    width: 82px;
    bottom: -20px;
    left: -44px;
  }
  .about__cds strong span {
    font-size: 21px;
  }
  .about__cds p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 18px;
  }
}

/* -----------------------------------------------
promise__wrap
----------------------------------------------- */
.promise__wrap {
  z-index: 3;
  background: url(../images/top/promise_bg.png) center top / 1366px auto no-repeat #D2E6BE;
}
.promise__wrap::before {
  content: '';
  aspect-ratio: 112/89;
  background: url(../images/top/schedule_deco_01.svg) center / contain no-repeat;
  position: absolute;
  z-index: 2;
}
.sec__wrap.promise__wrap::after {
  background-image: url(../images/top/promise_borderline.png);
}
.promise__wrap .content__wrap li {
  position: relative;
  text-align: center;
  z-index: 1;
}
.promise__wrap .content__wrap li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/top/promise_list_bg.svg) center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.promise__wrap .content__wrap li h3 {
  font-weight: bold;
  display: inline-block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.promise__wrap .content__wrap li h3 span {
  background: linear-gradient(transparent 50%, #FFFF82 50%);
}
.promise__wrap .content__wrap li p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .promise__wrap {
    padding: 65px 0 46px;
  }
  .promise__wrap::before {
    bottom: -40px;
    width: 62px;
    left: calc(50% + 90px);
  }
  .promise__wrap .content__wrap {
    margin-top: 30px;
  }
  .promise__wrap .content__wrap li {
    width: min(92vw, 345px);
    aspect-ratio: 450/336;
    padding: min(17.33vw, 65px) min(14.13vw, 53px) min(14.66vw, 55px);
    margin-inline: auto;
  }
  .promise__wrap .content__wrap li + li {
    margin-top: 32px;
  }
  .promise__wrap .content__wrap li h3 {
    font-size: min(3.73vw, 14px);
    line-height: 1.44;
  }
  .promise__wrap .content__wrap li p {
    font-size: min(2.66vw, 10px);
    line-height: 1.57;
    white-space: nowrap;
    margin-top: 17px;
  }
}

@media (min-width: 768px) {
  .promise__wrap {
    padding: 102px 0 92px;
  }
  .promise__wrap::before {
    bottom: -60px;
    width: 112px;
    left: calc(50% + 289px);
  }
  .promise__wrap .content__wrap {
    margin-top: 60px;
  }
  .promise__wrap .content__wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 5.66%;
  }
  .promise__wrap .content__wrap li {
    width: 450px;
    height: 336px;
    padding: 80px 53px 70px;
  }
  .promise__wrap .content__wrap li h3 {
    font-size: 18px;
    line-height: 1.44;
  }
  .promise__wrap .content__wrap li p {
    font-size: 14px;
    line-height: 1.57;
    white-space: nowrap;
    margin-top: 17px;
  }
}

/* -----------------------------------------------
schedule__wrap
----------------------------------------------- */
.schedule__wrap {
  background-color: #FFEBDC;
  z-index: 2;
}
.sec__wrap.schedule__wrap::after {
  background-image: url(../images/top/schedule_borderline.png);
}
.schedule__wrap .con__item {
  display: flex;
}
.schedule__wrap .con__item:last-child .img::after {
  content: none;
}
.schedule__wrap .con__item .text .time span {
  display: block;
  font-weight: bold;
}
.schedule__wrap .con__item .text .details {
  display: flex;
  align-items: center;
}
.schedule__wrap .con__item .text .details:has(h3) {
  position: relative;
}
.schedule__wrap .con__item .text .details h3 {
  position: absolute;
  z-index: 1;
}
.schedule__wrap .con__item .text .details ul {
  background-color: #fff;
  font-weight: bold;
  position: relative;
}
.schedule__wrap .con__item:nth-child(1) .text .details ul::after {
  content: '';
  aspect-ratio: 122/74;
  background: url(../images/top/schedule_deco_02.svg) center / contain no-repeat;
  position: absolute;
  translate: 0 -50%;
  z-index: 1;
}
.schedule__wrap .con__item:nth-child(3) .text .details ul::after {
  content: '';
  aspect-ratio: 144/160;
  background: url(../images/top/schedule_deco_03.svg) center / contain no-repeat;
  position: absolute;
  translate: 0 -50%;
  z-index: 1;
}
.schedule__wrap .con__item:nth-child(5) .text .details ul::after {
  content: '';
  aspect-ratio: 186/227;
  background: url(../images/top/schedule_deco_04.svg) center / contain no-repeat;
  position: absolute;
  translate: 0 -50%;
  z-index: 1;
}
.schedule__wrap .con__item:nth-child(6) .text .details ul::after {
  content: '';
  aspect-ratio: 210/99;
  background: url(../images/top/schedule_deco_05.svg) center / contain no-repeat;
  position: absolute;
  translate: 0 -50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .schedule__wrap {
    padding: 67px 0 40px;
  }
  .schedule__wrap .content__wrap {
    margin: 52px auto 0;
  }
  .schedule__wrap .con__item {
    gap: 0 22px;
    position: relative;
  }
  .schedule__wrap .con__item::after {
    content: '';
    width: 6px;
    height: calc(100% - 8px);
    border-left: 6px dotted #000;
    position: absolute;
    top: calc(50px + 8px);
    left: 25px;
    translate: -50% 0;
  }
  .schedule__wrap .con__item:last-child::after {
    content: none;
  }
  .schedule__wrap .con__item + .con__item {
    margin-top: 32px;
  }
  .schedule__wrap .con__item .img {
    width: 50px;
  }
  .schedule__wrap .con__item .img::after {
    width: 6px;
    height: 68px;
    border-left: 6px dotted #000;
    top: calc(100% + 8px);
  }
  .schedule__wrap .con__item .text {
    width: calc(100% - 58px - 22px);
  }
  .schedule__wrap .con__item .text .time {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .schedule__wrap .con__item .text .time span {
    font-size: 20px;
  }
  .schedule__wrap .con__item .text .details:has(h3) {
    padding-top: 38px
  }
  .schedule__wrap .con__item .text .details h3 {
    width: 170px;
    top: 0;
    left: -43px;
  }
  .schedule__wrap .con__item .text .details ul {
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.38;
    padding: 8px 9px 7px;
    width: 100%;
  }
  .schedule__wrap .con__item:nth-child(1) .text .details ul::after {
    width: 72px;
    top: calc(100% + 6px);
    right: -6px;
  }
  .schedule__wrap .con__item:nth-child(3) .text .details ul::after {
    width: 64px;
    top: -24px;
    right: -6px;
  }
  .schedule__wrap .con__item:nth-child(5) .text .details ul::after {
    width: 64px;
    top: -24px;
    right: -6px;
  }
  .schedule__wrap .con__item:nth-child(6) .text .details ul::after {
    width: 72px;
    top: calc(100% + 6px);
    right: -6px;
  }
  .schedule__wrap .con__item .text .details li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media (min-width: 768px) {
  .schedule__wrap {
    padding: 135px 0 80px;
  }
  .schedule__wrap .content__wrap {
    margin: 104px auto 0;
    max-width: 880px;
  }
  .schedule__wrap .con__item {
    align-items: center;
    gap: 0 22px;
  }
  .schedule__wrap .con__item + .con__item {
    margin-top: 64px;
  }
  .schedule__wrap .con__item .img {
    width: 78px;
    position: relative;
  }
  .schedule__wrap .con__item .img::after {
    content: '';
    width: 6px;
    height: 68px;
    border-left: 6px dotted #000;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    translate: -50% 0;
  }
  .schedule__wrap .con__item .text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 18px;
    width: calc(100% - 78px - 22px);
  }
  .schedule__wrap .con__item .text .time {
    width: 96px;
  }
  .schedule__wrap .con__item .text .time span {
    font-size: 23px;
  }
  .schedule__wrap .con__item .text .details {
    width: calc(100% - 96px - 18px);
    min-height: 96px;
  }
  .schedule__wrap .con__item .text .details h3 {
    width: 210px;
    bottom: calc(100% - 8px);
    left: -43px;
  }
  .schedule__wrap .con__item .text .details ul {
    border-radius: 6px;
    font-size: 21px;
    line-height: 1.38;
    padding: 8px 9px 7px;
    max-width: 100%;
  }
  .schedule__wrap .con__item:nth-child(1) .text .details ul {
    width: 351px;
  }
  .schedule__wrap .con__item:nth-child(2) .text .details ul {
    width: 426px;
  }
  .schedule__wrap .con__item:nth-child(3) .text .details ul {
    width: 379px;
  }
  .schedule__wrap .con__item:nth-child(4) .text .details ul {
    width: 381px;
  }
  .schedule__wrap .con__item:nth-child(5) .text .details ul {
    width: 590px;
  }
  .schedule__wrap .con__item:nth-child(6) .text .details ul {
    width: 117px;
  }
  .schedule__wrap .con__item:nth-child(1) .text .details ul::after {
    width: 122px;
    top: calc(50% - 26px);
    left: calc(100% + 22px);
  }
  .schedule__wrap .con__item:nth-child(3) .text .details ul::after {
    width: 144px;
    top: calc(50% - 32px);
    left: calc(100% + 36px);
  }
  .schedule__wrap .con__item:nth-child(5) .text .details ul::after {
    width: 186px;
    top: calc(50% - 72px);
    left: calc(100% - 6px);
  }
  .schedule__wrap .con__item:nth-child(6) .text .details ul::after {
    width: 210px;
    top: calc(50% - 10px);
    left: calc(100% + 13px);
  }
}

/* -----------------------------------------------
overview__wrap
----------------------------------------------- */
.overview__wrap {
  background-color: #E6E6D2;
  z-index: 1;
}
.sec__wrap.overview__wrap::after {
  background-image: url(../images/top/overview_borderline.png);
}
.sec__heading.overview__heading::before {
  aspect-ratio: 300 / 79;
  background: url(../images/top/overview_heading_bg.svg) center / contain no-repeat;
}
.price__wrap .content__wrap dl :is(dt, dd) {
  font-weight: bold;
}
.price__wrap .content__wrap dl dd span {
  background: linear-gradient(transparent 50%, #FFFF82 50%);
}
.price__wrap .content__wrap dl dd i {
  font-style: normal;
}
.price__wrap .att__text {
  background-color: #fff;
}
.price__wrap .att__text p {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

.process__wrap .con__item {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.process__wrap .con__item::before {
  content: '';
  aspect-ratio: 60/20;
  background: url(../images/top/overview_process_arrow_01.svg) center / contain no-repeat;
  position: absolute;
}
.process__wrap .con__item .item__heading {
  position: relative;
}
.process__wrap .con__item .item__heading::after {
  content: '';
  aspect-ratio: 112/33;
  background: url(../images/top/overview_process_step_deco.svg) center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.process__wrap .con__item .item__heading strong {
  display: block;
}
.process__wrap .con__item .item__heading strong span {
  color: #FF5A78;
}
.process__wrap .con__item .item__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.process__wrap .con__item ul {
  font-weight: bold;
  display: inline-block;
  text-align: left;
}
.process__wrap .con__item li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .overview__wrap {
    padding: 100px 0 47px;
  }
  .sec__heading.overview__heading::before {
    width: 300px;
    max-width: 100%;
  }
  .sec__heading.overview__heading h2 {
    width: 204px;
  }
  .price__wrap .content__wrap {
    margin-top: 50px;
  }
  .price__wrap .content__wrap dl div + div {
    margin-top: 30px;
  }
  .price__wrap .content__wrap dl dt {
    font-size: 16px;
    line-height: 1.45;
  }
  .price__wrap .content__wrap dl dd {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 6px;
    padding-left: 1em;
  }
  .price__wrap .content__wrap dl dd i {
    font-size: 0.7em;
  }
  .price__wrap .att__text {
    border-radius: 6px;
    margin: 50px auto 0;
    padding: 25px 6.34% 18px;
  }
  .price__wrap .att__text p {
    font-size: 14px;
    line-height: 1.75;
  }
  
  .process__wrap {
    margin-top: 100px;
  }
  .process__wrap .content__wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .process__wrap .con__item {
    width: 100%;
    min-height: 200px;
    border-radius: 6px;
    padding: 26px 1.6% 10px;
  }
  .process__wrap .con__item + .con__item {
    margin-top: 70px;
  }
  .process__wrap .con__item::before {
    width: 50px;
    top: calc(100% + 28px);
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
  .process__wrap .con__item:last-child::before {
    content: none;
  }
  .process__wrap .con__item .item__heading {
    padding-bottom: 22px;
  }
  .process__wrap .con__item .item__heading::after {
    width: 102px;
  }
  .process__wrap .con__item .item__heading strong {
    font-size: 18px;
  }
  .process__wrap .con__item .item__heading strong span {
    font-size: 1.2em;
  }
  .process__wrap .con__item ul {
    margin-top: 0.6em;
    font-size: 14px;
    line-height: 1.75;
  }
  .process__wrap .con__item li span {
    font-size: 0.81em;
  }
}

@media (min-width: 768px) {
  .overview__wrap {
    padding: 317px 0 94px;
  }
  .sec__heading.overview__heading::before {
    width: 300px;
  }
  .sec__heading.overview__heading h2 {
    width: 204px;
  }
  .price__wrap .content__wrap {
    margin-top: 100px;
  }
  .price__wrap .content__wrap dl div {
    display: flex;
    justify-content: flex-end;
    gap: 0 44px;
  }
  .price__wrap .content__wrap dl div + div {
    margin-top: 48px;
  }
  .price__wrap .content__wrap dl dt {
    width: 416px;
    font-size: 20px;
    line-height: 1.45;
  }
  .price__wrap .content__wrap dl dd {
    width: 320px;
    font-size: 20px;
    line-height: 1.45;
  }
  .price__wrap .content__wrap dl dd i {
    font-size: 0.7em;
  }
  .price__wrap .att__text {
    border-radius: 6px;
    margin: 62px auto 0;
    padding: 25px 6.34% 18px;
    max-width: 900px;
  }
  .price__wrap .att__text p {
    font-size: 18px;
    line-height: 1.75;
  }
  
  .process__wrap {
    margin-top: 100px;
  }
  .process__wrap .content__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: min(7.51vw, 80px) 7.51%;
    margin-top: 62px;
  }
  .process__wrap .con__item {
    width: 28.32%;
    min-height: 262px;
    border-radius: 6px;
    padding: 26px 1.6% 10px;
  }
  .process__wrap .con__item::before {
    width: 20.68%;
    top: 50%;
    left: calc(100% + 2.75%);
    translate: 0 -50%;
  }
  .process__wrap .con__item:nth-child(3n):before {
    content: none;
  }
  .process__wrap .con__item:nth-child(3)::before {
    content: '';
    width: min(70.11vw, 746px);
    aspect-ratio: 746/60;
    background: url(../images/top/overview_process_arrow_02.svg) center / contain no-repeat;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    translate: -100% 0;
  }
  .process__wrap .con__item .item__heading {
    padding-bottom: 32px;
  }
  .process__wrap .con__item .item__heading::after {
    width: 112px;
  }
  .process__wrap .con__item .item__heading strong {
    font-size: 20px;
  }
  .process__wrap .con__item .item__heading strong span {
    font-size: 1.2em;
  }
  .process__wrap .con__item ul {
    margin-top: 0.6em;
    font-size: 16px;
    line-height: 1.75;
  }
  .process__wrap .con__item li span {
    font-size: 0.81em;
  }
}