@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
  color: inherit;
}

/* 送信ボタン */
#submit,
.mainStyleBtn {
  display: block;
  width: 80%;
  background: #4267B5;
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 999px;
  margin: 20px auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #333333;
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: min(900px, 93.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

.l-page-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-page-inner {
    max-width: min(686px, 71.4583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page-inner {
    max-width: 81.3333333333vw;
  }
}

.u-marker {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFF530 60%);
}

.c-page-title {
  text-align: center;
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1.0882352941;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-page-title {
    margin: min(60px, 6.25vw) 0 min(40px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title {
    margin: 16vw 0 8vw;
  }
}

.l-footer__bg {
  background-color: #757982;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: min(38px, 3.9583333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 8vw 0 9.6vw;
  }
}
.l-footer__logo {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: min(220px, 22.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 56vw;
  }
}
.l-footer__link {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    margin-top: min(30px, 3.125vw);
    column-gap: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin-top: 6.6666666667vw;
    column-gap: 4vw;
  }
}
.l-footer__link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-footer__link a {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-footer__copy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: clamp(7px, 1.4583333333vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 6.6666666667vw;
  }
}

.p-kv {
  background-color: #6786C9;
}
.p-kv__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-kv__inner {
    width: min(890px, 92.7083333333vw);
    padding: min(58px, 6.0416666667vw) 0 min(33px, 3.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__inner {
    width: 89.3333333333vw;
    padding: 6.9333333333vw 0 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    padding-left: min(28px, 2.9166666667vw);
    margin-bottom: min(35px, 3.6458333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__title img {
    width: min(548px, 57.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title img {
    margin: 0 auto;
    width: 83.7333333333vw;
  }
}
.p-kv__img {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-kv__img {
    width: min(308px, 32.0833333333vw);
    right: max(-10px, -1.0416666667vw);
    top: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__img {
    width: 36.2666666667vw;
    top: 17.6vw;
    right: -5.3333333333vw;
  }
}
.p-kv__box {
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-kv__box {
    box-shadow: 0px 5.33333px 13.3333px rgba(0, 0, 0, 0.25);
    margin-left: min(21px, 2.1875vw);
    border-radius: min(26.67px, 2.778125vw);
    width: min(550px, 57.2916666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    width: 66.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-kv__paidy {
  background-color: #FFF530;
}
@media screen and (min-width: 768px) {
  .p-kv__paidy {
    padding: min(16.5px, 1.71875vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__paidy {
    padding: 1.0666666667vw 0;
  }
}
.p-kv__paidy-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kv__paidy-txt {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__paidy-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 0.9375;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__paidy-txt {
    column-gap: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__paidy-txt {
    column-gap: 0.8vw;
  }
}
.p-kv__paidy-txt::before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/index/ic-paidy.png);
}
@media screen and (min-width: 768px) {
  .p-kv__paidy-txt::before {
    width: min(33px, 3.4375vw);
    height: min(33px, 3.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__paidy-txt::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.p-kv__rate {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kv__rate {
    column-gap: min(15px, 1.5625vw);
    padding: min(10px, 1.0416666667vw) 0 min(18px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__rate {
    padding: 3.2vw 0 4vw;
  }
}
.p-kv__rate-text {
  background: center/contain no-repeat url(../img/index/im-kv-fukidashi.png);
}
@media screen and (min-width: 768px) {
  .p-kv__rate-text {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__rate-text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__rate-text {
    width: min(133px, 13.8541666667vw);
    height: min(116px, 12.0833333333vw);
    padding-top: min(22px, 2.2916666667vw);
    padding-right: min(16px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__rate-text {
    width: 14.6666666667vw;
    height: 12.8vw;
    padding-top: 2.6666666667vw;
    padding-right: 1.8666666667vw;
    position: relative;
    top: 0.5333333333vw;
  }
}
.p-kv__rate-num {
  color: #FE5356;
}
@media screen and (min-width: 768px) {
  .p-kv__rate-num {
    font-size: clamp(50px, 10.4166666667vw, 100px);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__rate-num {
    font-size: calc(65 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__rate-num small {
    font-size: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__rate-num small {
    font-size: 10.6666666667vw;
  }
}
.p-kv__list {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__list {
    margin-top: min(36px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__list {
    margin-top: 6.9333333333vw;
    left: 1.8666666667vw;
  }
}
.p-kv__item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kv__item.item01 {
    width: min(280px, 29.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item.item01 {
    padding-right: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item.item02 {
    width: min(322px, 33.5416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item.item02 {
    padding: 0 2.4vw 0 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item.item03 {
    flex: 1;
    padding-top: min(4px, 0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item.item03 {
    padding-left: 2.6666666667vw;
    padding-top: 0.8vw;
  }
}
.p-kv__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #4267B5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-kv__item:not(:last-of-type)::after {
    width: min(3px, 0.3125vw);
    height: min(85px, 8.8541666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item:not(:last-of-type)::after {
    width: 0.2666666667vw;
    height: 8.5333333333vw;
  }
}
.p-kv__item.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kv__item.flex {
    column-gap: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item.flex {
    column-gap: 1.0666666667vw;
  }
}
.p-kv__item-sub {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-kv__item-sub {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item-sub small {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1.1071428571;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-sub small {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-kv__item-main {
  display: block;
  color: #FFF530;
}
@media screen and (min-width: 768px) {
  .p-kv__item-main {
    font-size: clamp(22.5px, 4.6875vw, 45px);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-main {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item-main {
    -webkit-text-stroke: min(8px, 0.8333333333vw) #4267B5;
    text-stroke: min(8px, 0.8333333333vw) #4267B5;
    paint-order: stroke;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-main {
    -webkit-text-stroke: 0.8vw #4267B5;
    text-stroke: 0.8vw #4267B5;
    paint-order: stroke;
  }
}
.p-kv__item-desc {
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-kv__item-desc {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-desc {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-kv__item-price {
  color: #FFF530;
}
@media screen and (min-width: 768px) {
  .p-kv__item-price {
    font-size: clamp(40px, 8.3333333333vw, 80px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-price {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item-price {
    -webkit-text-stroke: min(8px, 0.8333333333vw) #4267B5;
    text-stroke: min(8px, 0.8333333333vw) #4267B5;
    paint-order: stroke;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-price {
    -webkit-text-stroke: 0.8vw #4267B5;
    text-stroke: 0.8vw #4267B5;
    paint-order: stroke;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__item-price small {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1.1142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__item-price small {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.0714285714;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.p-bnr {
  background-color: #FFFFE4;
}
@media screen and (min-width: 768px) {
  .p-bnr {
    padding: min(40px, 4.1666666667vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr {
    padding: 5.8666666667vw 0 3.7333333333vw;
  }
}
.p-bnr img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-bnr img {
    width: min(715px, 74.4791666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bnr img {
    width: 89.3333333333vw;
  }
}
.p-bnr__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-bnr__text {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-bnr__text {
    margin-top: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__text {
    margin-top: 2.9333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-cta {
    padding: min(50px, 5.2083333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 9.3333333333vw 0;
  }
}
.p-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    row-gap: min(25px, 2.6041666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    row-gap: 4vw;
  }
}
.p-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 4px 0px #9F4323;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    width: min(550px, 57.2916666667vw);
    height: min(75px, 7.8125vw);
    border-radius: min(40px, 4.1666666667vw);
  }
  .p-cta__btn:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    width: 80vw;
    height: 16vw;
    border-radius: 10.6666666667vw;
  }
}
.p-cta__btn.--orange {
  background-color: #FF642E;
}
.p-cta__btn.--white {
  border: 2px solid #FF642E;
  background-color: #fff;
}
.p-cta__btn-contact {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-contact {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-contact {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__btn-sub {
    font-size: clamp(9px, 1.875vw, 18px);
    line-height: 1.029;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7432857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-cta__btn-tel {
  color: #FF642E;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-tel {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1.029;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-tel {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.029;
    letter-spacing: -0.005em;
    font-weight: 700;
  }
}

.p-menu__bg {
  background-color: #96B6EF;
  background-repeat: repeat;
  background-image: url(../img/index/bg-menu.png);
}
@media screen and (min-width: 768px) {
  .p-menu__bg {
    background-size: 190px auto;
    padding: min(50.5px, 5.2604166667vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__bg {
    background-size: 50.6666666667vw auto;
    padding: 6.8vw 0;
  }
}
.p-menu__title {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-menu__title {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.1071428571;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__title {
    margin-bottom: min(20px, 2.0833333333vw);
    -webkit-text-stroke: min(4px, 0.4166666667vw) #4267B5;
    text-stroke: min(4px, 0.4166666667vw) #4267B5;
    paint-order: stroke;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__title {
    margin-bottom: 3.4666666667vw;
    -webkit-text-stroke: 1.0666666667vw #4267B5;
    text-stroke: 1.0666666667vw #4267B5;
    paint-order: stroke;
  }
}
.p-menu__container {
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-menu__container {
    padding: min(24px, 2.5vw) min(45px, 4.6875vw);
    border-radius: min(10px, 1.0416666667vw);
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__container {
    flex-direction: column;
    row-gap: 1.8666666667vw;
    padding: 3.3333333333vw 2.1333333333vw 3.3333333333vw 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-menu__box {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-menu__box {
    width: min(545px, 56.7708333333vw);
    padding: min(16px, 1.6666666667vw) min(39px, 4.0625vw);
    border-radius: min(10px, 1.0416666667vw);
    column-gap: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__box {
    width: 100%;
    padding: 2.9333333333vw 0 3.7333333333vw 1.6vw;
    border-radius: 2.1333333333vw;
    column-gap: 3.2vw;
  }
}
.p-menu__badge {
  position: relative;
  background-color: #4267B5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu__badge {
    width: min(145px, 15.1041666667vw);
    height: min(68px, 7.0833333333vw);
    border-radius: min(6.38px, 0.6645833333vw);
    padding-top: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__badge {
    width: 18.1333333333vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    padding-top: 4vw;
  }
}
.p-menu__badge::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #4267B5;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-menu__badge::after {
    width: min(16.6px, 1.7291666667vw);
    height: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__badge::after {
    width: 3.4666666667vw;
    height: 4.2666666667vw;
  }
}
.p-menu__badge-text {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-menu__badge-text {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.35625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__badge-text {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-menu__badge-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-menu__badge-main {
    font-size: clamp(11.5px, 2.3958333333vw, 23px);
    line-height: 1.1304347826;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__badge-main {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.25;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
.p-menu__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-menu__item-text {
    font-size: clamp(11.5px, 2.3958333333vw, 23px);
    line-height: 1.0869565217;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-text {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__item:not(:last-of-type) {
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-menu__icon--paidy-apple {
  background: center/contain no-repeat url(../img/index/ic-paidy-apple.png);
}
@media screen and (min-width: 768px) {
  .p-menu__icon--paidy-apple {
    width: min(53.3px, 5.5520833333vw);
    height: min(33.06px, 3.44375vw);
    margin-right: min(11px, 1.1458333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__icon--paidy-apple {
    width: 12.1946666667vw;
    height: 6.9146666667vw;
  }
}
.p-menu__icon--paidy {
  background: center/contain no-repeat url(../img/index/ic-paidy.png);
}
@media screen and (min-width: 768px) {
  .p-menu__icon--paidy {
    width: min(25px, 2.6041666667vw);
    height: min(25.28px, 2.6333333333vw);
    margin-left: min(17px, 1.7708333333vw);
    margin-right: min(23px, 2.3958333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__icon--paidy {
    width: 5.2293333333vw;
    height: 5.288vw;
    margin-right: 3.4666666667vw;
    margin-left: 3.4666666667vw;
  }
}
.p-menu__credit {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-menu__credit {
    column-gap: min(6px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__credit {
    justify-content: center;
    column-gap: 1.3333333333vw;
  }
}
.p-menu__credit-card {
  background: center/contain no-repeat url(../img/index/ic-credit-card.png);
}
@media screen and (min-width: 768px) {
  .p-menu__credit-card {
    width: min(48.45px, 5.046875vw);
    height: min(48.45px, 5.046875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__credit-card {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__credit-text {
    font-size: clamp(11.475px, 2.390625vw, 22.95px);
    line-height: 1.0893246187;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__credit-text {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-comparison {
  overflow: hidden;
}
.p-comparison__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-comparison__bg {
    max-width: 1920px;
    margin: 0 auto;
    padding: min(50px, 5.2083333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__bg {
    padding: 10.4vw 0 9.0666666667vw;
  }
}
.p-comparison__circle {
  position: absolute;
  border-radius: 50%;
}
.p-comparison__circle.circle01 {
  z-index: -1;
  background-color: rgba(225, 235, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .p-comparison__circle.circle01 {
    transform: rotate(-4.85deg);
    width: min(499px, 25.9895833333vw);
    height: min(340px, 17.7083333333vw);
    top: max(-218px, -11.3541666667vw);
    right: min(495px, 25.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__circle.circle01 {
    width: 60.8vw;
    height: 41.3333333333vw;
    top: -28.2666666667vw;
    right: 14.1333333333vw;
  }
}
.p-comparison__circle.circle02 {
  z-index: -2;
  background-color: rgba(138, 175, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-comparison__circle.circle02 {
    transform: rotate(15.89deg);
    width: min(876px, 45.625vw);
    height: min(447px, 23.28125vw);
    top: max(-150px, -7.8125vw);
    right: max(-155px, -8.0729166667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__circle.circle02 {
    transform: rotate(20.74deg);
    width: 106.6666666667vw;
    height: 54.4vw;
    top: -15.4666666667vw;
    right: -63.4666666667vw;
  }
}
.p-comparison__circle.circle03 {
  z-index: -2;
  transform: rotate(-159.26deg);
  background-color: #ADC7FF;
}
@media screen and (min-width: 768px) {
  .p-comparison__circle.circle03 {
    width: min(955px, 49.7395833333vw);
    height: min(487px, 25.3645833333vw);
    left: max(-196px, -10.2083333333vw);
    bottom: max(-216px, -11.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__circle.circle03 {
    width: 106.6666666667vw;
    height: 54.4vw;
    bottom: -26.1333333333vw;
    left: -33.0666666667vw;
  }
}
.p-comparison__circle.circle04 {
  z-index: -1;
  background-color: rgba(237, 243, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-comparison__circle.circle04 {
    width: min(545px, 28.3854166667vw);
    height: min(370px, 19.2708333333vw);
    left: min(523px, 27.2395833333vw);
    bottom: max(-139px, -7.2395833333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__circle.circle04 {
    width: 60.8vw;
    height: 41.3333333333vw;
    right: -8vw;
    bottom: -25.6vw;
  }
}
.p-comparison__title {
  position: relative;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-comparison__title {
    text-align: center;
    margin-bottom: min(37px, 3.8541666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title {
    margin-bottom: 8.8vw;
  }
}
.p-comparison__title::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/index/im-comparison.png);
}
@media screen and (min-width: 768px) {
  .p-comparison__title::before {
    width: min(169px, 17.6041666667vw);
    height: min(234px, 24.375vw);
    transform: translateX(-100%);
    left: min(21px, 2.1875vw);
    top: max(-2px, -0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title::before {
    width: 27.4666666667vw;
    height: 36.5333333333vw;
    left: -5.3333333333vw;
    bottom: -21.3333333333vw;
  }
}
.p-comparison__title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__title-sub {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-sub {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__title-sub {
    column-gap: min(12px, 1.25vw);
    margin-bottom: min(17px, 1.7708333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-sub {
    column-gap: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__title-sub img {
    width: min(314px, 32.7083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-sub img {
    width: 49.0666666667vw;
  }
}
.p-comparison__title-txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__title-txt {
    justify-content: center;
    column-gap: min(12.25px, 1.2760416667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-txt {
    justify-content: flex-end;
    column-gap: 1.6vw;
    margin-right: 1.0666666667vw;
  }
}
.p-comparison__title-strong {
  color: #4267B5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4267B5;
}
@media screen and (min-width: 768px) {
  .p-comparison__title-strong {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-strong {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__title-strong {
    width: min(63px, 6.5625vw);
    height: min(63px, 6.5625vw);
    box-shadow: min(6px, 0.625vw) min(8px, 0.8333333333vw) 0 #4267B5;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__title-strong {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    box-shadow: 0.8vw 1.0666666667vw 0 #4267B5;
  }
}
.p-comparison__title-strong:nth-of-type(2n-1) {
  background-color: #EDF3FF;
}
.p-comparison__grid {
  display: flex;
  align-items: flex-end;
}
.p-comparison__column {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__column {
    width: min(200px, 20.8333333333vw);
    padding-bottom: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column {
    width: 18.6666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-comparison__column--main {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main {
    width: min(300px, 31.25vw);
    border: min(8px, 0.8333333333vw) solid #6786C9;
    border-radius: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main {
    width: 29.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 1.3333333333vw solid #6786C9;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--label {
    width: 22.6666666667vw;
  }
}
.p-comparison__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #828282;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-comparison__head {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__head {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__head {
    height: min(95px, 9.8958333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__head {
    height: 13.3333333333vw;
  }
}
.p-comparison__head--main {
  background-color: #6786C9;
}
@media screen and (min-width: 768px) {
  .p-comparison__head--main {
    height: min(117px, 12.1875vw);
    padding-bottom: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__head--main {
    height: 15.2vw;
    padding-bottom: 1.0666666667vw;
  }
}
.p-comparison__head--empty {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .p-comparison__head--a {
    border-top: 2px solid #DCDCDC;
    border-right: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__head--a {
    border-top: 0.2666666667vw solid #DCDCDC;
    border-right: 0.2666666667vw solid #DCDCDC;
    border-bottom: 0.2666666667vw solid #DCDCDC;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__head--b {
    border-top: 2px solid #DCDCDC;
    border-right: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
    border-top-right-radius: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__head--b {
    border-top: 0.2666666667vw solid #DCDCDC;
    border-right: 0.2666666667vw solid #DCDCDC;
    border-bottom: 0.2666666667vw solid #DCDCDC;
    border-top-right-radius: 2.6666666667vw;
  }
}
.p-comparison__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__brand img {
    width: min(144px, 15vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__brand img {
    width: 19.4666666667vw;
  }
}
.p-comparison__cell {
  background-color: #fff;
  border-bottom: 2px solid #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-comparison__cell {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1.1142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__cell {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__cell {
    height: min(90px, 9.375vw);
    padding-top: min(24px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__cell {
    height: 14.2133333333vw;
    padding-top: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__cell span {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__cell span {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-comparison__column--main .p-comparison__cell {
  color: #FE5356;
  background-color: #F6F9FF;
  border-bottom: 2px solid #6786C9;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell {
    font-size: clamp(22.5px, 4.6875vw, 45px);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main .p-comparison__cell {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.1153846154;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell {
    height: min(86px, 8.9583333333vw);
    padding-top: min(19px, 1.9791666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main .p-comparison__cell {
    height: 14.1333333333vw;
    padding-top: 2.9333333333vw;
  }
}
.p-comparison__column--main .p-comparison__cell span {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell span {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main .p-comparison__cell span {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell:nth-child(3) {
    height: min(89px, 9.2708333333vw);
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell:nth-child(4), .p-comparison__column--main .p-comparison__cell:nth-child(5) {
    height: min(90px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main .p-comparison__cell:nth-child(4), .p-comparison__column--main .p-comparison__cell:nth-child(5) {
    height: 14.4vw;
  }
}
.p-comparison__column--main .p-comparison__cell:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--main .p-comparison__cell:last-child {
    height: min(114px, 11.875vw);
    padding-top: min(35px, 3.6458333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--main .p-comparison__cell:last-child {
    height: 14.4vw;
    padding-top: 3.4666666667vw;
  }
}
.p-comparison__column--label .p-comparison__cell {
  background-color: #F3F3F3;
  border-left: 2px solid #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--label .p-comparison__cell {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1.1071428571;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--label .p-comparison__cell {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--label .p-comparison__cell {
    padding-top: min(30px, 3.125vw);
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--label .p-comparison__cell:nth-of-type(2) {
    border-top: 2px solid #DCDCDC;
    border-top-left-radius: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--label .p-comparison__cell:nth-of-type(2) {
    border-top: 0.2666666667vw solid #DCDCDC;
    border-top-left-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--label .p-comparison__cell:last-of-type {
    border-bottom: 2px solid #DCDCDC;
    border-bottom-left-radius: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--label .p-comparison__cell:last-of-type {
    border-top: 0.2666666667vw solid #DCDCDC;
    border-bottom-left-radius: 2.6666666667vw;
    padding-top: 2.1333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__column--label .p-comparison__cell .small {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--label .p-comparison__cell .small {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-comparison__column--a .p-comparison__cell {
  border-right: 2px solid #DCDCDC;
}
.p-comparison__column--b .p-comparison__cell {
  border-right: 2px solid #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-comparison__column--b .p-comparison__cell:last-of-type {
    border-bottom-right-radius: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__column--b .p-comparison__cell:last-of-type {
    border-bottom-right-radius: 2.6666666667vw;
  }
}
.p-comparison__note {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-comparison__note {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__note {
    margin-top: max(-20px, -2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__note {
    margin-top: 1.0666666667vw;
  }
}

.p-flow__bg {
  background-color: #F3F7FF;
}
@media screen and (min-width: 768px) {
  .p-flow__bg {
    padding: min(47px, 4.8958333333vw) 0 min(75px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bg {
    padding: 7.7333333333vw 0 12.5333333333vw;
  }
}
.p-flow__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    column-gap: min(2px, 0.2083333333vw);
    padding-right: min(12px, 1.25vw);
    margin-bottom: min(56px, 5.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    column-gap: 1.3333333333vw;
    margin-right: 1.8666666667vw;
    margin-bottom: 11.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title img {
    width: min(69px, 7.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title img {
    width: 18.4vw;
  }
}
.p-flow__title-txt {
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1.0882352941;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt {
    margin-top: 0.8vw;
  }
}
.p-flow__title-txt .step {
  background-color: #fff;
  box-shadow: 0 1.17px 2.33px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt .step {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt .step {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt .step {
    border-radius: min(23px, 2.3958333333vw);
    width: min(203px, 21.1458333333vw);
    height: min(34px, 3.5416666667vw);
    margin-top: min(8px, 0.8333333333vw);
    column-gap: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt .step {
    margin-top: 1.6vw;
    width: 48vw;
    height: 7.7333333333vw;
    border-radius: 5.3333333333vw;
    column-gap: 0.5333333333vw;
  }
}
.p-flow__title-txt .step-main {
  color: #FFF530;
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt .step-main {
    -webkit-text-stroke: min(3px, 0.3125vw) #4267B5;
    text-stroke: min(3px, 0.3125vw) #4267B5;
    paint-order: stroke;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt .step-main {
    -webkit-text-stroke: 0.5333333333vw #4267B5;
    text-stroke: 0.5333333333vw #4267B5;
    paint-order: stroke;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt .step-num {
    font-size: clamp(13px, 2.7083333333vw, 26px);
    line-height: 1.1153846154;
    letter-spacing: -0.006em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt .step-num {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.0869565217;
    letter-spacing: -0.006em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title-txt .step-num {
    margin-right: min(2px, 0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-txt .step-num {
    margin-right: 0.5333333333vw;
  }
}
.p-flow__list {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    background-image: url(../img/index/bg-flow-list.png);
    height: min(320px, 33.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    background-image: url(../img/index/bg-flow-list-sp.png);
    height: 44.5333333333vw;
  }
}
.p-flow__item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    width: min(293px, 30.5208333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: 29.0666666667vw;
  }
}
.p-flow__item-head {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .p-flow__item-head {
    border-width: min(3px, 0.3125vw);
    width: min(130px, 13.5416666667vw);
    height: min(130px, 13.5416666667vw);
    top: max(-27px, -2.8125vw);
    padding-top: min(6px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-head {
    border-width: 0.5333333333vw;
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    top: -7.4666666667vw;
    padding-top: 0.8vw;
  }
}
.p-flow__item-num {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__item-num {
    font-size: clamp(9px, 1.875vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-num {
    font-size: calc(8 / 375 * 100vw);
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-flow__item-num .num {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__item-num .num {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1.0571428571;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-num .num {
    font-size: calc(12 / 375 * 100vw);
    line-height: 0.9166666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-flow__item-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-flow__item-body {
    padding-top: min(117px, 12.1875vw);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item-title {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1.1142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item-text {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1.1071428571;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item-text {
    margin-top: min(38px, 3.9583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    margin-top: 4vw;
  }
}
.p-flow__item-label {
  background-color: #FFF530;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__item-label {
    border-radius: min(10px, 1.0416666667vw);
    width: min(200px, 20.8333333333vw);
    height: min(110px, 11.4583333333vw);
    margin-top: min(21px, 2.1875vw);
    padding-top: min(12px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-label {
    border-radius: 1.3333333333vw;
    width: 21.8666666667vw;
    height: 15.2vw;
    margin-top: 3.7333333333vw;
    padding-top: 1.6vw;
  }
}
.p-flow__item-label .txt01 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__item-label .txt01 {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-label .txt01 {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-flow__item-label .txt02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__item-label .txt02 {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-label .txt02 {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-flow__item-label .txt02 .num {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__item-label .txt02 .num {
    font-size: clamp(25px, 5.2083333333vw, 50px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-label .txt02 .num {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.2083333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item-label .txt02 .num {
    -webkit-text-stroke: min(6px, 0.625vw) #333333;
    text-stroke: min(6px, 0.625vw) #333333;
    paint-order: stroke;
    margin-right: min(2px, 0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-label .txt02 .num {
    -webkit-text-stroke: 0.8vw #333333;
    text-stroke: 0.8vw #333333;
    paint-order: stroke;
    margin-right: 0.5333333333vw;
  }
}
.p-flow__item-image {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__item-image {
    width: min(172px, 17.9166666667vw);
    margin-top: min(2px, 0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-image {
    width: 21.8666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item--step1 {
    padding-top: 15.4666666667vw;
  }
}
.p-flow__item--step1 .p-flow__item-head {
  border-color: #C2D3F9;
}
.p-flow__item--step1 .p-flow__item-num {
  color: #B6CCFD;
}
@media screen and (min-width: 768px) {
  .p-flow__item--step1 .p-flow__item-icon {
    width: min(57px, 5.9375vw);
    top: min(61px, 6.3541666667vw);
  }
}
.p-flow__item--step2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__item--step2 {
    padding-top: 12.8vw;
    padding-left: 1.0666666667vw;
  }
}
.p-flow__item--step2 .p-flow__item-head {
  border-color: #89A5E2;
}
.p-flow__item--step2 .p-flow__item-num {
  color: #89A5E2;
}
@media screen and (min-width: 768px) {
  .p-flow__item--step2 .p-flow__item-icon {
    width: min(58px, 6.0416666667vw);
    top: min(58px, 6.0416666667vw);
  }
}
.p-flow__item--step3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__item--step3 {
    padding-top: 15.4666666667vw;
  }
}
.p-flow__item--step3 .p-flow__item-head {
  border-color: #6786C9;
}
.p-flow__item--step3 .p-flow__item-num {
  color: #6786C9;
}
@media screen and (min-width: 768px) {
  .p-flow__item--step3 .p-flow__item-icon {
    width: min(75px, 7.8125vw);
    top: min(50px, 5.2083333333vw);
  }
}
.p-flow__note {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__note {
    padding: min(18px, 1.875vw) min(27px, 2.8125vw);
    border-radius: min(10px, 1.0416666667vw);
    width: min(715px, 74.4791666667vw);
    margin-top: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    padding: 3.7333333333vw 4vw;
    border-radius: 2.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__note-text {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__note-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-reason {
  position: relative;
}
.p-reason__bg {
  background-color: #6786C9;
}
@media screen and (min-width: 768px) {
  .p-reason__bg {
    padding: min(70px, 7.2916666667vw) 0 min(51px, 5.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__bg {
    padding: 7.2vw 0 12vw;
  }
}
.p-reason__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-reason__inner {
    max-width: min(715px, 74.4791666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    max-width: 89.3333333333vw;
  }
}
.p-reason__label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__label {
    width: min(160px, 16.6666666667vw);
    height: min(55px, 5.7291666667vw);
    border-radius: min(29px, 3.0208333333vw);
    border: min(3px, 0.3125vw) solid #4267B5;
    column-gap: min(4px, 0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__label {
    width: 29.3333333333vw;
    height: 10.1333333333vw;
    border-radius: 5.3333333333vw;
    border: 0.5333333333vw solid #4267B5;
    column-gap: 0.8vw;
  }
}
.p-reason__label::before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/index/ic-logo-apple.png);
}
@media screen and (min-width: 768px) {
  .p-reason__label::before {
    width: min(25px, 2.6041666667vw);
    height: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__label::before {
    width: 4.5333333333vw;
    height: 5.6vw;
  }
}
.p-reason__label-text {
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .p-reason__label-text {
    font-size: clamp(14.5px, 3.0208333333vw, 29px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__label-text {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-reason__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__header {
    margin-bottom: min(35px, 3.6458333333vw);
    padding-left: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header {
    margin-bottom: 8.2666666667vw;
  }
}
.p-reason__header-satisfaction {
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction {
    width: min(230px, 23.9583333333vw);
    height: min(35px, 3.6458333333vw);
    border-radius: min(30px, 3.125vw);
    margin-bottom: min(15px, 1.5625vw);
    margin-left: min(20px, 2.0833333333vw);
    padding-top: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction {
    border-radius: 8vw;
    width: 54.4vw;
    height: 9.3333333333vw;
    margin-bottom: 3.2vw;
    margin-left: 4.8vw;
    padding-top: 0.8vw;
  }
}
.p-reason__header-satisfaction::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 70%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction::after {
    width: min(11px, 1.1458333333vw);
    height: min(14px, 1.4583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction::after {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
  }
}
.p-reason__header-satisfaction .num {
  color: #FE5356;
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction .num {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction .num {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction .num {
    margin-left: max(-4px, -0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction .num {
    margin-left: -0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction .percent {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.125;
    letter-spacing: -0.003em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction .percent {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: -0.003em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__header-satisfaction .exclamation {
    font-size: clamp(11.5px, 2.3958333333vw, 23px);
    line-height: 1.0869565217;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-satisfaction .exclamation {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.0869565217;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__header-img {
    width: min(104px, 10.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__header-img {
    margin-left: -1.6vw;
    width: 27.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-reason__title img {
  display: inline-block;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .p-reason__title img {
    width: min(239px, 24.8958333333vw);
    margin-right: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title img {
    width: 54.6666666667vw;
    margin-right: 1.6vw;
    margin-left: 0.5333333333vw;
  }
}
.p-reason__title-main {
  display: block;
  color: #FFF530;
}
@media screen and (min-width: 768px) {
  .p-reason__title-main {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title-main {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1.0882352941;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__title-main {
    -webkit-text-stroke: min(4px, 0.4166666667vw) #333333;
    text-stroke: min(4px, 0.4166666667vw) #333333;
    paint-order: stroke;
    margin-top: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title-main {
    -webkit-text-stroke: 1.0666666667vw #333333;
    text-stroke: 1.0666666667vw #333333;
    paint-order: stroke;
    margin-top: 0.8vw;
  }
}
.p-reason__title-main .sub {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__title-main .sub {
    font-size: clamp(14px, 2.9166666667vw, 28px);
    line-height: 1.1071428571;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title-main .sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-reason__item {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    border-radius: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item:not(:last-of-type) {
    margin-bottom: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-reason__item-title {
  text-align: center;
  background-color: #E3ECFF;
}
@media screen and (min-width: 768px) {
  .p-reason__item-title {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.0869565217;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-title {
    padding: min(13px, 1.3541666667vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    padding: 4.5333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-body {
    padding: min(18px, 1.875vw) min(20px, 2.0833333333vw) min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-body {
    padding: 4.8vw 4vw 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-text {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-reason__item-text .u-marker {
  color: #4267B5;
}

.p-voice__bg {
  background-color: #EEF3FF;
}
@media screen and (min-width: 768px) {
  .p-voice__bg {
    padding: min(40px, 4.1666666667vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__bg {
    padding: 11.7333333333vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    margin: 0 auto;
    max-width: min(723px, 75.3125vw);
  }
}
.p-voice__title {
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1.0882352941;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    margin-bottom: min(28px, 2.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-voice__title::before, .p-voice__title::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-voice__title::before {
  background-image: url(../img/index/dc-voice01.png);
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .p-voice__title::before {
    width: min(21.5px, 2.2395833333vw);
    height: min(18.3px, 1.90625vw);
    left: max(-4px, -0.4166666667vw);
    bottom: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title::before {
    width: 5.7333333333vw;
    height: 4.88vw;
    left: -0.2666666667vw;
    bottom: 0.5333333333vw;
  }
}
.p-voice__title::after {
  background-image: url(../img/index/dc-voice02.png);
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .p-voice__title::after {
    width: min(17px, 1.7708333333vw);
    height: min(24.4px, 2.5416666667vw);
    right: max(-2px, -0.2083333333vw);
    top: max(-10px, -1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title::after {
    width: 4.5333333333vw;
    height: 6.5066666667vw;
    right: -0.2666666667vw;
    top: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-list {
    padding: min(4px, 0.4166666667vw) min(4px, 0.4166666667vw) min(7px, 0.7291666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__slider .slick-list {
    padding: 1.0666666667vw 1.0666666667vw 2.1333333333vw 9.8666666667vw;
  }
}
.p-voice__slider .slick-track {
  display: flex;
}
.p-voice__slider .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-arrow {
    width: min(18px, 1.875vw);
    height: min(18px, 1.875vw);
    border-bottom: min(4px, 0.4166666667vw) solid #6786C9;
    border-right: min(4px, 0.4166666667vw) solid #6786C9;
    top: min(112px, 11.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__slider .slick-arrow {
    display: none;
  }
}
.p-voice__slider .slick-arrow.slick-prev {
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-arrow.slick-prev {
    left: max(-32px, -3.3333333333vw);
  }
}
.p-voice__slider .slick-arrow.slick-next {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-arrow.slick-next {
    right: max(-32px, -3.3333333333vw);
  }
}
.p-voice__slider .slick-arrow.slick-disabled {
  pointer-events: none;
  border-color: #CECECE;
}
.p-voice__slider .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-dots {
    column-gap: min(12px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__slider .slick-dots {
    column-gap: 3.2vw;
  }
}
.p-voice__slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #CECECE;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .slick-dots li button {
    width: min(8px, 0.8333333333vw);
    height: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__slider .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-voice__slider .slick-dots li.slick-active button {
  background-color: #6786C9;
}
.p-voice__item {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    width: min(350px, 36.4583333333vw);
    margin-right: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    width: 80vw;
    margin-right: 2.6666666667vw;
  }
}
.p-voice__card {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    border-radius: min(10px, 1.0416666667vw);
    padding: min(13px, 1.3541666667vw) min(15px, 1.5625vw) min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card {
    border-radius: 2.6666666667vw;
    padding: 3.4666666667vw 4vw 3.2vw;
  }
}
.p-voice__card-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-voice__card-head {
    padding: 0 min(8px, 0.8333333333vw);
    column-gap: min(16px, 1.6666666667vw);
    padding-bottom: min(14px, 1.4583333333vw);
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card-head {
    padding: 0 2.1333333333vw;
    column-gap: 4.2666666667vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__card-img {
    width: min(60px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card-img {
    width: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__card-title {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-voice__card-title .u-marker {
  background: linear-gradient(transparent 50%, #FFF530 50%);
}
@media screen and (min-width: 768px) {
  .p-voice__card-body {
    padding: 0 min(10px, 1.0416666667vw);
  }
}
@media screen and (min-width: 768px) {
  .p-voice__card-text {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-cta2__bg {
    background-color: #FFFFE4;
    padding: min(50px, 5.2083333333vw) 0;
  }
}
.p-cta2__box {
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-cta2__box {
    background-image: url(../img/index/bg-cta2.jpg);
    margin-inline: auto;
    width: min(715px, 74.4791666667vw);
    height: min(610px, 63.5416666667vw);
    padding-top: min(43px, 4.4791666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__box {
    background-image: url(../img/index/bg-cta2-sp.jpg);
    width: 100%;
    height: 133.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.p-cta2__box .p-cta__btn {
  margin: 0 auto;
}
.p-cta2__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta2__title {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta2__title {
    margin-bottom: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__title {
    margin-bottom: 3.7333333333vw;
  }
}
.p-cta2__title .p-cta2__title-logo {
  vertical-align: text-bottom;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-cta2__title .p-cta2__title-logo {
    width: min(220px, 22.9166666667vw);
    margin: 0 min(2px, 0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__title .p-cta2__title-logo {
    width: 46.6666666667vw;
    margin: 0 0.5333333333vw;
  }
}
.p-cta2__title .p-cta2__title-main {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta2__title .p-cta2__title-main {
    width: min(280px, 29.1666666667vw);
    margin-top: min(6px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__title .p-cta2__title-main {
    width: 64.5333333333vw;
    margin-top: 1.6vw;
  }
}
.p-cta2__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta2__list {
    column-gap: min(12px, 1.25vw);
    margin-bottom: min(24px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__list {
    column-gap: 1.3333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.p-cta2__item {
  background-color: #fff;
  border: 2px solid #FFD52E;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-cta2__item {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__item {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.0714285714;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta2__item {
    border-radius: min(10px, 1.0416666667vw);
    width: min(185px, 19.2708333333vw);
    height: min(80px, 8.3333333333vw);
    padding-top: min(6px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__item {
    width: 28vw;
    height: 15.4666666667vw;
    border-radius: 2.6666666667vw;
    padding-top: 2.1333333333vw;
  }
}
.p-cta2__item-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-cta2__item-main {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__item-main {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-cta2__text {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta2__text {
    width: min(450px, 46.875vw);
    margin-bottom: min(25px, 2.6041666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__text {
    width: 86.9333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-company {
    padding: min(50px, 5.2083333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 12vw 0;
  }
}
.p-company__title {
  text-align: center;
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: clamp(20px, 4.1666666667vw, 40px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: calc(34 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-company__title {
    margin-bottom: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    margin-bottom: 8.8vw;
  }
}
.p-company__table {
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    width: min(450px, 46.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table {
    width: 84vw;
  }
}
.p-company__table tr:first-of-type th {
  border-top: 1px solid #4267B5;
}
.p-company__table tr:first-of-type td {
  border-top: 1px solid #DEDEDE;
}
.p-company__table th {
  text-align: left;
  border-bottom: 1px solid #4267B5;
}
@media screen and (min-width: 768px) {
  .p-company__table th {
    font-size: clamp(7.5px, 1.5625vw, 15px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-company__table th {
    width: min(120px, 12.5vw);
    height: min(60px, 6.25vw);
    padding-left: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    width: 22.6666666667vw;
    height: 16vw;
    padding-left: 2.6666666667vw;
  }
}
.p-company__table td {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 768px) {
  .p-company__table td {
    font-size: clamp(9px, 1.875vw, 18px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    font-size: calc(16 / 375 * 100vw);
    line-height: 0.9375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-company__table td {
    padding-left: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    padding-left: 2.6666666667vw;
  }
}

/*--------------
form
--------------*/
@media screen and (min-width: 768px) {
  .form {
    padding-bottom: min(60px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding-bottom: 16vw;
  }
}
.form form {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .form .c-page-title {
    margin-bottom: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .form .c-page-title {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .form-hero {
    margin-bottom: min(40px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form-hero {
    margin-bottom: 10.6666666667vw;
  }
}
.form-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form-inner {
    width: min(685px, 71.3541666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form-inner {
    width: 89.3333333333vw;
  }
}
.form-caution {
  margin-inline: auto;
  border: 2px solid #FE5356;
}
@media screen and (min-width: 768px) {
  .form-caution {
    width: min(500px, 52.0833333333vw);
    margin-bottom: min(30px, 3.125vw);
    border-radius: min(10px, 1.0416666667vw);
    padding: min(15px, 1.5625vw) min(35px, 3.6458333333vw);
  }
}
@media screen and (max-width: 767px) {
  .form-caution {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 8vw;
    padding: 4vw 6.6666666667vw;
  }
}
.form-caution-title {
  text-align: center;
  color: #FE5356;
}
@media screen and (min-width: 768px) {
  .form-caution-title {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form-caution-title {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.0714285714;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form-caution-title {
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form-caution-title {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .form-caution-txt {
    font-size: clamp(9px, 1.875vw, 18px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form-caution-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.form-steps {
  display: flex;
  align-items: center;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-steps {
    column-gap: min(63px, 6.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .form-steps {
    column-gap: 10.6666666667vw;
  }
}
.form-steps::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  background-color: #6786C9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-steps::after {
    height: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .form-steps::after {
    height: 0.5333333333vw;
  }
}
.form-steps-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #6786C9;
  color: #6786C9;
}
@media screen and (min-width: 768px) {
  .form-steps-item {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form-steps-item {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form-steps-item {
    width: min(55px, 5.7291666667vw);
    height: min(55px, 5.7291666667vw);
    padding-top: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .form-steps-item {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    padding-top: 0.5333333333vw;
  }
}
.form-steps-item.is-current {
  background-color: #6786C9;
  color: #fff;
}
.form-steps-item.is-unreached {
  background-color: #BFBFBF;
  color: #fff;
  border-color: #BFBFBF;
}
.form .card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .form .card {
    border-radius: min(10px, 1.0416666667vw);
    padding: min(50px, 5.2083333333vw) min(52px, 5.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .card {
    border-radius: 2.6666666667vw;
    padding: 5.8666666667vw 6.6666666667vw 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .form .field:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
.form .field-header {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form .field-header {
    column-gap: min(5px, 0.5208333333vw);
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field-header {
    column-gap: 1.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .form .field-title {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .field-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.form .field-title .field-cap.d-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .form .field-cap {
    font-size: clamp(7px, 1.4583333333vw, 14px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .form .field-cap {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .form .field-sub {
    margin-top: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field-sub {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .form .field-sub:not(:last-of-type) {
    margin-bottom: min(25px, 2.6041666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field-sub:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
.form .field .input,
.form .field select,
.form .field textarea {
  width: 100%;
  border: 2px solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .form .field .input,
  .form .field select,
  .form .field textarea {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .field .input,
  .form .field select,
  .form .field textarea {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form .field .input,
  .form .field select,
  .form .field textarea {
    border-radius: min(5px, 0.5208333333vw);
    height: min(60px, 6.25vw);
    padding: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .input,
  .form .field select,
  .form .field textarea {
    border-radius: 1.3333333333vw;
    height: 12vw;
    padding: 2.6666666667vw;
  }
}
.form .field textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .form .field textarea {
    height: min(125px, 13.0208333333vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field textarea {
    height: 27.4666666667vw;
  }
}
.form .field select {
  color: #BFBFBF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form .field select {
    width: 52vw;
  }
}
.form .field select.selected {
  color: #333333;
}
.form .field .input:focus,
.form .field select:focus,
.form .field textarea:focus {
  outline: 2px solid rgba(31, 163, 229, 0.2);
  border-color: #EBF2FF;
}
.form .field ::placeholder {
  color: #BFBFBF;
}
@media screen and (min-width: 768px) {
  .form .field input + .field-cap {
    margin-top: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field input + .field-cap {
    margin-top: 2.1333333333vw;
  }
}
.form .field .help {
  width: max-content;
  max-width: 100%;
  color: #FE5356;
  background-color: #FFFDE3;
}
@media screen and (min-width: 768px) {
  .form .field .help {
    padding: min(2px, 0.2083333333vw) min(5px, 0.5208333333vw);
    margin-top: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .help {
    padding: 0.5333333333vw 1.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.form .field .help p {
  color: #FE5356;
}
@media screen and (min-width: 768px) {
  .form .field .help p {
    font-size: clamp(7px, 1.4583333333vw, 14px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .field .help p {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.form .field .input-with-unit {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form .field .input-with-unit {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .field .input-with-unit {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form .field .input-with-unit {
    column-gap: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .input-with-unit {
    column-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .form .field .input-with-unit input {
    width: min(300px, 31.25vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .input-with-unit input {
    width: 52vw;
  }
}
.form .field .radio-group {
  display: flex;
}
@media screen and (min-width: 768px) {
  .form .field .radio-group {
    column-gap: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .radio-group {
    column-gap: 3.2vw;
  }
}
.form .field .radio-label {
  border: 2px solid #BFBFBF;
  display: flex;
  align-items: center;
  position: relative;
  color: #BFBFBF;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form .field .radio-label {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .field .radio-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form .field .radio-label {
    width: min(190px, 19.7916666667vw);
    height: min(60px, 6.25vw);
    border-radius: min(5px, 0.5208333333vw);
    padding-left: min(36px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .radio-label {
    width: 36.666667vw;
    height: 12vw;
    border-radius: 1.3333333333vw;
    padding-left: 9.0666666667vw;
  }
}
.form .field .radio-label::before, .form .field .radio-label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.form .field .radio-label::before {
  border: 2px solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .form .field .radio-label::before {
    width: min(21px, 2.1875vw);
    height: min(21px, 2.1875vw);
    left: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .radio-label::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    left: 2.6666666667vw;
  }
}
.form .field .radio-label::after {
  background-color: #6786C9;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .form .field .radio-label::after {
    width: min(15px, 1.5625vw);
    height: min(15px, 1.5625vw);
    left: min(13px, 1.3541666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .field .radio-label::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    left: 3.4666666667vw;
  }
}
.form .field .radio-label:has(input:checked)::after {
  opacity: 1;
}
.form .field .radio-label input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .form .address-title {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .address-title {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form .address-title {
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .address-title {
    margin-bottom: 1.6vw;
  }
}
.form .required, .form .any {
  background-color: #FE5356;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form .required, .form .any {
    font-size: clamp(7px, 1.4583333333vw, 14px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form .required, .form .any {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form .required, .form .any {
    padding: min(4px, 0.4166666667vw) min(5px, 0.5208333333vw);
    border-radius: min(2.5px, 0.2604166667vw);
    margin-bottom: min(2px, 0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .form .required, .form .any {
    padding: 1.0666666667vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.form .any {
  background-color: #6C6C6C;
}
.form .is-valid input[type=text],
.form .is-valid input[type=tel],
.form .is-valid input[type=email],
.form .is-valid input[type=number],
.form .is-valid select,
.form .is-valid .file-input {
  background-color: #EBF2FF;
}
.form .is-invalid input[type=text],
.form .is-invalid input[type=tel],
.form .is-invalid input[type=email],
.form .is-invalid input[type=number],
.form .is-invalid select,
.form .is-invalid .choice span,
.form .is-invalid .file-input {
  border: 2px solid #FE5356;
  background-color: #FFF4F4;
}
.form .is-invalid input[name=confirm],
.form .is-invalid input[name=confirm2] {
  outline: 2px solid #FE5356;
  outline-offset: 2px;
}
.form .is-invalid .radio-label {
  border-color: #FE5356;
}
.form .checkbox-row {
  display: flex;
  align-items: center;
  margin-top: 3.2vw;
}
.form .checkbox-row input {
  appearance: none;
  visibility: hidden;
  display: none;
}
.form .checkbox-row label {
  cursor: pointer;
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  column-gap: 2.1333333333vw;
}
.form .checkbox-row label::before, .form .checkbox-row label::after {
  content: "";
  display: block;
}
.form .checkbox-row label::before {
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 1.3333333333vw;
}
.form .checkbox-row label::after {
  position: absolute;
  left: 3.2vw;
  top: 1.6vw;
  width: 2.6666666667vw;
  height: 5.3333333333vw;
  border-right: 1.0666666667vw solid #0061FD;
  border-bottom: 1.0666666667vw solid #0061FD;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s;
}
.form .checkbox-row input[type=checkbox]:checked + label::before {
  background-color: #E8F0FE;
}
.form .checkbox-row input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.form .error-text {
  color: #FE5356;
}
@media screen and (min-width: 768px) {
  .form .error-text {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .form .error-text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .form .error-text {
    margin-top: min(4px, 0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form .error-text {
    margin-top: 0.8vw;
  }
}

/* shared buttons */
.form-btnwrap2 {
  justify-content: center;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  background-color: #4267B5;
  color: #fff;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .form-btn {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form-btn {
    font-size: calc(17.5 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .form-btn {
    border-radius: min(50px, 5.2083333333vw);
    width: min(360px, 37.5vw);
    height: min(60px, 6.25vw);
    column-gap: min(19px, 1.9791666667vw);
    padding-left: min(10px, 1.0416666667vw);
  }
  .form-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .form-btn {
    width: 60vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    column-gap: 4.8vw;
  }
}
.form-btn::after {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .form-btn::after {
    width: min(10px, 1.0416666667vw);
    height: min(17px, 1.7708333333vw);
  }
}
@media screen and (max-width: 767px) {
  .form-btn::after {
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
.form-btn:disabled {
  pointer-events: none;
  background-color: #C2C2C2;
}

.form-back {
  color: #575757;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form-back {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .form-back {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

/* confirm page */
@media screen and (min-width: 768px) {
  .confirm {
    padding-bottom: min(60px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .confirm {
    margin-bottom: min(60px, 6.25vw);
  }
}

.confirm-itembox {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .confirm-itembox {
    border-radius: min(10px, 1.0416666667vw);
    padding: min(50px, 5.2083333333vw) min(52px, 5.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .confirm-itembox {
    padding: 5.8666666667vw 6.6666666667vw 9.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .confirm-item {
    margin-bottom: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .confirm-item {
    margin-bottom: 2.6666666667vw;
  }
}

.confirm-label {
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .confirm-label {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .confirm-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .confirm-label {
    padding: min(9px, 0.9375vw) min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .confirm-label {
    padding: 2.4vw 2.6666666667vw;
  }
}

.confirm-value {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .confirm-value {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .confirm-value {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .confirm-value {
    padding: min(14px, 1.4583333333vw) min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .confirm-value {
    padding: 3.2vw 2.6666666667vw;
  }
}

.form-btnwrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form-btnwrap {
    justify-content: space-between;
    margin-top: min(40px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .form-btnwrap {
    justify-content: center;
    margin-top: 8vw;
    column-gap: 9.6vw;
  }
}
.form-btnwrap .form-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-btnwrap .form-btn {
    width: 42.6666666667vw;
    height: 13.8666666667vw;
  }
}

/* thanks page */
@media screen and (min-width: 768px) {
  .thanks {
    margin-bottom: min(60px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks {
    margin-bottom: 16vw;
  }
}
.thanks__box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__box {
    border-radius: min(10px, 1.0416666667vw);
    padding: min(60px, 6.25vw) 0 min(50px, 5.2083333333vw);
    margin-bottom: min(40px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__box {
    border-radius: 2.6666666667vw;
    padding: 9.3333333333vw 0 6.6666666667vw;
    margin-bottom: 12.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-title {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-title {
    margin-bottom: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-title {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-txt {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-txt {
    margin-bottom: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-txt {
    margin-bottom: 8vw;
  }
}
.thanks__box-txt .color {
  font-weight: 700;
  color: #FE5356;
}
.thanks__box-tel {
  background-color: #F3F7FF;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .thanks__box-tel {
    width: min(470px, 48.9583333333vw);
    padding: min(20px, 2.0833333333vw) 0;
    border-radius: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-tel {
    padding: 2.6666666667vw 0;
    border-radius: 2.6666666667vw;
  }
}
.thanks__box-tel .num {
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .thanks__box-tel .num {
    font-size: clamp(15px, 3.125vw, 30px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-tel .num {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.0869565217;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-tel .note {
    font-size: clamp(9px, 1.875vw, 18px);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-tel .note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.0714285714;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .thanks__box-tel .note {
    margin-top: min(8px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__box-tel .note {
    margin-top: 1.3333333333vw;
  }
}
.thanks__flow-title {
  text-align: center;
  color: #4267B5;
}
@media screen and (min-width: 768px) {
  .thanks__flow-title {
    font-size: clamp(17.5px, 3.6458333333vw, 35px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-title {
    margin-bottom: min(28px, 2.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-title {
    margin-bottom: 7.2vw;
  }
}
.thanks__flow-list {
  display: flex;
  justify-content: space-between;
}
.thanks__flow-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .thanks__flow-item {
    width: min(222px, 23.125vw);
    border: min(4px, 0.4166666667vw) solid #6786C9;
    padding: 0 min(17px, 1.7708333333vw) min(25px, 2.6041666667vw);
    border-radius: min(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-item {
    width: 28.8vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #6786C9;
    padding: 0 1.8666666667vw 3.2vw;
  }
}
.thanks__flow-num {
  position: absolute;
  background-color: #6786C9;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .thanks__flow-num {
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.05;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-num {
    font-size: calc(8 / 375 * 100vw);
    line-height: 1.05;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-num {
    width: min(64px, 6.6666666667vw);
    height: min(64px, 6.6666666667vw);
    top: min(8px, 0.8333333333vw);
    left: min(14px, 1.4583333333vw);
    padding-top: min(3px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-num {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    padding-top: 0.8vw;
    top: 1.0666666667vw;
    left: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-num span {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-num span {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.thanks__flow-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .thanks__flow-img {
    margin-bottom: min(14px, 1.4583333333vw);
    height: min(183px, 19.0625vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-img {
    margin-bottom: 1.6vw;
    height: 23.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-img.img01 img {
    width: min(92px, 9.5833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-img.img01 img {
    width: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-img.img02 img, .thanks__flow-img.img03 img {
    width: min(94px, 9.7916666667vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-img.img02 img, .thanks__flow-img.img03 img {
    width: 12.2133333333vw;
  }
}
.thanks__flow-itemtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__flow-itemtitle {
    font-size: clamp(12.5px, 2.6041666667vw, 25px);
    line-height: 1.12;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-itemtitle {
    font-size: calc(13.79 / 375 * 100vw);
    line-height: 1.0877447426;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-itemtitle {
    margin-bottom: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-itemtitle {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .thanks__flow-txt {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .thanks__flow-txt {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-terms {
    padding-bottom: min(60px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-terms h2 {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-terms h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-terms h2 {
    margin-top: min(30px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms h2 {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-terms p, .p-terms li {
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-terms p, .p-terms li {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/* mailstop */
.mailstop-complete-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.mailstop-complete-body .mailstop-complete {
  flex: 1;
}
.mailstop-page {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .mailstop-page {
    padding-bottom: min(80px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page {
    padding-bottom: 16vw;
  }
}
.mailstop-page__hero {
  text-align: center;
}
.mailstop-page__lead {
  margin-inline: auto;
  background-color: #EBF2FF;
  color: #333333;
  border: 2px solid #6786C9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mailstop-page__lead {
    width: min(520px, 54.1666666667vw);
    border-radius: min(10px, 1.0416666667vw);
    padding: min(20px, 2.0833333333vw) min(30px, 3.125vw);
    font-size: clamp(10px, 2.0833333333vw, 20px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page__lead {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.mailstop-page__card {
  background-color: #fff;
}
.mailstop-page__checks {
  display: grid;
}
@media screen and (min-width: 768px) {
  .mailstop-page__checks {
    grid-template-columns: repeat(2, 1fr);
    gap: min(15px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page__checks {
    gap: 3.2vw;
  }
}
.mailstop-page__check {
  border: 2px solid #BFBFBF;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mailstop-page__check {
    min-height: min(60px, 6.25vw);
    border-radius: min(5px, 0.5208333333vw);
    padding: min(12px, 1.25vw) min(12px, 1.25vw) min(12px, 1.25vw) min(44px, 4.5833333333vw);
    font-size: clamp(8px, 1.6666666667vw, 16px);
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page__check {
    min-height: 12vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.6666666667vw;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
.mailstop-page__check::before,
.mailstop-page__check::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s;
}
.mailstop-page__check::before {
  background-color: #fff;
  border: 2px solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .mailstop-page__check::before {
    width: min(22px, 2.2916666667vw);
    height: min(22px, 2.2916666667vw);
    border-radius: min(4px, 0.4166666667vw);
    left: min(12px, 1.25vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page__check::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 1.0666666667vw;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mailstop-page__check::after {
  opacity: 0;
  border-right: 3px solid #4267B5;
  border-bottom: 3px solid #4267B5;
  transform: rotate(45deg) scale(0);
}
@media screen and (min-width: 768px) {
  .mailstop-page__check::after {
    width: min(8px, 0.8333333333vw);
    height: min(14px, 1.4583333333vw);
    left: min(19px, 1.9791666667vw);
    top: min(20px, 2.0833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .mailstop-page__check::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    left: 4.5333333333vw;
    top: 3.7333333333vw;
  }
}
.mailstop-page__check input {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mailstop-page__check:has(input:checked) {
  border-color: #6786C9;
  background-color: #EBF2FF;
}
.mailstop-page__check:has(input:checked)::before {
  border-color: #4267B5;
}
.mailstop-page__check:has(input:checked)::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.mailstop-complete__img {
  max-width: 140px;
  width: 30%;
  margin: 50px auto;
}
.mailstop-complete__btn {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .mailstop-complete__btn {
    margin-top: min(35px, 3.6458333333vw);
  }
}
@media screen and (max-width: 767px) {
  .mailstop-complete__btn {
    margin-top: 8vw;
  }
}
