/* =================================
common
================================= */
/* title
---------------------------------------------------------- */
.c-ttl_main {
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-ttl_main {
    padding-bottom: 13px;
    margin-bottom: 40px;
  }
}
.c-ttl_main::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5899e3;
}
@media screen and (max-width: 767px) {
  .c-ttl_main::after {
    width: 40px;
  }
}
.c-ttl_main .sub {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ttl_main .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .c-ttl_main .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-ttl_main .main {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .c-ttl_main .main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .c-ttl_main .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 320px) {
  .c-ttl_main .main {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* text
---------------------------------------------------------- */
/* list
---------------------------------------------------------- */
.c-slidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 400px;
  height: 100dvh;
  padding: 150px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -ms-linear-gradient(180deg, #e3fcf7 0%, #d5ecfd 47%, #cfddfc 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-slidebar.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .c-slidebar {
    width: 100%;
    padding: 90px 20px 60px;
  }
}
.c-slidebar ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #20a9d7;
  background: #fff;
  color: #fff;
  color: #20a9d7;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.c-slidebar ul li:not(:last-child) a {
  border-bottom: none;
}

/* =================================
mv
================================= */
.p-index_mv {
  position: relative;
  padding-top: 125px;
  padding-bottom: 38px;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .p-index_mv {
    padding-top: 55%;
    padding-bottom: 44px;
  }
}
.p-index_mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 72px);
  background-image: url(../img/mv-bg.webp);
  background-size: cover;
  background-position: bottom center;
  top: 0;
  left: 0;
  z-index: 20;
  background-position: bottom left;
}
.p-index_mv::after {
  position: absolute;
  content: "";
  width: 50.1388888889%;
  aspect-ratio: 760/606;
  background-image: url(../img/img-mv.webp);
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 30;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  .p-index_mv::after {
    background-image: url(../img/mv-sp.png);
    width: 100%;
    aspect-ratio: 760/569;
  }
}
.p-index_mv .l-cont_l {
  position: relative;
  z-index: 30;
}
.p-index_mv_wrapper {
  position: relative;
  z-index: 40;
}
.p-index_mv_wrapper::before, .p-index_mv_wrapper::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_mv_wrapper::before, .p-index_mv_wrapper::after {
    width: 40px;
  }
}
.p-index_mv_wrapper::before {
  bottom: -46px;
  left: 0;
  background-image: url(../img/pink-cycle.webp);
}
@media screen and (max-width: 767px) {
  .p-index_mv_wrapper::before {
    bottom: -11px;
  }
}
.p-index_mv_wrapper::after {
  right: 0;
  background-image: url(../img/gray-cycle.webp);
  bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_wrapper::after {
    bottom: 27px;
  }
}
.p-index_mv_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.42;
  margin-bottom: 6px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 0;
  }
}
.p-index_mv_copy {
  padding-left: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-index_mv_copy {
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-index_mv_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course {
    padding-left: 0;
  }
}
.p-index_mv_course .item {
  width: 260px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item {
    width: 50%;
    padding-right: 16px;
  }
}
.p-index_mv_course .item.is-pink {
  padding-right: 0;
  padding-left: 33px;
  position: relative;
  width: 263px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item.is-pink {
    width: 50%;
    padding-left: 16px;
  }
}
.p-index_mv_course .item.is-pink::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 72px;
  background-image: url(../img/line-dot.webp);
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-index_mv_course .item.is-pink .label {
  background: linear-gradient(57deg, rgb(255, 153, 136) 0%, rgb(242, 197, 138) 100%);
}
.p-index_mv_course .item .label {
  color: #fff;
  text-align: center;
  background: linear-gradient(57deg, rgb(0, 175, 222) 0%, rgb(121, 212, 236) 100%);
  border-radius: 999px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item .label {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_course .item .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_mv_course .item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-index_mv_course .item .price .number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 52px;
  font-size: 5.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item .price .number {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_course .item .price .number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_mv_course .item .price .text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item .price .text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_course .item .price .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_mv_course .item .price .text .sm {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_mv_course .item .price .text .sm {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_mv_cycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_cycle {
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_cycle {
    gap: 5px;
  }
}
.p-index_mv_cycle .item {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .p-index_mv_cycle .item {
    width: calc(33.3333333333% - 10px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_cycle .item {
    width: 100px;
  }
}
.p-index_mv_cycle .item .subtxt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_cycle .item .subtxt {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_mv_cycle .item .maintxt {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.43;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  color: #29aca7;
}
@media screen and (max-width: 767px) {
  .p-index_mv_cycle .item .maintxt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_mv_cycle .item .maintxt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* =================================
trouble
================================= */
.p-index_trouble {
  background-color: #e3e2dc;
  position: relative;
  z-index: 15;
  margin-top: -72px;
  padding-top: 60px;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .p-index_trouble {
    margin-top: -78px;
    padding-top: 70px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-index_trouble::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 335px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(251, 250, 246)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0, rgb(251, 250, 246) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-index_trouble::before {
    height: 195px;
  }
}
.p-index_trouble_inner {
  position: relative;
  z-index: 10;
}
.p-index_trouble_img {
  width: 51.7361111111%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_img {
    position: relative;
    width: 100%;
    aspect-ratio: 375/230;
    margin-top: 28px;
  }
}
.p-index_trouble_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_trouble_cont {
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_cont {
    padding-right: 0;
    width: 100%;
  }
}
.p-index_trouble_title {
  font-weight: 500;
}
.p-index_trouble_title .is-sub {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_title .is-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_trouble_title .is-line {
  display: inline;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0;
  line-height: 1.41;
  font-weight: inherit;
  background: linear-gradient(to top, transparent 4px, #efedbb 4px, #efedbb 12px, transparent 12px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_title .is-line {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_trouble_list {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_list {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.p-index_trouble_list li {
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_list li {
    padding-left: 20px;
  }
}
.p-index_trouble_list li:not(:last-child) {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-index_trouble_list li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  background-image: url(../img/check.webp);
  background-size: cover;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_list li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
}

/* =================================
point
================================= */
.p-index_point {
  background-color: #fbfaf6;
  padding-top: 20px;
  padding-bottom: 120px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-index_point {
    padding-top: 48px;
    padding-bottom: 70px;
  }
}
.p-index_point::before, .p-index_point::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_point::before, .p-index_point::after {
    width: 40px;
  }
}
.p-index_point::before {
  bottom: -1px;
  left: 0;
  background-image: url(../img/white-cycle.webp);
}
.p-index_point::after {
  right: 0;
  background-image: url(../img/bage-cycle.webp);
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .p-index_point::after {
    bottom: -40px;
  }
}
.p-index_point_head {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  text-align: center;
}
.p-index_point_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_point_subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.p-index_point_subtitle::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 39px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  background-color: #f1ead7;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_point_subtitle::before {
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}
.p-index_point_subtitle .txt {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_point_subtitle .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_point_subtitle .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_point_subtitle .icon {
  width: 146px;
  height: 146px;
}
@media screen and (max-width: 767px) {
  .p-index_point_subtitle .icon {
    width: 96px;
    height: 96px;
  }
}
.p-index_point_subtitle .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-index_point_title {
    line-height: 1.6;
    margin-top: 10px;
  }
}
.p-index_point_title .main {
  font-size: 58px;
  font-size: 5.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_point_title .main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_point_txt {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-index_point_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_point_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_point_cards {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1140px) {
  .p-index_point_cards {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_point_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.p-index_point_card {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 16px 46px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_point_card {
    border-radius: 20px;
    padding: 42px 16px 26px;
  }
}
.p-index_point_card_number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  color: #00afde;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-index_point_card_number {
    font-size: 30px;
    font-size: 3rem;
    top: -12px;
  }
}
.p-index_point_card_img {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .p-index_point_card_img {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
  }
}
.p-index_point_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index_point_card_head {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-index_point_card_head {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.p-index_point_card_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.93;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_point_card_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* =================================
course
================================= */
.p-index_course {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_course {
    padding: 70px 0 70px;
  }
}
.p-index_course::before {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
  bottom: -1px;
  right: 0;
  background-image: url(../img/blue-cycle.webp);
}
@media screen and (max-width: 767px) {
  .p-index_course::before {
    width: 40px;
  }
}
.p-index_course_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
  margin-bottom: 126px;
}
@media screen and (max-width: 767px) {
  .p-index_course_blocks {
    gap: 36px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_course_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 560fr 60px 620fr;
    grid-template-columns: 560fr 620fr;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-index_course_block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 18px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block .price {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index_course_block .price .number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 64px;
  font-size: 6.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_block .price .number {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.p-index_course_block .price .text {
  font-size: 30px;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block .price .text {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_course_block .price .text .sm {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_block .price .text .sm {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_course_block_img {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f7f6f6;
  aspect-ratio: 56/44;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_img {
    border-radius: 14px;
    margin-bottom: 22px;
  }
}
.p-index_course_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_course_block_head {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_head {
    margin-bottom: 16px;
  }
}
.p-index_course_block_main {
  width: 388px;
  border-radius: 999px;
  background: linear-gradient(57deg, rgb(0, 175, 222) 0%, rgb(121, 212, 236) 100%);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 9px 10px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_main {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 10px;
  }
}
.p-index_course_block_main span {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_main span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_course_block_read {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_read {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.55;
    margin-bottom: 12px;
  }
}
.p-index_course_block_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-index_course_block_caption {
  color: #6c6c6c;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_caption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
.p-index_course_block_list {
  background-color: #edf4fa;
  border-radius: 14px;
  padding: 26px 30px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_list {
    border-radius: 10px;
    padding: 18px 16px;
  }
}
.p-index_course_block_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_list ul {
    display: block;
  }
}
.p-index_course_block_list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_course_block_list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .p-index_course_block_list li:not(:last-child) {
    margin-bottom: 6px;
  }
}
.p-index_course_block_list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/check.webp);
  background-size: cover;
}
.p-index_course_block:nth-child(even) .p-index_course_block_main {
  background: linear-gradient(57deg, rgb(255, 153, 136) 0%, rgb(242, 197, 138) 100%);
}
.p-index_course_block:nth-child(even) .p-index_course_block_list {
  background-color: #fff8ee;
}
@media screen and (min-width: 768px) {
  .p-index_course_block:nth-child(even) {
    -ms-grid-columns: 620fr 560fr;
    grid-template-columns: 620fr 560fr;
  }
  .p-index_course_block:nth-child(even) .p-index_course_block_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-index_course_block:nth-child(even) .p-index_course_block_cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-index_course_borders {
  border-top: 1px dashed #bdbdbd;
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_borders {
    padding-top: 34px;
  }
}
.p-index_course_border {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 34px 400px;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 34px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 50px;
  border-bottom: 1px dashed #bdbdbd;
}
@media screen and (max-width: 1175px) {
  .p-index_course_border {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_course_border {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 0 40px;
  }
}
.p-index_course_border:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border:first-child {
    margin-bottom: 40px;
  }
}
.p-index_course_border_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }
}
.p-index_course_border_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff99c;
  border-radius: 6px;
  min-width: 172px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_label {
    min-width: 142px;
    height: 36px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_course_border_title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_course_border_title span {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-index_course_border_txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.p-index_course_border_list {
  margin-bottom: 7px;
}
.p-index_course_border_list li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_course_border_caption {
  color: #6c6c6c;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.p-index_course_border_box {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 27px 23px 24px 23px;
  max-width: 740px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  min-width: 472px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_box {
    min-width: 100%;
    width: 100%;
    padding: 24px 16px 18px;
  }
}
.p-index_course_border_box_list li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_box_list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_course_border_read {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  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: 6px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_read {
    top: -8px;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    gap: 5px;
  }
}
.p-index_course_border_read::before, .p-index_course_border_read::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), currentColor 50%, transparent calc(50% + 1px));
}
@media screen and (max-width: 767px) {
  .p-index_course_border_read::before, .p-index_course_border_read::after {
    width: 8px;
    height: 13px;
  }
}
.p-index_course_border_read::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-index_course_border_read::after {
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_read::after {
    margin-left: -2px;
  }
}
.p-index_course_border_img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 460/295;
  background-color: #f7f6f6;
  margin-bottom: 14px;
}
.p-index_course_border_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_course_border_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-bottom: 14px;
}
.p-index_course_border_price_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_price_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_course_border_price_txt span {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.p-index_course_border_price_number {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_price_number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_course_border_table table {
  width: 100%;
  border-collapse: collapse;
}
.p-index_course_border_table th,
.p-index_course_border_table td {
  border: 1px solid #cdcdcd;
  padding: 13px 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_table th,
  .p-index_course_border_table td {
    padding: 10px 8px;
  }
}
.p-index_course_border_table th {
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_table th {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_course_border_table td {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_border_table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_course_box {
  margin-top: 74px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(104, 164, 236)), to(rgb(117, 204, 234)));
  background-image: linear-gradient(90deg, rgb(104, 164, 236) 0%, rgb(117, 204, 234) 100%);
  border-radius: 30px;
  padding: 43px 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box {
    margin-top: 46px;
    border-radius: 24px;
    padding: 30px 18px 26px;
  }
}
.p-index_course_box_head {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_head {
    margin-bottom: 28px;
  }
}
.p-index_course_box_head::after {
  position: absolute;
  content: "";
  width: 465px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_head::after {
    max-width: calc(100% - 40px);
    bottom: -12px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_course_box_head::after {
    max-width: 100%;
  }
}
.p-index_course_box_sub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: -3px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_sub {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-index_course_box_sub {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_course_box_head > .p-index_course_box_title {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_head > .p-index_course_box_title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-index_course_box_head > .p-index_course_box_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_course_box_head > .p-index_course_box_title span {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_head > .p-index_course_box_title span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_course_box_head > .p-index_course_box_title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_course_box_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-index_course_box_card {
  padding: 36px 18px 38px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_card {
    min-height: 0;
    border-radius: 14px;
    padding: 22px 12px 18px;
  }
}
.p-index_course_box_img {
  width: 94px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_img {
    width: 88px;
    margin: 0 auto 12px;
  }
}
.p-index_course_box_img img {
  width: 100%;
  height: auto;
}
.p-index_course_box_title {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_title {
    margin-bottom: 8px;
  }
}
.p-index_course_box_title .main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_title .main {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.p-index_course_box_txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-index_course_box_txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* =================================
reason
================================= */
.p-index_reason {
  padding: 120px 0 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(227, 244, 251)), to(rgb(202, 240, 255)));
  background-image: linear-gradient(90deg, rgb(227, 244, 251) 0%, rgb(202, 240, 255) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_reason {
    padding: 70px 0;
  }
}
.p-index_reason::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-reason.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 2;
}
.p-index_reason::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url(../img/white-cycle.webp);
  left: 0;
  top: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .p-index_reason::after {
    width: 40px;
  }
}
.p-index_reason .l-cont_l {
  position: relative;
  z-index: 3;
}
.p-index_reason_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_blocks {
    gap: 28px;
  }
}
.p-index_reason_block {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
          box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
}
@media screen and (max-width: 767px) {
  .p-index_reason_block {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_reason_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-index_reason_block:nth-child(even) {
    -ms-grid-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  }
  .p-index_reason_block:nth-child(even) .p-index_reason_block_cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-index_reason_block:nth-child(even) .p-index_reason_block_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-index_reason_block_cont {
  min-width: 0;
  padding: 64px 44px 52px;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_block_cont {
    padding: 64px 24px 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_cont {
    padding: 28px 18px 30px;
  }
}
.p-index_reason_block_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #cddbe7;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_head {
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}
.p-index_reason_block_head .number {
  font-family: "Noto Serif JP", serif;
  color: #5899e3;
  font-size: 82px;
  font-size: 8.2rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_head .number {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_block_head .number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_reason_block_head .main {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_head .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_block_head .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_reason_block_read {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_read {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.p-index_reason_block_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-index_reason_block_img {
  min-width: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_reason_block_img {
    height: auto;
    aspect-ratio: 590/330;
  }
}
.p-index_reason_block_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_reason_cont {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont {
    margin-top: 36px;
  }
}
.p-index_reason_cont_main {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_cont_main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_cont_main span {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_main span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-index_reason_cont_caption {
  text-align: center;
  color: #6c6c6c;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_caption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_scroll {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_data {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.p-index_reason_cont_data table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cont_data table {
    min-width: 720px;
  }
}
.p-index_reason_cont_data th,
.p-index_reason_cont_data td {
  width: 9.0909090909%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #86bed5;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-index_reason_cont_data tr > *:last-child {
  border-right: 0;
}
.p-index_reason_cont_data th {
  background-color: #86bed5;
  color: #fff;
  border-color: #fff;
  padding: 10px 6px;
}
.p-index_reason_cont_data td {
  background-color: #f3fbff;
  color: #222;
  padding: 7px 6px 3px;
}
.p-index_reason_cont_data tr:nth-child(2) td {
  border-bottom: 1px solid #8fc3dc;
}
.p-index_reason_cont_data th.is-empty {
  color: transparent;
  opacity: 0;
}
.p-index_reason_cont_data td.is-empty {
  color: transparent;
  opacity: 0;
}
.p-index_reason_cont_data th.pc-last, .p-index_reason_cont_data td.pc-last {
  border-right: transparent;
}
.p-index_reason_cards {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards {
    margin-top: 48px;
  }
}
.p-index_reason_cards_head {
  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: 18px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px dashed #b9d2e2;
  font-family: "Noto Serif JP", serif;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_head {
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}
.p-index_reason_cards_head .number {
  color: #5899e3;
  font-size: 82px;
  font-size: 8.2rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_head .number {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.p-index_reason_cards_head .main {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_head .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_reason_cards_txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_cards_subtxt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 17px 0 56px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_subtxt {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 28px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_cards_subtxt {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_reason_cards_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_cards_inner {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_cards_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-index_reason_card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
          box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
}
.p-index_reason_card_img {
  aspect-ratio: 590/330;
}
.p-index_reason_card_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_reason_card_cont {
  padding: 36px 24px 43px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_card_cont {
    padding: 24px 18px 28px;
  }
}
.p-index_reason_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 27px;
  padding-left: 9px;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_card_head {
    gap: 16px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_card_head {
    gap: 16px;
    margin-bottom: 18px;
    padding-left: 0;
  }
}
.p-index_reason_card_head .icon {
  width: 76px;
  height: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_card_head .icon {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_card_head .icon {
    width: 45px;
    height: 45px;
  }
}
.p-index_reason_card_head .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index_reason_card_head .main {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_card_head .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_card_head .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-index_reason_card_head .main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_card_txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_reason_card_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* =================================
flow
================================= */
.p-index_flow {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.p-index_flow::before, .p-index_flow::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_flow::before, .p-index_flow::after {
    width: 40px;
  }
}
.p-index_flow::before {
  bottom: 100%;
  left: 0;
  background-image: url(../img/white-cycle.webp);
}
.p-index_flow::after {
  right: 0;
  background-image: url(../img/blue-cycle-02.png);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-index_flow {
    padding: 70px 0;
  }
}
.p-index_flow_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 26px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-index_flow_card {
  text-align: center;
  position: relative;
}
.p-index_flow_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 26px;
  aspect-ratio: 290/210;
}
@media screen and (max-width: 767px) {
  .p-index_flow_img {
    margin-bottom: 16px;
  }
}
.p-index_flow_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_flow_number {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #5899e3;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.p-index_flow_title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 19px;
}
@media screen and (max-width: 1300px) {
  .p-index_flow_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_flow_title {
    margin-bottom: 8px;
  }
}
.p-index_flow_txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1300px) {
  .p-index_flow_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_flow_box {
  margin-top: 76px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 26px 50px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box {
    margin-top: 44px;
    padding: 24px 16px;
  }
}
.p-index_flow_box_title {
  list-style: none;
  cursor: pointer;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 500;
  position: relative;
  padding-right: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 28px;
  }
}
.p-index_flow_box_title::-webkit-details-marker {
  display: none;
}
.p-index_flow_box_title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -17px;
  top: 50%;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_title::after {
    width: 12px;
    height: 12px;
    right: 2px;
    margin-top: -10px;
  }
}
.p-index_flow_box[open] > .p-index_flow_box_title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box[open] > .p-index_flow_box_title::after {
    margin-top: -2px;
  }
}
.p-index_flow_box[open] > .p-index_flow_box_title {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box[open] > .p-index_flow_box_title {
    margin-bottom: 34px;
  }
}
.p-index_flow_box_list {
  display: none;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_list {
    padding-bottom: 16px;
  }
}
.p-index_flow_box_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_list > ul {
    gap: 18px;
  }
}
.p-index_flow_box_list > ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_list > ul > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_flow_box_list > ul > li > p {
  margin-top: 8px;
}
.p-index_flow_box_list > ul > li > ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-index_flow_box_list > ul > li > ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.47;
  padding-left: 1em;
  text-indent: -1em;
}
.p-index_flow_box_list .title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_flow_box_list .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_flow_box[open] > .p-index_flow_box_list {
  display: block;
}

/* =================================
price
================================= */
.p-index_price {
  padding: 120px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(233, 247, 245)), to(rgb(214, 239, 250)));
  background-image: linear-gradient(0deg, rgb(233, 247, 245) 0%, rgb(214, 239, 250) 100%);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-index_price {
    padding: 70px 0;
  }
}
.p-index_price::before, .p-index_price::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_price::before, .p-index_price::after {
    width: 40px;
  }
}
.p-index_price::before {
  top: 0;
  left: 0;
  background-image: url(../img/white-cycle.webp);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.p-index_price::after {
  right: 0;
  background-image: url(../img/blue-cycle-03.png);
  bottom: 100%;
}
.p-index_price_inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 90px 70px 120px;
  -webkit-box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
          box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
}
@media screen and (max-width: 767px) {
  .p-index_price_inner {
    padding: 40px 16px;
  }
}
.p-index_price_head.c-ttl_main {
  margin-bottom: 33px;
}
.p-index_price_txt {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-index_price_txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-index_price_caption {
  text-align: center;
  color: #6c6c6c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-index_price_caption {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_scroll {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_data {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_table {
    min-width: 720px;
  }
}
.p-index_price_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-index_price_table table {
    min-width: 0;
  }
}
.p-index_price_table th,
.p-index_price_table td {
  border: 1px solid #b8b8b8;
  vertical-align: middle;
}
.p-index_price_table thead th {
  background-color: #e8f3fe;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  padding: 19px 16px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table thead th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
.p-index_price_table thead th:first-child {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .p-index_price_table thead th:first-child {
    width: 60%;
  }
}
.p-index_price_table thead th:last-child {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-index_price_table thead th:last-child {
    width: 40%;
  }
}
.p-index_price_table tbody th {
  background-color: #f6fbff;
  text-align: left;
  padding: 18px 28px 18px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table tbody th {
    padding: 14px 12px;
  }
}
.p-index_price_table tbody td {
  text-align: right;
  background-color: #fff;
  padding: 10px 23px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table tbody td {
    padding: 10px 8px;
  }
}
.p-index_price_table .main {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table .main {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_price_table .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_table .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_price_table .sub {
  color: #6c6c6c;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_table .price {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.05;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table .price {
    font-size: 20px;
    font-size: 2rem;
    gap: 4px;
  }
}
.p-index_price_table .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-index_price_table .price span {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 2px;
  }
}
.p-index_price_pay {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay {
    margin-top: 42px;
  }
}
.p-index_price_pay_head {
  background-color: #edf4fa;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 18px 20px 22px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_head {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 16px 14px;
    margin-bottom: 20px;
  }
}
.p-index_price_pay_box {
  border: 1px solid #bcbcbc;
  border-radius: 20px;
  padding: 36px 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px 14px;
  }
}
.p-index_price_pay_item {
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_price_pay_item:nth-child(2) {
  border-left: 1px dashed #aeb6bd;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_item:nth-child(2) {
    border-left: 0;
    border-top: 1px dashed #aeb6bd;
  }
}
.p-index_price_pay_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.p-index_price_pay_icons .icon {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_icons .icon {
    width: 32px;
  }
}
.p-index_price_pay_icons .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_icons .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_price_pay_img {
  margin-top: 16px;
  width: min(100%, 440px);
}
.p-index_price_pay_caption {
  margin-top: 4px;
  color: #6c6c6c;
  padding-left: 3em;
  text-indent: -2.7em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* =================================
faq
================================= */
.p-index_faq {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_faq {
    padding-top: 50px;
  }
}
.p-index_faq_inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 80px 120px;
  -webkit-box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
          box-shadow: 0 0 38px rgba(97, 137, 218, 0.15);
}
@media screen and (max-width: 767px) {
  .p-index_faq_inner {
    padding: 40px 16px;
  }
}
.p-index_faq_acc {
  border-top: 1px dashed #d9d9d9;
}
.p-index_faq_block {
  border-bottom: 1px dashed #d9d9d9;
}
.p-index_faq_acc_head {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 18px 88px 23px 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_head {
    gap: 10px;
    padding: 16px 46px 18px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_faq_acc_head::-webkit-details-marker {
  display: none;
}
.p-index_faq_acc_head::before, .p-index_faq_acc_head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  color: #111;
  background-color: currentColor;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_head::before, .p-index_faq_acc_head::after {
    right: 8px;
  }
}
.p-index_faq_acc_head::before {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_head::before {
    width: 16px;
    height: 2px;
  }
}
.p-index_faq_acc_head::after {
  width: 2px;
  height: 18px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_head::after {
    width: 2px;
    height: 16px;
  }
}
.p-index_faq_acc_head .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff99c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_head .icon {
    width: 36px;
    height: 36px;
  }
}
.p-index_faq_acc_head .icon::before {
  content: "Q";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  color: #111;
}
.p-index_faq_block[open] > .p-index_faq_acc_head::after {
  opacity: 0;
  -webkit-transform: translate(50%, -50%) scaleY(0);
          transform: translate(50%, -50%) scaleY(0);
}
.p-index_faq_acc_cont_wrap {
  display: none;
  padding: 0 72px 19px 18px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_cont_wrap {
    padding: 0 0 18px;
  }
}
.p-index_faq_block[open] > .p-index_faq_acc_cont_wrap {
  display: block;
}
.p-index_faq_acc_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_cont {
    gap: 10px;
  }
}
.p-index_faq_acc_cont .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #8abcf6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_cont .icon {
    width: 36px;
    height: 36px;
  }
}
.p-index_faq_acc_cont .icon::before {
  content: "A";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.p-index_faq_acc_cont_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_acc_cont_inner {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    padding-top: 3px;
  }
}

/* =================================
staff
================================= */
.p-index_staff {
  padding: 90px 0;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-index_staff {
    padding: 70px 0;
  }
}
.p-index_staff::before, .p-index_staff::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_staff::before, .p-index_staff::after {
    width: 40px;
  }
}
.p-index_staff::before {
  bottom: 100%;
  left: 0;
  background-image: url(../img/white-cycle.webp);
}
.p-index_staff::after {
  right: 0;
  background-image: url(../img/green--cycle.webp);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-index_staff .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-index_staff_head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-index_staff_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-index_staff_box {
    display: contents;
  }
}
.p-index_staff_inner {
  border-radius: 60px;
  background-image: linear-gradient(37deg, rgb(206, 231, 250) 1%, rgb(214, 240, 249) 60%, rgb(221, 248, 247) 100%);
  padding: 78px 450px 83px 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index_staff_inner {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
    padding: 40px 16px;
    border-radius: 28px;
  }
}
.p-index_staff_txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_staff_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-index_staff_name {
  margin-top: 34px;
  text-align: right;
}
.p-index_staff_name .sub {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_staff_name .sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_staff_name .main {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_staff_name .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_staff_img {
  position: absolute;
  right: -39px;
  bottom: -26px;
  width: 435px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-index_staff_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    right: unset;
    bottom: unset;
    width: min(100%, 320px);
    margin: 20px auto 0;
  }
}

/* =================================
clinic
================================= */
.p-index_clinic {
  padding: 32px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_clinic {
    padding: 20px 0 70px;
  }
}
.p-index_clinic_head.c-ttl_main {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_head.c-ttl_main {
    margin-bottom: 36px;
  }
}
.p-index_clinic_block {
  margin-top: 54px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }
}
.p-index_clinic_map {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_map {
    border-radius: 14px;
  }
}
.p-index_clinic_map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 590/410;
}
.p-index_clinic_cont table {
  width: 100%;
  border-collapse: collapse;
}
.p-index_clinic_cont th,
.p-index_clinic_cont td {
  border-bottom: 1px solid #d3d3d3;
  padding: 14px 12px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_cont th,
  .p-index_clinic_cont td {
    padding: 11px 8px;
  }
}
.p-index_clinic_cont tr:first-child th,
.p-index_clinic_cont tr:first-child td {
  border-top: 1px solid #d3d3d3;
}
.p-index_clinic_cont th {
  width: 122px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.56;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_cont th {
    width: 92px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_clinic_cont th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5899e3;
}
.p-index_clinic_cont td {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.56;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_cont td {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 12px;
  }
}
.p-index_clinic_access {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_access {
    margin-top: 44px;
  }
}
.p-index_clinic_mapimg {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_mapimg {
    margin-top: 44px;
  }
}

/* =================================
gallery
================================= */
.p-index_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.p-index_gallery .item {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .p-index_gallery .item {
    width: 50%;
  }
}

/* =================================
offer
================================= */
.p-index_offer {
  position: relative;
  background-color: #e9efec;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_offer {
    padding: 0 0 26px;
  }
}
.p-index_offer_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-index_offer_img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.p-index_offer_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-index_offer_img img {
    height: auto;
    aspect-ratio: 16/10;
  }
}
.p-index_offer .l-cont_l {
  position: relative;
  z-index: 1;
}
.p-index_offer_cont {
  width: min(100%, 577px);
  margin-left: auto;
  padding: 46px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-index_offer_cont {
    width: 100%;
    padding: 24px 0 0;
  }
}
.p-index_offer_head {
  font-family: "Noto Serif JP", serif;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_offer_head {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_offer_head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .p-index_offer_head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_offer_read {
  color: #474646;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-index_offer_read {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_offer_read {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_offer_tel {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_offer_tel {
    margin-bottom: 14px;
  }
}
.p-index_offer_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-index_offer_tel a {
    gap: 10px;
  }
}
.p-index_offer_tel .img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-index_offer_tel .img {
    width: 70px;
  }
}
@media screen and (max-width: 375px) {
  .p-index_offer_tel .img {
    width: 50px;
  }
}
.p-index_offer_tel .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-index_offer_tel .inner .number {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-index_offer_tel .inner .number {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-index_offer_tel .inner .number {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 320px) {
  .p-index_offer_tel .inner .number {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_offer_tel .inner .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-index_offer_tel .inner .txt {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-index_offer_tel .inner .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .p-index_offer_tel .inner .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_offer_button {
  background: -webkit-gradient(linear, left top, right top, from(#58c3c8), to(#4fc2cc));
  background: linear-gradient(90deg, #58c3c8 0%, #4fc2cc 100%);
  border-radius: 999px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  width: 472px;
}
@media screen and (max-width: 767px) {
  .p-index_offer_button {
    width: 100%;
    min-height: 66px;
    gap: 12px;
    margin-bottom: 14px;
  }
}
.p-index_offer_button .icon {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_offer_button .icon {
    width: 25px;
  }
}
.p-index_offer_button .txt {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_offer_button .txt {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.p-index_offer_button .txt span {
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-index_offer_button .txt span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_offer_caption {
  color: #929090;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media screen and (max-width: 767px) {
  .p-index_offer_caption {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
}