@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/contact/contact_mv.png');
}
/* =====================
  コンタクト説明文
===================== */
.contact .contact-about {
  padding-inline: 7.733333333333333vw;
}
.contact .contact-about > P {
  text-align: center;
  line-height: 2;
  margin-top: 18.266666666666666vw;
}
.contact .contact-about .tel-form {
  text-align: center;
  margin-top: 7.733333333333333vw;
}
.contact .contact-about .tel-form .tel-n {
  font-family: var(--title);
  font-weight: bold;
  font-size: 7.333333333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333333333vw;
}
.contact .contact-about .tel-form .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: 8.133333333333333vw;
  height: 8.133333333333333vw;
}
/* ==== H2タイトル ==== */
.contact .h2-title {
  margin-top: 14.133333333333333vw;
  width: 85.73333333333333vw;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 13vw;
}
/* =====================
  フォーム
===================== */
.contact .inner .form-inner .step {
  background-image: url('/assets/image/common/flow01.png');
}
.form button {
  margin-top: 14.933333333333334vw;
}
.check {
  margin-top: 11.066666666666666vw;
}
