@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  color: #122646;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.266vw;
  }
}

a {
  color: #122646;
  text-decoration: none;
}

#wrapper {
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 16px 40px;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding: 1.8vw 2.4vw;
  }
}
header .header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradation-blue, linear-gradient(270deg, #00EAFF 0%, var(--Main-1, #382EB1) 100%));
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 70px 18px 40px;
  border-radius: 98px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  position: relative;
}
header .header-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0;
  background: url(../img/btn-arrow.svg) center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-contact a:after {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    background-size: 100%;
    top: inherit;
    right: 0;
    bottom: calc(8 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
  }
}
header .header-contact a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  header .header-contact a {
    font-size: calc(14.5 / 375 * 100vw);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.08em;
    padding: calc(15 / 375 * 100vw) calc(1 / 375 * 100vw) calc(24 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    background: var(--gradation-blue, linear-gradient(270deg, #00EAFF 0%, var(--Main-1, #382EB1) 100%));
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 1.5vw 2vw;
    align-items: flex-start;
  }
  header .logo img {
    height: 32px;
  }
}

.fix-bnr {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 200;
  display: none;
}
.fix-bnr a {
  display: block;
  transition: transform 0.2s, opacity 0.2s;
}
.fix-bnr a:hover {
  opacity: 0.85;
}
.fix-bnr img {
  width: 253px;
  height: auto;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fix-bnr {
    bottom: 0;
    right: 0;
  }
  .fix-bnr img {
    width: 30vw;
  }
}

.mv {
  position: relative;
  background: #e8f4fb;
}
.mv:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 9vw;
  display: block;
  background: url(../img/mv-bottom.svg) center bottom/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv:after {
    background: url(../img/mv-bottom-sp.svg) center bottom/100% auto no-repeat;
  }
}
.mv__inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 480px;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 70vw;
  }
}
.mv__photo {
  width: 100%;
  height: 770px;
}
.mv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 767px) {
  .mv__photo {
    position: static;
    width: 100%;
    height: 98vw;
  }
  .mv__photo::after {
    background: linear-gradient(to bottom, transparent 60%, #e8f4fb 100%);
  }
}
.mv__text {
  position: absolute;
  z-index: 2;
  width: 860px;
  padding: 25px 23px 20px;
  border-radius: 0 50px 50px 0;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 100%;
    text-align: center;
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(35 / 375 * 100vw);
    border-radius: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  .mv__text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20vw;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.mv__sub {
  position: absolute;
  top: -1.2em;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: fit-content;
  text-align: center;
  align-items: center;
  gap: 4px;
  font-size: 33px;
  font-weight: 900;
  color: #382EB1;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .mv__sub {
    font-size: calc(16.5 / 375 * 100vw);
    line-height: 1.6;
    position: relative;
    top: -0.5em;
    padding: 0 calc(30 / 375 * 100vw);
  }
}
.mv__sub:before, .mv__sub:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 42px;
  display: block;
}
@media screen and (max-width: 767px) {
  .mv__sub:before, .mv__sub:after {
    width: calc(24 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}
.mv__sub:before {
  left: 0;
  background: url(../img/mv-sub-balloon1.svg) center/25px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv__sub:before {
    background: url(../img/mv-sub-balloon1-sp.svg) center/calc(24 / 375 * 100vw) auto no-repeat;
  }
}
.mv__sub:after {
  right: 0;
  background: url(../img/mv-sub-balloon2.svg) center/25px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv__sub:after {
    background: url(../img/mv-sub-balloon2-sp.svg) center/calc(24 / 375 * 100vw) auto no-repeat;
  }
}
.mv__sub span {
  color: #382EB1;
}
.mv__sub em {
  font-style: normal;
  background: #F2FA52;
  line-height: 1.1;
  display: inline-block;
  padding: 2px 15px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mv__sub em {
    padding: calc(2 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.mv__title {
  font-size: 59px;
  font-weight: 900;
  text-align: center;
  color: #382EB1;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 6.4vw;
    overflow: visible;
  }
}
.mv__title ruby {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mv__title ruby {
    text-emphasis: "・"; /* 好きな記号を指定可能 */
    text-emphasis-position: over; /* 文字の上に配置 */
    -webkit-text-emphasis: "・"; /* Safari用 */
    -webkit-text-emphasis-position: over;
  }
}
.mv__title ruby rt {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -0.45em;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__title ruby rt {
    font-size: calc(23 / 375 * 100vw);
    left: 0.02em;
    display: none;
  }
}
.mv__price {
  display: flex;
  align-items: flex-end;
  gap: 0;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mv__price {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
}
.mv__price .now {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: url(../img/mv-price-now-bg.svg) center/100% auto no-repeat;
  width: 100px;
  line-height: 100px;
  display: block;
  position: relative;
  top: -38px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .mv__price .now {
    font-size: calc(14 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
  }
}
.mv__price .num {
  font-size: 80px;
  font-weight: 900;
  color: #382EB1;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .mv__price .num {
    width: calc(182 / 375 * 100vw);
    line-height: 0.6;
  }
}
.mv__price .small-text {
  font-size: 21px;
  color: #382EB1;
  align-self: flex-end;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mv__price .small-text {
    font-size: calc(10.5 / 375 * 100vw);
    position: relative;
    top: -3.5vw;
  }
}
.mv__price .yen {
  font-size: 80px;
  font-weight: bold;
  color: #382EB1;
  align-self: flex-end;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mv__price .yen {
    font-size: calc(40 / 375 * 100vw);
  }
}
.mv__price .yen small {
  font-size: 74px;
}
@media screen and (max-width: 767px) {
  .mv__price .yen small {
    font-size: calc(37 / 375 * 100vw);
  }
}
.mv__price ruby {
  position: relative;
}
.mv__price ruby rt {
  font-weight: bold;
  position: absolute;
  top: -2.5em;
  left: 0;
}
.mv__price .receive {
  font-size: 35px;
  font-weight: 900;
  color: #382EB1;
  align-self: flex-end;
  margin-bottom: -10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mv__price .receive {
    font-size: calc(16.5 / 375 * 100vw);
  }
}
.mv__price .receive strong {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .mv__price .receive strong {
    font-size: calc(20 / 375 * 100vw);
  }
}
.mv__note {
  color: #382EB1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__note {
    font-size: calc(12 / 375 * 100vw);
  }
}

.sec-head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-head {
    margin-bottom: 8vw;
  }
}
.sec-head__label {
  display: inline-block;
  font-size: 14px;
  color: #382EB1;
  border-bottom: 2px solid #382EB1;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-head__label {
    font-size: 3.5vw;
  }
}
.sec-head__title {
  font-size: 32px;
  font-weight: bold;
  color: #382EB1;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec-head__title {
    font-size: 6.4vw;
  }
}
.sec-head__sub {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec-head__sub {
    font-size: 3.5vw;
  }
}

.sec-head--circle {
  color: #382EB1;
  font-size: 56px;
  text-align: left;
  padding: 52px 0 61px 100px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-head--circle {
    font-size: calc(29 / 375 * 100vw);
    padding: 7vw 0 8vw 10vw;
    margin-bottom: 6vw;
  }
}
.sec-head--circle:before, .sec-head--circle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  display: block;
  border-radius: 50%;
}
.sec-head--circle:before {
  width: 188px;
  height: 188px;
  left: 0;
  border: 14px solid #F2FA52;
}
@media screen and (max-width: 767px) {
  .sec-head--circle:before {
    width: calc(94 / 375 * 100vw);
    height: calc(94 / 375 * 100vw);
    border: calc(7 / 375 * 100vw) solid #F2FA52;
  }
}
.sec-head--circle:after {
  width: 92px;
  height: 92px;
  left: 48px;
  background: #F2FA52;
}
@media screen and (max-width: 767px) {
  .sec-head--circle:after {
    left: calc(27 / 375 * 100vw);
    width: calc(42 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
}
.sec-head--circle h2 {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec-head--circle h2 {
    font-size: calc(29 / 375 * 100vw);
  }
}
.sec-head--circle h2 span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-head--circle h2 small {
  width: fit-content;
  font-size: 32px;
  background: linear-gradient(transparent 90%, #F2FA52 90%);
}
@media screen and (max-width: 767px) {
  .sec-head--circle h2 small {
    font-size: calc(19 / 375 * 100vw);
  }
}

.cont1 {
  background: #F2FA52;
  padding: 20px 20px 88px;
}
@media screen and (max-width: 767px) {
  .cont1 {
    padding: 2vw 5vw 7vw;
  }
}
.cont1__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont1__inner {
    padding: 0 3.5vw;
  }
}
.cont1__inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .cont1__inner {
    padding: 0;
  }
}
.cont1__top-text {
  text-align: center;
  font-size: 27px;
  line-height: 1.33;
  font-weight: bold;
  color: #382EB1;
  border-top: 2px solid #382EB1;
  border-bottom: 2px solid #382EB1;
  padding: 8px 30px;
  max-width: 900px;
  margin: 0 auto 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cont1__top-text {
    font-size: calc(19 / 375 * 100vw);
    padding: 1.2vw 5vw;
    margin-bottom: 3vw;
  }
}
.cont1__heading {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont1__heading {
    margin-bottom: 2vw;
  }
}
.cont1__percent .badge {
  display: inline-block;
  background: #382EB1;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 98px;
  vertical-align: super;
  margin-right: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont1__percent .badge {
    font-size: calc(18 / 375 * 100vw);
    padding: 2vw 6vw;
  }
}
.cont1__percent .badge:after {
  content: "";
  position: absolute;
  right: 39%;
  bottom: -10px;
  background: url(../img/balloon-arrow.svg) center no-repeat;
  width: 19px;
  height: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cont1__percent .badge:after {
    right: 50%;
    bottom: -1.7vw;
    background: url(../img/balloon-arrow.svg) center/1.8vw auto no-repeat;
    width: 1.8vw;
    height: 1.8vw;
  }
}
.cont1__off {
  font-size: 64px;
  font-weight: 900;
  color: #382EB1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont1__off {
    font-size: calc(50 / 375 * 100vw);
  }
}
.cont1__off .cont1__heading__right .cont1__percent {
  line-height: 1;
}
.cont1__off .cont1__heading__right p {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cont1__off figure {
    width: calc(134 / 375 * 100vw);
  }
}
.cont1__off figure img {
  vertical-align: bottom;
}
.cont1__sub-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #382EB1;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont1__sub-heading {
    font-size: calc(28 / 375 * 100vw);
    margin-bottom: 8vw;
  }
}
.cont1 hr {
  border: none;
  border-top: 2px solid #382EB1;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .cont1 hr {
    margin-bottom: 8vw;
  }
}
.cont1__period {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cont1__period {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.cont1__period .period-badge {
  background: #382EB1;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  width: 192px;
  height: 192px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-badge {
    width: 76vw;
    min-width: 36vw;
    height: auto;
    padding: 5vw 5vw 7vw;
    margin-bottom: 4vw;
  }
}
.cont1__period .period-badge .period-main {
  color: #F2FA52;
  font-size: 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-badge .period-main {
    font-size: calc(32 / 375 * 100vw);
    margin-bottom: 1.5vw;
  }
}
.cont1__period .period-badge .period-sub {
  display: block;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-badge .period-sub {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cont1__period .period-text {
    text-align: center;
  }
}
.cont1__period .period-text h3 {
  font-size: 48px;
  line-height: 1.16;
  font-weight: bold;
  color: #382EB1;
  display: inline;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-text h3 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.3;
    display: block;
    margin-bottom: 3vw;
  }
}
.cont1__period .period-text p {
  font-size: 24px;
  color: #122646;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-text p {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
    text-align: left;
  }
}
.cont1__period .period-text p.lead {
  color: #382EB1;
  font-size: 32px;
  line-height: 1.5;
  width: fit-content;
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .cont1__period .period-text p.lead {
    font-size: calc(24 / 375 * 100vw);
    padding: 0 6vw 2vw;
    background: linear-gradient(transparent 50%, #fff 50%);
    display: inline-block;
    margin-bottom: 3vw;
  }
}
.cont1__boxes {
  display: flex;
  gap: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont1__boxes {
    flex-direction: column;
    gap: 6vw;
  }
}
.cont1__box {
  font-weight: 700;
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont1__box {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw 5vw;
  }
}
.cont1__box .box-sub {
  font-size: 32px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .cont1__box .box-sub {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1;
  }
}
.cont1__box .box-main {
  font-size: 64px;
  color: #382EB1;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cont1__box .box-main {
    font-size: calc(49 / 375 * 100vw);
  }
}
.cont1__box .box-main strong {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .cont1__box .box-main strong {
    font-size: calc(73 / 375 * 100vw);
  }
}
.cont1__box .box-note {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cont1__box .box-note {
    font-size: calc(26 / 375 * 100vw);
  }
}
.cont1__box .box-note span {
  display: inline-block;
  line-height: 1.4;
  background: linear-gradient(transparent 90%, #F2FA52 90%);
}
@media screen and (max-width: 767px) {
  .cont1__box .box-note span {
    background: linear-gradient(transparent 85%, #F2FA52 85%);
  }
}
.cont1__box--right {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont1__box--right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cont1__box--right h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}
.cont1__box--right h3 strong {
  color: #382EB1;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .cont1__box--right h3 strong {
    font-size: calc(30 / 375 * 100vw);
  }
}
.cont1__box--right p {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cont1__box--right p {
    font-size: 3.5vw;
  }
}
.cont1__plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 80px;
  margin: auto;
  background: url(../img/plus.svg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .cont1__plus {
    top: 50vw;
    bottom: inherit;
    width: calc(40 / 375 * 100vw);
    height: calc(41 / 375 * 100vw);
    background-size: 100% auto;
  }
}

.cont2 {
  padding: 100px 20px 20px;
  background: #F9F9F7;
}
@media screen and (max-width: 767px) {
  .cont2 {
    padding: 12vw 5vw 7vw;
  }
}
.cont2__title {
  color: #382EB1;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px; /* 115.625% */
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: auto;
  text-decoration-color: #382EB1;
  text-decoration-thickness: 4.5%; /* 5.44px */
  text-underline-offset: 10%; /* 16px */
  text-underline-position: from-font;
  display: inline-block;
  position: relative;
  padding: 0 88px;
}
@media screen and (max-width: 767px) {
  .cont2__title {
    font-size: calc(31 / 375 * 100vw);
    line-height: 1.61;
    padding: 0 15vw;
    text-decoration-thickness: 6.5%; /* 5.44px */
  }
}
.cont2__title:before, .cont2__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 41px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .cont2__title:before, .cont2__title:after {
    top: 4vw;
    width: calc(41 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
  }
}
.cont2__title:before {
  left: 0;
  background: url(../img/cont2-ttl1.svg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .cont2__title:before {
    background-size: calc(41 / 375 * 100vw) auto;
  }
}
.cont2__title:after {
  right: 0;
  background: url(../img/cont2-ttl2.svg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .cont2__title:after {
    background-size: calc(41 / 375 * 100vw) auto;
  }
}
.cont2__inner {
  max-width: 1216px;
  width: 1216px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cont2__inner {
    width: auto;
  }
}
.cont2__bubbles {
  position: relative;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .cont2__bubbles {
    height: 130vw;
  }
}
.cont2__bubble {
  background: url(../img/cont2-balloon.svg) center no-repeat;
  width: 295px;
  height: 244px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  padding: 45px 20px 0;
}
@media screen and (max-width: 767px) {
  .cont2__bubble {
    background-size: 100% auto;
    width: calc(196 / 375 * 100vw);
    height: calc(164 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    padding: 10vw 0 0;
  }
}
.cont2__bubble:nth-child(1) {
  top: 0;
  left: 0;
}
.cont2__bubble:nth-child(2) {
  top: 95px;
  left: 308px;
}
@media screen and (max-width: 767px) {
  .cont2__bubble:nth-child(2) {
    top: 30vw;
    left: inherit;
    right: 0;
  }
}
.cont2__bubble:nth-child(3) {
  top: 0;
  left: 615px;
}
@media screen and (max-width: 767px) {
  .cont2__bubble:nth-child(3) {
    top: 60vw;
    left: 0;
  }
}
.cont2__bubble:nth-child(4) {
  top: 95px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cont2__bubble:nth-child(4) {
    padding: 7vw 0 0;
    top: 90vw;
  }
}

.cont3 {
  padding: 30px 20px 55px;
  background: #fafaf5;
}
@media screen and (max-width: 767px) {
  .cont3 {
    padding: 0 2vw 12vw;
  }
}
.cont3__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont3__inner {
    padding: 0 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cont3__inner {
    padding: 4vw 0 0;
  }
}
.cont3__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 54px 20px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont3__grid {
    display: block;
  }
}
.cont3__center {
  grid-row: 1/3;
  grid-column: 2;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cont3__center {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
  }
}
.cont3__center h3 {
  font-size: 50.4px;
  line-height: 1.2;
  font-weight: bold;
  color: #382EB1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont3__center h3 {
    font-size: calc(33.4 / 375 * 100vw);
    line-height: 1.1;
    text-align: left;
    margin-left: 3vw;
  }
}
.cont3__center h3 strong {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .cont3__center h3 strong {
    font-size: calc(45 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cont3__center div {
    width: calc(152 / 375 * 100vw);
  }
}
.cont3__item {
  background: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin: 0 20px;
  border: 1px solid #D9D9D9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont3__item {
    width: calc(310 / 375 * 100vw);
    height: calc(316 / 375 * 100vw);
    padding: 4vw;
    margin: 0 auto 2.5vw;
  }
}
.cont3__item .merit-label {
  position: absolute;
  top: -22px;
  left: 30px;
  transform: rotate(-6deg);
  display: inline-block;
  background: #F2FA52;
  color: #382EB1;
  font-size: 24px;
  font-weight: bold;
  padding: 3px 24px;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .cont3__item .merit-label {
    top: calc(18 / 375 * 100vw);
    left: calc(32 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    padding: 1.5vw 5vw 1.5vw 3vw;
  }
}
.cont3__item .merit-label span {
  display: inline-block;
  vertical-align: middle;
}
.cont3__item .merit-label strong {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 54px;
  line-height: 1.37;
}
@media screen and (max-width: 767px) {
  .cont3__item .merit-label strong {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1.1;
  }
}
.cont3__item .merit-icon {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cont3__item .merit-icon {
    width: calc(224 / 375 * 100vw);
    margin: 0 auto 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .cont3__item .merit-icon img {
    width: 100%;
    margin-bottom: 0;
  }
}
.cont3__item .merit-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cont3__item .merit-text {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.4;
    margin-top: -2vw;
  }
}

.cont4 {
  padding: 0 20px 105px;
  background: #fafaf5;
}
@media screen and (max-width: 767px) {
  .cont4 {
    padding: 0 0 14vw;
  }
}
.cont4__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont4__inner {
    padding: 0 3.5vw;
  }
}
.cont4__inner {
  padding: 0 3vw;
  box-sizing: content-box;
}
.cont4__box {
  border: 5px solid #382EB1;
  border-radius: 16px;
  padding: 50px 75px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont4__box {
    border: 1.5vw solid #382EB1;
    flex-direction: column;
    padding: 12vw 6vw 6vw;
    gap: 7vw;
  }
}
.cont4__label {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  background: #382EB1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 50px;
  border-radius: 98px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cont4__label {
    top: -9vw;
    font-size: calc(18 / 375 * 100vw);
    padding: 3.5vw 8vw;
  }
}
.cont4__label:after {
  content: "";
  position: absolute;
  right: 47%;
  bottom: -15px;
  background: url(../img/balloon-arrow.svg) center no-repeat;
  width: 24px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cont4__label:after {
    background-size: 100% auto;
    bottom: calc(-15 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}
.cont4__photo {
  width: 416px;
}
.cont4__photo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cont4__photo {
    width: 100%;
  }
}
.cont4__text {
  flex: 1;
}
.cont4__text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #382EB1;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cont4__text h3 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .cont4__text p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.cta-band {
  text-align: center;
  background: var(--gradation-blue, linear-gradient(270deg, #00EAFF 0%, var(--Main-1, #382EB1) 100%));
}
@media screen and (max-width: 767px) {
  .cta-band {
    background: var(--gradation-blue, linear-gradient(270deg, #00EAFF 0%, var(--Main-1, #382EB1) 100%));
  }
}
.cta-band a {
  display: block;
  padding: 48px 20px;
}
@media screen and (max-width: 767px) {
  .cta-band a {
    padding: 9vw 1vw;
  }
}
.cta-band__badge {
  display: inline-block;
  background: #F2FA52;
  color: #122646;
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  padding: 8px 60px;
  border-radius: 98px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-band__badge {
    font-size: calc(28 / 375 * 100vw);
    padding: 1.8vw 11vw;
  }
}
.cta-band__badge:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11.5px;
  left: 0;
  margin: 0 auto;
  width: 14px;
  height: 12px;
  background: #F2FA52;
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cta-band__title {
  font-size: 48px;
  line-height: 1.16;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cta-band__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.4;
  }
}
.cta-band__note {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-band__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2;
  }
}

.cont5 {
  padding: 80px 20px 60px;
  background: #F9F9F7;
}
@media screen and (max-width: 767px) {
  .cont5 {
    padding: 9vw 0 5vw;
  }
}
.cont5__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont5__inner {
    padding: 0 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cont5__inner .sec-head--circle {
    margin-bottom: 9vw;
  }
}
.cont5__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .cont5__grid {
    display: block;
  }
}
.cont5__item {
  border: 5px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cont5__item {
    font-size: calc(21 / 375 * 100vw);
    padding: 3vw;
    margin-bottom: 3vw;
  }
}

.cont6 {
  padding: 25px 20px 105px;
  background: #F9F9F7;
}
@media screen and (max-width: 767px) {
  .cont6 {
    padding: 0 0 14vw;
  }
}
.cont6__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont6__inner {
    padding: 0 3.5vw;
  }
}
.cont6__inner .sec-head--circle {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cont6__inner .sec-head--circle {
    margin-bottom: 1vw;
  }
}
.cont6__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cont6__list {
    gap: 6vw;
  }
}
.cont6__item {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 5px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .cont6__item {
    flex-direction: column;
    padding: 12vw 6vw 6vw;
    gap: 3vw;
    text-align: center;
  }
}
.cont6__icon {
  width: 225px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont6__icon {
    width: calc(166 / 375 * 100vw);
  }
}
.cont6__text .point-label {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #382EB1;
  background: linear-gradient(transparent 90%, #F2FA52 90%);
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont6__text .point-label {
    margin: 0 auto 2.5vw;
    font-size: calc(24 / 375 * 100vw);
  }
}
.cont6__text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .cont6__text h3 {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.52;
    text-align: left;
    margin-bottom: 1vw;
  }
}
.cont6__text p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cont6__text p {
    text-align: left;
    line-height: 2;
  }
}

.cont7 {
  padding: 80px 20px 60px;
  background: #F9F9F7;
}
@media screen and (max-width: 767px) {
  .cont7 {
    padding: 14vw 0 0;
  }
}
.cont7__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont7__inner {
    padding: 0 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cont7__inner .sec-head--circle {
    margin-bottom: 12vw;
  }
}
.cont7__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .cont7__grid {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.cont7__item {
  background: #fff;
  border-radius: 12px;
  padding: 104px 24px 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont7__item {
    padding: 32vw 5vw 10vw;
  }
}
.cont7__avatar {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont7__avatar img {
    top: -10vw;
    width: calc(140 / 375 * 100vw);
    height: calc(140 / 375 * 100vw);
  }
}
.cont7__text {
  line-height: 1.9;
}
.cont8 {
  padding: 25px 20px 105px;
  background: #fafaf5;
}
@media screen and (max-width: 767px) {
  .cont8 {
    padding: 11vw 0 13vw;
  }
}
.cont8__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont8__inner {
    padding: 0 3.5vw;
  }
}
.cont8__inner .sec-head--circle {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cont8__inner .sec-head--circle {
    margin-bottom: 4vw;
  }
}
.cont8__desc {
  line-height: 1.9;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .cont8__desc {
    margin-bottom: 10vw;
    line-height: 2;
  }
}
.cont8__circles {
  display: flex;
  justify-content: center;
  gap: 110px;
  position: relative;
  padding-top: 408px;
}
@media screen and (max-width: 767px) {
  .cont8__circles {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
}
.cont8__circle {
  background: #382EB1;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cont8__circle {
    border-radius: 6vw;
    width: 100%;
    height: auto;
    padding: 9vw 9vw 10vw;
  }
}
.cont8__circle.abs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cont8__circle.abs {
    position: static;
  }
}
.cont8__circle .circle-point {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-family: "Jost", sans-serif;
  border-bottom: 5px solid #F2FA52;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .cont8__circle .circle-point {
    font-size: calc(24 / 375 * 100vw);
    border-bottom: 1.5vw solid #F2FA52;
    margin-bottom: 5vw;
  }
}
.cont8__circle h3 {
  color: #F2FA52;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  max-width: 260px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont8__circle h3 {
    font-size: calc(20 / 375 * 100vw);
    max-width: inherit;
    margin-bottom: 3vw;
  }
}
.cont8__circle p {
  max-width: 275px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .cont8__circle p {
    max-width: inherit;
    font-size: calc(16 / 375 * 100vw);
  }
}

.cont9 {
  padding: 80px 20px;
  background: #D6F3FF;
}
@media screen and (max-width: 767px) {
  .cont9 {
    padding: 9vw 0 14vw;
  }
}
.cont9__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cont9__inner {
    padding: 0 3.5vw;
  }
}
.cont9__inner {
  max-width: 860px;
}
.cont9__heading {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cont9__heading {
    font-size: calc(28 / 375 * 100vw);
    margin-bottom: 5vw;
  }
}
.cont9 .form-group {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .cont9 .form-group {
    margin-bottom: 9vw;
  }
}
.cont9 .form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont9 .form-group label {
    gap: 4vw;
    margin-bottom: 3vw;
  }
}
.cont9 .form-group label .required {
  background: #CF3737;
  color: #fff;
  line-height: 1.1;
  padding: 1px 5px 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .cont9 .form-group label .required {
    padding: 0.3vw 1vw 0.7vw;
    border-radius: 1vw;
  }
}
.cont9 .form-group input[type=text],
.cont9 .form-group input[type=email],
.cont9 .form-group input[type=tel],
.cont9 .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  transition: border-color 0.2s;
}
.cont9 .form-group input[type=text]:focus,
.cont9 .form-group input[type=email]:focus,
.cont9 .form-group input[type=tel]:focus,
.cont9 .form-group textarea:focus {
  outline: none;
  border-color: #382EB1;
}
.cont9 .form-group textarea {
  height: 55px;
  resize: vertical;
}
.cont9 .form-check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .cont9 .form-check-group {
    display: block;
    padding-top: 7vw;
  }
}
.cont9 .form-check-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .cont9 .form-check-group label {
    width: auto;
    gap: 1.5vw;
    margin-bottom: 0;
  }
}
.cont9 .form-check-group label input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #382EB1;
}
.cont9__privacy {
  text-align: center;
  margin: 64px 0 30px;
}
@media screen and (max-width: 767px) {
  .cont9__privacy {
    font-size: 4.2vw;
    margin: 12vw 0 9vw;
  }
}
.cont9__privacy a {
  text-decoration: underline;
}
.cont9__submit {
  text-align: center;
}
.cont9__submit button {
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1a2a8f, #00b4d8);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 60px 18px 40px;
  border-radius: 50px;
  border: none;
  position: relative;
  cursor: pointer;
  min-width: 304px;
  box-shadow: 0 4px 16px rgba(26, 42, 143, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 767px) {
  .cont9__submit button {
    font-size: calc(18 / 375 * 100vw);
    padding: 6.2vw 12vw;
    min-width: inherit;
    width: 80vw;
  }
}
.cont9__submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 42, 143, 0.4);
}
.cont9__submit button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  background: url(../img/btn-arrow.svg) center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .cont9__submit button:after {
    right: 3vw;
    background-size: calc(30 / 375 * 100vw) auto;
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
}

footer {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5vw 3vw 8vw;
  }
}
footer .footer-company {
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer-company {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: 4vw;
  }
}
footer .footer-copyright {
  font-size: 13px;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  footer .footer-copyright {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.33;
  }
}/*# sourceMappingURL=base.css.map */