.p-mv__copy-main, .p-mv__copy-sub, .p-cta__button, .p-sec-2__flow-number, .p-sec-4__qa-q, .c-options__option-label, .c-plans__plan-label, .c-page-title__en, .c-section__title-en, .c-section__title, .c-button {
  font-weight: 700;
}

.p-sec-1__title-main-ex, .p-sec-2__flow-step {
  color: transparent;
  font: 0/0 a;
}

.p-cta, .p-cta__phone, .p-sec-1__sub-balloon, .c-page-title__wrap, .c-button {
  display: flex;
  flex-wrap: wrap;
}

.p-sec-1__sub-balloon:after, .p-sec-2__flow:after, .p-sec-4__qa-q:before, .p-sec-4__qa-q:after, .p-sec-4__qa-a:before, .c-plans__plan:before, .c-page-title:before, .c-underline:after, .c-button:before, .c-highlight:after {
  content: "";
  position: absolute;
  display: block;
}

/* utiliity
---------------------------------------- */
.u-pc-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hide {
    display: block;
  }
}

.u-sp-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp-hide {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

.u-underline {
  text-decoration: underline;
  transition: 0.3s;
}
.u-underline:hover {
  text-decoration: none;
}

.u-letter-spacing {
  letter-spacing: -0.09em;
}

/* layout
---------------------------------------- */
.l-inner {
  position: relative;
  width: clamp(320px, 100%, 1180px);
  margin: 0 auto;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner__header {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__footer {
  width: 100%;
}

/* component
---------------------------------------- */
.c-highlight {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.c-highlight:after {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 104%;
  height: 60%;
  padding: 0 0.25em;
  background: #f3ed4b;
  border-radius: 5px;
  z-index: -1;
}

.c-button {
  position: relative;
  align-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  transition: 0.3s;
}
.c-button:before {
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/cmn/icn_arrow_wh.svg") center center/contain no-repeat;
  transition: 0.3s;
}
.c-button:hover {
  background-color: #fff;
}

.c-underline {
  position: relative;
}
.c-underline:after {
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.c-underline:hover:after {
  transform: scale(1, 1);
}

.c-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 13.3333333333vw 0;
  }
}
.c-section__title {
  font-size: clamp(10px, 12vw, 60px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section__title {
    font-size: 8vw;
  }
}
.c-section__title-en {
  display: block;
  width: min(11.1111111111vw, 160px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    height: 5.3333333333vw;
  }
}
.c-section__title-en {
  margin: 0 auto;
  color: #2d7dd2;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
  border: #2d7dd2 2px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    width: 21.3333333333vw;
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-cta-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 27.0666666667vw;
    height: 10.6666666667vw;
    padding-left: 8.2666666667vw;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.16666667;
    font-weight: 700;
    border-radius: 5.3333333333vw;
  }
  .c-cta-button.button-phone {
    padding-left: 6.6666666667vw;
    background: url("../images/cmn/icn_phone_wh.svg") 1.3333333333vw center/4.2666666667vw auto no-repeat #df8331;
  }
  .c-cta-button.button-order {
    background: url("../images/cmn/icn_order.svg") 2.9333333333vw center/4vw auto no-repeat #e1bc29;
  }
  .c-cta-button.button-plan {
    background: url("../images/cmn/icn_plans.svg") 3.2vw center/4vw auto no-repeat #4ea5d9;
  }
}
.c-page-title {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    height: 60vw;
  }
}
.c-page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page-title:before {
  width: 100%;
  height: 100%;
  background: rgba(45, 125, 210, 0.5);
  mix-blend-mode: multiply;
}
.c-page-title__wrap {
  position: absolute;
  top: 80px;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-page-title__wrap {
    top: 16vw;
    height: calc(100% - 16vw);
  }
}
.c-page-title__en {
  display: inline-block;
  width: 6.15384615em;
  height: 1.53846154em;
  color: #fff;
  font-size: clamp(10px, 5.2vw, 26px);
  line-height: 1.53846154;
  text-align: center;
  text-transform: uppercase;
  border: #fff 1px solid;
  border-radius: 20px;
}
.c-page-title__ja {
  width: 100%;
  margin-top: 0.25em;
  color: #fff;
  font-size: clamp(20px, 9.6vw, 60px);
  text-align: center;
}

.c-plans {
  display: grid;
  gap: 32px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-plans {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }
}
.c-plans__plan {
  position: relative;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan {
    border-radius: 2.6666666667vw;
  }
}
.c-plans__plan {
  transition: 0.3s;
}
.c-plans__plan:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    width: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    height: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  border-radius: 50%;
  background-color: #edf6fb;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-plans__plan.plan-1:before {
  background-image: url("../images/cmn/icn_plan_price.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-1:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan.plan-2:before {
  background-image: url("../images/cmn/icn_plan_hurry.svg");
  background-size: 60px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-2:before {
    background-size: 8vw auto;
  }
}
.c-plans__plan.plan-3:before {
  background-image: url("../images/cmn/icn_plan_beginner.svg");
  background-size: 44px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-3:before {
    background-size: 5.8666666667vw auto;
  }
}
.c-plans__plan.plan-4:before {
  background-image: url("../images/cmn/icn_plan_large.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-4:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan-label {
  color: #2d7dd2;
  font-size: clamp(10px, 4.4vw, 22px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-label {
    font-size: 4.2666666667vw;
  }
}
.c-plans__plan-price {
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price {
    font-size: 3.4666666667vw;
  }
}
.c-plans__plan-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-plans__plan-price-num:after {
  bottom: 10%;
  height: 38%;
}

.c-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-options {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-options__option {
  height: 100px;
  padding: 20px;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    border-radius: 2.6666666667vw;
  }
}
.c-options__option {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 21.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.c-options__option-label {
  transform: translateY(-4px);
  display: inline-block;
  color: #2b303a;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-label {
    transform: translateY(3.2vw);
    display: block;
    font-size: 3.2vw;
  }
}
.c-options__option-price {
  display: inline-block;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-price {
    font-size: 3.4666666667vw;
  }
}
.c-options__option-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-options__option-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-options__option-price-num:after {
  bottom: 10%;
  height: 38%;
}

/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
}

a, button {
  color: #2b303a;
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

em {
  font-style: normal;
}

picture {
  display: block;
  overflow: hidden;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.l-wrapper {
  background: url("../images/cmn/bg_stripe_bl.jpg");
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 115.6vw;
  }
}
.p-mv__copy {
  position: absolute;
  top: 50%;
  left: 5.2777777778cqi;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    top: 73.3333333333vw;
    left: 5.3333333333vw;
  }
}
.p-mv__copy-main {
  font-size: clamp(10px, 8vw, 60px);
  line-height: 1.4;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__copy-main {
    text-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff;
  }
}
.p-mv__copy-sub {
  font-size: clamp(10px, 3.4666666667vw, 26px);
  line-height: 1.6;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__copy-sub {
    text-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff;
  }
}
.p-mv__picture {
  width: 100%;
  height: 100vh;
  mask-image: url("../images/top/bg_mv_clip.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center bottom;
}
@media screen and (max-width: 768px) {
  .p-mv__picture {
    height: 115.6vw;
    mask-image: url("../images/top/sp_bg_mv_clip.svg");
  }
}

.p-cta {
  align-items: center;
  justify-content: center;
  width: 88.8888888889cqi;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cta {
    margin: 10vw auto 0 auto;
  }
}
.p-cta {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 2.6666666667vw;
  }
}
.p-cta {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-cta {
    border-radius: 2.6666666667vw;
  }
}
.p-cta {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-cta {
    justify-content: space-between;
    width: 89.3333333333vw;
  }
}
.p-cta__phone {
  justify-content: center;
  width: min(26.0869565217cqi, 360px);
}
@media screen and (max-width: 768px) {
  .p-cta__phone {
    display: none;
  }
}
.p-cta__phone-number {
  padding-left: 1.25em;
  font-size: clamp(10px, 8.4vw, 42px);
  line-height: 1.2;
  background: url("../images/cmn/icn_phone_bl.svg") left center/1.0625em auto no-repeat;
}
.p-cta__phone-time {
  font-size: clamp(10px, 4.2vw, 21px);
  line-height: 1.2;
}
.p-cta__button {
  width: min(25.46875cqi, 326px);
  height: 80px;
  padding-right: 73px;
  border-radius: 40px;
  font-size: clamp(12px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-cta__button {
    display: none;
  }
}
.p-cta__button:before {
  right: 7px;
  width: 66px;
  height: 66px;
}
.p-cta__button.button-phone {
  background: #df8331;
  border: #df8331 2px solid;
}
.p-cta__button.button-phone:hover {
  color: #df8331;
}
.p-cta__button.button-phone:hover:before {
  background-image: url("../images/cmn/icn_arrow_yl.svg");
}
.p-cta__button.button-order {
  margin: 0 18px;
  background: #e1bc29;
  border: #e1bc29 2px solid;
}
.p-cta__button.button-order:hover {
  color: #e1bc29;
  background-color: #fff;
}
.p-cta__button.button-order:hover:before {
  background-image: url("../images/cmn/icn_arrow_yl.svg");
}
.p-cta__button.button-plan {
  background: #4ea5d9;
  border: #4ea5d9 2px solid;
}
.p-cta__button.button-plan:hover {
  color: #4ea5d9;
  background-color: #fff;
}
.p-cta__button.button-plan:hover:before {
  background-image: url("../images/cmn/icn_arrow_lbl.svg");
}
.p-cta__sp-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-cta__sp-button {
    display: flex;
  }
}

.p-sec-1 {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-sec-1 {
    padding-bottom: 13.3333333333vw;
  }
}
.p-sec-1__title {
  margin: 50px auto 0 auto;
  color: #fff;
  font-size: clamp(10px, 5.3333333333vw, 40px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sec-1__title {
    margin: 6.6666666667vw auto 0 auto;
  }
}
.p-sec-1__title-main {
  position: relative;
  display: block;
  font-size: clamp(10px, 7.2vw, 60px);
}
.p-sec-1__title-main.main-2 {
  display: inline-block;
  margin-left: -1em;
}
.p-sec-1__title-main.main-2:after {
  content: "";
  transform: translateY(5px);
  display: inline-block;
  width: clamp(20px, 4.1666666667vw, 60px);
  height: clamp(20px, 4.1666666667vw, 60px);
  background: url("../images/top/txt_sec-1_ex.svg") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-sec-1__title-main.main-2:after {
    transform: translateY(0.8vw);
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-sec-1__title-highlight {
  margin-right: 0.35em;
}
.p-sec-1__sub {
  position: relative;
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub {
    margin-top: 13.33333324vw;
  }
}
.p-sec-1__sub {
  padding-right: 18.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub {
    padding-right: 0;
  }
}
.p-sec-1__sub:first-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:first-of-type {
    margin-top: 13.3333333333vw;
  }
}
.p-sec-1__sub:nth-child(odd) {
  padding-right: 0;
  padding-left: 18.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:nth-child(odd) {
    padding-left: 0;
  }
}
.p-sec-1__sub:nth-child(odd) > .p-sec-1__sub-picture {
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:nth-child(odd) > .p-sec-1__sub-picture {
    left: -5.3333333333vw;
  }
}
.p-sec-1__sub:nth-child(odd) > .p-sec-1__sub-body {
  padding: 70px min(2.7777777778vw, 40px) 40px min(15.2777777778vw, 220px);
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:nth-child(odd) > .p-sec-1__sub-body {
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:nth-child(odd) .p-sec-1__sub-title {
    margin: 16vw auto 0 30.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub:last-child .p-sec-1__sub-title {
    margin: 16vw auto 0 0;
  }
}
.p-sec-1__sub-body {
  position: relative;
  padding: 70px min(15.2777777778vw, 220px) 40px min(2.7777777778vw, 40px);
  background: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-body {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-body {
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-sec-1__sub-picture {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: min(33.3333333333vw, 480px);
  height: min(33.3333333333vw, 480px);
  border-radius: 2.7777777778vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-picture {
    top: -5.3333333333vw;
    right: -5.3333333333vw;
    bottom: auto;
    width: 36vw;
    height: 36vw;
    border-radius: 5.3333333333vw;
  }
}
.p-sec-1__sub-balloon {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #fff;
  font-size: clamp(10px, 4vw, 30px);
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon {
    border-radius: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon {
    transform: translate(0, -2.6666666667vw);
    padding: 1.3333333333vw 2.6666666667vw;
    line-height: 1.2;
  }
}
.p-sec-1__sub-balloon:after {
  left: 50%;
  bottom: 0;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon:after {
    width: 4.6666666667vw;
  }
}
.p-sec-1__sub-balloon:after {
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon:after {
    height: 2.6666666667vw;
  }
}
.p-sec-1__sub-balloon.balloon-yellow {
  right: 50%;
  background: #e1bc29;
  z-index: 20;
}
.p-sec-1__sub-balloon.balloon-blue {
  left: 50%;
  margin-top: 20px;
  background: #4ea5d9;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-blue {
    margin-top: 16vw;
  }
}
.p-sec-1__sub-balloon.balloon-1 {
  width: min(32.3611111111vw, 466px);
  margin-right: -2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-1 {
    left: -2.6666666667vw;
    right: auto;
    width: 50.6666666667vw;
    height: 13.3333333333vw;
  }
}
.p-sec-1__sub-balloon.balloon-1:after {
  transform: translate(2.7777777778vw, 100%) skewX(-10deg);
  border-top: #e1bc29 20px solid;
  border-right: transparent 35px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-1:after {
    transform: translate(-1.3333333333vw, 100%) skewX(10deg);
    border-top: #e1bc29 2.9333333333vw solid;
    border-right: none;
    border-left: transparent 4.6666666667vw solid;
  }
}
.p-sec-1__sub-balloon.balloon-2 {
  width: min(32.3611111111vw, 466px);
  margin-right: -2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-2 {
    right: 5.3333333333vw;
    width: 50.6666666667vw;
    height: 16vw;
    margin-right: 0;
  }
}
.p-sec-1__sub-balloon.balloon-2:after {
  transform: translate(-4.1666666667vw, 100%) skewX(10deg);
  border-top: #e1bc29 20px solid;
  border-left: transparent 35px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-2:after {
    transform: translate(-1.3333333333vw, 100%) skewX(10deg);
    border-top: #e1bc29 2.9333333333vw solid;
    border-right: none;
    border-left: transparent 4.6666666667vw solid;
  }
}
.p-sec-1__sub-balloon.balloon-3 {
  width: min(32.3611111111vw, 466px);
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-3 {
    width: 50.6666666667vw;
    height: 13.3333333333vw;
    margin-left: -2.6666666667vw;
  }
}
.p-sec-1__sub-balloon.balloon-3:after {
  transform: translate(5.5555555556vw, 100%) skewX(-10deg);
  border-top: #4ea5d9 20px solid;
  border-right: transparent 35px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-3:after {
    transform: translate(1.3333333333vw, 100%) skewX(-10deg);
    border-top: #4ea5d9 2.9333333333vw solid;
    border-right: transparent 4.6666666667vw solid;
  }
}
.p-sec-1__sub-balloon.balloon-4 {
  width: min(37.9861111111vw, 547px);
  margin-right: -2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-4 {
    width: 50.6666666667vw;
    height: 16vw;
  }
}
.p-sec-1__sub-balloon.balloon-4:after {
  transform: translate(-4.8611111111vw, 100%) skewX(10deg);
  border-top: #e1bc29 20px solid;
  border-left: transparent 35px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-4:after {
    transform: translate(-1.3333333333vw, 100%) skewX(10deg);
    border-top: #e1bc29 2.9333333333vw solid;
    border-right: none;
    border-left: transparent 4.6666666667vw solid;
  }
}
.p-sec-1__sub-balloon.balloon-5 {
  width: min(26.8055555556vw, 386px);
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-5 {
    right: auto;
    left: 5.3333333333vw;
    width: 50.6666666667vw;
    height: 13.3333333333vw;
  }
}
.p-sec-1__sub-balloon.balloon-5:after {
  transform: translate(2.7777777778vw, 100%) skewX(-10deg);
  border-top: #4ea5d9 20px solid;
  border-right: transparent 35px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-balloon.balloon-5:after {
    transform: translate(1.3333333333vw, 100%) skewX(-10deg);
    border-top: #4ea5d9 2.9333333333vw solid;
    border-right: transparent 4.6666666667vw solid;
  }
}
.p-sec-1__sub-title {
  font-size: clamp(10px, 5.6vw, 42px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-title {
    width: 48vw;
    text-align: left;
  }
}
.p-sec-1__sub-text:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-text:first-of-type {
    margin-top: 4vw;
  }
}
.p-sec-1__sub-text {
  font-size: clamp(10px, 3.2vw, 24px);
}
.p-sec-1__sub-button {
  width: min(20.8333333333vw, 300px);
  height: 60px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-button {
    margin: 10vw auto 0 auto;
  }
}
.p-sec-1__sub-button {
  padding-right: 50px;
  font-size: clamp(10px, 4.000000008vw, 18px);
  background: #2d7dd2;
  border: #2d7dd2 2px solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-button {
    width: 100%;
    height: 13.3333333333vw;
    padding-right: 12vw;
    border-radius: 6.6666666667vw;
  }
}
.p-sec-1__sub-button:before {
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-button:before {
    right: 1.3333333333vw;
  }
}
.p-sec-1__sub-button:before {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-button:before {
    width: 10.6666666667vw;
  }
}
.p-sec-1__sub-button:before {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-1__sub-button:before {
    height: 10.6666666667vw;
  }
}
.p-sec-1__sub-button:hover {
  color: #2d7dd2;
}
.p-sec-1__sub-button:hover:before {
  background-image: url("../images/cmn/icn_arrow_bl.svg");
}

.p-sec-2 {
  background: #edf6fb;
}
.p-sec-2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__list {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-2__list {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.p-sec-2__flow {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  background: #fff;
  border: #2d7dd2 4px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    text-align: left;
    border-width: 0.5333333333vw;
  }
}
.p-sec-2__flow:after {
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 34px;
  height: 52px;
  border-top: transparent 26px solid;
  border-bottom: transparent 26px solid;
  border-left: #2d7dd2 34px solid;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 6.9333333333vw;
    height: 4.2666666667vw;
    border-top: #2d7dd2 4.2666666667vw solid;
    border-right: transparent 3.4666666667vw solid;
    border-bottom: none;
    border-left: transparent 3.4666666667vw solid;
  }
}
.p-sec-2__flow:last-of-type:after {
  content: none;
}
.p-sec-2__flow-number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-number {
    width: 10.6666666667vw;
  }
}
.p-sec-2__flow-number {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-number {
    height: 10.6666666667vw;
  }
}
.p-sec-2__flow-number {
  color: #fff;
  font-size: clamp(10px, 5.2133333333vw, 46px);
  line-height: 1.2;
  text-align: center;
  background: url("../images/top/bg_sec-2_balloon.svg") center center/contain no-repeat;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-number {
    transform: translate(-2.6666666667vw, -2.6666666667vw);
  }
}
.p-sec-2__flow-step {
  display: block;
  width: 44px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-step {
    width: 5.8666666667vw;
  }
}
.p-sec-2__flow-step {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-step {
    height: 2.1333333333vw;
  }
}
.p-sec-2__flow-step {
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-step {
    margin: 2vw auto 0 auto;
  }
}
.p-sec-2__flow-step {
  background: url("../images/top/txt_sec-2_step.svg") center top/contain no-repeat;
}
.p-sec-2__flow-picture {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-picture {
    width: 37.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-body {
    width: 48vw;
    height: 29.3333333333vw;
  }
}
.p-sec-2__flow-title {
  margin-top: 0.5em;
  font-size: clamp(10px, 4vw, 24px);
}
.p-sec-2__flow-text {
  margin: 20px 20px 0 20px;
  font-size: clamp(10px, 2.88vw, 18px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-sec-2__flow-text {
    margin: 1.3333333333vw 2.6666666667vw 0 0;
    line-height: 1.4;
  }
}

.p-sec-3 {
  background: #fff;
}
.p-sec-3__plans {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-sec-3__plans {
    grid-template-columns: 1fr;
  }
}
.p-sec-3__plan {
  padding: 46px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__plan {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-sec-3__plan-text {
  margin-top: 0.75em;
  font-size: clamp(10px, 3.2vw, 16px);
}
.p-sec-3__options {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__options {
    margin-top: 2.6666666667vw;
  }
}
.p-sec-3__button {
  width: min(480px, 33.3333333333vw);
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button {
    height: 13.3333333333vw;
  }
}
.p-sec-3__button {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button {
    margin: 10vw auto 0 auto;
  }
}
.p-sec-3__button {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button {
    padding-right: 12.00000004vw;
  }
}
.p-sec-3__button {
  font-size: clamp(10px, 5.6vw, 28px);
  background: #2d7dd2;
  border: #2d7dd2 2px solid;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button {
    border-radius: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-3__button {
    width: 100%;
    border-width: 0.2666666667vw;
  }
}
.p-sec-3__button:before {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button:before {
    right: 1.3333333333vw;
  }
}
.p-sec-3__button:before {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button:before {
    width: 10.66666664vw;
  }
}
.p-sec-3__button:before {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button:before {
    height: 10.66666664vw;
  }
}
.p-sec-3__button:hover {
  color: #2d7dd2;
}
@media screen and (max-width: 768px) {
  .p-sec-3__button:hover {
    color: #fff;
    background-color: #2d7dd2;
  }
}
.p-sec-3__button:hover:before {
  background-image: url("../images/cmn/icn_arrow_bl.svg");
}
@media screen and (max-width: 768px) {
  .p-sec-3__button:hover:before {
    background-image: url("../images/cmn/icn_arrow_wh.svg");
  }
}

.p-sec-4 {
  background: #fdfce4;
}
.p-sec-4__qa {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa {
    margin-top: 4vw;
  }
}
.p-sec-4__qa {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa {
    border-radius: 2.6666666667vw;
  }
}
.p-sec-4__qa:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa:first-child {
    margin-top: 6.6666666667vw;
  }
}
.p-sec-4__qa-q {
  position: relative;
  padding: 24px 70px;
  font-size: clamp(10px, 4vw, 20px);
  cursor: pointer;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q {
    border-radius: 4vw 4vw 0 0;
  }
}
.p-sec-4__qa-q {
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q {
    padding: 2.6666666667vw 12vw;
    line-height: 1.4;
  }
}
.p-sec-4__qa-q:hover {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:hover {
    border-radius: 2.6666666667vw;
  }
}
.p-sec-4__qa-q:hover {
  background: #edf6fb;
}
.p-sec-4__qa-q:before {
  top: 15px;
  left: 10px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:before {
    width: 6.6666666667vw;
  }
}
.p-sec-4__qa-q:before {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:before {
    height: 6.6666666667vw;
  }
}
.p-sec-4__qa-q:before {
  background: url("../images/top/icn_sec-4_q.svg") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.p-sec-4__qa-q:after {
  top: 23px;
  right: 20px;
  width: 34px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:after {
    width: 4.5333333333vw;
  }
}
.p-sec-4__qa-q:after {
  height: 34px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:after {
    height: 4.5333333333vw;
  }
}
.p-sec-4__qa-q:after {
  background: url("../images/cmn/icn_accordion_open.svg") center center/contain no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-q:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-sec-4__qa-q.is-open:after {
  background-image: url("../images/cmn/icn_accordion_close.svg");
}
.p-sec-4__qa-a {
  display: none;
  position: relative;
  padding: 24px 70px;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-a {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 12vw;
    font-size: 3.4666666667vw;
  }
}
.p-sec-4__qa-a:before {
  top: 15px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-a:before {
    left: 2.6666666667vw;
  }
}
.p-sec-4__qa-a:before {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-a:before {
    width: 6.6666666667vw;
  }
}
.p-sec-4__qa-a:before {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-a:before {
    height: 6.6666666667vw;
  }
}
.p-sec-4__qa-a:before {
  background: url("../images/top/icn_sec-4_a.svg") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-sec-4__qa-a:before {
    top: 2.6666666667vw;
  }
}

.p-sec-5 {
  padding-bottom: 130px !important;
  background: #fff;
}
.p-sec-5__body {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__body {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-sec-5__body {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.p-sec-5__company {
  font-size: clamp(10px, 4.8vw, 24px);
}
.p-sec-5__address {
  font-size: clamp(10px, 3.6vw, 18px);
}
.p-sec-5__button {
  width: 210px;
  height: 60px;
  margin-top: 25px;
  padding-right: 60px;
  font-size: clamp(10px, 3.6vw, 18px);
  background: #2d7dd2;
  border: #2d7dd2 2px solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__button {
    width: 100%;
    height: 13.3333333333vw;
    margin-top: 4vw;
    padding-right: 12vw;
    border-width: 0.2666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.p-sec-5__button:before {
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__button:before {
    right: 1.3333333333vw;
  }
}
.p-sec-5__button:before {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__button:before {
    width: 10.6666666667vw;
  }
}
.p-sec-5__button:before {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__button:before {
    height: 10.6666666667vw;
  }
}
.p-sec-5__button:hover {
  color: #2d7dd2;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-sec-5__button:hover {
    color: #fff;
    background-color: #2d7dd2;
  }
}
.p-sec-5__button:hover:before {
  background-image: url("../images/cmn/icn_arrow_bl.svg");
}
@media screen and (max-width: 768px) {
  .p-sec-5__button:hover:before {
    background-image: url("../images/cmn/icn_arrow_wh.svg");
  }
}
.p-sec-5__map {
  height: 300px;
  border: #cbcbcb 1px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__map {
    border-radius: 2.6666666667vw;
  }
}
.p-sec-5__map {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sec-5__map {
    height: 42.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.p-sec-5__greeting {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-5__greeting {
    margin-top: 6.6666666667vw;
  }
}
.p-sec-5__greeting-summary {
  font-size: clamp(10px, 4.4vw, 22px);
}
.p-sec-5__greeting-text {
  margin-top: 0.5em;
  font-size: clamp(10px, 3.6vw, 18px);
}
.p-sec-5__greeting-text.text-signature {
  text-align: right;
}