@charset "UTF-8";

/* =====================
  MV
===================== */
/* ==== 背景 ==== */
.mv {
  background-image: url('/assets/image/recruit/recruit_mv.png');
}
/* =====================
エントリーフォーム
===================== */
.contact {
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: var(--grey);
}
.contact .contact-about {
  width: 1116px;
  margin-top: 40px;
  margin-inline: auto;
}
.contact .step {
  background-image: url('/assets/image/contact/step01.png');
}
