@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.page {
  position: relative;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #6f97f9;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.pageTop__title span {
  font-size: 38px;
  color: #6f97f9;
}

.bread {
  margin-top: 30px;
}
.bread .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background: #cad1d8;
  vertical-align: middle;
}

.bread__main {
  font-size: 14px;
}

.bread__link {
  display: inline-block;
  padding-right: 30px;
}

.yellow-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffda3e), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffda3e 50%, transparent 50%);
  background: linear-gradient(left, #ffda3e 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.yellow-mark.active {
  background-position: 0% 1em;
}

.red-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd1d1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background: linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.red-mark.active {
  background-position: 0% 1em;
}

@media (min-width: 1921px) {
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 31.5px;
  }
  .pageTop__title span {
    font-size: 42.75px;
  }
  .bread {
    margin-top: 33.75px;
  }
  .bread .line {
    width: 22.5px;
    margin-right: 22.5px;
  }
  .bread__main {
    font-size: 15.75px;
  }
  .bread__link {
    padding-right: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .pageTop__title span {
    font-size: 2.9230769231vw;
  }
  .bread {
    margin-top: 2.3076923077vw;
  }
  .bread .line {
    width: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
  .bread__main {
    font-size: 1.0769230769vw;
  }
  .bread__link {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 768px) {
  .pageTop {
    top: 26.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .pageTop__en {
    font-size: 5.3333333333vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pageTop__title span {
    font-size: 6.9333333333vw;
  }
  .bread {
    margin-top: 5.3333333333vw;
  }
  .bread .line {
    width: 5.3333333333vw;
    height: 1px;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .bread__main {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .bread__link {
    padding-right: 0;
  }
}
.form {
  margin-top: 80px;
}

.formHd {
  width: 700px;
  margin: 0 auto;
  gap: 22px;
}

.formHd__txt {
  width: 200px;
  height: 54px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #cad1d8;
}
.formHd__txt.active {
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}

.formHd__icon {
  position: relative;
  width: 5px;
  height: 10px;
}
.formHd__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.formHd__read {
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.formHd__must {
  margin: 20px auto 0;
  font-size: 14px;
  gap: 3px;
}
.formHd__must .icon {
  width: 10px;
  height: 10px;
}

.formWhite {
  width: 700px;
  margin: 40px auto 0;
  padding: 60px 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(50, 61, 136, 0.2);
          box-shadow: 0 0 20px 0 rgba(50, 61, 136, 0.2);
}

.formFlex {
  gap: 20px;
  margin-top: 30px;
}
.formFlex:first-child {
  margin-top: 0;
}
.formFlex.formFlex__lg {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formTtl {
  width: calc(100% - 420px);
  font-size: 16px;
  font-weight: bold;
}
.formTtl p,
.formTtl .ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.formTtl .must {
  position: absolute;
  top: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/icon/icon_form_must.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.formInp {
  width: 400px;
}
.formInp input[type=text],
.formInp input[type=email],
.formInp select {
  font-family: "notosansjp", serif;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #cad1d8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #141414;
}
.formInp input::-webkit-input-placeholder {
  color: #cad1d8;
}
.formInp input::-moz-placeholder {
  color: #cad1d8;
}
.formInp input:-ms-input-placeholder {
  color: #cad1d8;
}
.formInp input::-ms-input-placeholder {
  color: #cad1d8;
}
.formInp input::placeholder {
  color: #cad1d8;
}

.formSel {
  position: relative;
}
.formSel::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.formSel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #cad1d8;
}

.formTextarea {
  width: 400px;
}
.formTextarea textarea {
  font-family: "notosansjp", serif;
  width: 100%;
  height: 160px;
  padding: 10px 20px;
  border: 1px solid #cad1d8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #141414;
}
.formTextarea input::-webkit-input-placeholder {
  color: #cad1d8;
}
.formTextarea input::-moz-placeholder {
  color: #cad1d8;
}
.formTextarea input:-ms-input-placeholder {
  color: #cad1d8;
}
.formTextarea input::-ms-input-placeholder {
  color: #cad1d8;
}
.formTextarea input::placeholder {
  color: #cad1d8;
}

.mw_wp_form .formCheck {
  width: 400px;
  gap: 10px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mw_wp_form .formCheck .mwform-checkbox-field {
  width: 180px;
  margin: 0;
  font-size: 16px;
}
.mw_wp_form .formCheck .mwform-checkbox-field + .horizontal-item {
  margin: 0;
}
.mw_wp_form .formCheck .mwform-checkbox-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mw_wp_form .formCheck .mwform-checkbox-field label span {
  width: calc(100% - 30px);
}
.mw_wp_form .formCheck input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  /* チェックマーク */
}
.mw_wp_form .formCheck input[type=checkbox]:checked {
  border: solid 1px #6f97f9;
}
.mw_wp_form .formCheck input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 15px;
  background: url(../img/icon/icon_form_check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.formFDate {
  width: 200px;
}

.formAgree {
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
.formAgree a {
  color: #6f97f9;
  text-decoration: underline;
}
.formAgree .mwform-checkbox-field-text {
  display: none;
}
.formAgree span {
  width: 24px;
  height: 24px;
}
.formAgree input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  /* チェックマーク */
}
.formAgree input[type=checkbox]:checked {
  border: solid 1px #6f97f9;
}
.formAgree input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 15px;
  background: url(../img/icon/icon_form_check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.formAgree__error {
  font-size: 16px;
  color: #dd3030;
  text-align: center;
}

.formBtn button {
  position: relative;
  width: 290px;
  height: 60px;
  margin: 40px auto 0;
  border: none;
  border-radius: 33px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.formBtn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(../img/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.formBtn__prev button {
  position: relative;
  width: 290px;
  height: 60px;
  margin: 20px auto 0;
  border: none;
  border-radius: 33px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #cad1d8;
}
.formBtn__prev button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 15px;
  height: 11px;
  background: url(../img/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.formConf .must {
  display: none;
}
.formConf .formAgree {
  display: none;
}
.formConf .formFlex {
  padding-bottom: 30px;
  border-bottom: 1px solid #cad1d8;
}
.formConf .formSel::after {
  display: none;
}

.formConf__read {
  margin: 0 auto 50px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.thanks {
  margin: 60px auto 0;
}

.thanks__ttl {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #6f97f9;
}

.thanks__sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.thanks__txt {
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}

.thanks__btn {
  margin: 40px auto 0;
}
.thanks__btn.btn::after {
  left: 32px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1921px) {
  .form {
    margin-top: 90px;
  }
  .formHd {
    width: 787.5px;
    gap: 24.75px;
  }
  .formHd__txt {
    width: 225px;
    height: 60.75px;
    border-radius: 5.625px;
    font-size: 18px;
  }
  .formHd__icon {
    width: 5.625px;
    height: 11.25px;
  }
  .formHd__icon::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #000;
    border-bottom: 2.25px solid #000;
    left: calc(50% - 2.25px);
  }
  .formHd__read {
    margin: 56.25px auto 0;
    font-size: 18px;
  }
  .formHd__must {
    margin: 22.5px auto 0;
    font-size: 15.75px;
    gap: 3.375px;
  }
  .formHd__must .icon {
    width: 11.25px;
    height: 11.25px;
  }
  .formWhite {
    width: 787.5px;
    margin: 45px auto 0;
    padding: 67.5px 56.25px;
    border-radius: 22.5px;
    -webkit-box-shadow: 0 0 22.5px 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 22.5px 0 rgba(50, 61, 136, 0.2);
  }
  .formFlex {
    gap: 22.5px;
    margin-top: 33.75px;
  }
  .formTtl {
    width: calc(100% - 472.5px);
    font-size: 18px;
  }
  .formTtl .must {
    right: -xl(15);
    width: 11.25px;
    height: 11.25px;
  }
  .formInp {
    width: 450px;
  }
  .formInp input[type=text],
  .formInp input[type=email],
  .formInp select {
    height: 56.25px;
    padding: 11.25px 22.5px;
    border-radius: 11.25px;
    font-size: 18px;
  }
  .formSel::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #141414;
    border-bottom: 2.25px solid #141414;
    right: 22.5px;
  }
  .formTextarea {
    width: 450px;
  }
  .formTextarea textarea {
    height: 180px;
    padding: 11.25px 22.5px;
    border-radius: 11.25px;
    font-size: 18px;
  }
  .mw_wp_form .formCheck {
    width: 450px;
    gap: 11.25px 33.75px;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field {
    width: 202.5px;
    font-size: 18px;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label {
    gap: 6.75px;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label span {
    width: calc(100% - 33.75px);
  }
  .mw_wp_form .formCheck input[type=checkbox] {
    width: 27px;
    height: 27px;
    border: solid 1.125px #dcdcdc;
    border-radius: 4.5px;
    /* チェックマーク */
  }
  .mw_wp_form .formCheck input[type=checkbox]:checked::before {
    width: 15.75px;
    height: 16.875px;
  }
  .formFDate {
    width: 225px;
  }
  .formAgree {
    margin: 45px auto 0;
    font-size: 18px;
    gap: 6.75px;
  }
  .formAgree span {
    width: 27px;
    height: 27px;
  }
  .formAgree input[type=checkbox] {
    width: 27px;
    height: 27px;
    border-radius: 4.5px;
    /* チェックマーク */
  }
  .formAgree input[type=checkbox]:checked::before {
    width: 15.75px;
    height: 16.875px;
  }
  .formAgree__error {
    font-size: 18px;
  }
  .formBtn button {
    width: 326.25px;
    height: 67.5px;
    margin: 45px auto 0;
    border-radius: 37.125px;
    font-size: 20.25px;
  }
  .formBtn button::after {
    right: 22.5px;
    width: 16.875px;
    height: 12.375px;
  }
  .formBtn__prev button {
    width: 326.25px;
    height: 67.5px;
    margin: 22.5px auto 0;
    border-radius: 37.125px;
    font-size: 20.25px;
  }
  .formBtn__prev button::after {
    left: 22.5px;
    width: 16.875px;
    height: 12.375px;
  }
  .formConf .formFlex {
    padding-bottom: 33.75px;
  }
  .formConf__read {
    margin: 0 auto 56.25px;
    font-size: 21.375px;
  }
  .thanks {
    margin: 67.5px auto 0;
  }
  .thanks__ttl {
    font-size: 90px;
  }
  .thanks__sub {
    font-size: 24.75px;
  }
  .thanks__txt {
    margin: 56.25px auto 0;
    font-size: 18px;
  }
  .thanks__btn {
    margin: 45px auto 0;
  }
  .thanks__btn.btn::after {
    left: 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .form {
    margin-top: 6.1538461538vw;
  }
  .formHd {
    width: 53.8461538462vw;
    gap: 1.6923076923vw;
  }
  .formHd__txt {
    width: 15.3846153846vw;
    height: 4.1538461538vw;
    border-radius: 0.3846153846vw;
    font-size: 1.2307692308vw;
  }
  .formHd__icon {
    width: 0.3846153846vw;
    height: 0.7692307692vw;
  }
  .formHd__icon::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid #000;
    border-bottom: 0.1538461538vw solid #000;
    left: calc(50% - 0.1538461538vw);
  }
  .formHd__read {
    margin: 3.8461538462vw auto 0;
    font-size: 1.2307692308vw;
  }
  .formHd__must {
    margin: 1.5384615385vw auto 0;
    font-size: 1.0769230769vw;
    gap: 0.2307692308vw;
  }
  .formHd__must .icon {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
  .formWhite {
    width: 53.8461538462vw;
    margin: 3.0769230769vw auto 0;
    padding: 4.6153846154vw 3.8461538462vw;
    border-radius: 1.5384615385vw;
    -webkit-box-shadow: 0 0 1.5384615385vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 1.5384615385vw 0 rgba(50, 61, 136, 0.2);
  }
  .formFlex {
    gap: 1.5384615385vw;
    margin-top: 2.3076923077vw;
  }
  .formTtl {
    width: calc(100% - 32.3076923077vw);
    font-size: 1.2307692308vw;
  }
  .formTtl .must {
    right: -tab(15);
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
  .formInp {
    width: 30.7692307692vw;
  }
  .formInp input[type=text],
  .formInp input[type=email],
  .formInp select {
    height: 3.8461538462vw;
    padding: 0.7692307692vw 1.5384615385vw;
    border-radius: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .formSel::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid #141414;
    border-bottom: 0.1538461538vw solid #141414;
    right: 1.5384615385vw;
  }
  .formTextarea {
    width: 30.7692307692vw;
  }
  .formTextarea textarea {
    height: 12.3076923077vw;
    padding: 0.7692307692vw 1.5384615385vw;
    border-radius: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .mw_wp_form .formCheck {
    width: 30.7692307692vw;
    gap: 0.7692307692vw 2.3076923077vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field {
    width: 13.8461538462vw;
    font-size: 1.2307692308vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label {
    gap: 0.4615384615vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label span {
    width: calc(100% - 2.3076923077vw);
  }
  .mw_wp_form .formCheck input[type=checkbox] {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    border: solid 0.0769230769vw #dcdcdc;
    border-radius: 0.3076923077vw;
    /* チェックマーク */
  }
  .mw_wp_form .formCheck input[type=checkbox]:checked::before {
    width: 1.0769230769vw;
    height: 1.1538461538vw;
  }
  .formFDate {
    width: 15.3846153846vw;
  }
  .formAgree {
    margin: 3.0769230769vw auto 0;
    font-size: 1.2307692308vw;
    gap: 0.4615384615vw;
  }
  .formAgree span {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
  .formAgree input[type=checkbox] {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    border-radius: 0.3076923077vw;
    /* チェックマーク */
  }
  .formAgree input[type=checkbox]:checked::before {
    width: 1.0769230769vw;
    height: 1.1538461538vw;
  }
  .formAgree__error {
    font-size: 1.2307692308vw;
  }
  .formBtn button {
    width: 22.3076923077vw;
    height: 4.6153846154vw;
    margin: 3.0769230769vw auto 0;
    border-radius: 2.5384615385vw;
    font-size: 1.3846153846vw;
  }
  .formBtn button::after {
    right: 1.5384615385vw;
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
  .formBtn__prev button {
    width: 22.3076923077vw;
    height: 4.6153846154vw;
    margin: 1.5384615385vw auto 0;
    border-radius: 2.5384615385vw;
    font-size: 1.3846153846vw;
  }
  .formBtn__prev button::after {
    left: 1.5384615385vw;
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
  .formConf .formFlex {
    padding-bottom: 2.3076923077vw;
  }
  .formConf__read {
    margin: 0 auto 3.8461538462vw;
    font-size: 1.4615384615vw;
  }
  .thanks {
    margin: 4.6153846154vw auto 0;
  }
  .thanks__ttl {
    font-size: 6.1538461538vw;
  }
  .thanks__sub {
    font-size: 1.6923076923vw;
  }
  .thanks__txt {
    margin: 3.8461538462vw auto 0;
    font-size: 1.2307692308vw;
  }
  .thanks__btn {
    margin: 3.0769230769vw auto 0;
  }
  .thanks__btn.btn::after {
    left: 2.4615384615vw;
  }
}
@media (max-width: 768px) {
  .form {
    margin-top: 8vw;
  }
  .formHd {
    width: 100%;
    margin: 0 auto;
    gap: 2.1333333333vw;
  }
  .formHd__txt {
    width: 24vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 4vw;
  }
  .formHd__icon {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
  .formHd__icon::after {
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
    left: calc(50% - 0.5333333333vw);
  }
  .formHd__read {
    margin: 8vw auto 0;
    font-size: 4vw;
    line-height: 1.73;
    text-align: left;
  }
  .formHd__must {
    margin: 5.3333333333vw auto 0;
    font-size: 3.7333333333vw;
    gap: 0.8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .formHd__must .icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .formWhite {
    width: 100%;
    width: calc(100% + 13.3333333333vw);
    margin: 10.6666666667vw auto 0;
    margin-left: -6.6666666667vw;
    padding: 10.6666666667vw 8vw;
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 0 0 5.3333333333vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 5.3333333333vw 0 rgba(50, 61, 136, 0.2);
  }
  .formFlex {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .formFlex:first-child {
    margin-top: 0;
  }
  .formFlex.formFlex__lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .formTtl {
    width: 100%;
    font-size: 4vw;
  }
  .formTtl .must {
    right: -4vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .formInp {
    width: 100%;
  }
  .formInp input[type=text],
  .formInp input[type=email],
  .formInp select {
    height: 16vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .formSel::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #141414;
    border-bottom: 0.5333333333vw solid #141414;
    right: 5.3333333333vw;
  }
  .formTextarea {
    width: 100%;
  }
  .formTextarea textarea {
    width: 100%;
    height: 45.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .mw_wp_form .formCheck {
    width: 100%;
    gap: 2.6666666667vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field {
    width: 100%;
    font-size: 4vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label {
    gap: 1.6vw;
  }
  .mw_wp_form .formCheck .mwform-checkbox-field label span {
    width: calc(100% - 8vw);
  }
  .mw_wp_form .formCheck input[type=checkbox] {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.0666666667vw;
    /* チェックマーク */
  }
  .mw_wp_form .formCheck input[type=checkbox]:checked::before {
    width: 3.7333333333vw;
    height: 4vw;
  }
  .formFDate {
    width: 53.3333333333vw;
  }
  .formAgree {
    margin: 8vw auto 0;
    font-size: 4vw;
    gap: 1.6vw;
  }
  .formAgree span {
    width: 6.4vw;
    height: 6.4vw;
  }
  .formAgree input[type=checkbox] {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.0666666667vw;
    /* チェックマーク */
  }
  .formAgree input[type=checkbox]:checked::before {
    width: 3.7333333333vw;
    height: 4vw;
  }
  .formAgree__error {
    font-size: 4vw;
  }
  .formBtn button {
    position: relative;
    width: 73.3333333333vw;
    height: 16vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 8.8vw;
    font-size: 4.2666666667vw;
  }
  .formBtn button::after {
    right: 6.4vw;
    width: 4vw;
    height: 2.9333333333vw;
  }
  .formBtn__prev button {
    position: relative;
    width: 73.3333333333vw;
    height: 16vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 8.8vw;
    font-size: 4.2666666667vw;
  }
  .formBtn__prev button::after {
    left: 6.4vw;
    width: 4vw;
    height: 2.9333333333vw;
  }
  .formConf .formFlex {
    padding-bottom: 4vw;
  }
  .formConf__read {
    margin: 0 auto 8vw;
    font-size: 5.3333333333vw;
  }
  .thanks {
    margin: 8vw auto 0;
  }
  .thanks__ttl {
    font-size: 13.3333333333vw;
  }
  .thanks__sub {
    font-size: 4.8vw;
  }
  .thanks__txt {
    margin: 8vw auto 0;
    font-size: 4vw;
    line-height: 2;
  }
  .thanks__btn {
    margin: 8vw auto 0;
  }
  .thanks__btn.btn::after {
    left: 7.2vw;
  }
}/*# sourceMappingURL=p-form.css.map */