@charset "utf-8";
/* ======================
contact
========================= */
.low .fv {
  height: auto;
  padding: 188px 0 67px;
}
.low .fv .headingbk {
  position: static;
}
.low .fv .heading__txt,
.low .fv .notes {
  font-size: max(14px, 0.97vw);
  line-height: 2.21;
  letter-spacing: 0.02em;
}
.low .fv .heading__txt {
  padding-top: 2em;
  margin-bottom: 3.21em;
}
/* ======================
form
========================= */
.form {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.form,
.form-btm {
  padding-top: 34px;
  border-top: 1px solid #818181;
}

.form-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
  padding-left: 1.5em;
  margin-bottom: 70px;
}
.form-heading {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  width: 11em;
}
.form-cont {
  width: 72.45%;
}
.must {
  display: flex;
  align-items: first baseline;
}
.must::after {
  content: "必須";
  color: #fff;
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 1;
  background: #004896;
  border-radius: 5px;
  padding: 4px 0.6em;
  margin-left: 1em;
}
/* お問い合わせ種別 */
.form-contact_type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em;
  max-height: 11em;
  max-width: 440px;
}
.form-contact_type .horizontal-item {
  display: block;
  width: 12em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  cursor: pointer;
}
/* お客様の情報 */
.form-cont_ci dt {
  margin-bottom: 8px;
  position: relative;
}
.form-cont_ci dd {
  position: relative;
}
.form-cont_ci dd:not(:last-child) {
  margin-bottom: clamp(15px, 4.17vw, 37px);
}
.form-cont_ci dd .error {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
}
.form-cont_ci input,
.form-cont_ci textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #1e1e1e;
  width: 100%;
  padding: clamp(10px, 2.99vw, 23px);
  background: #f0f0f0;
  box-sizing: border-box;
  border: none;
}
::placeholder {
  color: #c8c8c8;
}
/* プライバシーポリシー */

.form-btm .pp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}
.form-btm .pp .mwform-checkbox-field input {
  width: 16px;
  height: 16px;
}
.form-btm .pp .mwform-checkbox-field-text {
  display: none;
}
.form-btm .pp .pnote a {
  color: #004896;
  display: inline-block;
  padding: 0.2em 0;
  border-bottom: 1px solid #004896;
}

.form-btm .pp .pnote span {
  display: inline-block;
}
.form-btm .pp .error {
  position: absolute;
  top: 100%;
}
/* 確認・送信 ボタン */
input[type="submit" i] {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
}
.form-btm .btnblk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 2%;
}
.form-btm .btnblk .btn_input {
  all: unset;
  width: 100%;
  height: 3.644em;
  padding: 0 18px;
  border-radius: 10px;
  cursor: pointer;
}

.form-btm .btnblk .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 281px;
  height: 3.644em;
  border-radius: 10px;
  border: 2px solid #004896;
  background: #004896;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.form-btm .btnblk .btn_wrap.confirm_btn {
  display: none;
}
.form-btm .btnblk .btn_wrap .btn {
  font-size: max(16px, 1.11vw);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 18px;
}
.form-btm .btnblk .btn_wrap::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url(../imgs/common/arrow_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.form-btm .btnblk .btn_wrap:hover {
  background-color: #fff;
}
.form-btm .btnblk .btn_wrap:hover .btn {
  color: #004896;
}
.form-btm .btnblk .btn_wrap:hover::after {
  background-image: url(../imgs/common/arrow_bl.svg);
  animation: arrowSlide 0.3s ease-out;
}
@keyframes arrowSlide {
  0% {
    transform: translate(0, -50%);
  }
  40% {
    transform: translate(6px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
} /* ------------
確認画面,完了画面 共通
--------------- */
.thanks_wrap {
  width: 58%;
  min-width: 560px;
  margin: 0 auto;
}
.thanks_ttl {
  font-size: max(25px, 1.74vw);
  line-height: 1.76;
  letter-spacing: 0.2em;
  margin-bottom: 1.57em;
}
.thanks_txt {
  font-size: max(17px, 1.18vw);
  line-height: 2.2;
  letter-spacing: 0;
}
/* ------------
確認画面
--------------- */
.confirm .thanks_wrap {
  padding: clamp(60px, 12.5vw, 200px) 0 clamp(50px, 10.42vw, 70px);
}
.mw_wp_form_confirm .form-cont_ci dt::before {
  content: "■";
}
.mw_wp_form_confirm .form-cont_ci dd {
  text-indent: 1em;
}
.mw_wp_form_confirm .form-btm .pp .pnote {
  display: none;
}
/* ------------
完了画面
--------------- */
.complete .thanks_wrap {
  padding: clamp(60px, 12.5vw, 200px) 0 clamp(50px, 10.42vw, 110px);
}
.complete .thanks_txt {
  margin-bottom: 88px;
}
.complete .thanks_wrap .bl_btn {
  margin: 0 auto;
  max-width: 281px;
}
@media screen and (max-width: 1440px) {
  .thanks_wrap {
    width: 100%;
    max-width: 560px;
    min-width: initial;
  }
}
@media screen and (max-width: 1020px) {
}

@media screen and (max-width: 768px) {
  /* ======================
	form
	========================= */
  .form-flex {
    padding: 0 1.5em;
  }
  .form-flex,
  .form-btm .btnblk {
    flex-direction: column;
  }
  .form-cont {
    width: 100%;
  }
  /* ------------
	完了画面
	--------------- */
  .thanks_ttl {
    font-size: clamp(19px, 3.96vw, 25px);
  }
  .thanks_txt {
    font-size: clamp(14px, 3.54vw, 17px);
  }
}

@media screen and (max-width: 480px) {
  .form-contact_type {
    gap: 0.6em;
    max-height: initial;
  }
  .form-contact_type .horizontal-item {
    width: 100%;
  }
}
