/* 運送A「そくせん」: ダークネイビー×シアン×斜めライン。求人LPの情報密度。 */
body.pat-us {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #0b1220;
  color: #e6edf6;
  line-height: 1.9;
}

.pat-us .site-header { background: #0b1220; border-bottom: 2px solid #22d3ee; }
.pat-us .site-header__name { color: #fff; font-weight: 900; }
.pat-us .site-header__tel { color: #22d3ee; }
.pat-us .site-footer { background: #060a14; }

/* CTAバー上書き */
.us-bar { background: #060a14; border-top: 2px solid #22d3ee; }
.us-bar__tel { background: #22d3ee; color: #0b1220 !important; font-size: 15px; flex: 2.2; }
.us-bar__line { background: #06c755; color: #fff; }

/* ヒーロー */
.us-hero { position: relative; overflow: hidden; }
.us-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.us-hero__inner { position: relative; max-width: 760px; margin: 0 auto; padding: 56px 22px 44px; }
.us-hero__company { color: #22d3ee; font-weight: 900; font-size: 13px; letter-spacing: .15em; }
.us-hero__title { font-size: 36px; font-weight: 900; line-height: 1.35; margin: 12px 0 20px; }
.us-hero__specs { display: grid; gap: 6px; margin-bottom: 22px; }
.us-hero__spec {
  display: flex; gap: 12px; align-items: baseline;
  background: rgba(34, 211, 238, .1); border-left: 4px solid #22d3ee; padding: 9px 14px;
}
.us-hero__spec dt { color: #22d3ee; font-weight: 900; font-size: 12px; min-width: 2.5em; }
.us-hero__spec dd { font-weight: bold; font-size: 15px; }
.us-hero__note { font-size: 12px; color: #94a8c0; margin-top: 12px; }

/* ボタン */
.us-btn {
  display: inline-block; background: #22d3ee; color: #0b1220;
  font-weight: 900; font-size: 16px; padding: 16px 32px; text-decoration: none;
  border-radius: 4px; box-shadow: 0 4px 16px rgba(34, 211, 238, .35);
}
.us-btn--big { font-size: 23px; padding: 18px 40px; }
.us-btn--line { background: #06c755; color: #fff; box-shadow: none; }

/* セクション */
.us-section { padding: 52px 22px; max-width: 720px; margin: 0 auto; }
.us-section--tint { background: #101a2e; max-width: none; }
.us-section--tint > * { max-width: 720px; margin-left: auto; margin-right: auto; }
.us-h2 {
  font-size: 25px; font-weight: 900; margin-bottom: 14px;
  position: relative; padding-left: 16px;
}
.us-h2::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 5px;
  background: repeating-linear-gradient(135deg, #22d3ee, #22d3ee 4px, transparent 4px, transparent 8px);
}
.us-h2 span { color: #22d3ee; }
.us-lead { font-size: 13px; color: #94a8c0; margin-bottom: 22px; }

/* 正直開示表 */
.us-facts { width: 100%; border-collapse: collapse; }
.us-facts th, .us-facts td { border-bottom: 1px solid #223450; padding: 14px 10px; text-align: left; vertical-align: top; font-size: 14px; }
.us-facts th { color: #94a8c0; font-weight: bold; white-space: nowrap; width: 8em; }
.us-facts td strong { color: #22d3ee; font-size: 16px; }
.us-facts__note { display: block; font-size: 12px; color: #94a8c0; margin-top: 2px; }

/* 1日の流れ */
.us-day { list-style: none; }
.us-day__item { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px dashed #223450; }
.us-day__time { color: #22d3ee; font-weight: 900; min-width: 60px; font-size: 15px; }
.us-day__title { font-weight: bold; font-size: 15px; }
.us-day__text { font-size: 13px; color: #94a8c0; }

/* モデル年収 */
.us-models { display: grid; gap: 14px; }
.us-model { background: #101a2e; border: 1px solid #223450; border-radius: 8px; padding: 20px; }
.us-model__who { font-size: 13px; font-weight: bold; color: #94a8c0; }
.us-model__value { font-size: 32px; font-weight: 900; color: #22d3ee; line-height: 1.4; }
.us-model__detail { font-size: 12px; color: #94a8c0; margin-top: 6px; }

/* 求人 */
.us-job {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  background: #0b1220; border: 2px solid #22d3ee; border-radius: 8px;
  padding: 20px; margin-bottom: 14px; text-decoration: none; color: inherit;
}
.us-job__type { display: inline-block; background: #22d3ee; color: #0b1220; font-weight: 900; font-size: 11px; padding: 2px 10px; border-radius: 3px; }
.us-job__title { font-size: 19px; font-weight: 900; margin-top: 6px; }
.us-job__salary { font-size: 15px; font-weight: bold; color: #22d3ee; }
.us-job__more { color: #22d3ee; font-weight: 900; font-size: 13px; white-space: nowrap; }

/* FAQ */
.us-faq { border-bottom: 1px solid #223450; }
.us-faq__q { padding: 15px 28px 15px 0; font-weight: bold; font-size: 14px; cursor: pointer; list-style: none; position: relative; }
.us-faq__q::after { content: "＋"; position: absolute; right: 0; color: #22d3ee; font-weight: 900; }
details[open] .us-faq__q::after { content: "−"; }
.us-faq__a { padding: 0 0 16px; font-size: 14px; color: #94a8c0; }

/* 応募フロー */
.us-steps { list-style: none; display: grid; gap: 12px; }
.us-step { display: flex; gap: 14px; align-items: flex-start; background: #0b1220; border-radius: 8px; padding: 16px; }
.us-step__no {
  width: 30px; height: 30px; border-radius: 50%; background: #22d3ee; color: #0b1220;
  font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.us-step__title { font-weight: bold; font-size: 15px; }
.us-step__body { font-size: 13px; color: #94a8c0; }

/* 会社概要 */
.pat-us .company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pat-us .company-table th, .pat-us .company-table td { border-bottom: 1px solid #223450; padding: 12px 8px; text-align: left; vertical-align: top; }
.pat-us .company-table th { color: #94a8c0; font-weight: normal; white-space: nowrap; width: 7em; }
.pat-us .company-table a { color: #22d3ee; }

/* 締め */
.us-closing {
  text-align: center; padding: 60px 22px 76px;
  background: linear-gradient(160deg, #101a2e, #0b1220);
  border-top: 2px solid #22d3ee;
}
.us-closing__title { font-size: 27px; font-weight: 900; margin-bottom: 10px; }
.us-closing__note { font-size: 13px; color: #94a8c0; margin-bottom: 24px; }
.us-closing__sub { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.us-closing__form { color: #5d7da3; font-size: 13px; text-decoration: underline; }

@media (min-width: 768px) {
  .us-hero__title { font-size: 48px; }
  .us-hero__specs { grid-template-columns: repeat(3, 1fr); }
  .us-models { grid-template-columns: repeat(3, 1fr); }
}
