@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

body {
  font-family: "M PLUS 1p", sans-serif;
  width: 100%;
  overflow-x: hidden;
  color: #1a1a1a;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.animation_dokundokun {
  -webkit-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  20% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  40% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  70% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  20% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  40% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  70% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}
.section_heading {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section_heading {
    padding-bottom: 16px;
  }
}
.section_heading > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .section_heading > *:not(:last-child) {
    margin-bottom: 2px;
  }
}
.section_heading h2 {
  font-size: 32px;
  font-weight: 800;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section_heading h2 {
    line-height: 1.5;
    font-size: 22px;
  }
}
.section_heading h2 .color_txt {
  color: #2A9460;
}
.section_heading > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
  font-weight: 800;
}
@media screen and (max-width: 375px) {
  .section_heading > span {
    font-size: 18px;
  }
}
.section_heading > span span {
  color: #2A9460;
}
.section_heading::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #3DB47A;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

/*--------------- fv ---------------*/
.fv {
  background: -webkit-linear-gradient(315deg, #E8F5EF 0%, #B8DECE 40%, #8EC4AE 100%);
  background: linear-gradient(135deg, #E8F5EF 0%, #B8DECE 40%, #8EC4AE 100%);
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden;
}

.fv_top {
  background-color: #74AA9D;
  padding: 12px 0;
}
.fv_top span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fv_content {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 375px) {
  .fv_content {
    width: 96%;
  }
}

.fv_main {
  position: relative;
  margin-bottom: 24px;
}

.fv_img {
  position: absolute;
  width: 240px;
  bottom: -80px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  .fv_img {
    width: 24vw;
    bottom: -8vw;
    right: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_img {
    width: 186px;
    right: 0;
  }
}
@media screen and (max-width: 375px) {
  .fv_img {
    width: 174px;
  }
}

.fv_txt {
  max-width: 620px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .fv_txt {
    margin: 0 auto 2.8vw;
    width: 62vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt {
    width: 100%;
    margin: 0 auto 24px;
  }
}
.fv_txt .fv_txt_top {
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media screen and (max-width: 1000px) {
  .fv_txt .fv_txt_top {
    -webkit-transform: translateY(-1.6vw);
        -ms-transform: translateY(-1.6vw);
            transform: translateY(-1.6vw);
  }
}
@media screen and (max-width: 600px) {
  .fv_txt .fv_txt_top {
    margin-bottom: 4px;
  }
}
.fv_txt .fv_txt-bottom {
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .fv_txt .fv_txt-bottom {
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt .fv_txt-bottom {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .fv_txt-pc {
    display: none;
  }
}

.fv_txt-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_txt-sp {
    display: block;
  }
}

.fv_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .fv_list {
    grid-template-columns: 1fr;
    width: 62%;
  }
}

.fv_item {
  width: 100%;
  background-color: #74AA9D;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 375px) {
  .fv_item {
    height: 60px;
  }
}
.fv_item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .fv_item span {
    font-size: min(16px, 1.8vw);
  }
}
@media screen and (max-width: 600px) {
  .fv_item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .fv_item span {
    font-size: 14px;
  }
}

.fv_catch {
  position: relative;
  z-index: 3;
  width: 96%;
  margin: 0 auto 24px;
}

.cta_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  height: 86px;
  width: 100%;
  border-radius: 1000px;
  background: -webkit-linear-gradient(315deg, #FF6B35 0%, #E8375A 100%);
  background: linear-gradient(135deg, #FF6B35 0%, #E8375A 100%);
  position: relative;
  margin: 0 auto 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 6px 24px rgba(232, 55, 90, 0.35);
          box-shadow: 0 6px 24px rgba(232, 55, 90, 0.35);
}
@media screen and (max-width: 800px) {
  .cta_btn {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn {
    height: 100px;
  }
}
.cta_btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-image: url(../img/arrow.webp);
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

.cta_btn:hover {
  opacity: 0.6;
}

.cta_btn_txt span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cta_btn_txt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_txt span {
    line-height: 1.4;
  }
}
.cta_btn_txt span:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .cta_btn_txt span:not(:last-child) {
    margin-bottom: 4px;
  }
}
.cta_btn_txt span.small_txt {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .cta_btn_txt span.small_txt {
    font-size: 12px;
  }
}

.cta_note {
  font-size: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .cta_note {
    font-size: 10px;
  }
}

/*--------------- trouble ---------------*/
.trouble_top {
  padding: 60px 0 40px;
  background-color: #F2F2F2;
}

.trouble_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
}

.trouble_heading_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 800px) {
  .trouble_heading_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading_top {
    gap: 8px;
  }
}
.trouble_heading_top h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .trouble_heading_top h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_heading_top h2 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading_top h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .trouble_heading_top h2 {
    font-size: 20px;
  }
}
.trouble_heading_top img {
  width: 32px;
}
@media screen and (max-width: 600px) {
  .trouble_heading_top img {
    width: 28px;
  }
}
@media screen and (max-width: 375px) {
  .trouble_heading_top img {
    width: 22px;
  }
}
.trouble_heading_top img:nth-child(3) {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.trouble_heading_bottom {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .trouble_heading_bottom {
    line-height: 1.6;
  }
}

.trouble_list {
  max-width: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  row-gap: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .trouble_list {
    max-width: 480px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    margin: 0 auto 24px;
  }
}

.trouble_item {
  font-weight: 700;
}

.trouble_item:not(:last-child) {
  padding: 20px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .trouble_item:not(:last-child) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item:not(:last-child) span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.trouble_item:last-child {
  padding-top: 16px;
}

.trouble_img {
  max-width: 392px;
  width: 94%;
  margin: 0 auto;
}

.trouble_bottom {
  padding: 60px 0;
  background-color: #fff;
}

.trouble_bottom_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .trouble_bottom_inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bottom_inner {
    gap: 32px;
  }
}
@media screen and (max-width: 350px) {
  .trouble_bottom_inner {
    max-width: 94%;
  }
}

.trouble_bottom_inner span {
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .trouble_bottom_inner span {
    text-align: justify;
  }
}
.trouble_bottom_inner span:last-child {
  font-size: 22px;
  font-weight: 700;
  color: #2A9460;
}
@media screen and (max-width: 800px) {
  .trouble_bottom_inner span br {
    display: none;
  }
}

/*--------------- start ---------------*/
.start {
  background-color: #E8F7EF;
  padding: 60px 0;
}

.start_wrap {
  max-width: 660px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 350px) {
  .start_wrap {
    width: 94%;
  }
}

.start_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .start_heading {
    margin-bottom: 24px;
  }
}

.start_top {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .start_top {
    padding-bottom: 160px;
  }
}

.start_bubble {
  width: 474px;
  height: 114px;
  background-color: #FFE066;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .start_bubble {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .start_bubble {
    padding: 20px 0;
    height: auto;
    font-size: 16px;
  }
}
.start_bubble::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 45px;
  background-image: url(../img/start_light.webp);
  background-size: 100% 100%;
  top: -24px;
  left: 24px;
}

.start_img {
  width: 342px;
  position: absolute;
  bottom: 0;
  right: -48px;
}
@media screen and (max-width: 800px) {
  .start_img {
    width: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}

.start_content {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #C3EBD6;
  padding: 30px;
}
@media screen and (max-width: 375px) {
  .start_content {
    padding: 24px 16px;
  }
}

.start_txt {
  margin-bottom: 28px;
}

.start_txt p {
  line-height: 1.7;
}
.start_txt p:not(:last-child) {
  margin-bottom: 20px;
}
.start_txt p span {
  color: #2A9460;
  font-weight: 700;
}

.start_bottom {
  background: -webkit-linear-gradient(315deg, #3DB47A 0%, #2A9460 100%);
  background: linear-gradient(135deg, #3DB47A 0%, #2A9460 100%);
  border-radius: 14px;
  padding: 22px 0;
  width: 100%;
  position: relative;
}
.start_bottom::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 24px;
  background-color: #FFE066;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}

.start_bottom span {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.start_bottom span:nth-child(1) {
  font-size: 18px;
  margin: 0 auto 8px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .start_bottom span:nth-child(1) {
    margin: 0 auto 4px;
  }
}
.start_bottom span:nth-child(2) {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .start_bottom span:nth-child(2) {
    line-height: 1.6;
    text-align: center;
  }
}

/*--------------- wait ---------------*/
.wait {
  padding: 60px 0;
}

.wait_wrap {
  max-width: 660px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 350px) {
  .wait_wrap {
    width: 94%;
  }
}

.wait_heading {
  max-width: 330px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .wait_heading {
    margin: 0 auto 40px;
  }
}

.wait_img {
  width: 264px;
  margin: 0 auto;
}

.wait_top {
  margin-bottom: 20px;
}
.wait_top p {
  line-height: 1.7;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wait_top p:not(:last-child) {
  margin-bottom: 16px;
}

.wait_main {
  margin-bottom: 24px;
}

.wait_bubble {
  height: 75px;
  background: -webkit-linear-gradient(315deg, #3DB47A 0%, #2A9460 100%);
  background: linear-gradient(135deg, #3DB47A 0%, #2A9460 100%);
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .wait_bubble {
    height: 96px;
  }
}
.wait_bubble::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 20px;
  background-image: url(../img/wait_effect.webp);
  background-size: 100% 100%;
  top: 0;
  left: 20px;
  opacity: 0.2;
}
@media screen and (max-width: 600px) {
  .wait_bubble::after {
    left: 12px;
  }
}
.wait_bubble span {
  font-size: 22px;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .wait_bubble span {
    line-height: 1.7;
  }
}

.wait_bottom p {
  line-height: 1.7;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wait_bottom p:not(:last-child) {
  margin-bottom: 16px;
}
.wait_bottom p span {
  font-size: 22px;
  color: #2A9460;
  font-weight: 700;
}

/*--------------- benefit ---------------*/
.benefit {
  background-color: #E8F7EF;
  padding: 60px 0;
}

.benefit_wrap {
  max-width: 660px;
  margin: 0 auto;
  width: 90%;
}

.benefit_heading {
  margin-bottom: 24px;
}

.benefit_content {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #C3EBD6;
  margin-bottom: 24px;
}

.benefit_desc {
  line-height: 1.7;
  text-align: justify;
  padding: 40px 32px 32px;
}
@media screen and (max-width: 600px) {
  .benefit_desc {
    padding: 40px 24px 24px;
  }
}

.benefit_bubble {
  background-color: #3DB47A;
  border-radius: 10px;
  width: 100%;
  padding: 16px 0;
}
.benefit_bubble span {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .benefit_bubble span {
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .benefit_bubble .benefit_bubble-pc {
    display: none;
  }
}

.benefit_bubble .benefit_bubble-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .benefit_bubble .benefit_bubble-sp {
    display: block;
  }
}

.benefit_detail {
  padding: 24px 40px;
}
@media screen and (max-width: 800px) {
  .benefit_detail {
    padding: 24px 16px;
  }
}

.benefit_ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  font-size: 18px;
  font-weight: 800;
}
.benefit_ttl span {
  color: #2A9460;
}

.benefit_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .benefit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.benefit_list {
  width: 248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .benefit_list {
    gap: 10px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.benefit_item {
  background-color: #9AC2B9;
  border-radius: 14px;
  border: 2px solid #C3EBD6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  height: 78px;
  position: relative;
}
.benefit_item::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 10px;
  background-image: url(../img/benefit_circle.webp);
  background-size: 100% 100%;
}

.benefit_txt span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.benefit_txt span:not(:last-child) {
  padding: 0 8px;
}
.benefit_txt span:last-child {
  margin-top: 4px;
  padding: 2px 8px;
  background-color: #FFE066;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.benefit_img {
  margin-bottom: 24px;
}

/*--------------- chance ---------------*/
.chance {
  padding: 60px 0;
  background-image: url(../img/chance_bg.webp);
  background-repeat: repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .chance {
    background-image: url(../img/chance_bg-sp.webp);
    background-size: cover;
  }
}

.chance_wrap {
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
}

.chance_heading {
  margin-bottom: 24px;
}

.chance_content {
  padding: 20px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(33, 30, 30, 0.12);
          box-shadow: 0 4px 14px rgba(33, 30, 30, 0.12);
}
@media screen and (max-width: 600px) {
  .chance_content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .chance_inner {
    padding: 0 16px;
  }
}

.chance_img {
  margin-bottom: 24px;
}

.chance_txt {
  margin-bottom: 24px;
}
.chance_txt p {
  line-height: 1.7;
  text-align: justify;
}
.chance_txt p span {
  color: #E8375A;
  font-weight: 700;
}

.chance_bottom {
  background-color: #FFE066;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
}
.chance_bottom p {
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.chance_bottom p span {
  color: #E8375A;
}

/*---------------future ---------------*/
.future {
  background-color: #E8F7EF;
}

.future_wrap {
  padding: 60px 0;
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .future_wrap {
    padding: 60px 0 218px;
  }
}

.future_heading {
  margin-bottom: 24px;
}

.future_img {
  width: 200px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .future_img {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .future_img {
    width: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.future_item {
  -webkit-box-shadow: 0 2px 12px rgba(61, 180, 122, 0.12);
          box-shadow: 0 2px 12px rgba(61, 180, 122, 0.12);
  border-left: 4px solid #3DB47A;
  min-height: 64px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.future_item:not(:last-child) {
  margin-bottom: 10px;
}

.future_txt {
  display: grid;
  grid-template-columns: 32px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .future_txt {
    gap: 12px;
  }
}

.future_num {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background-color: #3DB47A;
  border-radius: 50%;
  width: 32px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.future_desc {
  display: block;
  font-weight: 700;
  line-height: 1.7;
}

/*--------------- business ---------------*/
.business {
  padding: 60px 0;
  background-image: url(../img/business_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .business {
    background-image: url(../img/business_bg-sp.webp);
  }
}

.business_wrap {
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
}

.business_heading {
  margin-bottom: 24px;
}

.business_txt {
  background-color: #fff;
  padding: 32px 30px;
  border: 1px solid #eee;
  border-radius: 16px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 600px) {
  .business_txt {
    gap: 16px;
    padding: 28px 24px;
  }
}
.business_txt p {
  line-height: 1.8;
  text-align: justify;
}
.business_txt p span {
  color: #2A9460;
  font-weight: 700;
}
.business_txt p span.big_txt {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

.business_img {
  margin-bottom: 24px;
}

.business_cta .cta_btn {
  max-width: 480px;
}
.business_cta .cta_btn::after {
  right: 24px;
}

/*--------------- flow ---------------*/
.flow {
  background-color: #E8F7EF;
}

.flow_wrap {
  padding: 60px 0;
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.flow_bubble {
  width: 124px;
  position: absolute;
  top: -16px;
  left: 16px;
}

.flow_heading {
  margin-bottom: 24px;
}

.flow_txt {
  background-color: #fff;
  padding: 32px 30px;
  border: 1px solid #C3EBD6;
  border-radius: 16px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-shadow: 0 4px 24px rgba(61, 180, 122, 0.12);
          box-shadow: 0 4px 24px rgba(61, 180, 122, 0.12);
}
@media screen and (max-width: 375px) {
  .flow_txt {
    padding: 30px 20px;
  }
}
.flow_txt p {
  line-height: 1.8;
  text-align: justify;
}
.flow_txt p span {
  color: #2A9460;
  font-weight: 700;
}
.flow_txt p span.big_txt {
  font-size: 18px;
  display: inline-block;
  color: #E8375A;
}

.flow_cta .cta_btn {
  max-width: 480px;
}
.flow_cta .cta_btn::after {
  right: 24px;
}
@media screen and (max-width: 600px) {
  .flow_cta .cta_btn::after {
    display: none;
  }
}
.flow_cta .cta_btn span.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .flow_cta .cta_btn span.sp_LL_display {
    display: inline-block;
  }
}

.flow_point {
  position: relative;
}
@media screen and (max-width: 800px) {
  .flow_point {
    padding-bottom: 150px;
  }
}

.flow_point_bg {
  background: -webkit-linear-gradient(315deg, #2A9460 0%, #3DB47A 100%);
  background: linear-gradient(135deg, #2A9460 0%, #3DB47A 100%);
  border-radius: 16px;
  padding: 32px 32px 24px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .flow_point_bg {
    padding: 32px 24px 20px;
  }
}

.flow_point_ttl {
  font-size: 18px;
  font-weight: 800;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .flow_point_ttl {
    line-height: 1.8;
    text-align: center;
  }
}

.flow_point_item {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 16px 0 16px 34px;
}
.flow_point_item::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img/flow_check.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow_point_item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 600px) {
  .flow_point_item span {
    line-height: 1.7;
  }
}

.flow_point_img {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 800px) {
  .flow_point_img {
    width: 210px;
    right: auto;
    left: 46%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow_step {
  background-color: #fff;
  padding: 32px 30px;
  border: 1px solid #C3EBD6;
  border-radius: 16px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 4px 24px rgba(61, 180, 122, 0.12);
          box-shadow: 0 4px 24px rgba(61, 180, 122, 0.12);
}
@media screen and (max-width: 600px) {
  .flow_step {
    padding: 30px 20px;
  }
}

.flow_step_top {
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 24px;
}
.flow_step_top span {
  color: #2A9460;
  font-weight: 700;
}

.flow_step_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 34px;
}
@media screen and (max-width: 800px) {
  .flow_step_list {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_list {
    margin-bottom: 24px;
  }
}

.flow_step_item {
  height: 140px;
  width: 100%;
  background-color: #E8F7EF;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
}
@media screen and (max-width: 800px) {
  .flow_step_item {
    padding: 20px 20px;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flow_step_item:not(:last-child) {
  position: relative;
}
.flow_step_item:not(:last-child)::after {
  content: "→";
  font-weight: 800;
  color: #3DB47A;
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -36px;
}
@media screen and (max-width: 800px) {
  .flow_step_item:not(:last-child)::after {
    right: -12px;
  }
}

.flow_step_icon {
  width: 60px;
  margin: 0 auto 12px;
}

.flow_step_txt {
  line-height: 1.8;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #2A9460;
  font-weight: 700;
}

.flow_step_bottom {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .flow_step_bottom {
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_bottom br {
    display: none;
  }
}

/*--------------- message ---------------*/
.message {
  padding: 60px 0;
  background-image: url(../img/message_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .message {
    background-image: url(../img/message_bg-sp.webp);
  }
}

.message_wrap {
  max-width: 90%;
  margin: 0 auto;
}

.message_txt {
  margin-bottom: 24px;
}

.message_txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
.message_txt p:not(:last-child) {
  margin-bottom: 36px;
}
.message_txt p .color_txt {
  font-size: 20px;
  font-weight: 700;
  color: #FFE066;
}
.message_txt p .bold_txt {
  font-weight: 800;
}

.message_cta .cta_note {
  color: #fff;
}

.message_cta .cta_btn {
  max-width: 480px;
}
.message_cta .cta_btn::after {
  right: 20px;
}

/*--------------- profile ---------------*/
.profile {
  padding: 60px 0;
}

.profile_wrap {
  max-width: 90%;
  margin: 0 auto;
}

.profile_heading {
  margin-bottom: 32px;
}

.profile_content {
  max-width: 660px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .profile_content {
    padding: 30px 24px;
  }
}

.profile_top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.profile_img {
  width: 140px;
  margin: 0 auto 24px;
}

.profile_name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 800;
}

.profile_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  gap: 8px;
}

.profile_item {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 100px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .profile_item {
    font-size: 12px;
  }
}
.profile_item:nth-child(1) {
  background-color: #3DB47A;
  color: #fff;
}
.profile_item:nth-child(2) {
  color: #fff;
  background-color: #E8375A;
}
.profile_item:nth-child(3) {
  background-color: #FFE066;
}

.profile_txt {
  margin-bottom: 20px;
}

.profile_txt p {
  line-height: 1.7;
  text-align: justify;
}

.profile_note {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #aaa;
}
@media screen and (max-width: 600px) {
  .profile_note {
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
  }
}