@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/recruit/recruit_mv.png');
}
/* =====================
  エントリー説明文
===================== */
.entry .entry-about > P {
  text-align: center;
  line-height: 2;
  margin-top: 80px;
}
/* ==== H2タイトル ==== */
.entry .h2-title {
  margin-top: 104px;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 85px;
}
/* =====================
  フォーム
===================== */
.entry .inner .form-inner .step {
  background-image: url('/assets/image/common/flow01.png');
}

.entry .inner .form-inner .form .thbr {
  padding-right: 0px;
}
.entry .inner .form-inner .form td {
  padding-left: 10px;
}
.resume .eg {
  font-size: 15px;
}
.form button {
  margin-top: 139px;
}
.check {
  margin-top: 63px;
}
.form .occu {
  width: 320px;
}
.form .birth-y,
.form .birth-m,
.form .birth-d {
  width: 170px;
  margin-right: 26px;
}
/* ==== 履歴書 ==== */
.entry .resume-btn {
  width: 180px;
  border-radius: 50rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  padding-block: 1em;
  text-align: center;
  flex-shrink: 0;
}
.resume_tmp_title {
  white-space: nowrap;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
}
.entry .resume input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  display: none;
}

.form select {
  font-size: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.616%22%20height%3D%2213.503%22%20viewBox%3D%220%200%2023.616%2013.503%22%3E%3Cpath%20fill%3D%22%2300698c%22%20id%3D%22Icon_ionic-ios-arrow-down%22%20d%3D%22M18%2C20.679l8.93-8.937a1.681%2C1.681%2C0%2C0%2C1%2C2.384%2C0%2C1.7%2C1.7%2C0%2C0%2C1%2C0%2C2.391L19.2%2C24.258a1.685%2C1.685%2C0%2C0%2C1-2.327.049L6.68%2C14.14a1.688%2C1.688%2C0%2C0%2C1%2C2.384-2.391Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%2F%3E%3C%2Fsvg%3E');
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: 92% center;
  padding-right: 7vw;
}

/* =====================
  ラベル
===================== */
label[for='resume'] {
  display: flex;
  align-items: center;
  gap: 1em;
}
