@charset "UTF-8";
/* ──────────────────────────────
# subpage
────────────────────────────── */
.subpage-head {
  background: #4baa6d;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079.98px) {
  .subpage-head {
    height: 18.5185185185vw;
  }
}
@media screen and (max-width: 767.98px) {
  .subpage-head {
    height: 20.8333333333vw;
  }
}
.subpage-head--form {
  background: url("../images/form/head_form-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--form {
    background: url("../images/form/head_form-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--case {
  background: url("../images/case/head_case-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--case {
    background: url("../images/case/head_case-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--area {
  background: url("../images/area/head_area-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--area {
    background: url("../images/area/head_area-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--line {
  background: url("../images/line/head_line-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--line {
    background: url("../images/line/head_line-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--yamanote {
  background: url("../images/line/jreast/yamanote/head_yamanote-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--yamanote {
    background: url("../images/line/jreast/yamanote/head_yamanote-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head__ttl {
  font-size: 2.625rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (max-width: 1079.98px) {
  .subpage-head__ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .subpage-head__ttl {
    font-size: 5.46875vw;
  }
}

.form {
  margin: 0 auto 90px;
}
@media screen and (max-width: 767.98px) {
  .form {
    margin: 0 auto 11.71875vw;
  }
}
.form-main__form .error {
  color: #F00;
  font-weight: bold;
}

/* ──────────────────────────────
# form-here
────────────────────────────── */
.form-here {
  background: #c9e7bb;
  padding: 40px 0;
}
@media screen and (max-width: 767.98px) {
  .form-here {
    padding: 6.25vw 0;
  }
}
.form-here__txt {
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .form-here__txt {
    font-size: 4.9479166667vw;
    line-height: 1.4736842105;
    letter-spacing: inherit;
  }
}
.form-here__txt::before, .form-here__txt::after {
  content: "";
  background: #4baa6d;
  display: inline-block;
  width: 3px;
  height: 2em;
  border-radius: 10px;
  position: absolute;
  bottom: -0.5em;
}
@media screen and (max-width: 767.98px) {
  .form-here__txt::before, .form-here__txt::after {
    height: 2.8em;
    width: 0.390625vw;
    bottom: -0.8em;
  }
}
.form-here__txt::before {
  right: calc(100% + 1.5em);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .form-here__txt::before {
    right: 97%;
  }
}
.form-here__txt::after {
  left: calc(100% + 1.5em);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .form-here__txt::after {
    left: 97%;
  }
}
@media screen and (min-width: 1080px) {
  .form-here__txt--br {
    display: none;
  }
}

/* ──────────────────────────────
# form-strong
────────────────────────────── */
.form-strong {
  background: url("../images/form/strong_bg-lg.png") no-repeat top center/cover, #4baa6d;
  position: relative;
  padding: 40px 0;
  margin-bottom: 34px;
}
@media screen and (max-width: 767.98px) {
  .form-strong {
    padding: 5.2083333333vw 0;
    margin-bottom: 5.7291666667vw;
  }
}
.form-strong::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 97px;
  height: 34px;
  background: #4baa6d;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767.98px) {
  .form-strong::after {
    width: 16.9270833333vw;
    height: 5.7291666667vw;
  }
}
.form-strong__inner {
  background: #fff;
  border-radius: 15px;
  padding: 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 1079.98px) {
  .form-strong__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-strong__inner {
    border-radius: 1.953125vw;
    padding: 5.9895833333vw 5.2083333333vw 8.3333333333vw;
    gap: 5.859375vw 0;
  }
}
.form-strong__txtarea {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-strong__ttl {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2857142857;
  margin-bottom: 30px;
}
@media screen and (max-width: 1079.98px) {
  .form-strong__ttl {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form-strong__ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
.form-strong__txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .form-strong__txt {
    font-size: 2.8645833333vw;
  }
}
.form-strong__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 767.98px) {
  .form-strong__list {
    gap: 3.90625vw 0;
  }
}
.form-strong__item {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .form-strong__itemtxt {
    font-size: 3.3854166667vw;
  }
}
.form-strong__num {
  color: #4baa6d;
  font-family: "Alata", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .form-strong__num {
    font-size: 5.2083333333vw;
    width: 1.5em;
    margin-right: 0.4em;
  }
}
.form-strong__num::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 3px;
  background: #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .form-strong__num::after {
    display: none;
  }
}

/* ──────────────────────────────
# form-main
────────────────────────────── */
.form-main__inner {
  padding: 50px 0 0;
}
@media screen and (max-width: 767.98px) {
  .form-main__inner {
    padding: 5.859375vw 0 0;
  }
}
.form-main__ttl {
  margin-bottom: 38px;
}
@media screen and (max-width: 767.98px) {
  .form-main__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
.form-main__txt {
  font-size: 1.125rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .form-main__txt {
    font-size: 3.3854166667vw;
    margin-bottom: 7.8125vw;
  }
}
.form-main__txtlink {
  color: #ff77a7;
  text-decoration: underline;
}
.form-main__txtlink:hover {
  color: #ff99bd;
}

/* ──────────────────────────────
# form-step
────────────────────────────── */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .form-step {
    border-radius: 1.953125vw 1.953125vw 0 0;
  }
}
.form-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c9e7bb;
  color: #4baa6d;
  font-weight: bold;
  width: calc(33.3333333333% + 15px);
  padding: 18px 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .form-step__item {
    width: calc(33.3333333333% + 1.5625vw);
    padding: 1.5625vw 0;
  }
}
.form-step__item::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  z-index: 2;
  display: inline-block;
  height: 100%;
  width: 30px;
  background: url("../images/form/form-step_arrow-lg.svg") no-repeat left center/contain;
}
@media screen and (max-width: 767.98px) {
  .form-step__item::after {
    width: 3.125vw;
    background: url("../images/form/form-step_arrow-sm.svg") no-repeat left center/auto 100%;
  }
}
.form-step__item:last-of-type {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767.98px) {
  .form-step__item:last-of-type {
    width: calc(33.3333333333% - 3.125vw);
    padding: 1.5625vw 0;
  }
}
.form-step__item:last-of-type::after {
  display: none;
}
.form-step__item.is-active {
  background: #4baa6d;
  color: #fff;
}
.form-step__item.is-active::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #4baa6d;
}
.form-step__txtarea {
  font-size: 1.25rem;
  font-size: clamp(16px, 2.0833333333vw, 20px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .form-step__txtarea {
    font-size: 3.3854166667vw;
  }
}
.form-step__ltxt {
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .form-step__ltxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.6em;
  }
}
.form-step__stxt {
  font-size: 0.65em;
}
@media screen and (max-width: 767.98px) {
  .form-step__stxt {
    font-size: 0.84em;
  }
}

/* ──────────────────────────────
# form-tbl
────────────────────────────── */
.form-tbl {
  background: #f4f4f4;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  padding: 40px clamp(15px, 1.953125vw, 30px) 35px clamp(30px, 3.90625vw, 60px);
}
@media screen and (max-width: 767.98px) {
  .form-tbl {
    border-radius: 0 0 1.953125vw 1.953125vw;
    gap: 3.6458333333vw 0;
    padding: 6.5104166667vw 4.1666666667vw 5.859375vw;
  }
}
.form-tbl__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 36px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8229166667vw 0;
  }
}
.form-tbl__dl-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-tbl__dt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(196px, 25.5208333333vw, 236px);
}
@media screen and (max-width: 767.98px) {
  .form-tbl__dt {
    font-size: 3.6458333333vw;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form-tbl__dd {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  max-width: 760px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__dd {
    font-size: clamp(16px, 3.6458333333vw, 28px);
    max-width: inherit;
    width: 100%;
  }
}
.form-tbl__require {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  background: #4baa6d;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.4em 0.8em;
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__require {
    font-size: 2.8645833333vw;
    margin-left: 2.34375vw;
    border-radius: 1.5625vw;
  }
}
.form-tbl__input {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__input {
    font-size: clamp(16px, 3.6458333333vw, 28px);
  }
}
.form-tbl__input::-webkit-input-placeholder {
  color: #ccc;
}
.form-tbl__input::-moz-placeholder {
  color: #ccc;
}
.form-tbl__input:-ms-input-placeholder {
  color: #ccc;
}
.form-tbl__input::-ms-input-placeholder {
  color: #ccc;
}
.form-tbl__input::placeholder {
  color: #ccc;
}
.form-tbl__btnarea {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__btnarea {
    margin: 9.8958333333vw auto 0;
    gap: 0 4.5572916667vw;
  }
}
.form-tbl__btn {
  font-size: 1.25rem;
  width: 390px;
  height: 65px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__btn {
    font-size: 4.4270833333vw;
    width: 75.2604166667vw;
    height: clamp(50px, 10.9375vw, 84px);
  }
}
.form-tbl__btn button {
  border-radius: 200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-tbl__btn button:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__btn--sent {
    width: 53.7760416667vw;
  }
}
.form-tbl__btn--back {
  width: 194px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl__btn--back {
    width: 33.8541666667vw;
  }
}
.form-tbl__btn--back button {
  background: #5c5c5c;
}
.form-tbl__btn--back button::after {
  display: none;
}

/*確認画面用の調整*/
.form-tbl-confirm {
  gap: 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .form-tbl-confirm {
    gap: 3.6458333333vw 0;
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .form-tbl-confirm .form-tbl__dd {
    border: 1px solid #d1d1d1;
    padding: 1em;
    border-radius: 0.5208333333vw;
  }
}

/* ──────────────────────────────
# form-cvarea
────────────────────────────── */
.form-cvarea {
  margin: 90px auto 0;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea {
    margin-top: 11.71875vw;
  }
}
.form-cvarea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 clamp(20px, 2.6041666667vw, 40px);
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2083333333vw 0;
  }
}
.form-cvarea__block {
  width: calc((100% - clamp(20px, 2.6041666667vw, 40px)) / 2);
  text-align: center;
  border-radius: 15px;
  border: 1px solid #dadada;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__block {
    width: 100%;
    border-radius: 1.953125vw;
  }
}
.form-cvarea__ttl {
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  background: #4baa6d;
  padding: 20px 0;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__ttl {
    font-size: 4.4270833333vw;
    padding: 3.125vw 0;
  }
}
.form-cvarea__ttl--pink {
  background: #ff77a7;
}
.form-cvarea__note {
  font-size: clamp(14px, 1.5625vw, 16px);
  background: #eee;
  height: 143px;
  padding: 0 clamp(15px, 1.953125vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 1079.98px) {
  .form-cvarea__note {
    height: 175px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__note {
    font-size: 3.3854166667vw;
    height: auto;
    padding: 3.90625vw;
  }
}
.form-cvarea__linkarea {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__linkarea {
    height: auto;
  }
}
.form-cvarea__icon-mail {
  font-size: 1.4em;
  color: #ff77a7;
  margin-right: clamp(10px, 1.3020833333vw, 20px);
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__icon-mail {
    margin-right: 3.3854166667vw;
  }
}
.form-cvarea__icon-tel {
  font-size: 0.8em;
  color: #4baa6d;
  margin-right: 12px;
}
.form-cvarea__mailbtn {
  width: 88%;
  height: 90px;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__mailbtn {
    height: 15.3645833333vw;
    margin: 5.859375vw 0;
  }
}
.form-cvarea__mailbtn a {
  font-size: clamp(24px, 2.2222222222vw, 26px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 100px;
  letter-spacing: 0.1em;
  border: 2px solid #ff77a7;
  padding: 0 0 0 clamp(22px, 2.8645833333vw, 44px);
}
@media screen and (max-width: 1079.98px) {
  .form-cvarea__mailbtn a {
    font-size: clamp(18px, 2.34375vw, 25px);
  }
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__mailbtn a {
    font-size: 4.4270833333vw;
    padding: 0 0 0 7.5520833333vw;
    border-radius: 5.859375vw;
  }
}
.form-cvarea__mailbtn a:hover {
  background: #ffebf2;
}
.form-cvarea__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__tel {
    margin-bottom: 3.2552083333vw;
  }
}
.form-cvarea__tel a {
  font-size: clamp(32px, 4.1666666667vw, 44px);
  font-family: "Alata", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__tel a {
    font-size: 7.8125vw;
  }
}
.form-cvarea__telto {
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__telto {
    font-size: 2.8645833333vw;
    margin-top: 2.6041666667vw;
  }
}
.form-cvarea__telto--green {
  font-size: clamp(10px, 1.3020833333vw, 14px);
  color: #4baa6d;
  border: 2px solid #4baa6d;
  border-radius: 30px;
  padding: 2px 1em;
  margin-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__telto--green {
    font-size: 2.34375vw;
    border: 0.2604166667vw solid #4baa6d;
  }
}
.form-cvarea__teltime {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__teltime {
    font-size: 2.8645833333vw;
  }
}
.form-cvarea__caution {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  background: #eee;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 767.98px) {
  .form-cvarea__caution {
    font-size: 3.125vw;
    padding: 3.2552083333vw 0;
  }
}

/* ──────────────────────────────
# form-complete
────────────────────────────── */
.form-complete {
  background: url("../images/form/complete_bg-lg.jpg") no-repeat top center/cover;
}
.form-complete__inner {
  padding: 95px 0;
}
@media screen and (max-width: 767.98px) {
  .form-complete__inner {
    padding: 11.71875vw 0 8.3333333333vw;
  }
}
.form-complete__ttl {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(50px, 6.5104166667vw, 75px);
}
@media screen and (max-width: 767.98px) {
  .form-complete__ttl {
    font-size: 4.9479166667vw;
    margin-bottom: 7.5520833333vw;
  }
}
.form-complete__ttl-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 292px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767.98px) {
  .form-complete__ttl-logo {
    width: 59.375vw;
    margin: 0 auto 6.5104166667vw;
  }
}
.form-complete__ttl-logo img {
  width: 100%;
  height: auto;
}
.form-complete__txtarea {
  background: #f4f4f4;
  border-radius: 0 0 15px 15px;
  padding: 50px clamp(20px, 2.6041666667vw, 40px) 46px;
}
@media screen and (max-width: 767.98px) {
  .form-complete__txtarea {
    border-radius: 0 0 1.953125vw 1.953125vw;
    padding: 5.2083333333vw 4.1666666667vw;
  }
}
.form-complete__txt {
  font-size: clamp(18px, 2.34375vw, 22px);
  text-align: center;
  font-weight: bold;
  margin-bottom: clamp(30px, 3.90625vw, 50px);
}
@media screen and (max-width: 767.98px) {
  .form-complete__txt {
    font-size: 3.3854166667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.form-complete__btnarea {
  background: #fff;
  border-radius: 15px;
  padding: 35px clamp(15px, 1.953125vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .form-complete__btnarea {
    border-radius: 1.953125vw;
    padding: 5.46875vw 4.1666666667vw;
  }
}
.form-complete__microtxt {
  font-size: clamp(16px, 2.0833333333vw, 22px);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .form-complete__microtxt {
    font-size: 3.3854166667vw;
  }
}
.form-complete__btn {
  font-size: 1.25rem;
  width: 390px;
  height: 65px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767.98px) {
  .form-complete__btn {
    width: 75.2604166667vw;
    height: clamp(50px, 10.9375vw, 84px);
    font-size: 4.4270833333vw;
    margin: 4.5572916667vw auto 0;
  }
}
.form-complete__btn a {
  border-radius: 200px;
}

/* ──────────────────────────────
# form-unei
────────────────────────────── */
.form-unei {
  margin: 95px auto 0;
}
@media screen and (max-width: 767.98px) {
  .form-unei {
    margin: 10.6770833333vw auto 0;
  }
}