/* 運送C「みちひらき」: 白×オレンジ×スカイブルーの明るいポップ。未経験の心理ハードルを下げる。 */
body.pat-uf {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fffdf8;
  color: #3d3a34;
  line-height: 2;
}

.pat-uf .site-header { background: #fffdf8; border-bottom: 3px dotted #fdba74; }
.pat-uf .site-footer { background: #7c4a12; }

/* CTAバー: LINEが主役 */
.uf-bar__line { background: #06c755; color: #fff; flex: 1.6; font-size: 14px; }
.uf-bar__tel { background: #fff; color: #ea7317; border: 2px solid #ea7317; flex: .7; }
.uf-bar__apply { background: #ea7317; color: #fff; flex: .7; }

/* ヒーロー: イラストとやわらかい角丸 */
.uf-hero { max-width: 920px; margin: 0 auto; padding: 36px 20px 16px; }
.uf-hero__text { text-align: center; padding-bottom: 22px; }
.uf-hero__badge {
  display: inline-block; background: #38bdf8; color: #fff; font-weight: bold;
  font-size: 13px; padding: 5px 18px; border-radius: 999px; margin-bottom: 14px;
}
.uf-hero__title { font-size: 27px; line-height: 1.6; margin-bottom: 10px; }
.uf-hero__sub { font-size: 14px; color: #8a7f6d; margin-bottom: 20px; }
.uf-hero__note { font-size: 12px; color: #b3a78f; margin-top: 8px; }
.uf-hero__img {
  width: 100%; border-radius: 24px; display: block;
  border: 4px solid #fff; box-shadow: 0 10px 28px rgba(234, 115, 23, .18);
}

/* ボタン */
.uf-btn {
  display: inline-block; padding: 16px 32px; border-radius: 999px;
  font-weight: bold; text-decoration: none; font-size: 16px;
}
.uf-btn--line { background: #06c755; color: #fff; box-shadow: 0 5px 0 #04943f; }
.uf-btn--line:active { transform: translateY(3px); box-shadow: 0 2px 0 #04943f; }
.uf-btn--ghost { background: #fff; color: #ea7317; border: 2px solid #ea7317; }

/* セクション */
.uf-section { padding: 46px 20px; max-width: 720px; margin: 0 auto; }
.uf-section--tint { background: #fef3e2; max-width: none; }
.uf-section--tint > * { max-width: 720px; margin-left: auto; margin-right: auto; }
.uf-h2 { text-align: center; font-size: 22px; margin-bottom: 26px; }
.uf-h2 span { color: #ea7317; }

/* チェックリスト */
.uf-checks { list-style: none; display: grid; gap: 12px; }
.uf-check {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border-radius: 18px; padding: 16px 18px;
  border: 2px solid #fde6c8;
}
.uf-check__mark {
  width: 30px; height: 30px; border-radius: 50%; background: #38bdf8; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: bold; flex-shrink: 0;
  margin-top: 3px;
}
.uf-check__title { font-weight: bold; font-size: 15px; }
.uf-check__body { font-size: 13px; color: #8a7f6d; }
.uf-checks__note { text-align: center; font-weight: bold; color: #ea7317; margin-top: 18px; }

/* 不安に先に答えるQ&A（開閉なしで全部見せる = 誠実さ） */
.uf-qa { background: #fff; border-radius: 18px; padding: 18px 20px; margin-bottom: 14px; }
.uf-qa__q { font-weight: bold; font-size: 15px; color: #ea7317; }
.uf-qa__q::before { content: "Q "; }
.uf-qa__a { font-size: 14px; margin-top: 6px; }
.uf-qa__a::before { content: "A "; font-weight: bold; color: #38bdf8; }

/* 働き方の実例 */
.uf-models { display: grid; gap: 14px; }
.uf-model {
  background: #fff; border-radius: 18px; padding: 20px; text-align: center;
  border: 2px solid #fde6c8;
}
.uf-model__who { font-size: 13px; font-weight: bold; color: #8a7f6d; }
.uf-model__value { font-size: 26px; font-weight: bold; color: #ea7317; line-height: 1.5; }
.uf-model__detail { font-size: 12px; color: #8a7f6d; margin-top: 4px; }

/* 先輩の声: 吹き出し */
.uf-voice { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.uf-voice__photo {
  width: 70px; height: 70px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 3px solid #fff; box-shadow: 0 3px 10px rgba(234, 115, 23, .25);
}
.uf-voice__bubble { background: #fff; border-radius: 18px; padding: 16px 18px; flex: 1; }
.uf-voice__body { font-size: 14px; }
.uf-voice__meta { font-size: 12px; color: #ea7317; font-weight: bold; margin-top: 8px; }

/* 求人 */
.uf-job {
  display: block; background: #fff; border-radius: 18px; padding: 20px;
  border: 2px solid #fde6c8; text-decoration: none; color: inherit; margin-bottom: 14px;
}
.uf-job__type { display: inline-block; background: #fef3e2; color: #ea7317; font-size: 12px; font-weight: bold; padding: 3px 12px; border-radius: 999px; }
.uf-job__title { display: block; font-size: 17px; font-weight: bold; margin-top: 8px; }
.uf-job__salary { display: block; color: #ea7317; font-weight: bold; margin-top: 4px; }
.uf-job__more { display: block; text-align: right; color: #38bdf8; font-weight: bold; font-size: 14px; }

/* 会社概要 */
.pat-uf .company-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border-radius: 18px; overflow: hidden; }
.pat-uf .company-table th, .pat-uf .company-table td { border-bottom: 1px dashed #fde6c8; padding: 12px 14px; text-align: left; vertical-align: top; }
.pat-uf .company-table th { color: #8a7f6d; font-weight: normal; white-space: nowrap; width: 6.5em; }

/* 締め */
.uf-closing { text-align: center; padding: 50px 20px 60px; background: linear-gradient(180deg, #fffdf8, #fef3e2); }
.uf-closing__title { font-size: 21px; margin-bottom: 10px; }
.uf-closing__note { font-size: 14px; color: #8a7f6d; margin-bottom: 24px; }
.uf-closing__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.uf-closing__tel { margin-top: 18px; font-size: 14px; }
.uf-closing__tel a { color: #ea7317; font-weight: bold; }

@media (min-width: 768px) {
  .uf-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; padding-top: 52px; }
  .uf-hero__text { text-align: left; }
  .uf-hero__title { font-size: 32px; }
  .uf-models { grid-template-columns: repeat(3, 1fr); }
}
