@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

li {
  list-style: none;
}

main {
  overflow: hidden;
}

.contents {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: var(--space64);
  padding: 0;
}

/*-------------------
 Utility
--------------------*/
.wbr {
  display: inline-block;
}

.inner {
  max-width: var(--width-l);
  margin: auto;
  padding: 0 16px;
  display: block;
  overflow: hidden;
}


/*-------------------
 Common
--------------------*/

.section_title {
  font-size: var(--font40);
  line-height: calc(var(--font40) + 8px);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2rem;

  margin-bottom: var(--space64);
  vertical-align: text-bottom;
}

.section_title span {
  font-size: var(--font24);
  line-height: calc(var(--font40) + 8px);
  vertical-align: bottom;
}

.section_lead {
  font-size: 1rem;
  max-width: 820px;
  margin: auto;
  text-align: center;
  line-height: 180%;
  margin-bottom: var(--space64);
}

.section_subtitle {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #333;


  margin: 48px auto 24px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .section_subtitle {
    font-size: 26px;
  }
}

.section_subtitle span {
  font-size: 20px;
  display: block;
}

.section_subtitle:before {
  content: '';
  border-bottom: 4px solid var(--green);
  width: 120px;
  margin-right: 32px;
  margin-top: -4px;
  vertical-align: middle;
}

.section_subtitle:after {
  content: '';
  border-bottom: 4px solid var(--green);
  height: 1px;
  width: 120px;
  display: inline-block;
  margin-left: 32px;
  margin-top: -4px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .section_subtitle:before {
    content: '';
    border-bottom: 4px solid var(--green);
    height: 1px;
    width: 30px;
    margin-right: 8px;
    margin-top: -4px;
    vertical-align: middle;
  }

  .section_subtitle:after {
    content: '';
    border-bottom: 4px solid var(--green);
    height: 1px;
    width: 30px;
    display: inline-block;
    margin-left: 8px;
    margin-top: -4px;
    vertical-align: middle;
  }
}


/*---------------------
  mv
-----------------------*/

.mv {
  position: relative;
  aspect-ratio: 875 / 444;
  width: 100%;
}

@media (max-width: 767px) {
  .mv {
    aspect-ratio: 400 / 889;
  }

}

.mv_bg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 875 / 444;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mv_bg {
    aspect-ratio: 400 / 889;
  }

}

@media (max-width: 767px) {}

.mv_bg img {
  width: 100%;
  aspect-ratio: 875 / 444;
}

@media (max-width: 767px) {
  .mv_bg img {
    width: 100%;
    aspect-ratio: 400 / 889;
  }
}

.mv_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  aspect-ratio: 875 / 444;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mv_text {
    aspect-ratio: 400 / 889;
    width: 100%;
    overflow: hidden;
  }
}


.mv_text h2 {
  position: absolute;
  top: 10%;
  margin: auto;
  z-index: 2;
  left: 0;
  right: 0;
  /* border: 1px solid #000; */
}

@media (max-width: 767px) {
  .mv_text h2 {
    top: 5%;
  }
}

.mv_text p {
  text-align: center;
  font-size: clamp(1.2rem, 2.08vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
}


.mv_text .item1 {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 2;
  width: 20%;
  height: 33%;
  padding: var(--space48) var(--space24) var(--space24) var(--space24);
  overflow: hidden;

  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .mv_text .item1 {

    top: 15%;
    left: 5%;
    width: 90%;
    height: 11%;


  }
}

.mv_text .item2 {
  position: absolute;
  top: 30%;
  left: 54%;
  z-index: 2;
  width: 19%;
  height: 33%;
  z-index: 2;
  padding: var(--space24);
  /* border: 1px solid #000; */
  display: grid;
  place-content: center;
  overflow: hidden;
  place-content: center;

}

@media (max-width: 767px) {
  .mv_text .item2 {
    top: 30%;
    left: 5%;
    width: 90%;
    height: 11%;
  }
}

.mv_text .item3 {
  position: absolute;
  top: 68%;
  left: 30%;
  z-index: 2;
  width: 43%;
  height: 20%;
  z-index: 2;

  /* border: 1px solid #000; */
  padding: var(--space24);
  display: grid;
  place-content: center;
  overflow: hidden;
  place-content: center;

}

@media (max-width: 767px) {
  .mv_text .item3 {
    top: 45%;
    left: 5%;
    width: 90%;
    height: 11%;
  }
}

/*---------------------
  treat
-----------------------*/
.treat_wrapper {
  background: linear-gradient(180deg, #FFF 0%, #E8F8FF 100%);
}

.treat {
  position: relative;
  aspect-ratio: 932 / 320;
  width: 100%;
  max-width: 900px;
  margin: 64px auto 64px auto;
}

@media (max-width: 767px) {
  .treat {
    aspect-ratio: 400 / 848;
  }
}

.treat_bg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 932 / 320;
  width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .treat_bg {
    aspect-ratio: 400 / 848;
  }
}

.treat_bg img {
  aspect-ratio: 932 / 320;
  margin: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .treat_bg img {
    width: 100%;
    aspect-ratio: 400 / 848;
  }
}

.treat_text {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 2;
  aspect-ratio: 932 / 320;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .treat_text {
    aspect-ratio: 400 / 848;
    width: 100%;
    overflow: hidden;
  }
}

.treat_text .item1 {
  position: absolute;
  top: 5%;
  left: 25%;
  z-index: 2;
  width: 48%;
  height: 26%;
  padding: var(--space24);
  overflow: hidden;
  /* border: 1px solid #ff0000; */
  display: block;
  font-size: clamp(1rem, 2.08vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
  text-align: center;
  color: #FFF;

}

@media (max-width: 767px) {
  .treat_text .item1 {
    top: 31%;
    left: 5%;
    width: 90%;
    height: 12%;
    font-size: 18px;
  }
}

.treat_text .item1>div {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.treat_text .item1 span {
  font-size: var(--font32);
  font-style: normal;
  font-weight: 500;
  line-height: calc(var(--font32) + 8px);
  vertical-align: text-bottom;
}

@media (max-width: 767px) {
  .treat_text .item1 span {
    font-size: 28px;

  }
}

.dot i {
  position: relative;
  font-style: normal;
}

.dot i::before {
  content: '';
  background-color: #FFE51F;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  display: block;
}

.treat_text .item2 {
  position: absolute;
  top: 67%;
  left: 22%;
  z-index: 2;
  width: 25%;
  height: 25%;
  z-index: 2;
  padding: var(--space24);
  /* border: 1px solid #000; */
  display: grid;
  place-content: center;
  overflow: hidden;
  place-content: center;
  text-align: center;
  font-size: clamp(1rem, 2.08vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .treat_text .item2 {
    top: 60%;
    left: 1%;
    width: 70%;
    height: 15%;
    font-size: clamp(1.5rem, 6.4vw, 2.25rem);
  }
}

.treat_text .item3 {
  position: absolute;
  top: 67%;
  left: 51%;
  z-index: 2;
  width: 25%;
  height: 25%;
  z-index: 2;
  /* border: 1px solid #00c458c5; */
  padding: var(--space24);
  display: grid;
  place-content: center;
  overflow: hidden;
  place-content: center;
  text-align: center;
  font-size: clamp(1rem, 2.08vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .treat_text .item3 {
    top: 84%;
    left: 28%;
    width: 71%;
    height: 15%;
    font-size: clamp(1.5rem, 6.4vw, 2.25rem);
  }
}

.only {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  width: 100%;
  display: block;
  padding: 24px;
  padding-top: 0;
  margin-bottom: 32px;
}

/*---------------------
  treat2
-----------------------*/
.treat2 {
  position: relative;
  aspect-ratio: 445 / 198;
  width: 100%;
  max-width: 445px;
  margin: auto;
}

@media (max-width: 767px) {
  .treat2 {
    width: 94%;
  }
}

.treat2_bg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 445 / 198;
  width: 100%;
  margin: auto;
}

.treat2_bg img {
  aspect-ratio: 445 / 198;
  margin: auto;
  width: 100%;
}

.treat2_text {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 2;
  aspect-ratio: 445 / 198;
  width: 100%;
  overflow: hidden;
}



.treat2_text .item1 {
  position: absolute;
  top: 0%;
  left: 2%;
  z-index: 2;
  width: 100%;
  height: 80%;
  padding: var(--space24);
  padding-top: var(--space48);
  overflow: hidden;

  display: grid;
  place-content: center;
  font-size: clamp(1rem, 2.08vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
  text-align: center;
  color: white;
}

@media (max-width: 797px) {
  .treat2_text .item1 {
    padding: 20px;
    padding-top: 28px;
    font-size: clamp(0.9375rem, 4vw, 1.375rem);
  }
}

.treat2_text .item1>*:nth-child(3) {
  grid-column: span 2;
}

.treat2_text .item1 span {
  font-size: var(--font20);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.treat2_text .size-m {
  font-size: var(--font32);
  display: inline-block;
}

@media (max-width: 767px) {
  .treat2_text .size-m {
    font-size: clamp(1.125rem, 4.8vw, 1.5rem);
    display: block;
  }

}

.treat2_text .size-l {
  font-size: 36px;
  line-height: 150%;
}

@media (max-width: 767px) {
  .treat2_text .size-l {
    font-size: clamp(1.875rem, 8vw, 2.25rem);
    line-height: 38px;
  }
}


@media (max-width: 767px) {
  .treat2_text .item1 span {
    font-size: clamp(1.125rem, 4.8vw, 1.25rem);
    line-height: 150%;
    display: block;
  }
}

/*---------------------
  treat3
-----------------------*/
.treat3 {
  padding: var(--space64);

}

.treat3 figure img {
  max-width: 640px;
  margin: auto;
  margin-bottom: var(--space64);
  width: 100%;
}



/*---------------------
  growth
-----------------------*/

.growth_title {
  background-image: url(images/growth_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1030 / 260;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .growth_title {
    background-image: url(images/growth_bg_sp.webp);
    aspect-ratio: 400 / 260;
    display: block;
    margin: auto;

  }
}

.growth_title_inner {
  background: rgba(255, 255, 255, 0.42);
  width: 40%;
  margin: auto;
  display: grid;
  place-content: center;
  padding: var(--space32) 48px;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: var(--font32);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 767px) {
  .growth_title_inner {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
  }
}

.growth_title_inner span {
  text-align: center;
  font-size: var(--font22);
  font-weight: 500;
  line-height: 150%;
}

.growth .section_lead {
  padding: var(--space48) var(--space32);
}

.growth_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

@media (max-width: 767px) {
  .growth_list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}

.growth_list>* {
  flex: 1 1 calc((100% - (48px * 1)) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: var(--space32);
  text-align: center;
}

.growth_list>*:nth-child(1) {
  background-color: #FFFCE2;
}

.growth_list>*:nth-child(2) {
  background-color: #ECF7F9;
}

/*---------------------
　flow
-----------------------*/

.flow_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space32);
  width: 80%;
  margin: auto;
  padding: var(--space32);
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flow_list {
    flex-direction: column;
    width: 100%;
    gap: 48px;
  }
}

.flow_list>* {
  flex: 1 1 calc((100% - (48px * 3)) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space24);
  text-align: center;
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}



.flow_list>* img {
  max-width: 170px;
}

@media (max-width: 767px) {

  .flow_list>* img {
    max-width: 220px;
  }

}

.flow_list h3 {


  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/*---------------------
　three
-----------------------*/
.three {
  background-color: #FCECEC;
  padding: var(--space64) var(--space32);
}

.three picture>* {
  margin: auto;
  display: grid;
  place-content: center;
}

/*---------------------
　merit
-----------------------*/
.merit {
  background-image: url("images/pdf_merit_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: var(--space64);
}

@media (max-width: 767px) {
  .merit {
    background-image: url("images/pdf_merit_bg_sp.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.merit .pagesubtitle {
  margin: var(--space48) auto;
}

.merit .section_lead {
  margin: var(--space48) auto;
}

.merit_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space32);
  flex-direction: column;
  margin: var(--space48) auto;
  max-width: 500px;
}

.merit_list>* {
  flex: 1 1 calc((100% - (48px * 1)) / 2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space48);
  color: #0C3E87;

  font-size: var(--font20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media (max-width: 767px) {
  .merit_list>* {
    flex-direction: column;
    width: 100%;
    gap: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}

.merit_list .icon {
  width: 32px;
  height: 32px;
  object-fit: contain;

}

@media (max-width: 767px) {
  .merit_list .icon {
    margin: 0;
    margin-top: 32px;
    margin-bottom: 8px;
  }
}

/*---------------------
  target
-----------------------*/
.target {
  padding: var(--space64) var(--space32);
  position: relative;
  z-index: 1;
}

.target::before {
  width: 100%;
  aspect-ratio: 1031 / 582;
  background: #F7F7F1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 57.216495%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 57.216495%, 0% 100%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  margin: auto;
  z-index: -1;
}

.target_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space32);
  z-index: 2;
  position: relative;
  margin: auto;
  margin-top: 0;
}

@media (max-width: 767px) {
  .target_list {
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}

.target_list>* {
  flex: 1 1 calc((100% - (var(--space32) * 2)) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  gap: 2px;
  font-size: 15px;

}


.target_list>*:nth-child(1) {
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .target_list>*:nth-child(1) {
    order: 2;
    flex: 1 1 calc((100% - (var(--space32) * 1)) / 2);
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.target_list>*:nth-child(2) {
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .target_list>*:nth-child(2) {
    order: 1;
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
  }
}

.target_list>*:nth-child(3) {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 767px) {
  .target_list>*:nth-child(3) {
    order: 3;
    flex: 1 1 calc((100% - (var(--space32) * 1)) / 2);
  }
}

.target_list h3 {
  border-radius: 300px;
  background: #0C3E87;
  color: white;
  width: 64px;
  height: 64px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  margin: 32px auto 16px auto;
  position: relative;
  z-index: 3;

}

.target_list .frame {
  background: #d8e5f7;
  padding: var(--space32);
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  row-gap: 0px;
  column-gap: 12px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .target_list .frame {
    justify-content: center;
    align-items: center;
  }
}

/*---------------------
  Faq
-----------------------*/

.faq {
  padding: 0 var(--space32) var(--space64) var(--space32);
}


.faq_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space48);
  flex-wrap: wrap;
  padding: var(--space64) var(--space64);
}

@media (max-width: 767px) {
  .faq_list {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.faq_list>* {
  flex: 1 1 calc((100% - (48px * 1)) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space32);
  border-radius: 30px;
  background: rgba(238, 245, 188, 0.30);
  padding: var(--space32) var(--space32);
}

.faq_list .faq_que {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space32);
  width: 100%;
}

@media (max-width: 767px) {
  .faq_list .faq_que {
    flex-direction: column;
  }
}

.faq_list .faq_ans {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space32);
  width: 100%;
}

@media (max-width: 767px) {
  .faq_list .faq_ans {
    flex-direction: column;
    padding-top: 32px;
  }
}

.faq_list img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .faq_list img {
    width: 64px;
    height: 64px;
    margin: auto;
  }
}

.faq_list .faq_que>*:nth-child(1) {
  flex: 0 0 70px;
}

.faq_list .faq_que>*:nth-child(2) {
  flex: 1;
}

.faq_list .faq_ans>*:nth-child(1) {
  flex: 0 0 70px;
}

.faq_list .faq_ans>*:nth-child(2) {
  flex: 1;
}

/*---------------------
  price
-----------------------*/
.price {
  padding: 0 var(--space64) var(--space128) var(--space64);

}

.price .attention {
  /* border: 1px solid #6BAE37; */
  padding: var(--space32);
  text-align: center;
}

.price .attention h4 {
  color: #6BAE37;
  font-family: Inter;
  font-size: var(--font24);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.price .attention p {
  color: #6BAE37;
  font-family: Inter;
  font-size: var(--font16);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.price_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin: var(--space64) auto;
  width: 80%;
  padding: var(--space24);
}

@media (max-width: 767px) {
  .price_list {
    flex-direction: column;
    width: 100%;

  }

}

.price_list>* {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  color: #000;
  font-size: var(--font24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: var(--space32);

}

.price_list dt {
  flex: 0 0 30%;
  align-self: flex-start;
  border: 1px solid #ddd;
}

.price_list dd {
  flex: 1;
  align-self: flex-end;
  border: 1px solid #ddd;
  border-left: 0;
}

@media (max-width: 767px) {
  .price_list dt {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .price_list dd {
    flex: 0 0 100%;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.attention {
  width: 80%;
  margin: auto;
  border: 1px solid #6BAE37;
}

@media (max-width: 767px) {
  .attention {
    width: 100%;
  }

}