@charset "UTF-8";
/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/image/contact/mv_2x.png');
}
/* =====================
  お問い合わせ-フォーム
===================== */
.contact {
  padding-top: 12.8vw;
  padding-bottom: 17.066666666666666vw;
}
/* ==== 説明文 ==== */
.contact .contact-about {
  text-align: center;
}
.contact .contact-about > p {
  font-size: 3.7333333333333334vw;
  line-height: 1.93;
}
.contact .contact-about .tel-n {
  font-size: 6.933333333333334vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333333333vw;
  margin-top: 6.4vw;
}
.contact .contact-about .tel-n::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_tel_2x.png');
  width: 4.8vw;
  height: 4.8vw;
}
.contact .contact-about .tel-t {
  margin-top: 3.2vw;
  padding-left: 1.9em;
}
.form .contact .inner .h2-title {
  margin-top: 13vw;
}
.contact .inner > p {
  line-height: 2;
  margin-top: 4.266666666666667vw;
}
.form .contact .inner .form-wrapper {
  margin-top: 8.7vw;
}
.form .contact .inner .form-wrapper .link-btn {
  margin-top: 17.066666666666666vw;
}
/* =====================
お問い合わせ-確認画面
===================== */
.contact .inner .form-inner > p {
  text-align: center;
  line-height: 2;
  margin-top: 12.8vw;
}
.confirm .contact .inner .form-wrapper {
  margin-top: 8.4vw;
}
.confirm .contact .inner .form-wrapper .link-btn {
  margin-top: 12.8vw;
}
/* =====================
お問い合わせ-完了画面
===================== */
.comp .inner > p {
  line-height: 2;
  margin-top: 12.8vw;
}
.comp .contact .inner .link-btn {
  margin-top: 12.8vw;
  margin-inline: auto;
}
