@charset "utf-8";
/* =====================
  セカンドページ共通
===================== */
/* =====================
  MV
===================== */
.mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
}
.mv .inner {
  height: 500px;
  position: relative;
}
/* ==== H1 ==== */
.mv .inner .h1-title {
  padding-top: 205px;
}
.mv .inner .h1-title h1 {
  font-size: 20px;
}
.mv .inner .h1-title span {
  font-size: 60px;
}
/* ==== ブレッド ==== */
.bread {
  position: absolute;
  bottom: 2em;
  left: 0;
}
.bread ul {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.bread ul li {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.bread ul li:first-child {
  margin-bottom: 0.5em;
}
.bread ul li + li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_arrow.png');
  width: 4px;
  height: 7px;
}
/* =====================
  テーブル
===================== */
.table table {
  width: 100%;
}
.table table th {
  width: 300px;
  border: solid 1px var(--smoke);
  background-color: var(--grey);
  padding-block: 1em;
  padding-left: 1.5em;
}
.table table td {
  width: 880px;
  border: solid 1px var(--smoke);
  padding-block: 1em;
  padding-left: 1.5em;
}
/* =====================
フォーム
===================== */
/* ==== ステップフロー ==== */
.step {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 288px;
  height: 58px;
  margin-inline: auto;
}
.form .step {
  background-image: url('/assets/image/common/flow01.png');
  margin-top: 48px;
}
.confirm .step {
  background-image: url('/assets/image/common/flow02.png');
  margin-top: 0px;
}
.comp .step {
  background-image: url('/assets/image/common/flow03.png');
  margin-top: 0px;
}
/* ==== プラポリリンク ==== */
.link {
  color: var(--blue);
  text-decoration: underline;
}
/* ==== フォーム全体の設定 ==== */
.form-table {
  width: 600px;
  margin-inline: auto;
  line-height: 2;
}
.form-table .eg {
  font-size: 13px;
  line-height: 2;
}
.form-table input[type='text'],
.form-table input[type='tel'],
.form-table input[type='url'],
.form-table input[type='email'] {
  width: 100%;
}
.form-table tr {
  display: block;
  padding-top: 30px;
  padding-bottom: 31px;
  border-bottom: 1px solid #e6e6e6;
}
/* 確認画面の幅 */
.confirm .form-table tr {
  padding-top: 32px;
  padding-bottom: 8px;
}
.form-table th {
  vertical-align: middle;
  font-weight: bold;
}
.form-table td {
  margin-top: 15px;
}
/* 確認画面の幅 */
.confirm .form-table td {
  margin-top: 8px;
}
.form-table td input,
.form-table td select,
.form-table td textarea {
  padding: 1em;
  background-color: #f0f0f0;
}
.form-table th,
.form-table td {
  display: block;
}
.form-table textarea {
  width: 100%;
  min-height: 264px;
}
/* ==== メールアドレス ==== */
.form-table .email-2 {
  margin-top: 1em;
}
/* 郵便番号エリア */
.form-table .post .u-form-unit {
  display: flex;
  align-items: center;
}
.form-table .post .post1 {
  width: 223px;
}
.form-table .post .eg {
  margin-left: 1.2em;
}
/* 電話番号エリア */
.form-table .tel .u-form-unit {
  display: flex;
  align-items: center;
}
.form-table .tel .tel1 {
  width: 223px;
}
.form-table .tel .eg {
  margin-left: 1.2em;
}
/* 生年月日エリア */
.form-table .birth .u-form-unit {
  display: flex;
  align-items: center;
}
.form-table .birth .birth1 {
  width: 223px;
}
.form-table .birth .eg {
  margin-left: 1.2em;
}

/* ==== 履歴書 ==== */
.resume-btn {
  width: 223px;
  border-radius: 50rem;
  display: inline-block;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  padding-block: 0.9em;
  color: var(--blue);
}
.resume_tmp_title {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resume input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
}
.resume .eg {
  font-size: 13px;
  margin-top: 20px;
}
.resume .eg .indent {
  padding-left: 1em;
  text-indent: -1em;
}
/* ==== 必須・任意の表示 ==== */
.form .form-table th::before {
  content: '任意';
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #bdbdbd;
  line-height: 2;
  padding-block: 7px;
  padding-inline: 10px;
  margin-right: 1em;
}
.form .form-table .must th::before {
  content: '必須';
  color: var(--white);
  background-color: var(--blue);
}
/* ==== プラポリチェック ==== */
.check {
  width: fit-content;
  margin-top: 54px;
  margin-inline: auto;
  line-height: 2;
}
.check label {
  padding-left: 1em;
}
input[type='checkbox'] {
  appearance: checkbox;
}
.check .link {
  display: block;
  padding-left: 2.1em;
}
/* ==== 送信ボタン ==== */
.form-wrapper .link-btn {
  border: solid 1px var(--blue);
  width: fit-content;
  margin-inline: auto;
}
.form-wrapper .link-btn button {
  display: block;
  padding-block: 10px;
  padding-inline: 60px;
}
.form-wrapper .link-btn button span {
  font-size: 13px;
  line-height: 2.46;
}
/* ==== 戻るボタン ==== */
.return {
  line-height: 1;
  color: #989898;
  border-bottom: 1px solid #989898;
  width: fit-content;
  margin-top: 54px;
  margin-inline: auto;
}
