@charset "UTF-8";
/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/image/contact/mv.png');
}
/* =====================
  お問い合わせ-フォーム
===================== */
.contact {
  padding-top: 96px;
  padding-bottom: 128px;
}
/* ==== 説明文 ==== */
.contact .contact-about {
  text-align: center;
}
.contact .contact-about > p {
  font-size: 18px;
  line-height: 2;
}
.contact .contact-about .tel-n {
  font-size: 52px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.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.png');
  width: 36px;
  height: 36px;
}
.contact .contact-about .tel-t {
  margin-top: 8px;
  padding-left: 1.5em;
}
.form .contact .inner .h2-title {
  margin-top: 96px;
}
.contact .inner > p {
  line-height: 2;
  margin-top: 32px;
}
.form .contact .inner .form-wrapper {
  margin-top: 31px;
}
.form .contact .inner .form-wrapper .link-btn {
  margin-top: 64px;
}
/* =====================
お問い合わせ-確認画面
===================== */
.contact .inner .form-inner > p {
  text-align: center;
  line-height: 2;
  margin-top: 32px;
}
.confirm .contact .inner .form-wrapper {
  margin-top: 32px;
}
.confirm .contact .inner .form-wrapper .link-btn {
  margin-top: 64px;
}
/* =====================
お問い合わせ-完了画面
===================== */
.comp .inner > p {
  text-align: center;
  line-height: 2;
  margin-top: 32px;
}
.comp .contact .inner .link-btn {
  margin-top: 74px;
  margin-inline: auto;
}
