@charset "UTF-8";
/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
footer img {
  width: revert-layer;
}

/*===========================================================================*/
/*  c-title  */
/*===========================================================================*/
.c-title__pop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #2864f0;
  text-align: center;
  font-size: clamp(22.4px, 7.959933222px + 1.6026711185vw, 32px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  font-feature-settings: normal;
}
@media (max-width: 900px) {
  .c-title__pop {
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 15.474px;
    margin-bottom: 8px;
  }
}
.c-title__pop::before, .c-title__pop::after {
  content: "";
  display: block;
  height: 27.5px;
  width: 2.5px;
  background-color: #2864f0;
}
@media (max-width: 900px) {
  .c-title__pop::before, .c-title__pop::after {
    height: 11px;
    width: 1px;
  }
}
.c-title__pop::before {
  transform: rotate(-30deg);
}
.c-title__pop::after {
  transform: rotate(30deg);
}
.c-title__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: clamp(28px, 9.9499165275px + 2.0033388982vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .c-title__head {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}
.c-title__head::before, .c-title__head::after {
  content: "";
  width: clamp(61.95px, 22.0141903172px + 4.4323873122vw, 88.5px);
  height: clamp(44.8px, 15.9198664441px + 3.2053422371vw, 64px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .c-title__head::before, .c-title__head::after {
    width: clamp(43px, 29.8367346939px + 3.5102040816vw, 61.4285714286px);
    height: clamp(31px, 21.5102040816px + 2.5306122449vw, 44.2857142857px);
  }
}
.c-title__head .inner {
  background-color: #2864f0;
  padding: 8px 40px;
}
@media (max-width: 900px) {
  .c-title__head .inner {
    padding: 4px 20px;
  }
}
.c-title__head::before {
  background-image: url(../../assets/images/title_left.png);
}
.c-title__head::after {
  background-image: url(../../assets/images/title_right.png);
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.mv {
  padding-top: 124px;
  padding-bottom: 84px;
  background-color: #ebf3ff;
  background-image: url(../../assets/images/mv_bg.svg);
  background-size: cover;
}
@media (max-width: 900px) {
  .mv {
    padding-top: 82px;
    padding-bottom: 73px;
  }
}
.mv__inner {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.mv__share, .mv__sub, .mv__head, .mv__price {
  position: relative;
  margin: 0 auto 26px;
  z-index: 1;
}
@media (max-width: 900px) {
  .mv__share, .mv__sub, .mv__head, .mv__price {
    margin: 0 auto 10px;
  }
}
.mv__share {
  width: clamp(119px, 42.2871452421px + 8.5141903172vw, 170px);
}
@media (max-width: 900px) {
  .mv__share {
    width: clamp(86px, 59.6734693878px + 7.0204081633vw, 122.8571428571px);
  }
}
.mv__sub {
  width: clamp(265.3px, 94.2754590985px + 18.9816360601vw, 379px);
}
@media (max-width: 900px) {
  .mv__sub {
    width: clamp(150px, 104.0816326531px + 12.2448979592vw, 214.2857142857px);
  }
}
.mv__head {
  width: clamp(520.1px, 184.8196994992px + 37.2120200334vw, 743px);
}
@media (max-width: 900px) {
  .mv__head {
    width: clamp(293px, 203.306122449px + 23.9183673469vw, 418.5714285714px);
  }
}
.mv__price {
  width: clamp(515.9px, 183.32721202px + 36.9115191987vw, 737px);
}
@media (max-width: 900px) {
  .mv__price {
    width: clamp(291px, 201.9183673469px + 23.7551020408vw, 415.7142857143px);
  }
}
.mv__detail {
  width: fit-content;
  margin: 0 auto;
}
.mv__detail .note {
  color: #2864f0;
  font-size: 16px;
  font-size: clamp(11.2px, 3.979966611px + 0.8013355593vw, 16px);
  margin-left: 26px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 900px) {
  .mv__detail .note {
    font-size: 10px;
    line-height: 7.885px;
    margin-left: 20px;
    line-height: 1.1;
  }
}
.mv__detail.--txt {
  position: absolute;
  bottom: -78px;
  right: -35%;
}
@media (max-width: 900px) {
  .mv__detail.--txt {
    white-space: nowrap;
    bottom: -55px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv__detail .blue {
  color: #2962ec;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: right;
}
@media (max-width: 900px) {
  .mv__detail .blue {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.394px;
  }
}
.mv__detail .orange {
  color: #fa6414;
  font-size: 48px;
  font-size: clamp(33.6px, 11.9398998331px + 2.4040066778vw, 48px);
  font-weight: 900;
  line-height: 57.068px;
}
@media (max-width: 900px) {
  .mv__detail .orange {
    font-size: 18.923px;
    line-height: 22.498px;
  }
}
.mv__detail .line {
  position: relative;
}
.mv__detail .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fa6414;
}
@media (max-width: 900px) {
  .mv__detail .line::before {
    height: 2px;
  }
}
.mv__detail .small {
  font-size: 32px;
  font-size: clamp(22.4px, 7.959933222px + 1.6026711185vw, 32px);
}
@media (max-width: 900px) {
  .mv__detail .small {
    font-size: 12.615px;
    line-height: 21.683px;
    letter-spacing: 1.429px;
  }
}
.mv__detail .medium {
  font-size: 40px;
  font-size: clamp(28px, 9.9499165275px + 2.0033388982vw, 40px);
}
@media (max-width: 900px) {
  .mv__detail .medium {
    font-size: 15.769px;
    line-height: 22.498px;
  }
}
.mv__graphic {
  position: absolute;
}
.mv__graphic.left {
  width: clamp(228.2px, 81.0918196995px + 16.32721202vw, 326px);
  top: -11px;
  left: -30%;
}
@media (max-width: 900px) {
  .mv__graphic.left {
    top: -8px;
    left: -13%;
    width: clamp(96px, 66.612244898px + 7.8367346939vw, 137.1428571429px);
  }
}
.mv__graphic.right {
  width: clamp(288.4px, 102.4841402337px + 20.6343906511vw, 412px);
  top: 31px;
  right: -39%;
}
@media (max-width: 900px) {
  .mv__graphic.right {
    top: 2px;
    right: -13%;
    width: clamp(126px, 87.4285714286px + 10.2857142857vw, 180px);
  }
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.cta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2864f0;
}
@media (max-width: 900px) {
  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cta__pop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(17.5px, 6.2186978297px + 1.2520868114vw, 25px);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 900px) {
  .cta__pop {
    gap: 8px;
    margin-bottom: 10px;
    font-size: clamp(12px, 8.3265306122px + 0.9795918367vw, 17.1428571429px);
    line-height: 10.012px;
  }
}
.cta__pop::before, .cta__pop::after {
  content: "";
  display: block;
  height: 27.5px;
  width: 2.5px;
  background-color: #fff;
}
@media (max-width: 900px) {
  .cta__pop::before, .cta__pop::after {
    height: 11px;
    width: 1px;
  }
}
.cta__pop::before {
  transform: rotate(-30deg);
}
.cta__pop::after {
  transform: rotate(30deg);
}
.cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #fff;
  max-width: 834px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 16px;
  border-radius: 9999px;
  border: 4px solid #ffe1d2;
  background: #ff6b00;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1);
  font-size: clamp(25.2px, 8.9549248748px + 1.8030050083vw, 36px);
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 900px) {
  .cta__button {
    gap: 16px;
    max-width: 500px;
    margin: 0 auto 10px;
    padding: 20px 0;
    font-size: clamp(14.5px, 10.0612244898px + 1.1836734694vw, 20.7142857143px);
    border: 1.5px solid #ffe1d2;
  }
}
.cta__button::before {
  background: url(../images/campaign-type-a.png) no-repeat center center/contain;
  content: '';
  height: 162px;
  left: 0;
  position: absolute;
  top: -130px;
  width: 162px;
}
@media screen and (max-width: 900px) {
  .cta__button::before {
    height: 78px;
    top: -60px;
    width: 78px;
  }
}
.cta__button:hover {
  color: #fff;
  text-decoration: none;
}
.cta__button::after {
  content: "";
  background-image: url(../../assets/images/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 26px;
}
@media (max-width: 900px) {
  .cta__button::after {
    width: 9px;
    height: 15px;
  }
}
.cta__date {
  color: #fff;
  font-size: clamp(14px, 4.9749582638px + 1.0016694491vw, 20px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 900px) {
  .cta__date {
    font-size: clamp(12px, 8.3265306122px + 0.9795918367vw, 17.1428571429px);
    line-height: 8.01px;
  }
}
.cta__date--box01 {
  display: flex;
  justify-content: center;
}
.cta__date--box02 {
  display: flex;
}
@media screen and (max-width: 900px) {
  .cta__date--box02 {
    flex-direction: column;
    row-gap: 10px;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .cta__date--box02 .cta__date {
    text-align: left;
  }
}
.cta__date span {
  text-decoration: line-through 3px #FA6414;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .cta__date span {
    padding: 0;
  }
}

/*===========================================================================*/
/*  worry  */
/*===========================================================================*/
.worry {
  padding-top: clamp(84px, 29.8497495826px + 6.0100166945vw, 120px);
  padding-bottom: clamp(84px, 29.8497495826px + 6.0100166945vw, 120px);
}
@media (max-width: 900px) {
  .worry {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.worry__inner {
  position: relative;
  max-width: clamp(684.6px, 243.2754590985px + 48.9816360601vw, 978px);
  margin: 0 auto;
}
.worry__title {
  margin-bottom: 46px;
}
@media (max-width: 900px) {
  .worry__title {
    margin-bottom: 24px;
  }
}
.worry__contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(39.9px, 14.1786310518px + 2.8547579299vw, 57px);
  text-align: center;
  z-index: 1;
}
@media (max-width: 900px) {
  .worry__contents {
    flex-direction: column;
    gap: 24px;
  }
}
.worry__contents .inner {
  padding-top: clamp(74.2px, 26.367278798px + 5.3088480801vw, 106px);
}
@media (max-width: 900px) {
  .worry__contents .inner {
    padding-top: 80px;
  }
}
.worry__red {
  color: #a51428;
  background-image: url(../../assets/images/worry_bg_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(320.6px, 113.9265442404px + 22.938230384vw, 458px);
  height: clamp(333.9px, 118.652754591px + 23.8898163606vw, 477px);
}
@media (max-width: 900px) {
  .worry__red {
    width: 296px;
    height: 306px;
  }
}
.worry__red .emphasis {
  position: relative;
}
.worry__red .emphasis::before {
  position: absolute;
  content: "";
  width: clamp(6.3px, 2.2387312187px + 0.4507512521vw, 9px);
  height: clamp(6.3px, 2.2387312187px + 0.4507512521vw, 9px);
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a51428;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .worry__red .emphasis::before {
    top: -10px;
    width: 6px;
    height: 6px;
  }
}
.worry__red li::before {
  content: "";
  background-image: url(../../assets/images/icon-check-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: clamp(14.7px, 5.223706177px + 1.0517529215vw, 21px);
  height: clamp(14.7px, 5.223706177px + 1.0517529215vw, 21px);
}
.worry__orange {
  color: #be4b0f;
  background-image: url(../../assets/images/worry_bg_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(322.7px, 114.67278798px + 23.0884808013vw, 461px);
  height: clamp(331.8px, 117.9065108514px + 23.7395659432vw, 474px);
}
@media (max-width: 900px) {
  .worry__orange {
    width: 307px;
    height: 320px;
  }
}
.worry__orange .emphasis {
  position: relative;
}
.worry__orange .emphasis::before {
  position: absolute;
  content: "";
  width: clamp(6.3px, 2.2387312187px + 0.4507512521vw, 9px);
  height: clamp(6.3px, 2.2387312187px + 0.4507512521vw, 9px);
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #be4b0f;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .worry__orange .emphasis::before {
    top: -10px;
    width: 6px;
    height: 6px;
  }
}
.worry__orange li::before {
  content: "";
  background-image: url(../../assets/images/icon-check-orange02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: clamp(14.7px, 5.223706177px + 1.0517529215vw, 21px);
  height: clamp(14.7px, 5.223706177px + 1.0517529215vw, 21px);
}
.worry__lead {
  font-size: clamp(19.6px, 6.9649415693px + 1.4023372287vw, 28px);
  font-weight: 700;
  line-height: 0.88;
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .worry__lead {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.worry__list {
  width: fit-content;
  margin: 0 auto;
}
.worry__list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(14.7px, 5.223706177px + 1.0517529215vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.031px;
}
@media (max-width: 900px) {
  .worry__list li {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.worry__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .worry__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.worry__bg {
  position: absolute;
}
.worry__bg.left {
  top: 0;
  left: -18%;
  width: clamp(150px, -1.9215358932px + 16.8614357262vw, 251px);
}
.worry__bg.right {
  top: 0;
  right: -22%;
  width: clamp(400px, -52.7562604341px + 50.2504173623vw, 701px);
}

/*===========================================================================*/
/*  choice  */
/*===========================================================================*/
.choice {
  padding-top: 120px;
  padding-bottom: 90px;
  background: radial-gradient(126.79% 119.03% at 98.63% 0%, rgba(170, 200, 255, 0.8) 0%, rgba(235, 243, 255, 0) 100%), radial-gradient(100.21% 146.04% at 8.98% -4.52%, #aac8ff 0%, rgba(235, 243, 255, 0) 84.62%), #ebf3ff;
}
@media (max-width: 900px) {
  .choice {
    padding-top: 36px;
    padding-bottom: 32px;
  }
}
.choice__inner {
  position: relative;
  color: #285ac8;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
.choice__title {
  max-width: 684px;
  margin: 0 auto 40px;
}
@media (max-width: 900px) {
  .choice__title {
    max-width: 311px;
    margin: 0 auto 24px;
  }
}
.choice__txt {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 32.5px;
}
@media (max-width: 900px) {
  .choice__txt {
    font-size: 14px;
    line-height: 22px;
  }
}
.choice__txt span {
  font-weight: 700;
}
.choice__bg {
  position: absolute;
}
.choice__bg.left {
  top: 13px;
  left: -48%;
  width: 431px;
}
@media (max-width: 900px) {
  .choice__bg.left {
    left: -22%;
    width: 155px;
  }
}
.choice__bg.right {
  top: 21px;
  right: -40%;
  width: 295px;
}
@media (max-width: 900px) {
  .choice__bg.right {
    right: -20%;
    width: 73px;
  }
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.reason {
  background-color: #ebf3ff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 900px) {
  .reason {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.reason__logo {
  width: 180px;
  margin: 0 auto 16px;
}
@media (max-width: 900px) {
  .reason__logo {
    width: 121px;
  }
}
.reason__title {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .reason__title {
    margin-bottom: 24px;
  }
}
.reason__contents {
  background-color: #fff;
  padding-block: clamp(35px, 12.4373956594px + 2.5041736227vw, 50px);
  padding-inline: clamp(56px, 19.8998330551px + 4.0066777963vw, 80px);
  border-radius: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1);
  max-width: 1174px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .reason__contents {
    padding: 16px;
    border-radius: 16px;
    max-width: 500px;
  }
}
.reason__contents__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #aac8ff;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .reason__contents__top {
    flex-direction: column;
    gap: 16px;
  }
}
.reason__contents__top .text {
  color: #2864f0;
}
@media (max-width: 900px) {
  .reason__contents__top .text {
    text-align: center;
  }
}
.reason__contents__top .title {
  font-size: clamp(32px, 25.9833055092px + 0.6677796327vw, 36px);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .reason__contents__top .title {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.reason__contents__top .description {
  font-size: clamp(14px, 10.9916527546px + 0.3338898164vw, 16px);
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 900px) {
  .reason__contents__top .description {
    font-size: 12px;
    line-height: 1.65;
  }
}
.reason__contents__top .img {
  max-width: 221px;
  padding-right: clamp(36.4px, 12.9348914858px + 2.6043405676vw, 52px);
}
@media (max-width: 900px) {
  .reason__contents__top .img {
    max-width: 160px;
    padding: 0;
  }
}
.reason__contents__top .img img {
  border-radius: 24px;
}
@media (max-width: 900px) {
  .reason__contents__top .img img {
    border-radius: 16px;
  }
}
.reason__contents__bottom .main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(70px, 24.8747913189px + 5.0083472454vw, 100px);
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .main {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.reason__contents__bottom .text {
  color: #2864f0;
}
@media (max-width: 900px) {
  .reason__contents__bottom .text {
    text-align: center;
  }
}
.reason__contents__bottom .title {
  font-size: clamp(32px, 25.9833055092px + 0.6677796327vw, 36px);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .title {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.reason__contents__bottom .description {
  font-size: clamp(14px, 10.9916527546px + 0.3338898164vw, 16px);
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .description {
    font-size: 12px;
    line-height: 20px;
  }
}
.reason__contents__bottom .list__item {
  display: flex;
  align-items: center;
  gap: clamp(21px, 7.4624373957px + 1.5025041736vw, 30px);
  padding: clamp(21px, 7.4624373957px + 1.5025041736vw, 30px);
  border-radius: 16px;
  border: 2px solid #ffd6a7;
  background: #fff0d2;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__item {
    gap: 25px;
    flex-direction: column;
    padding: 20px;
    border-radius: 11px;
  }
}
.reason__contents__bottom .list__item:nth-child(1) .list__img {
  max-width: clamp(153.3px, 54.4757929883px + 10.9682804674vw, 219px);
}
.reason__contents__bottom .list__item:nth-child(2) .list__img {
  max-width: clamp(130.2px, 46.2671118531px + 9.3155258765vw, 186px);
}
.reason__contents__bottom .list__item:nth-child(3) {
  border: 2px solid #bedbff;
  background: #ebf3ff;
}
.reason__contents__bottom .list__item:nth-child(3) .list__num {
  background-color: #2864f0;
}
.reason__contents__bottom .list__item:nth-child(3) .list__num::after {
  background-color: #2864f0;
}
.reason__contents__bottom .list__item:nth-child(3) .list__img {
  max-width: clamp(146.3px, 51.9883138564px + 10.4674457429vw, 209px);
}
.reason__contents__bottom .list__item:nth-child(3) .list__box__container .head {
  color: #2864f0;
}
.reason__contents__bottom .list__item:nth-child(3) .list__box__container .badge {
  background-color: #2864f0;
}
.reason__contents__bottom .list__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.reason__contents__bottom .list__num {
  position: relative;
  background-color: #fa6414;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-inline: clamp(6px, -4.5292153589px + 1.1686143573vw, 13px);
  font-size: clamp(25.2px, 8.9549248748px + 1.8030050083vw, 36px);
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__num {
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 24px;
  }
}
.reason__contents__bottom .list__num::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ebf3ff;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__num::before {
    top: 2px;
    height: 2px;
  }
}
.reason__contents__bottom .list__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 14px;
  background: #fa6414;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__num::after {
    bottom: -8px;
    height: 9px;
  }
}
.reason__contents__bottom .list__num span {
  display: block;
  white-space: nowrap;
  font-size: clamp(10px, 3.4874791319px + 0.5008347245vw, 11px);
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.reason__contents__bottom .list__box {
  width: 100%;
}
.reason__contents__bottom .list__box__container {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__container {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.reason__contents__bottom .list__box__container .head {
  color: #ff6b00;
  font-size: clamp(20px, 13.9833055092px + 0.6677796327vw, 24px);
  font-weight: 700;
  line-height: 1.16;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__container .head {
    order: 2;
    font-size: 20px;
    line-height: 19.726px;
  }
}
.reason__contents__bottom .list__box__container .badge {
  background-color: #ff6b00;
  color: #fff;
  padding: 4px 8px;
  font-size: clamp(10px, 6.9916527546px + 0.3338898164vw, 12px);
  font-weight: 700;
  line-height: 1.33;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__container .badge {
    order: 1;
    padding: 4px 5px 3px;
    font-size: 8.5px;
    border-radius: 3px;
  }
}
.reason__contents__bottom .list__box__note {
  color: #fa6414;
  font-size: clamp(12px, 8.9916527546px + 0.3338898164vw, 14px);
  font-weight: 400;
  line-height: 1.42;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__note {
    width: fit-content;
    margin: 0 auto;
  }
}
.reason__contents__bottom .list__box__txt {
  background-color: #fff;
  padding-block: 10px;
  padding-inline: clamp(12px, 5.9833055092px + 0.6677796327vw, 16px);
  margin-top: 12px;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__txt {
    padding: 6px 10px;
    margin-top: 10px;
    border-radius: 10px;
  }
}
.reason__contents__bottom .list__box__txt .txt {
  font-size: clamp(14px, 10.9916527546px + 0.3338898164vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__txt .txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.47;
    margin-bottom: 10px;
  }
}
.reason__contents__bottom .list__box__txt .txt span {
  color: #ff6b00;
  font-weight: 700;
}
.reason__contents__bottom .list__box__txt .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 8.9916527546px + 0.3338898164vw, 14px);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__txt .sub {
    gap: 5px;
  }
}
.reason__contents__bottom .list__box__txt .sub::before {
  content: "";
  display: block;
  background-image: url(../../assets/images/icon-check-orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__txt .sub::before {
    width: 14px;
    height: 14px;
  }
}
.reason__contents__bottom .list__box__txt .sub + .sub {
  margin-top: 4px;
}
.reason__contents__bottom .list__box__txt .link {
  /* color: #285ac8; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* text-decoration: underline; */
}
@media (max-width: 900px) {
  .reason__contents__bottom .list__box__txt .link {
    font-size: 12px;
    line-height: 1.13;
  }
}
.reason__contents__note {
  color: #6a7282;
  font-size: clamp(12px, 8.9916527546px + 0.3338898164vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  margin-top: clamp(22.4px, 7.959933222px + 1.6026711185vw, 32px);
}

/*===========================================================================*/
/*  price  */
/*===========================================================================*/
.price {
  padding-top: 120px;
  padding-bottom: 120px;
  background: radial-gradient(182.23% 60.88% at 45.39% 36.96%, #fff0d2 0%, #ffd278 100%);
}
@media (max-width: 900px) {
  .price {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.price__inner {
  position: relative;
}
.price__title {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .price__title {
    margin-bottom: 24px;
  }
}
.price__graphic {
  position: absolute;
  top: -236px;
  right: 50%;
  transform: translateX(calc(-50% + 450px));
  width: 154px;
  width: clamp(107.8px, 38.3071786311px + 7.7128547579vw, 154px);
}
.price__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(16.8px, 5.9699499165px + 1.2020033389vw, 24px);
  max-width: 1152px;
  margin: 0 auto 50px;
}
@media (max-width: 900px) {
  .price__list {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 24px;
  }
}
.price__item {
  background-color: #fff;
  border-radius: 18px;
  text-align: center;
  width: 100%;
}
@media (max-width: 900px) {
  .price__item:nth-child(1) {
    order: 3;
  }
}
.price__item:nth-child(1) .price__item__img {
  max-width: 114px;
}
@media (max-width: 900px) {
  .price__item:nth-child(2) {
    order: 2;
  }
}
.price__item:nth-child(2) .price__item__img {
  max-width: 119px;
}
@media (max-width: 900px) {
  .price__item:nth-child(3) {
    order: 1;
  }
}
.price__item:nth-child(3) .price__item__head {
  background-color: #ebf3ff;
  border-radius: 18px 18px 0 0;
}
.price__item:nth-child(3) .price__item__badge {
  background: #2864f0;
  color: #fff;
}
.price__item:nth-child(3) .price__item__plan {
  color: #2864f0;
}
.price__item:nth-child(3) .price__item__img {
  max-width: 103px;
}
.price__item:nth-child(3) .price__item__box .new {
  color: #fa6414;
}
@media (max-width: 900px) {
  .price__item:nth-child(3) .price__item__list {
    margin-bottom: 72px;
  }
}
.price__item:nth-child(3) .price__item__button a {
  background-color: #fa6414;
}
.price__item__head {
  padding-top: clamp(24.5px, 8.7061769616px + 1.7529215359vw, 35px);
  padding-inline: clamp(23.1px, 8.2086811352px + 1.652754591vw, 33px);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .price__item__head {
    padding-top: 35px;
  }
}
.price__item__inner {
  padding-bottom: clamp(24.5px, 8.7061769616px + 1.7529215359vw, 35px);
  padding-inline: clamp(23.1px, 8.2086811352px + 1.652754591vw, 33px);
}
.price__item__badge {
  border-radius: 23px;
  background: #ebf3ff;
  padding: 4px 12px;
  margin-bottom: 16px;
  font-size: clamp(14px, 4.9749582638px + 1.0016694491vw, 20px);
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .price__item__badge {
    font-size: 20px;
  }
}
.price__item__plan {
  font-size: clamp(16.8px, 5.9699499165px + 1.2020033389vw, 24px);
  font-weight: 600;
}
@media (max-width: 900px) {
  .price__item__plan {
    font-size: 24px;
  }
}
.price__item__img {
  margin: 0 auto 16px;
}
.price__item__box {
  margin-bottom: 16px;
}
.price__item__box .original {
  position: relative;
  display: inline-block;
  font-size: clamp(12.6px, 4.4774624374px + 0.9015025042vw, 18px);
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 900px) {
  .price__item__box .original {
    font-size: 18px;
  }
}
.price__item__box .original::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5a5a5a;
}
.price__item__box .original .medium {
  font-size: clamp(9.1px, 3.2337228715px + 0.6510851419vw, 13px);
}
@media (max-width: 900px) {
  .price__item__box .original .medium {
    font-size: 13px;
  }
}
.price__item__box .original .small {
  font-size: clamp(9.8px, 3.4824707846px + 0.7011686144vw, 14px);
  font-weight: 700;
}
@media (max-width: 900px) {
  .price__item__box .original .small {
    font-size: 14px;
  }
}
.price__item__box .arrow {
  display: flex;
  max-width: 13px;
  margin: 0 auto 9px;
}
.price__item__box .new {
  color: #2864f0;
  font-size: clamp(25.2px, 8.9549248748px + 1.8030050083vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .price__item__box .new {
    font-size: 36px;
  }
}
.price__item__box .new span {
  display: block;
  font-size: 16px;
}
.price__item__list {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: clamp(50.4px, 17.9098497496px + 3.6060100167vw, 72px);
}
@media (max-width: 900px) {
  .price__item__list {
    margin-bottom: 40px;
  }
}
.price__item__list li {
  display: flex;
  align-items: center;
  gap: clamp(8.4px, 2.9849749583px + 0.6010016694vw, 12px);
  font-size: clamp(11.9px, 4.2287145242px + 0.8514190317vw, 17px);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .price__item__list li {
    font-size: 17px;
  }
}
.price__item__list li::before {
  content: "";
  display: block;
  background-image: url(../../assets/images/icon-check-black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(16.8px, 5.9699499165px + 1.2020033389vw, 24px);
  height: clamp(16.8px, 5.9699499165px + 1.2020033389vw, 24px);
}
@media (max-width: 900px) {
  .price__item__list li::before {
    width: 24px;
    height: 24px;
  }
}
.price__item__button {
  position: relative;
}
.price__item__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16.8px, 5.9699499165px + 1.2020033389vw, 24px);
  padding: 17px 0;
  background-color: #2864f0;
  color: #fff;
  border-radius: 12px;
  font-size: clamp(14px, 4.9749582638px + 1.0016694491vw, 20px);
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 2.911px 5.822px 0 rgba(0, 0, 0, 0.2), 0 0 23.29px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .price__item__button a {
    font-size: 20px;
  }
}
.price__item__button a::after {
  content: "";
  background-image: url(../../assets/images/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: clamp(7.7px, 2.7362270451px + 0.550918197vw, 11px);
  height: clamp(12.6px, 4.4774624374px + 0.9015025042vw, 18px);
}
@media (max-width: 900px) {
  .price__item__button a::after {
    width: 11px;
    height: 18px;
  }
}
.price__item__button a:hover {
  color: #fff;
  text-decoration: none;
}
.price__item__button span {
  position: absolute;
  top: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: translateX(-50%);
  color: #fa6414;
  font-size: clamp(11.9px, 4.2287145242px + 0.8514190317vw, 17px);
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 900px) {
  .price__item__button span {
    font-size: 17px;
  }
}
.price__item__button span::before, .price__item__button span::after {
  content: "";
  display: block;
  height: clamp(15.4px, 5.4724540902px + 1.101836394vw, 22px);
  width: 2px;
  background-color: #fa6414;
}
@media (max-width: 900px) {
  .price__item__button span::before, .price__item__button span::after {
    height: 22px;
  }
}
.price__item__button span::before {
  transform: rotate(-30deg);
}
.price__item__button span::after {
  transform: rotate(30deg);
}
.price__table {
  max-width: 1157px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .price__table {
    max-width: 500px;
  }
}

/*===========================================================================*/
/*  appeal  */
/*===========================================================================*/
.appeal {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 900px) {
  .appeal {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.appeal__title {
  margin-bottom: clamp(49px, 17.4123539232px + 3.5058430718vw, 70px);
}
@media (max-width: 900px) {
  .appeal__title {
    margin-bottom: 32px;
  }
}
.appeal__description {
  color: #2864f0;
  text-align: center;
  font-size: clamp(16px, 12.9916527546px + 0.3338898164vw, 18px);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.63;
}
@media (max-width: 900px) {
  .appeal__description {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.43;
  }
}
.appeal__description:last-child {
  margin-bottom: 0;
}
.appeal__description.appeal__description__orange {
  color: #ff6b00;
  font-size: clamp(18px, 14.9916527546px + 0.3338898164vw, 20px);
  line-height: 1.4;
  border-bottom: 1.818px solid #ffd6a7;
  margin-bottom: clamp(10.5px, 3.7312186978px + 0.7512520868vw, 15px);
  display: inline-block;
}
@media (max-width: 900px) {
  .appeal__description.appeal__description__orange {
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 1.14;
  }
}
.appeal__text {
  position: relative;
  max-width: clamp(700px, 564.6243739566px + 15.0250417362vw, 790px);
  margin: 0 auto;
  font-feature-settings: normal;
}
@media (max-width: 900px) {
  .appeal__text {
    max-width: 320px;
  }
}
.appeal__image01 {
  position: absolute;
  z-index: 1;
  width: 178px;
  top: -56px;
  left: -136px;
}
@media (max-width: 900px) {
  .appeal__image01 {
    display: none;
  }
}
.appeal__image02 {
  position: absolute;
  z-index: 1;
  width: 129px;
  top: 70px;
  right: -120px;
}
@media (max-width: 900px) {
  .appeal__image02 {
    display: none;
  }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ebf3ff;
  position: relative;
}
@media (max-width: 900px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq__inner {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 900px) {
  .faq__inner {
    max-width: 500px;
  }
}
.faq__head {
  color: #2864f0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .faq__head {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.faq__usualy {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .faq__usualy {
    margin-bottom: 24px;
  }
}
.faq__usualy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.faq__usualy__item {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}
.faq__usualy__q {
  margin-bottom: 8px;
}
.faq__usualy__q, .faq__usualy__a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: normal;
  display: flex;
  align-items: center;
}
.faq__usualy__q span, .faq__usualy__a span {
  color: #2864f0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 8px;
}
@media (max-width: 900px) {
  .faq__policy {
    position: relative;
  }
  .faq__policy::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -149px;
    width: 173px;
    height: 88px;
    background: url(../images/faq__image04.png) no-repeat center center/contain;
  }
  .faq__policy::after {
    content: "";
    position: absolute;
    top: 1000px;
    left: -43px;
    width: 173px;
    height: 88px;
    background: url(../images/faq__image04.png) no-repeat center center/contain;
    z-index: -1;
  }
}
.faq__policy dl {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.faq__policy dl dt {
  color: #2864f0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
}
@media (max-width: 900px) {
  .faq__policy dl dt {
    font-size: 12px;
    line-height: 1.83;
  }
}
.faq__policy dl dd {
  color: #000;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 1em;
}
@media (max-width: 900px) {
  .faq__policy dl dd {
    font-size: 12px;
    line-height: 1.83;
  }
}
.faq__policy dl dd:last-child {
  margin-bottom: 0;
}
.faq__policy dl dd div {
  position: relative;
  padding-left: 1em;
}
.faq__policy dl dd div::before {
  content: "・";
  color: #000;
  font-size: 14px;
  line-height: 1.57;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .faq__policy dl dd div::before {
    font-size: 12px;
    line-height: 1.83;
  }
}
.faq__policy dl dd div a {
  text-decoration: underline;
  color: #2864f0;
}
.faq__policy dl dd ul li {
  position: relative;
  padding-left: 1em;
}
.faq__policy dl dd ul li::before {
  content: "・";
  color: #000;
  font-size: 14px;
  line-height: 1.57;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .faq__policy dl dd ul li::before {
    font-size: 12px;
    line-height: 1.83;
  }
}
.faq__policy dl dd ul li.faq__grid {
  display: grid;
  grid-template-columns: 100px auto;
}
.faq__policy dl a {
  color: #000;
  font-size: 14px;
  line-height: 1.57;
  text-decoration-line: underline;
}
@media (max-width: 900px) {
  .faq__policy dl a {
    font-size: 12px;
    line-height: 1.83;
    display: inline;
  }
}
.faq__images > * {
  position: absolute;
  z-index: 2;
}
.faq__image01 {
  width: 213px;
  top: -72px;
  left: calc(50% + 395px);
}
@media (max-width: 900px) {
  .faq__image01 {
    display: none;
  }
}
.faq__image02 {
  width: 173px;
  top: 264px;
  right: calc(50% + 519px);
}
@media (max-width: 900px) {
  .faq__image02 {
    display: none;
  }
}
.faq__image03 {
  width: 287px;
  top: 479px;
  left: calc(50% + 477px);
}
@media (max-width: 900px) {
  .faq__image03 {
    display: none;
  }
}
.faq__image04 {
  width: 173px;
  top: 823px;
  right: calc(50% + 368px);
}
@media (max-width: 900px) {
  .faq__image04 {
    display: none;
  }
}
.faq__image05 {
  width: 173px;
  top: 1285px;
  left: calc(50% + 498px);
}
@media (max-width: 900px) {
  .faq__image05 {
    display: none;
  }
}
.faq__image06 {
  width: 173px;
  top: 1549px;
  right: calc(50% + 490px);
}
@media (max-width: 900px) {
  .faq__image06 {
    display: none;
  }
}