@charset "UTF-8";
:root {
  --vw: 1vw;
}

/* ======================================================================
 top
====================================================================== */
.l_kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l_kv {
    height: 178.1333333333vw;
  }
}
.l_kv .bg_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(50% + 24.3vw);
  height: 100%;
  background: url(../img/fv_bg.png) no-repeat bottom left/cover;
}
@media screen and (max-width: 767px) {
  .l_kv .bg_img {
    top: 31.4666666667vw;
    width: 100%;
    height: 147.2vw;
    background: url(../img/fv_bg_sp.png) no-repeat bottom left/cover;
  }
}
.l_kv .txt_box {
  position: relative;
  margin: 0 auto;
  padding: 116px 20px 0;
  max-width: 1720px;
  width: 100%;
  font-weight: bold;
  font-size: 100px;
  line-height: 112px;
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box {
    padding: 22vw 4vw 0;
    font-size: 7.3333333333vw;
    line-height: 11.3333333333vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.l_kv .txt_box .txt_1 {
  margin: 0 0 18px;
  padding: 0 12.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12.5px;
  background-color: #13aabf;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .txt_1 {
    margin: 0 0 4.4vw;
    padding: 0 1.4666666667vw;
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 7.7333333333vw;
  }
}
.l_kv .txt_box .txt_2 {
  margin: 0 0 10px;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .txt_2 {
    margin: 0 0 0.6666666667vw;
    padding: 0 1.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.l_kv .txt_box .txt_3 {
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .txt_3 {
    margin-bottom: 2vw;
  }
}
.l_kv .txt_box .txt_3 span {
  display: block;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .txt_3 span {
    padding: 0 1.3333333333vw;
  }
}
.l_kv .txt_box .txt_3 span + span {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .txt_3 span + span {
    margin-top: 1.8666666667vw;
  }
}
@media screen and (max-width: 1332px) {
  .l_kv .txt_box .fv_img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .l_kv .txt_box .fv_img {
    position: relative;
    left: -4vw;
    width: 44.6666666667vw;
  }
}
.l_kv .badge_wrap {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 18px;
  max-width: 1065px;
  width: 49.5vw;
}
@media screen and (max-width: 767px) {
  .l_kv .badge_wrap {
    right: 2.4vw;
    bottom: 4.6666666667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.4666666667vw 1.4666666667vw;
    width: 70.1333333333vw;
  }
}
.l_kv .badge_wrap .badge_1,
.l_kv .badge_wrap .badge_2,
.l_kv .badge_wrap .badge_3 {
  max-width: 173px;
  width: 9vw;
}
@media screen and (max-width: 767px) {
  .l_kv .badge_wrap .badge_1,
.l_kv .badge_wrap .badge_2,
.l_kv .badge_wrap .badge_3 {
    width: 22.2666666667vw;
  }
}
.l_kv .badge_wrap .price_wrap {
  margin-left: 10px;
  max-width: 367px;
  width: 19.1vw;
}
@media screen and (max-width: 767px) {
  .l_kv .badge_wrap .price_wrap {
    margin-right: 3.6vw;
    margin-left: 0;
    width: 48.9333333333vw;
  }
}

.float_btn,
.btn_area {
  position: relative;
  z-index: 100;
  padding-bottom: 12px;
  width: 100%;
  background-color: #ffe6b6;
}
@media screen and (max-width: 767px) {
  .float_btn,
.btn_area {
    padding-bottom: 2.6666666667vw;
  }
}
.float_btn .btn,
.btn_area .btn {
  position: relative;
  display: block;
  margin: -12px auto 0;
  width: 560px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .float_btn .btn,
.btn_area .btn {
    margin: -1.6vw auto 0;
    width: 100%;
    width: 92vw;
    height: 28vw;
  }
}

.float_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}

.sec_1 {
  position: relative;
  padding: 118px 20px 93px;
}
@media only screen and (max-width: 767px) {
  .sec_1 {
    padding: 13.0666666667vw 4vw 17.6vw;
  }
}
.sec_1 .box {
  position: relative;
  z-index: 2;
  padding: 0 20px 33px;
  max-width: 1200px;
  width: 100%;
  border-radius: 40px;
  background: repeating-linear-gradient(-45deg, #7cc4ce, #7cc4ce 15px, #84c7d1 15px, #84c7d1 30px);
}
@media only screen and (max-width: 767px) {
  .sec_1 .box {
    padding: 0 6.6666666667vw 15.0666666667vw 2.9333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_1 .box .c_ttl_1 {
  position: relative;
  top: -25px;
  z-index: 2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .c_ttl_1 {
    top: -3.7333333333vw;
    margin-bottom: 0;
    width: calc(100% + 3.7333333333vw);
  }
}
.sec_1 .box .baloon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_1 .box .baloon_wrap .baloon_1,
.sec_1 .box .baloon_wrap .baloon_2,
.sec_1 .box .baloon_wrap .baloon_3 {
  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;
  min-height: 174px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap .baloon_1,
.sec_1 .box .baloon_wrap .baloon_2,
.sec_1 .box .baloon_wrap .baloon_3 {
    min-height: 0;
  }
}
.sec_1 .box .baloon_wrap .baloon_1 {
  width: 248px;
  background: url(../img/sec1_baloon1.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap .baloon_1 {
    margin-left: auto;
    width: 40vw;
    height: 28.2666666667vw;
  }
}
.sec_1 .box .baloon_wrap .baloon_2 {
  width: 257px;
  background: url(../img/sec1_baloon2.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap .baloon_2 {
    margin-top: -16vw;
    width: 40vw;
    height: 26.6666666667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.sec_1 .box .baloon_wrap .baloon_3 {
  width: 257px;
  background: url(../img/sec1_baloon3.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap .baloon_3 {
    position: relative;
    left: -7.3333333333vw;
    margin-top: -12vw;
    margin-left: auto;
    width: 40vw;
    height: 26.6666666667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.sec_1 .box .baloon_wrap .img_wrap {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box .baloon_wrap .img_wrap {
    position: absolute;
    right: 4.2666666667vw;
    bottom: -6.1333333333vw;
    margin-left: 0;
    width: 24.9333333333vw;
  }
}
.sec_1 .box::after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  display: block;
  width: 78px;
  height: 102px;
  background: url(../img/sec1_arrow.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_1 .box::after {
    bottom: -9.8666666667vw;
    width: 10.4vw;
    height: 13.6vw;
  }
}
.sec_1 .box_2 {
  position: relative;
  z-index: 1;
  margin: 62px auto 58px;
  padding: 43px 42px 70px;
  max-width: 1200px;
  width: 100%;
  border-radius: 40px;
  background: #efe8e2;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_2 {
    margin: 8.2666666667vw auto 6.6666666667vw;
    padding: 5.6vw 5.3333333333vw 4vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_1 .box_2 .card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 42px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_2 .card_wrap {
    gap: 4.2666666667vw;
    margin-top: 6vw;
  }
}
.sec_1 .box_2 .card_wrap .card_item {
  width: calc(33.333% - 28px);
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_2 .card_wrap .card_item {
    width: calc(50% - 2.1333333333vw);
  }
}
.sec_1 .box_3 {
  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: 42px;
  gap: 34px;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_3 {
    gap: 3.7333333333vw;
  }
}
.sec_1 .box_3 .img_wrap {
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_3 .img_wrap {
    width: 16vw;
  }
}
.sec_1 .box_3 .txt_wrap {
  width: calc(100% - 154px);
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_3 .txt_wrap {
    width: calc(100% - 19.7333333333vw);
  }
}
.sec_1 .box_3 .txt_wrap .txt_1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .box_3 .txt_wrap .txt_1 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec_1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 105px;
  height: 52px;
  background: url(../img/sec1_arrow2.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_1::after {
    bottom: 0.6666666667vw;
    width: 22.6666666667vw;
    height: 11.3333333333vw;
    background: url(../img/sec1_arrow2_sp.png) no-repeat center center/contain;
  }
}

.sec_2 {
  position: relative;
  padding: 115px 20px 100px;
  background-color: #a9dbe2;
}
@media only screen and (max-width: 767px) {
  .sec_2 {
    padding: 14vw 4vw 10.6666666667vw;
  }
}
.sec_2 .box {
  position: relative;
  z-index: 2;
  padding: 0 45px 70px;
  max-width: 1200px;
  width: 100%;
  border-radius: 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box {
    padding: 1.8666666667vw 4vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_2 .box .c_ttl_1 {
  position: relative;
  top: -25px;
  z-index: 2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .c_ttl_1 {
    top: -5.6vw;
    margin-bottom: 0;
    width: calc(100% + 3.7333333333vw);
    font-size: 5.8666666667vw;
  }
}
.sec_2 .box .txt_1 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 48px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .txt_1 {
    margin-bottom: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
.sec_2 .box .txt_1 span {
  color: #ffa500;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .txt_1 span {
    font-size: 5.8666666667vw;
  }
}
.sec_2 .box .txt_2 {
  font-size: 20px;
  line-height: 40px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .txt_2 {
    margin-bottom: 2.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.sec_2 .box .txt_3 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 45px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .txt_3 {
    font-size: 5.3333333333vw;
    line-height: 8.2666666667vw;
  }
}
.sec_2 .box > .img_wrap {
  margin: 55px auto 50px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box > .img_wrap {
    margin: 6.9333333333vw auto 3.2vw;
  }
}
.sec_2 .box > .img_wrap > img {
  width: 100%;
}
.sec_2 .box .box_2 {
  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: 28px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_2 {
    gap: 2.6666666667vw;
  }
}
.sec_2 .box .box_2 .img_wrap {
  width: 122px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_2 .img_wrap {
    width: 17.3333333333vw;
  }
}
.sec_2 .box .box_2 .txt_wrap {
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_2 .txt_wrap {
    width: calc(100% - 19.7333333333vw);
  }
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_2 .txt_wrap {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec_2 .box .box_3 {
  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: 12px;
  margin: 33px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_3 {
    gap: 2.9333333333vw;
    margin: 8vw auto 5.3333333333vw;
  }
}
.sec_2 .box .box_3 p {
  width: 50px;
  background-color: #ffa500;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .box_3 p {
    width: 9.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
.sec_2 .box .card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .card_wrap {
    gap: 4vw;
  }
}
.sec_2 .box .card_wrap .card_item {
  position: relative;
  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;
  margin-top: 17px;
  padding: 27px 10px 20px;
  width: calc(25% - 11.5px);
  border-radius: 20px;
  background-color: #dff2f6;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .card_wrap .card_item {
    margin-top: 4vw;
    padding: 3.6vw 1.3333333333vw 2.6666666667vw;
    width: calc(50% - 2vw);
    height: 44vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.sec_2 .box .card_wrap .card_item::before {
  position: absolute;
  top: -17px;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/sec2_check.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .card_wrap .card_item::before {
    top: -4vw;
    width: 8.1333333333vw;
    height: 8.1333333333vw;
    background: url(../img/sec2_check_sp.png) no-repeat center center/contain;
  }
}
.sec_2 .box .txt_4 {
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .box .txt_4 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}

.sec_3 {
  position: relative;
  padding: 79px 20px 80px;
}
@media only screen and (max-width: 767px) {
  .sec_3 {
    padding: 14vw 4vw 10.6666666667vw;
  }
}
.sec_3 .c_ttl_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 75px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .sec_3 .c_ttl_1 {
    margin-bottom: 7.3333333333vw;
  }
}
.sec_3 .c_ttl_1 span {
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .c_ttl_1 span {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.sec_3 .plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sec_3 .plan_card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 27px 0 12px;
  border: 4px solid #7cc4ce;
  border-radius: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card {
    padding: 5.3333333333vw 4vw;
    border: 0.5333333333vw solid #7cc4ce;
    border-radius: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
}
.sec_3 .plan_card .label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .sec_3 .plan_card .label_wrap {
    margin-bottom: 3.4666666667vw;
  }
}
.sec_3 .plan_card .label_wrap .label {
  display: inline-block;
  padding: 0 19px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.sec_3 .plan_card .label_wrap .label.is-green {
  background-color: #37b996;
}
.sec_3 .plan_card .label_wrap .label.is-blue {
  background-color: #336dae;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .label_wrap .label {
    padding: 0 2.4vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.sec_3 .plan_card .img_wrap {
  margin: 22px auto 25px;
  width: calc(100% - 64px);
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .img_wrap {
    margin: 4.9333333333vw auto 4.6666666667vw;
    width: 100%;
  }
}
.sec_3 .plan_card .img_wrap img {
  width: 100%;
  border-radius: 8px;
}
.sec_3 .plan_card .plan_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_ttl {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.sec_3 .plan_card .plan_desc {
  margin-bottom: 7px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_desc {
    margin-bottom: 3.4666666667vw;
    padding: 0;
  }
}
.sec_3 .plan_card .plan_price {
  margin: 0 30px 17px;
  padding: 0 0 17px;
  width: calc(100% - 60px);
  border-bottom: 1px solid #a8a8a8;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_price {
    margin: 0 0 2.5333333333vw;
    padding: 0 0 4.4vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.sec_3 .plan_card .plan_price span {
  margin-right: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_price span {
    font-size: 3.7333333333vw;
  }
}
.sec_3 .plan_card .plan_price strong {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_price strong {
    font-size: 5.8666666667vw;
  }
}
.sec_3 .plan_card .plan_price strong span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_price strong span {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_price {
    font-size: 3.7333333333vw;
  }
  .sec_3 .plan_card .plan_price strong {
    font-size: 4.8vw;
  }
}
.sec_3 .plan_card .plan_note {
  margin: 0 30px 17px;
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_note {
    margin: 0 0 2.2666666667vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.sec_3 .plan_card .plan_note .carpet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_note .carpet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.9333333333vw;
  }
}
.sec_3 .plan_card .plan_note .carpet span {
  display: inline-block;
  margin-right: 15px;
  padding: 0 9px;
  border-radius: 5px;
  background: #e1e1e1;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_note .carpet span {
    margin: 0 0 1.3333333333vw;
    padding: 0 2.1333333333vw;
    border-radius: 0.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec_3 .plan_card .plan_note {
    font-size: 3.2vw;
  }
  .sec_3 .plan_card .plan_note .carpet span {
    font-size: 2.9333333333vw;
  }
}
.sec_3 .cta_wrap {
  text-align: center;
}
.sec_3 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_3 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_3 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_3 .cta_wrap .btn img {
  width: 100%;
}

.sec_4 {
  position: relative;
  padding: 55px 20px 100px;
  background: #efe8e2;
}
@media only screen and (max-width: 767px) {
  .sec_4 {
    padding: 11.6vw 4vw 17.3333333333vw;
  }
}
.sec_4 .talk_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 21.6vw;
  }
}
.sec_4 .talk_wrap .talk_left,
.sec_4 .talk_wrap .talk_right,
.sec_4 .talk_wrap .talk_left2 {
  position: relative;
  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;
  max-width: 274px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_left,
.sec_4 .talk_wrap .talk_right,
.sec_4 .talk_wrap .talk_left2 {
    max-width: 100%;
    width: 40.1333333333vw;
    height: 21.8666666667vw;
  }
}
.sec_4 .talk_wrap .talk_left img,
.sec_4 .talk_wrap .talk_right img,
.sec_4 .talk_wrap .talk_left2 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.sec_4 .talk_wrap .talk_left .balloon,
.sec_4 .talk_wrap .talk_right .balloon,
.sec_4 .talk_wrap .talk_left2 .balloon {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_left .balloon,
.sec_4 .talk_wrap .talk_right .balloon,
.sec_4 .talk_wrap .talk_left2 .balloon {
    padding-left: 2.6666666667vw;
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
}
.sec_4 .talk_wrap .talk_right {
  max-width: 249px;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_right {
    margin-top: -4.2666666667vw;
    margin-left: 28.8vw;
    max-width: 100%;
    width: 38.6666666667vw;
    height: 21.4666666667vw;
  }
}
.sec_4 .talk_wrap .talk_left2 {
  max-width: 476px;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_left2 {
    margin-left: -3.3333333333vw;
    max-width: 100%;
    width: 67.4666666667vw;
    height: 26.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_left2 .balloon {
    margin-top: -1.3333333333vw;
    padding-left: 3.2vw;
  }
}
.sec_4 .talk_wrap .talk_char,
.sec_4 .talk_wrap .talk_char2 {
  width: 154px;
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_char,
.sec_4 .talk_wrap .talk_char2 {
    margin-top: -28.2666666667vw;
    margin-left: 65.6vw;
    width: 24.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_4 .talk_wrap .talk_char2 {
    margin-top: -23.7333333333vw;
    margin-left: 64.9333333333vw;
    width: 23.6vw;
  }
}
.sec_4 .talk_wrap::after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  display: block;
  width: 105px;
  height: 52px;
  background: url(../img/arrow.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_4 .talk_wrap::after {
    bottom: -17.3333333333vw;
    width: 22.6666666667vw;
    height: 11.3333333333vw;
    background: url(../img/arrow_sp.png) no-repeat center center/contain;
  }
}
.sec_4 .lead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 91px;
  padding: 10px 20px 10px 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  background-color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .sec_4 .lead {
    padding: 4vw 0 4vw 19.0666666667vw;
    width: 100%;
    border-radius: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec_4 .lead .char_img {
  position: absolute;
  top: -32px;
  left: 32px;
  z-index: 2;
  width: 122px;
}
@media screen and (max-width: 767px) {
  .sec_4 .lead .char_img {
    top: auto;
    bottom: -2.6666666667vw;
    left: -2vw;
    width: 17.3333333333vw;
  }
}
.sec_4 .compare_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap {
    gap: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec_4 .compare_wrap .compare_wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_wrap_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.9333333333vw;
  }
}
.sec_4 .compare_wrap .compare_wrap_1 .compare_item {
  gap: 40px 60px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_wrap_1 .compare_item {
    gap: 8.9333333333vw;
    width: calc(50% - 3.4666666667vw);
  }
}
.sec_4 .compare_wrap .compare_wrap_1 .img + .img::after {
  position: absolute;
  top: 50%;
  left: -40px;
  display: block;
  width: 21px;
  height: 53px;
  background: url(../img/arrow2.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_wrap_1 .img + .img::after {
    top: -8vw;
    left: 50%;
    width: 2.8vw;
    height: 7.0666666667vw;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.sec_4 .compare_wrap .compare_wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_wrap_2 {
    gap: 8.5333333333vw;
  }
}
.sec_4 .compare_wrap .compare_wrap_2 .compare_item .img + .img::after {
  position: absolute;
  top: calc(50% + 25px);
  left: -65px;
  z-index: 2;
  display: block;
  width: 88px;
  height: 47px;
  background: url(../img/arrow3.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_wrap_2 .compare_item .img + .img::after {
    top: -8vw;
    left: 50%;
    width: 7.0666666667vw;
    height: 11.3333333333vw;
    background: url(../img/arrow3_sp.png) no-repeat center center/contain;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.sec_4 .compare_wrap .compare_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.sec_4 .compare_wrap .compare_item .img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sec_4 .compare_wrap .compare_item .img img {
  width: 100%;
  border-radius: 8px;
}
.sec_4 .compare_wrap .compare_item .img .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  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;
  width: 71px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .sec_4 .compare_wrap .compare_item .img .tag {
    width: 16vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.sec_4 .compare_wrap .compare_item .img .tag.before {
  background: #328d9a;
}
.sec_4 .compare_wrap .compare_item .img .tag.work {
  background: #52ad4b;
}
.sec_4 .compare_wrap .compare_item .img .tag.after {
  background: #ffa500;
}
.sec_4 .catch {
  margin: 95px 0 55px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec_4 .catch {
    margin: 12.6666666667vw 0 7.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.sec_4 .catch strong {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .sec_4 .catch strong {
    font-size: 5.8666666667vw;
    line-height: 8.2666666667vw;
  }
}
.sec_4 .catch2 {
  margin: 66px 0 83px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec_4 .catch2 {
    margin: 12.6666666667vw 0 7.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.sec_4 .catch2 strong {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sec_4 .catch2 strong {
    font-size: 5.8666666667vw;
    line-height: 8.2666666667vw;
  }
}
.sec_4 .explain_wrap {
  margin-bottom: 60px;
}
.sec_4 .explain_wrap .result_img {
  margin: 0 auto 22px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .sec_4 .explain_wrap .result_img {
    margin: 0 auto 0.6666666667vw;
  }
}
.sec_4 .explain_wrap .result_img img {
  width: 100%;
}
.sec_4 .explain_wrap .result_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 767px) {
  .sec_4 .explain_wrap .result_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5333333333vw;
    margin: 0 auto 8.1333333333vw;
  }
}
.sec_4 .explain_wrap .benefit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_4 .explain_wrap .benefit_wrap {
    gap: 6.6666666667vw;
    margin-bottom: 8.6666666667vw;
  }
}
.sec_4 .explain_wrap .benefit_wrap .benefit_item {
  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;
  padding: 28px;
  width: calc(25% - 20px);
  border-radius: 20px;
  background: #7cc4ce;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .sec_4 .explain_wrap .benefit_wrap .benefit_item {
    padding: 0;
    width: calc(50% - 3.3333333333vw);
    height: 28vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.sec_4 .cta_wrap {
  text-align: center;
}
.sec_4 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_4 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_4 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_4 .cta_wrap .btn img {
  width: 100%;
}
.sec_4 .effect_wrap {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap {
    margin-top: 12vw;
  }
}
.sec_4 .effect_wrap .effect_ttl {
  margin-bottom: -18px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap .effect_ttl {
    margin-bottom: -3.6vw;
    font-size: 5.8666666667vw;
  }
}
.sec_4 .effect_wrap .effect_list {
  margin: 0 auto;
  padding: 60px 0 34px;
  max-width: 800px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap .effect_list {
    padding: 8vw 0;
    border-radius: 5.3333333333vw;
  }
}
.sec_4 .effect_wrap ul {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap ul {
    padding: 8vw 4vw 6.6666666667vw 6vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_4 .effect_wrap ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap ul li {
    padding-left: 8.4vw;
    font-size: 4.2666666667vw;
  }
}
.sec_4 .effect_wrap ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 21px;
  height: 17px;
  background: url(../img/check.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .sec_4 .effect_wrap ul li::before {
    top: 0.6666666667vw;
    width: 6.4vw;
    height: 5.3333333333vw;
  }
}

.sec_5 {
  position: relative;
  padding: 97px 20px 95px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_5 {
    padding: 13.3333333333vw 4vw 10.6666666667vw;
  }
}
.sec_5 .c_ttl_1 {
  margin-bottom: 56px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_5 .c_ttl_1 {
    margin-bottom: 6.6666666667vw;
  }
}
.sec_5 .usecase_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .sec_5 .usecase_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.0666666667vw;
    margin-bottom: 8vw;
  }
}
.sec_5 .usecase_wrap .usecase_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.sec_5 .usecase_wrap .usecase_item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 280px;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .sec_5 .usecase_wrap .usecase_item img {
    margin-bottom: 4vw;
    max-width: 100%;
  }
}
.sec_5 .usecase_wrap .usecase_item p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sec_5 .usecase_wrap .usecase_item p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.sec_5 .cta_wrap {
  margin-bottom: 165px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_5 .cta_wrap {
    margin-bottom: 32vw;
  }
}
.sec_5 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_5 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_5 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_5 .cta_wrap .btn img {
  width: 100%;
}
.sec_5 .reason_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  padding: 0 30px 50px;
  max-width: 1200px;
  border-radius: 40px;
  background: #a9dbe2;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0 4vw 8.9333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_5 .reason_wrap .c_ttl_1 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -63px;
  margin-bottom: 17px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_wrap .c_ttl_1 {
    margin-top: -17.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.sec_5 .reason_wrap .c_ttl_1 span {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_wrap .c_ttl_1 span {
    font-size: 3.7333333333vw;
  }
}
.sec_5 .reason_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 20px);
  flex: 1 1 calc(33.333% - 20px);
  padding: 22px 0;
  max-width: 363px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 4.4vw 0 6.6666666667vw;
    max-width: 100%;
    border-radius: 2.6666666667vw;
  }
}
.sec_5 .reason_item .reason_ico_wrap {
  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;
  margin-bottom: 7px;
  height: 66px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item .reason_ico_wrap {
    margin-bottom: 3.0666666667vw;
    height: 25.0666666667vw;
  }
}
.sec_5 .reason_item img {
  width: 64px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img {
    width: 13.3333333333vw;
  }
}
.sec_5 .reason_item img.reason_ico1 {
  width: 49px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img.reason_ico1 {
    width: 18.6666666667vw;
  }
}
.sec_5 .reason_item img.reason_ico2 {
  width: 69px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img.reason_ico2 {
    width: 26.4vw;
  }
}
.sec_5 .reason_item img.reason_ico3 {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img.reason_ico3 {
    width: 10.6666666667vw;
  }
}
.sec_5 .reason_item img.reason_ico4 {
  width: 82px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img.reason_ico4 {
    width: 34.6666666667vw;
  }
}
.sec_5 .reason_item img.reason_ico5 {
  width: 58px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item img.reason_ico5 {
    width: 24vw;
  }
}
.sec_5 .reason_item p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sec_5 .reason_item p {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}

.sec_6 {
  position: relative;
  padding: 150px 20px 100px;
  background: #efe8e2;
}
@media screen and (max-width: 767px) {
  .sec_6 {
    padding: 21.3333333333vw 4vw 10.6666666667vw;
  }
}
.sec_6 .sec_6_wrap {
  position: relative;
  padding: 0 30px 36px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_6 .sec_6_wrap {
    padding: 0 4vw 11.4666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.sec_6 .c_ttl_1 {
  position: relative;
  top: -26px;
  margin-top: -26px;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_6 .c_ttl_1 {
    top: -9.4666666667vw;
    margin-bottom: -0.8vw;
  }
}
.sec_6 .lead {
  margin-bottom: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sec_6 .lead {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
.sec_6 .desc {
  margin: 0 auto 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sec_6 .desc {
    margin-bottom: 5.3333333333vw;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.sec_6 .sample_label {
  display: block;
  margin: 0 auto 30px;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: #7cc4ce;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .sec_6 .sample_label {
    padding: 0 2.9333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.sec_6 .sample_slider {
  overflow: hidden;
  margin: 0 auto 23px;
  max-width: 1030px;
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .sec_6 .sample_slider {
    margin-bottom: 4.8vw;
    width: 59.7333333333vw;
  }
}
.sec_6 .sample_slider .swiper-slide {
  text-align: center;
}
.sec_6 .sample_slider .swiper-slide img {
  display: block;
  margin: 0 auto 10px;
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_6 .sample_slider .swiper-slide img {
    max-width: 19.4666666667vw;
  }
}
.sec_6 .sample_slider .swiper-slide p {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_6 .sample_slider .swiper-slide p {
    font-size: 2.1333333333vw;
  }
}
.sec_6 .swiper-button-prev,
.sec_6 .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 160px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../img/arrow4.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec_6 .swiper-button-prev,
.sec_6 .swiper-button-next {
    bottom: 29.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background: url(../img/arrow4_sp.png) no-repeat center center/contain;
  }
}
.sec_6 .swiper-button-prev svg,
.sec_6 .swiper-button-next svg {
  display: none;
}
.sec_6 .swiper-button-prev:after,
.sec_6 .swiper-button-next:after {
  display: none;
}
.sec_6 .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .sec_6 .swiper-button-prev {
    left: 4vw;
  }
}
.sec_6 .swiper-button-next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .sec_6 .swiper-button-next {
    right: 4vw;
  }
}
.sec_6 .progress-bar {
  position: relative;
  margin: 20px auto 0;
  max-width: 800px;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .sec_6 .progress-bar {
    max-width: 100%;
    height: 1.3333333333vw;
  }
}
.sec_6 .progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #c8c8c8;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec_6 .progress-bar span {
    border-radius: 0.6666666667vw;
  }
}
.sec_6 .cta_wrap {
  margin-top: 69px;
  text-align: center;
}
.sec_6 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_6 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_6 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_6 .cta_wrap .btn img {
  width: 100%;
}

.sec_7 {
  position: relative;
  padding: 95px 20px;
}
@media screen and (max-width: 767px) {
  .sec_7 {
    padding: 12vw 4vw 10.6666666667vw;
  }
}
.sec_7 .c_ttl_1 {
  margin-bottom: 47px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_7 .c_ttl_1 {
    margin-bottom: 8.6666666667vw;
  }
}

.sec_8 {
  padding: 93px 20px;
  background: #a9dbe2;
}
.sec_8 .c_ttl_1 {
  margin-bottom: 74px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_8 .c_ttl_1 {
    margin-bottom: 8vw;
  }
}
.sec_8 .flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 59px;
  padding: 35px 50px 31px;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .sec_8 .flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.6666666667vw;
    margin-bottom: 16vw;
    padding: 6.6666666667vw 4vw;
  }
}
.sec_8 .flow_item + .flow_item::after {
  position: absolute;
  top: -46px;
  left: 50%;
  display: block;
  width: 105px;
  height: 52px;
  background: url(../img/arrow.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_8 .flow_item + .flow_item::after {
    top: -10.1333333333vw;
    width: 22.6666666667vw;
    height: 11.3333333333vw;
    background: url(../img/arrow_sp.png) no-repeat center center/contain;
  }
}
.sec_8 .flow_item:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item:last-child {
    margin-bottom: 16vw;
  }
}
.sec_8 .flow_item .step_label {
  position: absolute;
  top: -33px;
  left: -30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .step_label {
    top: -6.6666666667vw;
    left: -2.5333333333vw;
  }
}
.sec_8 .flow_item .step_label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #7cc4ce;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .step_label > span {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
    font-size: 9.0666666667vw;
  }
}
.sec_8 .flow_item .step_label > span span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .step_label > span span {
    font-size: 4.2666666667vw;
  }
}
.sec_8 .flow_item .flow_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sec_8 .flow_item .flow_content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
  padding-left: 53px;
  font-weight: bold;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content h3 {
    margin-bottom: 12vw;
    padding-left: 23.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.sec_8 .flow_item .flow_content h3 .tag {
  display: inline-block;
  margin-left: 14px;
  padding: 0 8px;
  border-radius: 5px;
  background: #5ba7db;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content h3 .tag {
    margin-left: 2vw;
    padding: 0 1.6vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 7.3333333333vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  margin: 20px 0 29px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
    margin: 6.6666666667vw 0 10.6666666667vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 60px;
  background: #57c175;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 10px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .tel {
    gap: 0 1.3333333333vw;
    padding: 0;
    max-width: 100%;
    height: 14.6666666667vw;
    border-radius: 14.6666666667vw;
    font-size: 6.4vw;
    line-height: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .tel {
    pointer-events: none;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text .tel span {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .tel span {
    position: relative;
    margin-top: -3.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text .tel_img {
  width: 16px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .tel_img {
    width: 4.2666666667vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text .btn_orange {
  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: 10px;
  padding: 17px 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 60px;
  background: #ffa500;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .btn_orange {
    gap: 3.2vw;
    padding: 0;
    max-width: 100%;
    height: 14.6666666667vw;
    border-radius: 14.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text .mail_img {
  width: 22px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text .mail_img {
    width: 5.8666666667vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_text ul li {
    padding-left: 5.3333333333vw;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_text ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.sec_8 .flow_item .flow_content .flow_body .flow_img {
  margin: -34px 0 0;
  width: 350px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_img {
    margin: 0;
    width: 100%;
  }
}
.sec_8 .flow_item .flow_content .flow_body .flow_img > img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sec_8 .flow_item .flow_content .flow_body .flow_img {
    max-width: 100%;
  }
}
.sec_8 .cta_wrap {
  text-align: center;
}
.sec_8 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_8 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_8 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_8 .cta_wrap .btn img {
  width: 100%;
}

.sec_9 {
  padding: 90px 20px 95px;
}
@media screen and (max-width: 767px) {
  .sec_9 {
    padding: 11.3333333333vw 4vw 16vw;
  }
}
.sec_9 .c_ttl_1 {
  margin-bottom: 59px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_9 .c_ttl_1 {
    margin-bottom: 8vw;
  }
}
.sec_9 .l_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .sec_9 .l_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4.6666666667vw;
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.sec_9 .l_area-map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .sec_9 .l_area-map {
    max-width: 100%;
  }
}
.sec_9 .l_area-map img {
  width: 100%;
  height: auto;
}
.sec_9 .l_area-table {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .sec_9 .l_area-table {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.sec_9 .l_trade {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec_9 .l_trade {
    margin-bottom: 13.3333333333vw;
  }
}
.sec_9 .cta_wrap {
  margin-top: 40px;
  text-align: center;
}
.sec_9 .cta_wrap .btn {
  display: block;
  margin: 0 auto;
  width: 455px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec_9 .cta_wrap .btn {
    width: 92vw;
  }
}
.sec_9 .cta_wrap .btn:hover {
  opacity: 0.8;
}
.sec_9 .cta_wrap .btn img {
  width: 100%;
}

.sec_10 {
  padding: 90px 20px 95px;
  background: #efe8e2;
}
@media screen and (max-width: 767px) {
  .sec_10 {
    padding: 11.3333333333vw 4vw 16vw;
  }
}
.sec_10 .c_ttl_1 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_10 .c_ttl_1 {
    margin-bottom: 8.6666666667vw;
  }
}
.sec_10 .c_accordion__head {
  position: relative;
  padding: 14px 30px 14px 70px;
}
@media screen and (max-width: 767px) {
  .sec_10 .c_accordion__head {
    padding: 3.7333333333vw 4vw 4.6666666667vw 13.6vw;
  }
}
.sec_10 .c_accordion__head::before {
  position: absolute;
  top: 14px;
  left: 30px;
  width: 27px;
  height: 27px;
  background: url(../img/q.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .sec_10 .c_accordion__head::before {
    top: 3.7333333333vw;
    left: 4vw;
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    background: url(../img/q_sp.png) no-repeat center center/contain;
  }
}
.sec_10 .c_accordion__text {
  width: 100%;
}
