/* 運送B「うんだい」: 白×コーポレートブルー×整然グリッド。荷主にも見せられる端正さ。 */
body.pat-uc {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
  color: #1f2937;
  line-height: 1.95;
}

.pat-uc .site-header { border-bottom: 3px solid #1d4ed8; }
.pat-uc .site-footer { background: #172554; }

/* CTAバー: 3導線 */
.uc-bar__tel { background: #fff; color: #1d4ed8; border: 2px solid #1d4ed8; flex: .8; }
.uc-bar__biz { background: #1d4ed8; color: #fff; }
.uc-bar__recruit { background: #172554; color: #fff; }

/* ヒーロー */
.uc-hero { position: relative; min-height: 56vh; display: flex; align-items: flex-end; background: #172554; }
.uc-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.uc-hero__overlay {
  position: relative; width: 100%;
  background: linear-gradient(transparent, rgba(13, 25, 65, .88));
  color: #fff; padding: 90px 22px 38px;
}
.uc-hero__title { font-size: 28px; font-weight: bold; line-height: 1.5; max-width: 880px; margin: 0 auto; }
.uc-hero__sub { font-size: 14px; opacity: .9; max-width: 880px; margin: 8px auto 20px; }
.uc-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; max-width: 880px; margin: 0 auto; }

/* ボタン */
.uc-btn {
  display: inline-block; padding: 14px 28px; font-weight: bold; font-size: 15px;
  text-decoration: none; border-radius: 4px;
}
.uc-btn--main { background: #1d4ed8; color: #fff; }
.uc-btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.6); }
.uc-btn--ghost2 { background: #fff; color: #172554; }
.uc-btn--small { padding: 10px 22px; font-size: 14px; background: #1d4ed8; color: #fff; }

/* セクション */
.uc-section { padding: 56px 22px; max-width: 880px; margin: 0 auto; }
.uc-section--tint { background: #f1f5fb; max-width: none; }
.uc-section--tint > * { max-width: 880px; margin-left: auto; margin-right: auto; }
.uc-h2 {
  font-size: 22px; font-weight: bold; color: #172554; margin-bottom: 24px;
  border-left: 5px solid #1d4ed8; padding-left: 14px;
}
.uc-lead { font-size: 14px; color: #5b6b80; margin: -12px 0 24px; }
.uc-business { font-size: 15px; margin-bottom: 24px; }

/* 事業・サービス */
.uc-services { display: grid; gap: 14px; }
.uc-service { border: 1px solid #d7e0ec; border-top: 3px solid #1d4ed8; padding: 20px; border-radius: 4px; }
.uc-service__title { font-size: 16px; font-weight: bold; color: #172554; margin-bottom: 6px; }
.uc-service__body { font-size: 14px; color: #45576c; }

/* 安全認証バッジ */
.uc-badges { display: grid; gap: 14px; }
.uc-badge { background: #fff; border: 1px solid #d7e0ec; border-radius: 4px; padding: 18px 20px; position: relative; padding-left: 54px; }
.uc-badge::before {
  content: "✓"; position: absolute; left: 18px; top: 18px;
  width: 24px; height: 24px; border-radius: 50%; background: #1d4ed8; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 13px;
}
.uc-badge__title { font-weight: bold; font-size: 15px; color: #172554; }
.uc-badge__body { font-size: 13px; color: #5b6b80; margin-top: 2px; }

/* 数字 */
.uc-nums { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.uc-num { background: #f1f5fb; border-radius: 4px; padding: 22px 12px; text-align: center; }
.uc-num__value { font-size: 30px; font-weight: bold; color: #1d4ed8; line-height: 1.3; }
.uc-num__label { font-size: 13px; font-weight: bold; color: #45576c; margin-top: 4px; }

/* 沿革 */
.uc-history { max-width: 560px; }
.uc-history__row { display: flex; gap: 20px; padding: 11px 0; border-bottom: 1px solid #d7e0ec; font-size: 14px; }
.uc-history__row dt { min-width: 88px; color: #1d4ed8; font-weight: bold; }

/* 採用 */
.uc-job { border: 1px solid #d7e0ec; border-radius: 4px; margin-bottom: 20px; overflow: hidden; }
.uc-job__head { padding: 18px 20px 0; }
.uc-job__type { display: inline-block; background: #172554; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 12px; border-radius: 3px; }
.uc-job__title { font-size: 18px; font-weight: bold; color: #172554; margin-top: 8px; }
.uc-jobtable { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 10px; }
.uc-jobtable th, .uc-jobtable td { border-top: 1px solid #e8eef6; padding: 11px 20px; text-align: left; }
.uc-jobtable th { width: 7em; color: #5b6b80; font-weight: normal; white-space: nowrap; }
.uc-job__actions { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; background: #f1f5fb; }
.uc-job__link { font-size: 13px; color: #1d4ed8; font-weight: bold; }

/* 社員の声 */
.uc-voice { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 14px; border: 1px solid #d7e0ec; }
.uc-voice__body { font-size: 14px; }
.uc-voice__meta { font-size: 12px; color: #1d4ed8; font-weight: bold; margin-top: 8px; }

/* 会社概要 */
.pat-uc .company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pat-uc .company-table th, .pat-uc .company-table td { border-bottom: 1px solid #d7e0ec; padding: 12px 8px; text-align: left; vertical-align: top; }
.pat-uc .company-table th { color: #5b6b80; font-weight: normal; white-space: nowrap; width: 7em; }
.uc-map { margin-top: 18px; border-radius: 4px; overflow: hidden; }
.uc-map iframe { width: 100%; height: 280px; border: 0; display: block; }

/* 2系統CTAの締め */
.uc-closing { display: grid; }
.uc-closing__col { padding: 48px 24px 56px; text-align: center; background: #1d4ed8; color: #fff; }
.uc-closing__col--recruit { background: #172554; }
.uc-closing__title { font-size: 21px; font-weight: bold; margin-bottom: 8px; }
.uc-closing__note { font-size: 13px; opacity: .85; margin-bottom: 20px; }
.uc-closing .uc-btn--main { background: #fff; color: #1d4ed8; }
.uc-closing__tel { margin-top: 14px; }
.uc-closing__tel a { color: #fff; font-weight: bold; font-size: 18px; text-decoration: none; }

@media (min-width: 768px) {
  .uc-hero__title { font-size: 38px; }
  .uc-services { grid-template-columns: repeat(3, 1fr); }
  .uc-badges { grid-template-columns: 1fr 1fr; }
  .uc-nums { grid-template-columns: repeat(4, 1fr); }
  .uc-closing { grid-template-columns: 1fr 1fr; }
}
