@charset "UTF-8";
/* =====================================
   ✅ 共通：横幅ルール（1320px + 余白 PC60 / SP30）
   - どのセクションも “同じ基準” で中央寄せ＆左右余白
   ===================================== */
:root {
  --container-max: 1320px;
  --gutter-pc: 60px;
  --gutter-sp: 30px;
}

/* 共通コンテナ（このページ内の「幅・中央寄せ・左右余白」を統一） */
.application-details_wrapper,
.message-description,
.message-visual_inner,
.application-details_table {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(var(--gutter-sp), 4vw, var(--gutter-pc));
  padding-right: clamp(var(--gutter-sp), 4vw, var(--gutter-pc));
  box-sizing: border-box;
}

/* セクションの余白（左右は「共通コンテナ」に任せる） */
main > section {
  max-width: var(--container-max);
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-inline: var(--gutter-pc);
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main > section {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 480px) {
  main > section {
    padding-top: 4rem;
    padding-inline: var(--gutter-sp);
  }
}

/*cta縦ボタン*/
.vertical-button--application {
  position: fixed;
  width: 55px;
  height: 400px;
  right: 0;
  top: 80px;
  writing-mode: vertical-rl;
  background: linear-gradient(180deg, #ffefb8 0%, #AFCDEA 86%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 2rem;
  line-height: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .vertical-button--application {
    width: 35px;
    height: 350px;
    top: 75px;
    font-size: 1.6rem;
    line-height: 23px;
  }
}

/*h1title*/
.application-details_title {
  position: relative;
  left: 0;
  top: 0;
  padding: 10px 0 10px 3%;
  border-top: 4px solid #e97105;
  border-bottom: 4px solid #e97105;
  width: 100%;
  height: 100%;
  text-shadow: none;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #e97105;
  opacity: 0.5;
  font-weight: 700;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .application-details_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details_title {
    font-size: 1.6rem;
  }
}

/* ===============================
   ファーストビュー：メッセージ＋写真（最終版）
   - SP白帯が文字に沿わない問題を解消
   - .line の定義を一本化（!important / fit-content 排除）
================================= */
/* ▼ セクション全体（背景グラデーション） */
.message-visual {
  background: linear-gradient(135deg, #fff7ec 0%, #ffe2be 40%, #ffffff 100%);
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

/* main > section の共通指定を、このセクションだけ無効化して全幅にする */
main > section.message-visual {
  max-width: none; /* 1320制限を解除 */
  padding-inline: 0; /* 共通余白を解除 */
  margin-inline: calc(50% - 50vw); /* 画面端まで広げる */
  width: 100%; /* 100vwは使わない（右ズレ対策） */
  overflow-x: clip; /* はみ出し防止（hiddenでもOK） */
}

/* ▼ 中身の横並びレイアウト */
.message-visual_inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  padding-bottom: 100px;
  margin-top: -30px;
}

/* ▼ 左側コピーエリア */
.message-visual_copy {
  flex: none;
  margin-top: 60px;
  z-index: 2;
  transform: rotate(-3deg);
  transform-origin: left bottom;
}

/* ▼ 右側写真エリア（PCは右下へはみ出し） */
.message-visual_photo {
  position: absolute;
  right: -120px;
  bottom: -30px;
  width: 65%;
  max-width: 820px;
  margin: 0;
  z-index: 1;
}

/* ▼ 写真の高さ制御 */
.message-visual_photo-inner {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  aspect-ratio: 1.9/1.2;
}

.message-visual_photo-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* ▼ H2（オレンジ帯） */
.message-visual_title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

/* ▼ H3（白帯） */
.message-visual_subtitle {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 16em;
  margin: 0;
  text-align: left;
}

/* ===============================
   ▼ 帯（.line）最終整理
   HTMLが「1行＝1span（+ <br>）」なので、inline-blockで安定させる
================================= */
.message-visual_title .line,
.message-visual_subtitle .line {
  display: inline-block;
  padding: 5px 14px;
  margin: 0 0 14px 0; /* 行間（帯同士の重なり防止） */
  vertical-align: top; /* ベースライン由来のズレ防止 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: nowrap; /* 1span内で折り返しさせない（<br>で改行する前提） */
}

/* 最後の行は下余白なし */
.message-visual_title .line:last-child,
.message-visual_subtitle .line:last-child {
  margin-bottom: 0;
}

/* H2帯：オレンジ（半透明） */
.message-visual_title .line {
  background: rgba(233, 113, 5, 0.8);
  color: #fff;
}

/* H3帯：白（半透明） */
.message-visual_subtitle .line {
  background: rgba(255, 255, 255, 0.9);
  color: #e97105;
}

/* =========================================
   ▼ タブレット
========================================= */
@media screen and (max-width: 768px) {
  .message-visual {
    padding: 40px 24px;
    overflow: visible;
  }
  .message-visual_inner {
    gap: 0;
    position: static; /* absolute基準を解除 */
    align-items: flex-start;
    padding-bottom: 0;
    margin-top: 0;
  }
  .message-visual_title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .message-visual_subtitle {
    font-size: 2rem;
    max-width: none;
  }
  .message-visual_copy {
    width: 44%;
    margin-top: 0;
    padding-left: 0;
    transform-origin: left top;
  }
  .message-visual_photo {
    position: static; /* absolute解除 */
    width: 56%;
    max-width: none;
    margin: 0;
    z-index: 1;
  }
  .message-visual_photo-inner {
    border-radius: 18px;
    aspect-ratio: 1.9/1.2;
  }
  /* 帯：タブレット微調整 */
  .message-visual_title .line,
  .message-visual_subtitle .line {
    padding: 4px 12px;
    margin-bottom: 10px;
  }
}
/* =========================================
   ▼ スマホ（PCと同じ構成感：上揃え＋写真縦長＋少し右はみ出し）
========================================= */
@media screen and (max-width: 480px) {
  .message-visual {
    padding: 18px 0;
    overflow: visible;
  }
  .message-visual_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    position: static;
    margin-top: 0;
    padding-bottom: 10px;
    padding-inline: 12px;
  }
  .message-visual_copy {
    width: 58%;
    margin-top: 6px;
    padding-left: 0;
    z-index: 2;
    transform-origin: left top;
  }
  .message-visual_photo {
    position: static;
    width: 42%;
    margin: 0;
    transform: translateX(6px);
    z-index: 1;
  }
  /* 写真を縦に広げる */
  .message-visual_photo-inner {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    aspect-ratio: 4/5;
    min-height: 200px;
  }
  /* 文字サイズ */
  .message-visual_title {
    font-size: 2.1rem;
    line-height: 1.35;
    margin-top: 18px;
    margin-bottom: 0;
  }
  .message-visual_subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: none;
  }
  /* 帯：SP微調整（白帯が文字に沿う設定のまま） */
  .message-visual_title .line {
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  .message-visual_subtitle .line {
    padding: 2px 10px;
    margin-bottom: 6px;
  }
}
.application-details_inner,
.application-details_heading,
.application-summary,
.application-details_table,
.application-details_entry {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .application-details_inner,
  .application-details_heading,
  .application-summary,
  .application-details_table,
  .application-details_entry {
    font-size: 2.6rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details_inner,
  .application-details_heading,
  .application-summary,
  .application-details_table,
  .application-details_entry {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.application-details_heading {
  margin-bottom: 50px;
  color: #e97105;
  position: relative;
  padding: 1rem 0.5rem;
}

.message-description {
  position: relative;
  z-index: 3;
  margin-top: -80px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .message-description {
    margin-top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .message-description {
    margin-top: -60px;
  }
}

.message-block_text p {
  font-weight: 400;
  text-align: left;
}

.message-block_text p + p {
  margin-top: 2.4rem;
}

.message-block_text {
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 40px;
  border-radius: 10px;
  color: #e97105;
}
@media screen and (max-width: 480px) {
  .message-block_text {
    padding: 26px;
  }
}

.message-description {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .message-description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .message-description {
    font-size: 1.6rem;
  }
}

.message-block {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .message-block {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .message-block {
    flex-direction: column;
    gap: 2rem;
  }
}
.message-block p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .message-block p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .message-block p {
    font-size: 1.6rem;
  }
}
.message-block img {
  max-width: 40%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message-block img {
    max-width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .message-block img {
    max-width: 100%;
    width: 100%;
    order: -1;
  }
}

.animation.played span {
  animation-name: fadeInTop;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
  }
}
/* ✅ benefits：固定幅を撤廃（中央寄せ崩れ防止） */
.application-details_benefits {
  font-size: 3rem;
  line-height: 1.4;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .application-details_benefits {
    font-size: 2.6rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details_benefits {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.benefit-item {
  margin-bottom: 4.8rem;
  display: grid;
  grid-template-columns: 58.3% 38.9%;
  gap: 40px;
  align-items: center;
}
.benefit-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .benefit-item {
    margin-bottom: 3.2rem;
  }
}

.benefit-item.is-reverse {
  grid-template-columns: 38.9% 58.3%;
}

.benefit-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .benefit-item,
  .benefit-item.is-reverse {
    grid-template-columns: 1fr;
  }
  .benefit-item.is-reverse .benefit-content {
    order: 1;
  }
  .benefit-item.is-reverse .benefit-image {
    order: 2;
  }
}
.benefit-title {
  font-size: 2.2rem;
  margin: 0 0 1.6rem;
}
.benefit-title:first-letter {
  font-size: 3.2rem;
  color: #e97105;
}
@media screen and (max-width: 768px) {
  .benefit-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .benefit-title {
    font-size: 1.8rem;
  }
}

.application-details_page .number_list {
  display: inline-block;
}

.benefit-text {
  font-size: 1.6rem;
  margin: 0 1.6rem 1.6rem 1.6rem;
}
@media screen and (max-width: 480px) {
  .benefit-text {
    font-size: 1.4rem;
  }
}

.benefit-list {
  list-style: disc !important;
  padding-left: 1.6em !important;
}
.benefit-list li {
  display: list-item !important;
  list-style: disc !important;
  list-style-position: outside;
  font-size: 1.4rem;
  line-height: 1.8;
}

.application-details .benefit-list {
  list-style: disc !important;
  list-style-position: inside !important;
  padding-left: 0 !important;
}

.application-details .benefit-list > li {
  display: list-item !important;
  list-style: disc !important;
}

/* 蛍光マーカー風アンダーライン */
.highlight-marker {
  background: linear-gradient(transparent 52%, rgba(233, 113, 5, 0.5) 52%);
  padding: 0 0.15em;
}

.flow-schedule {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px 100px;
}

.flow-schedule__lead {
  text-align: center;
  font-size: 14px;
  opacity: 0.85;
  margin: 0 0 24px;
}

.flow-schedule__grid {
  display: grid;
  gap: 60px;
}

/* PC：2職種を横並び（1024px以上） */
@media (min-width: 1024px) {
  .flow-schedule__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  /* 2カラム時はカード幅が狭くなるので帯を少し締める */
  .flow-card {
    grid-template-columns: 150px 1fr;
    height: 100%;
  }
  /* 余白を少し締めて“間”を減らす */
  .flow-card__body {
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .flow-timeline {
    gap: 10px;
    flex: 1;
  }
  .flow-card__note {
    margin-top: auto;
  }
}
.flow-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  /* かなり薄く */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  /* 影を少し弱める */
}

/* 左の帯 */
.flow-card__band {
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ★ 中央寄せ */
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(180deg, #f4a64a 0%, #e97810 100%);
}

.flow-card__job {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.flow-card__sub {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5;
  opacity: 0.95;
}

/* 右側 */
.flow-card__body {
  padding: 18px 18px 16px;
  background: #fff9f4;
}

/* タイムライン */
.flow-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.flow-timeline__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  position: relative;
}

.flow-timeline__time {
  font-weight: 700;
  font-size: 13px;
  color: #333;
  text-align: right;
  padding-top: 2px;
}

/* 点と縦線（添付の雰囲気） */
.flow-timeline__content {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

.flow-timeline__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(233, 113, 5, 0.9);
}

.flow-timeline__content::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 16px;
  width: 2px;
  height: calc(100% + 10px);
  background: rgba(0, 0, 0, 0.12);
}

.flow-timeline__item:last-child .flow-timeline__content::after {
  display: none;
}

.flow-card__note {
  margin: 12px 0 0;
  font-size: 12px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .flow-card__note {
    margin: 30px 0 0;
  }
}

/* SP */
@media (max-width: 768px) {
  .flow-card {
    grid-template-columns: 1fr;
  }
  .flow-card__band {
    flex-direction: row;
    align-items: center;
    justify-content: none;
  }
  .flow-card__job {
    font-size: 13px;
  }
  .flow-card__sub {
    font-size: 11px;
    text-align: right;
  }
  .flow-timeline__item {
    grid-template-columns: 56px 1fr;
  }
  .flow-timeline__time {
    font-size: 12px;
  }
}
.flow-card__icon {
  font-size: 28px;
  /* 視認性重視 */
  line-height: 1;
  margin-bottom: 10px;
}

/* 募集要項：章を切り替える */
.application-summary {
  background: linear-gradient(135deg, #fff7ec 0%, #ffe2be 40%, #ffffff 100%);
  padding: 56px 0 200px;
  position: relative;
  overflow: hidden;
}

.application-summary_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .application-summary_cards {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.summary-card {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 28px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .summary-card {
    padding: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .summary-card {
    padding: 2.2rem 1.2rem;
  }
}

.summary-title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 今の中央寄せトーンを維持 */
  gap: 10px;
  line-height: 1.35;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .summary-title {
    font-size: 1.8rem;
  }
}

.summary-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #e97105;
  margin-right: 10px;
  flex: 0 0 24px;
  /* 伸び縮み防止 */
  transform: translateY(3px);
  /* 0〜2pxで微調整 */
}

.summary-title__icon svg {
  display: block;
  /* ← baselineズレを消す最重要 */
  width: 100%;
  height: 100%;
}

.summary-catch {
  font-size: 1.6rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 480px) {
  .summary-catch {
    font-size: 1.4rem;
  }
}

/* 表っぽいレイアウト */
.summary-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.summary-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  /* 左：ラベル / 右：内容 */
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: #fff;
}

/* dtは左列 */
.summary-list > div > dt {
  grid-column: 1;
}

/* ddは必ず右列に固定（複数あってもOK） */
.summary-list > div > dd {
  grid-column: 2;
}

/* 左の“薄オレンジ帯”（dt） */
.summary-list dt {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  color: #7a3c00;
  background: #fff2e6;
  /* 薄いオレンジ */
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}

/* 右（dd）：本文 */
.summary-list dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  font-weight: 400;
}

/* ddが複数あるケース（ドライバーの給与） */
.summary-list dd + dd {
  margin-top: 6px;
  opacity: 0.9;
}

/* SP：縦にして読みやすく */
@media (max-width: 768px) {
  .summary-list > div {
    grid-template-columns: 1fr !important;
    gap: 6px;
    padding: 16px 14px;
  }
  /* ← これが本命：ddの「2列目固定」を無効化する */
  .summary-list > div > dt,
  .summary-list > div > dd {
    grid-column: 1/-1 !important;
    /* 1列目に全面配置 */
    justify-self: start !important;
    text-align: left !important;
  }
}
/* SVG背景ラッパー */
.application-summary_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  line-height: 0;
  overflow: hidden;
  /* はみ出しカット */
  pointer-events: none;
}

/* 街並みSVG */
.application-summary_bg .city-bg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ▼ 重要：SVG内部の fill をCSSで上書き（色を自由に変更できる） */
.city-bg [style*="fill:"] {
  fill: #e97105 !important;
  /* 例：白にする */
}

/* ===== 募集詳細（テーブル）カラーリング統一 ===== */
.application-details_info {
  /* 他セクションの“カード感”に合わせる */
  margin-top: 40px;
}

.application-details_table {
  width: 100%;
  border-collapse: separate;
  /* ←ここ重要 */
  border-spacing: 0;
  /* すき間ゼロ */
  border-radius: 12px;
  overflow: hidden;
  /* 角丸を見せる */
  background: #fff;
  border: 1px solid rgb(195.5, 195.5, 195.5);
}

.application-details_table th,
.application-details_table td {
  border: none;
  /* 一旦消す */
  padding: 16px;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 400;
}

/* 横線 */
.application-details_table tbody tr + tr th,
.application-details_table tbody tr + tr td {
  border-top: 1px solid rgb(195.5, 195.5, 195.5);
}

/* 縦線（thとtdの間） */
.application-details_table tbody th {
  border-right: 1px solid rgb(195.5, 195.5, 195.5);
}

.application-details_table th {
  width: 15%;
  font-weight: 700;
  text-align: left;
  padding-left: 16px;
  /* 左列の水色→オレンジ系の淡色へ */
  background: rgba(233, 113, 5, 0.8);
  color: #fff;
}

.application-details_table td {
  max-width: 60ch;
  text-align: left;
}

/* 行の交互背景もオレンジの薄色で統一 */
tr:nth-child(even) td {
  background: rgba(233, 113, 5, 0.03);
}

/* ===== タブレット以下（現状の縦並びを維持しつつ統一） ===== */
@media screen and (max-width: 768px) {
  .application-details_table th,
  .application-details_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 5px;
  }
  .application-details_table th {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .application-details_table td {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
.job-type {
  font-weight: 700;
  padding: 0.1em 0.4em;
  border-radius: 4px;
  margin-right: 0.2em;
  white-space: nowrap;
}

/* 雑工：やさしいオレンジ */
.job-type--worker {
  color: #c95f00;
  background: rgba(233, 113, 5, 0.15);
}

/* ドライバー：少し強め */
.job-type--driver {
  color: #a84a00;
  background: rgba(233, 113, 5, 0.25);
}

/* 応募の流れ（横並び） */
.entry-flow {
  --arc: #e97105;
  --arc-soft: rgba(233, 113, 5, .18);
  --line: rgba(233, 113, 5, .45);
  --text: #262626;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
}

/* 各ステップカード */
.entry-flow_item {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

/* 横ライン（最後以外） */
.entry-flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px;
  /* アイコン中心に合わせる */
  left: calc(50% + 34px);
  /* 丸の右端から */
  right: -9px;
  /* gapの半分くらい */
  height: 3px;
  background: linear-gradient(90deg, var(--line), rgba(233, 113, 5, 0.1));
  border-radius: 999px;
}

/* 丸アイコン */
.entry-flow_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  background: var(--arc);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* アイコンSVG共通（白で統一） */
.entry-flow_icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

/* Stepラベル（小さめのタグ） */
.entry-flow_step {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--arc);
  background: #fff;
  border: 1px solid rgba(233, 113, 5, 0.35);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

/* 主要ラベル */
.entry-flow_label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

/* 補足説明 */
.entry-flow_text {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(38, 38, 38, 0.85);
}

/* PCで長文になった時の読みやすさ */
.entry-flow_text {
  max-width: 18em;
  margin: 0 auto;
}

/* --- レスポンシブ --- */
@media (max-width: 1024px) {
  .entry-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .entry-flow_item:not(:last-child)::after {
    display: none;
    /* 3列折返しなので横ラインは消す（事故防止） */
  }
}
@media screen and (max-width: 480px) {
  .entry-flow {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }
  .entry-flow_item {
    padding: 14px 18px 14px 92px;
    background: rgba(233, 113, 5, 0.06);
    border: 1px solid rgba(233, 113, 5, 0.2);
    border-radius: 14px;
    width: 100%;
    box-sizing: border-box;
  }
  .entry-flow_icon {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 62px;
    height: 62px;
    margin: 0;
  }
  .entry-flow_step {
    margin-bottom: 6px;
  }
}
.entry-cta {
  margin: 60px 0 100px;
}

.entry-cta_text {
  font-size: 1.6rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 480px) {
  .entry-cta_text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.entry-cta_button {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1.8rem 2.8rem;
  text-align: center;
  background: linear-gradient(180deg, #ffefb8 0%, #AFCDEA 86%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .entry-cta_button {
    font-size: 1.7rem;
    padding: 1.6rem 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-cta_button {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
    width: 100%;
  }
}

.entry-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 1.6rem 0 10rem;
}
@media screen and (max-width: 480px) {
  .entry-contact {
    display: block;
  }
}
.entry-contact img {
  flex-shrink: 0;
}

.entry-contact_text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .entry-contact_text {
    font-size: 1.8rem;
  }
}
.entry-contact_text a {
  text-decoration: none;
}

.entry-contact_note {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 0.8rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .entry-contact_note {
    font-size: 1.4rem;
  }
}

.entry-contact p + p,
.entry-cta_text + .entry-cta_text {
  padding-top: 1rem;
  /* 好きな値に調整 */
}

.application-details_page h4:first-letter {
  font-size: unset;
  color: unset;
}/*# sourceMappingURL=application-details.css.map */