@charset "UTF-8";
/*
 * ======================================
 * 合資会社東洋電機制御 — サイト固有CSS（site.css）
 * 「沖縄の電力インフラを静かに支える、余白と直線のコーポレート」
 * 共通 main.css で再現できないデザイン差分のみをここに定義する。
 * ======================================
 *
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * --------------------------------------
 * .toyo-brand / __jp / __en / --footer  - 2段組テキストロゴ
 * .toyo-header__map                      - ヘッダーMAP枠リンク
 * .toyo-tel-btn / __num / --lg           - 電話ボタン（青ベタ・アイコン付き）
 * .toyo-cta / __inner / __head / __en / __title / __actions - お問い合わせCTA帯
 * .toyo-mv / __bg / __slide / __img / __grid / __inner / __en / __copy / __cap / __actions / __dots / __dot / __scroll - メインビュー
 * .toyo-intro / __media / __badge / __body         - 会社紹介（TOP）
 * .toyo-facts / .toyo-fact / __en / __num / __lbl  - 数字パネル
 * .toyo-biz-grid / .toyo-biz-card / __body / __no   - 事業カード
 * .toyo-strengths-sec / .toyo-strengths / .toyo-strength / __no - 強み
 * .toyo-recruit-cta / __bg / __inner / __en         - 採用CTAバナー
 * .toyo-greet / __media / __body / __sign           - ごあいさつ
 * .toyo-feat-grid / .toyo-feat / __ico / .toyo-feat--link - 会社の特徴
 * .toyo-outline (dl/row/dt/dd) / .toyo-map-pin      - 会社概要
 * .toyo-history / .toyo-hist / __yr                 - 沿革
 * .toyo-svc / __media / __no / __list               - 事業詳細
 * .toyo-area / __map / .toyo-okinawa-map / .toyo-chip - 対応エリア
 * .toyo-work / __media / __tags / __tag             - 仕事内容
 * .toyo-perks / .toyo-perk                          - 待遇
 * .toyo-magnets-sec / .toyo-magnets / .toyo-magnet / __no - 5つの魅力
 * .toyo-persona / __lead / __pref / __list / __deco - 求める人物像
 * .toyo-req (dl/row/dt/dd) / __note                 - 募集要項
 * .toyo-flow-2col / .toyo-steps / .toyo-step / __no - 入社後の流れ
 * .toyo-entry-flow / .toyo-entry-step / __n / .toyo-entry-arrow - 入社前の流れ
 * .toyo-contact-grid / .toyo-contact-aside / .toyo-contact-tel / .toyo-contact-map - お問い合わせ
 * .toyo-form / .toyo-field / .toyo-req-tag / .toyo-opt-tag / .toyo-radio-chip / .toyo-thanks - フォーム
 * .sec-head / __en / __title / __lead               - セクション見出し（汎用）
 * .ph / __img / __label                             - 画像プレースホルダ
 * .reveal                                           - スクロール出現
 *
 * 共通SCSSに不足していたもの（5分類）
 * --------------------------------------
 * - 構造不足：英字オーバーライン+和文+リード型のセクション見出し（.sec-head）
 * - 構造不足：背景画像crossfade+キャッチ連動のヒーロー（.toyo-mv）
 * - 装飾パターン不足：CSSマスクによる地図シルエット（.toyo-okinawa-map）
 * - 値の粒度不足：clamp()によるレスポンシブ余白・文字サイズ（デザイン基調に合わせ独自定義）
 * - 状態不足：スクロール出現アニメーション（.reveal / .in）
 */

:root {
  --c-blue: #0094d9;
  --c-navy: #003f96;
  --c-base: #fefefe;
  --c-ink: #142231;
  --c-sub: #5d6b78;
  --c-line: #e1e8ef;
  --c-line-strong: #c8d4de;
  --c-tint: #f4f8fb;
  --c-tint2: #eaf3fa;
  --c-navy-deep: #002a66;
  --radius: 4px;
  --maxw: 1200px;
  --gut: clamp(20px, 5vw, 64px);
  --ff-jp: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  --ff-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  --ff-en: "Barlow Semi Condensed", sans-serif;
  --shadow: 0 18px 48px -28px rgba(0, 63, 150, 0.35);
  --shadow-sm: 0 8px 24px -18px rgba(0, 63, 150, 0.3);
}

/* ============================================================
   ベース上書き（共通 base のデフォルトをデザインに寄せる）
   ============================================================ */
body {
  font-family: var(--ff-body);
  color: var(--c-ink);
  line-height: 1.9;
  letter-spacing: normal;
  font-size: 16px;
}
@media (max-width: 896px) { body { font-size: 15px; } }
@media (max-width: 639px) { body { font-size: 15px; } }

a { color: inherit; }
a:hover { opacity: 1; }

h1, h2, h3, h4 {
  font-family: var(--ff-jp);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

/* レイアウト共通の上書き */
.container {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
  width: 100%;
}
.section { padding: clamp(72px, 11vw, 140px) 0; }
.section--tint { background: var(--c-tint); }
.section--pt-sm { padding-top: clamp(24px, 4vw, 48px); }
.section--pb-sm { padding-bottom: clamp(40px, 5vw, 56px); }
.section--facts {
  padding: clamp(56px, 7vw, 88px) 0;
  background: linear-gradient(135deg, #00337d 0%, #002a66 100%);
}
.section--facts .sec-head__en { color: #7cc9ee; }
.section--facts .sec-head__en::before { background: #7cc9ee; }
.section--facts .sec-head__title { color: #fff; }

/* ============================================================
   ボタン（デザイン仕様で上書き）
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: none;
  padding: 16px 30px;
  background: var(--c-blue);
  color: #fff;
  border: 1px solid var(--c-blue);
  border-radius: var(--radius);
  font-family: var(--ff-jp);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); opacity: 1; }
.btn .arr { transition: transform .25s ease; }
.btn:hover .arr { transform: translateX(4px); }
.btn--lg { padding: 19px 40px; font-size: 16px; }
.btn--ghost {
  background: transparent;
  color: var(--c-navy);
  border-color: var(--c-line-strong);
}
.btn--ghost:hover { color: var(--c-blue); border-color: var(--c-blue); background: transparent; }
.btn--white { background: #fff; color: var(--c-navy); border-color: #fff; }
.btn--white:hover { background: #fff; }
.btn--navy { background: var(--c-navy); color: #fff; border-color: var(--c-navy); }
.btn--cta-tel { background: var(--c-navy); color: #fff; border-color: transparent; font-family: var(--ff-en); font-size: 18px; letter-spacing: .02em; }
.btn--cta-tel i { font-size: .85em; }
@media (max-width: 639px) { .btn { font-size: 14px; } }

/* ============================================================
   ヘッダー（sticky + blur バー）
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(254, 254, 254, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
}
.header__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 clamp(18px, 4vw, 40px);
  height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* ブランド（2段テキストロゴ） */
.toyo-brand { display: flex; flex-direction: column; line-height: 1.1; gap: 3px; flex-shrink: 0; text-decoration: none; }
.toyo-brand__jp { font-family: var(--ff-jp); font-weight: 700; font-size: 25px; letter-spacing: 0.04em; color: var(--c-ink); }
.toyo-brand__en { font-family: var(--ff-en); font-size: 11px; letter-spacing: 0.24em; color: var(--c-blue); text-transform: uppercase; font-weight: 600; }

/* PCナビ */
.header__nav { display: flex; align-items: center; gap: 4px; margin-left: auto; margin-right: 0; }
.header__nav-item { position: relative; }
.header__nav-item a {
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 10px 16px;
  border-radius: var(--radius);
  color: var(--c-ink);
  transition: color .2s ease;
}
.header__nav-item a::after { display: none; }
.header__nav-ja { font-family: var(--ff-jp); font-weight: 500; font-size: 15px; color: var(--c-ink); margin-top: 0; line-height: 1.3; transition: color .2s; }
.header__nav-en { display: block; font-family: var(--ff-en); font-weight: 600; font-size: 9px; letter-spacing: 0.18em; color: var(--c-sub); text-transform: uppercase; text-align: center; margin-top: 1px; line-height: 1; transition: color .2s; }
.header__nav-item a:hover .header__nav-ja,
.header__nav-item a:hover .header__nav-en { color: var(--c-blue); }
.header__nav-item--current a .header__nav-ja,
.header__nav-item--current a .header__nav-en { color: var(--c-blue); }
.header__nav-item--current a::after { display: none; }

/* 右側（MAP + 電話） */
.header__right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; height: auto; }
.toyo-header__map {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 48px; padding: 0 18px;
  font-family: var(--ff-jp); font-size: 14px; font-weight: 600; color: var(--c-sub);
  border: 1px solid var(--c-line-strong); border-radius: var(--radius);
  transition: border-color .2s, color .2s;
}
.toyo-header__map:hover { color: var(--c-blue); border-color: var(--c-blue); }

.toyo-tel-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 48px; padding: 0 22px;
  background: var(--c-blue); color: #fff;
  border: 1px solid var(--c-blue); border-radius: var(--radius);
  font-family: var(--ff-en); font-weight: 700; font-size: 20px; letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.toyo-tel-btn i { font-size: .8em; }
.toyo-tel-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); opacity: 1; }
.toyo-tel-btn--lg { height: auto; font-size: 26px; padding: 16px 28px; }

/* 1101〜1320px：ナビが詰まって崩れないよう間隔・サイズを調整 */
@media (max-width: 1320px) {
  .header__inner { gap: 16px; }
  .toyo-brand__jp { font-size: 21px; }
  .header__nav { gap: 0; }
  .header__nav-item a { padding: 10px 11px; }
  .header__nav-ja { font-size: 14px; }
  .toyo-header__map { padding: 0 12px; font-size: 13px; }
  .toyo-tel-btn { font-size: 17px; padding: 0 16px; }
}

/* レスポンシブ：1100px以下でナビ・右側を隠しハンバーガー表示
   （共通 nav-toggle の表示ブレークポイント=1100pxに合わせる） */
@media (max-width: 1100px) {
  .header__nav, .header__right { display: none; }
}
@media (max-width: 560px) {
  .toyo-brand__jp { font-size: 21px; }
}

/* SPナビ内の電話ボタン */
.sp-nav__bottom .toyo-tel-btn { justify-content: center; width: 100%; max-width: 320px; margin: 0 auto; background: #fff; color: var(--c-navy); border-color: #fff; }
.toyo-sp-nav__hours { color: rgba(255,255,255,0.85); font-size: 12px; margin-top: 10px; }
.sp-nav__en { font-size: 12px; letter-spacing: 0.12em; }
.sp-nav__link::after { margin-left: 8px; }

/* ============================================================
   セクション見出し（英字オーバーライン + 和文 + リード）
   ============================================================ */
.sec-head { margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head__en {
  font-family: var(--ff-en); font-weight: 600; font-size: 13px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-blue);
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.sec-head__en::before { content: ""; width: 34px; height: 1px; background: var(--c-blue); }
.sec-head__title { font-family: var(--ff-jp); font-weight: 700; font-size: clamp(26px, 3.6vw, 40px); line-height: 1.4; }
.sec-head__lead { margin-top: 22px; max-width: 63ch; color: var(--c-sub); font-size: 16px; }

/* ============================================================
   画像プレースホルダ
   ============================================================ */
.ph {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(0,148,217,0.05) 0 12px, rgba(0,148,217,0.09) 12px 24px),
    linear-gradient(135deg, #dfeaf3, #eef5fb);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-navy); border-radius: var(--radius); overflow: hidden;
}
.ph__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph__label {
  font-family: var(--ff-en); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  background: rgba(255,255,255,0.78); padding: 6px 14px; border-radius: var(--radius);
  color: var(--c-navy); border: 1px solid rgba(0,63,150,0.12);
}

/* ============================================================
   スクロール出現
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   お問い合わせCTA帯
   ============================================================ */
.toyo-cta { background: var(--c-blue); padding-block: clamp(48px, 7vw, 84px); }
.toyo-cta__inner {
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut);
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.toyo-cta__en { color: rgba(255,255,255,0.7); font-family: var(--ff-en); font-size: 13px; letter-spacing: 0.2em; display: block; margin-bottom: 10px; font-weight: 600; }
.toyo-cta__title { color: #fff; font-size: clamp(24px, 3vw, 34px); }
.toyo-cta__actions { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 720px) { .toyo-cta__inner { flex-direction: column; align-items: flex-start; } }

/* ============================================================
   フッター
   ============================================================ */
.footer { background: var(--c-navy-deep); color: rgba(255,255,255,0.8); position: relative; }
.toyo-brand--footer { display: flex; flex-direction: column; gap: 3px; }
.toyo-brand--footer .toyo-brand__jp { color: #fff; }
.footer__main {
  max-width: var(--maxw); margin-inline: auto; padding: clamp(56px, 7vw, 80px) var(--gut) 40px;
  display: grid; grid-template-columns: 1.6fr 0.85fr 1.55fr; gap: 48px; align-items: start;
}
.footer__info { margin-top: 22px; display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.footer__addr { color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.75; }
.footer__phone { font-family: var(--ff-en); font-weight: 700; font-size: 27px; color: #fff; letter-spacing: 0.02em; line-height: 1; transition: color .2s; }
.footer__phone:hover { color: #7cc9ee; opacity: 1; }
.footer__hours { color: rgba(255,255,255,0.58); font-size: 13px; }
.footer__menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer__menu a { color: rgba(255,255,255,0.7); font-size: 14px; transition: color .2s; }
.footer__menu a:hover { color: #fff; opacity: 1; }
.footer__mapcol { display: flex; flex-direction: column; gap: 12px; }
.footer__map-link { display: block; border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); overflow: hidden; width: 100%; }
.toyo-map-embed { display: block; width: 100%; aspect-ratio: 16/7; border: 0; }
.footer__map-pin { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.7); font-size: 13px; }
.footer__map-pin:hover { color: #fff; opacity: 1; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px var(--gut);
  max-width: var(--maxw); margin-inline: auto;
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  font-size: 12px; color: rgba(255,255,255,0.5); font-family: var(--ff-en); letter-spacing: 0.08em;
}
/* ハンバーガー表示と同じ1100px以下でフッターナビを非表示 */
@media (max-width: 1100px) {
  .footer__menu { display: none; }
  .footer__main { grid-template-columns: 1.6fr 1.55fr; }
}
@media (max-width: 720px) {
  .footer__main { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   下層ページ共通ヒーロー（navy + グリッド）
   ============================================================ */
.toyo-page-hero {
  position: relative;
  background-color: var(--c-navy-deep);
  background-image: linear-gradient(100deg, rgba(0,30,75,0.92) 0%, rgba(0,42,102,0.66) 50%, rgba(0,63,150,0.30) 100%), url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/page-ttl.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(80px, 12vw, 150px) 0 clamp(56px, 8vw, 96px); overflow: hidden;
}
.toyo-page-hero__grid {
  position: absolute; inset: 0; opacity: 0.5;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 100% at 80% 0%, #000, transparent 70%);
  mask-image: radial-gradient(120% 100% at 80% 0%, #000, transparent 70%);
}
.toyo-page-hero .container { position: relative; }
.toyo-page-hero__en { font-family: var(--ff-en); font-weight: 600; font-size: clamp(40px, 7vw, 78px); letter-spacing: 0.04em; line-height: 1; color: rgba(124,201,238,0.9); text-transform: uppercase; }
.toyo-page-hero__jp { font-family: var(--ff-jp); font-size: clamp(22px, 3vw, 32px); margin-top: 14px; }

/* ============================================================
   TOP：メインビュー
   ============================================================ */
.toyo-mv { position: relative; min-height: min(88vh, 780px); background: var(--c-navy-deep); color: #fff; overflow: hidden; display: flex; align-items: center; }
.toyo-mv__bg { position: absolute; inset: 0; }
.toyo-mv__slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity 1.4s ease, transform 7s ease; }
.toyo-mv__slide.is-active { opacity: 1; transform: scale(1); }
.toyo-mv__img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.toyo-mv__img--right { background-position: right center; }
.toyo-mv__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,20,55,0.82) 0%, rgba(0,30,75,0.48) 40%, rgba(0,63,150,0.04) 100%); }
.toyo-mv__grid { position: absolute; inset: 0; opacity: 0.45; background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 64px 64px; }
.toyo-mv__inner { position: relative; max-width: 1320px; width: 100%; margin-inline: auto; padding: 0 clamp(20px, 5vw, 64px); }
.toyo-mv__en { font-family: var(--ff-en); font-weight: 600; font-size: 14px; letter-spacing: 0.28em; text-transform: uppercase; color: #7cc9ee; display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.toyo-mv__en::before { display: none; }
.toyo-mv__copy { position: relative; min-height: 4.6em; }
.toyo-mv__cap { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); transition: opacity .9s ease, transform .9s ease; pointer-events: none; }
.toyo-mv__cap.is-active { opacity: 1; transform: none; position: relative; pointer-events: auto; }
.toyo-mv__cap h1 { font-family: var(--ff-jp); font-size: clamp(34px, 6vw, 68px); line-height: 1.28; font-weight: 700; letter-spacing: 0.01em; text-shadow: 0 2px 30px rgba(0,0,0,0.3); color: #fff; }
.toyo-mv__cap p { margin-top: 24px; font-size: clamp(15px, 1.6vw, 19px); color: rgba(255,255,255,0.86); max-width: 44ch; line-height: 1.9; }
.toyo-mv__actions { display: flex; gap: 16px; margin-top: 42px; flex-wrap: wrap; }
.toyo-mv__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.4); }
.toyo-mv__actions .btn--ghost:hover { color: #fff; border-color: #fff; }
.toyo-mv__dots { position: absolute; left: clamp(20px, 5vw, 64px); bottom: 40px; display: flex; gap: 12px; z-index: 3; }
.toyo-mv__dot { width: 44px; height: 3px; background: rgba(255,255,255,0.25); border: 0; cursor: pointer; padding: 0; transition: background .3s; }
.toyo-mv__dot.is-active { background: var(--c-blue); }
.toyo-mv__scroll { position: absolute; right: clamp(20px, 5vw, 64px); bottom: 34px; z-index: 3; font-family: var(--ff-en); font-size: 11px; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); display: flex; flex-direction: column; align-items: center; gap: 50px; }
.toyo-mv__scroll::after { content: ""; width: 1px; height: 56px; background: linear-gradient(rgba(255,255,255,0.5), transparent); }
.toyo-mv__scroll span { writing-mode: vertical-rl; }
@media (max-width: 920px) { .toyo-mv__scroll { display: none; } .toyo-mv { min-height: 100vh; min-height: 100svh; } }
@media (max-width: 600px) { .toyo-mv__cap h1 { font-size: 30px; line-height: 1.3; } .toyo-mv__cap p { font-size: 15px; margin-top: 18px; } .toyo-mv__copy { min-height: 5.2em; } }

/* ============================================================
   TOP：イントロ
   ============================================================ */
.toyo-intro { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.toyo-intro__media { position: relative; }
.toyo-intro__media .ph { aspect-ratio: 5/4; }
.toyo-intro__badge { position: absolute; left: -22px; bottom: -22px; background: var(--c-navy); color: #fff; padding: 22px 28px; border-radius: var(--radius); box-shadow: var(--shadow); }
.toyo-intro__badge .num { font-family: var(--ff-en); font-weight: 700; font-size: 40px; line-height: 1; color: #fff; }
.toyo-intro__badge .num small { font-size: 18px; }
.toyo-intro__badge .lbl { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 6px; font-family: var(--ff-jp); }
.toyo-intro__body h2 { font-family: var(--ff-jp); font-size: clamp(24px, 3.2vw, 34px); line-height: 1.55; margin-bottom: 26px; }
.toyo-intro__body h2 b { color: var(--c-blue); }
.toyo-intro__body p { color: var(--c-sub); margin-bottom: 18px; }
@media (max-width: 860px) {
  .toyo-intro { grid-template-columns: 1fr; }
  .toyo-intro__media { order: 2; }
  .toyo-intro__badge { left: auto; right: 16px; }
}

/* ============================================================
   TOP：数字パネル
   ============================================================ */
.toyo-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; }
.toyo-fact { background: #fff; padding: 38px 28px; }
.toyo-fact__en { font-family: var(--ff-en); font-size: 12px; letter-spacing: 0.2em; color: var(--c-blue); text-transform: uppercase; margin-bottom: 16px; }
.toyo-fact__num { font-family: var(--ff-en); font-weight: 700; font-size: clamp(38px, 4.4vw, 56px); line-height: 1; color: var(--c-navy); }
.toyo-fact__num small { font-size: 0.45em; margin-left: 4px; color: var(--c-sub); }
.toyo-fact__lbl { margin-top: 14px; font-size: 14px; color: var(--c-sub); }
@media (max-width: 760px) { .toyo-facts { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   TOP：事業カード
   ============================================================ */
.toyo-biz-sec { background-color: #fff; background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/grid2.png'); background-repeat: repeat; background-position: top center; }
.toyo-biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.toyo-biz-card { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s; display: flex; flex-direction: column; }
.toyo-biz-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.toyo-biz-card .ph { aspect-ratio: 16/9; border-radius: 0; }
.toyo-biz-card__body { position: relative; padding: 32px 32px 36px; overflow: hidden; }
.toyo-biz-card__no {
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 0;
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: clamp(58px, 6vw, 65px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(0, 148, 217, 0.2);
  pointer-events: none;
}
.toyo-biz-card h3 { position: relative; z-index: 1; font-family: var(--ff-jp); font-size: 22px; margin: 0 0 14px; padding-right: 68px; }
.toyo-biz-card p { position: relative; z-index: 1; color: var(--c-sub); font-size: 15px; }
@media (max-width: 760px) { .toyo-biz-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TOP：強み（採用「Why Us」と同じ navy 背景＋画像オーバーレイ）
   ============================================================ */
.toyo-strengths-sec { position: relative; overflow: hidden; background: var(--c-navy-deep); color: #fff; }
.toyo-strengths-sec::before { content: ""; position: absolute; inset: 0; background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/reason.jpg') center / cover no-repeat; opacity: 0.16; z-index: 0; }
.toyo-strengths-sec > .container { position: relative; z-index: 1; }
.toyo-strengths-sec .sec-head__en { color: #7cc9ee; }
.toyo-strengths-sec .sec-head__en::before { background: #7cc9ee; }
.toyo-strengths-sec .sec-head__title { color: #fff; }
.toyo-strengths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); overflow: hidden; position: relative; z-index: 1; }
.toyo-strength { padding: 40px clamp(24px, 3vw, 44px); background: rgba(0,28,72,0.78); }
.toyo-strength__no { font-family: var(--ff-en); font-weight: 700; font-size: 23px; letter-spacing: 0.2em; color: #7cc9ee; }
.toyo-strength h3 { font-family: var(--ff-jp); color: #fff; font-size: 21px; margin: 14px 0 12px; line-height: 1.5; }
.toyo-strength p { color: rgba(255,255,255,0.74); font-size: 15px; }
@media (max-width: 760px) { .toyo-strengths { grid-template-columns: 1fr; } }

/* ============================================================
   TOP：採用CTAバナー
   ============================================================ */
.toyo-recruit-cta { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--c-navy); color: #fff; }
.toyo-recruit-cta__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.toyo-recruit-cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,30,80,0.92) 0%, rgba(0,42,102,0.64) 45%, rgba(0,63,150,0.18) 100%); }
.toyo-recruit-cta__inner { position: relative; padding: clamp(48px, 7vw, 86px) clamp(28px, 6vw, 80px); max-width: 660px; }
.toyo-recruit-cta__en { font-family: var(--ff-en); font-weight: 600; letter-spacing: 0.24em; color: #7cc9ee; font-size: 13px; text-transform: uppercase; }
.toyo-recruit-cta h2 { font-family: var(--ff-jp); color: #fff; font-size: clamp(26px, 3.6vw, 40px); margin: 16px 0 20px; line-height: 1.4; }
.toyo-recruit-cta p { color: rgba(255,255,255,0.82); margin-bottom: 32px; }

/* ============================================================
   ABOUT：ごあいさつ
   ============================================================ */
.toyo-greet { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 6vw, 84px); align-items: start; }
.toyo-greet__media .ph { aspect-ratio: 4/5; }
.toyo-greet__body h2 { font-family: var(--ff-jp); font-size: clamp(24px, 3.2vw, 38px); line-height: 1.5; margin-bottom: 30px; }
.toyo-greet__body h2 b { color: var(--c-blue); }
.toyo-greet__body p { color: var(--c-sub); margin-bottom: 20px; }
.toyo-greet__sign { margin-top: 38px; display: flex; align-items: baseline; gap: 16px; border-top: 1px solid var(--c-line); padding-top: 28px; }
.toyo-greet__sign .role { font-size: 13px; color: var(--c-sub); }
.toyo-greet__sign .name { font-family: var(--ff-jp); font-weight: 700; font-size: 22px; }
@media (max-width: 820px) { .toyo-greet { grid-template-columns: 1fr; } .toyo-greet__media { max-width: 380px; } }

/* ============================================================
   ABOUT：会社の特徴
   ============================================================ */
.toyo-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; }
.toyo-feat { background: #fff; padding: 40px 32px; display: flex; flex-direction: column; gap: 16px; }
.toyo-feat__ico { font-size: 40px; line-height: 1; color: var(--c-blue); }
.toyo-feat h3 { font-family: var(--ff-jp); font-size: 19px; line-height: 1.45; }
.toyo-feat p { font-size: 14px; color: var(--c-sub); }
.toyo-feat--link { align-items: center; justify-content: center; background: var(--c-navy-deep); text-align: center; }
.toyo-feat--link a { color: #fff; }
.toyo-feat--link .en { color: #7cc9ee; font-family: var(--ff-en); font-size: 12px; letter-spacing: .2em; margin-bottom: 10px; display: block; }
.toyo-feat--link .ttl { font-family: var(--ff-jp); font-weight: 700; font-size: 18px; }
@media (max-width: 820px) { .toyo-feat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .toyo-feat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ABOUT：会社概要
   ============================================================ */
.toyo-outline { max-width: 880px; }
.toyo-outline dl { margin: 0; border-top: 1px solid var(--c-line); }
.toyo-outline__row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid var(--c-line); }
.toyo-outline dt { font-family: var(--ff-jp); font-weight: 700; padding: 24px 8px 24px 0; font-size: 15px; }
.toyo-outline dd { margin: 0; padding: 24px 0; color: var(--c-sub); }
.toyo-outline dd a { color: var(--c-blue); }
.toyo-map-pin { display: inline-flex; align-items: center; gap: 6px; color: var(--c-blue); }
@media (max-width: 620px) { .toyo-outline__row { grid-template-columns: 1fr; } .toyo-outline dt { padding-bottom: 4px; } .toyo-outline dd { padding-top: 4px; } }

/* ============================================================
   ABOUT：沿革
   ============================================================ */
.toyo-history { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 8px; }
.toyo-hist { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 30px 28px; }
.toyo-hist__yr { font-family: var(--ff-en); font-weight: 700; color: var(--c-blue); font-size: 28px; letter-spacing: 0.02em; }
.toyo-hist__yr small { font-size: 14px; color: var(--c-sub); margin-left: 6px; }
.toyo-hist p { margin-top: 12px; font-size: 14px; color: var(--c-sub); }
@media (max-width: 760px) { .toyo-history { grid-template-columns: 1fr; } }

/* ============================================================
   BUSINESS：リード（テキスト＋画像の2カラム）
   ============================================================ */
.toyo-lead { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.toyo-lead__body { margin-bottom: 0; }
.toyo-lead__body .sec-head__lead { max-width: none; }
.toyo-lead__media .ph { aspect-ratio: 3/2; }
@media (max-width: 820px) { .toyo-lead { grid-template-columns: 1fr; } }

/* ============================================================
   BUSINESS：サービス（左右交互）
   ============================================================ */
.toyo-svc { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.toyo-svc + .toyo-svc { margin-top: clamp(64px, 9vw, 120px); }
.toyo-svc:nth-child(even) .toyo-svc__media { order: 2; }
.toyo-svc__media .ph { aspect-ratio: 4/3; }
.toyo-svc__no { font-family: var(--ff-en); font-weight: 700; font-size: 20px; letter-spacing: 0.22em; color: var(--c-blue); display: flex; align-items: center; gap: 14px; }
.toyo-svc__no::before { content: ""; width: 30px; height: 1px; background: var(--c-blue); }
.toyo-svc h2 { font-family: var(--ff-jp); font-size: clamp(24px, 3vw, 30px); margin: 0px 0 25px; line-height: 1.45; }
.toyo-svc p { color: var(--c-sub); margin-bottom: 24px; }
.toyo-svc ul { list-style: none; margin: 0; padding: 22px 26px; display: flex; flex-direction: column; gap: 12px; background: #fff; border-radius: var(--radius); box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.15); }
.toyo-svc li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.toyo-svc li i { flex-shrink: 0; margin-top: 4px; color: var(--c-blue); font-size: 16px; }
@media (max-width: 820px) { .toyo-svc { grid-template-columns: 1fr; } .toyo-svc:nth-child(even) .toyo-svc__media { order: 0; } }

/* BUSINESS：対応エリア */
.toyo-area { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: clamp(28px, 4vw, 56px); box-shadow: var(--shadow); }
.toyo-area__map { display: flex; justify-content: center; }
.toyo-okinawa-map {
  width: 100%; max-width: 335px; aspect-ratio: 802 / 1008;
  -webkit-mask: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/okinawa.png') center / contain no-repeat;
  mask: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/okinawa.png') center / contain no-repeat;
  background: linear-gradient(155deg, #0094d9 0%, #0a5fb0 55%, #003f96 100%);
  filter: drop-shadow(0 18px 40px rgba(0, 63, 150, 0.28));
}
.toyo-area h2 { font-family: var(--ff-jp); font-size: clamp(24px, 3vw, 34px); line-height: 1.45; margin-bottom: 22px; }
.toyo-area p { color: var(--c-sub); margin-bottom: 16px; }
.toyo-area .chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.toyo-chip { border: 1px solid var(--c-line-strong); border-radius: var(--radius); padding: 8px 16px; font-size: 14px; font-family: var(--ff-jp); font-weight: 500; background: #fff; }
@media (max-width: 820px) { .toyo-area { grid-template-columns: 1fr; } }

/* ============================================================
   RECRUIT：仕事内容
   ============================================================ */
.toyo-work { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: center; }
.toyo-work__media .ph { aspect-ratio: 4/3; }
.toyo-work h2 { font-family: var(--ff-jp); font-size: clamp(24px,3vw,34px); margin-bottom: 20px; line-height: 1.45; }
.toyo-work p { color: var(--c-sub); margin-bottom: 22px; }
.toyo-work__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.toyo-work__tag { background: var(--c-tint2); color: var(--c-navy); border-radius: var(--radius); padding: 8px 16px; font-size: 14px; font-weight: 500; font-family: var(--ff-jp); }
@media (max-width: 820px) { .toyo-work { grid-template-columns: 1fr; } }

/* RECRUIT：待遇 */
.toyo-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.toyo-perk { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 28px 24px; text-align: center; }
.toyo-perk i { display: inline-block; font-size: 32px; line-height: 1; color: var(--c-blue); margin-bottom: 14px; }
.toyo-perk b { font-family: var(--ff-jp); font-size: 16px; display: block; }
.toyo-perk span { font-size: 12.5px; color: var(--c-sub); margin-top: 6px; display: block; }
@media (max-width: 880px) { .toyo-perks { grid-template-columns: 1fr 1fr; } }

/* RECRUIT：5つの魅力（navy） */
.toyo-magnets-sec { position: relative; overflow: hidden; background: var(--c-navy-deep); color: #fff; }
.toyo-magnets-sec::before { content: ""; position: absolute; inset: 0; background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28275/magnets-bg.png') center / cover no-repeat; opacity: 0.16; z-index: 0; }
.toyo-magnets-sec > .container { position: relative; z-index: 1; }
.toyo-magnets-sec .sec-head__en { color: #7cc9ee; }
.toyo-magnets-sec .sec-head__en::before { background: #7cc9ee; }
.toyo-magnets-sec .sec-head__title { color: #fff; }
.toyo-magnets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); overflow: hidden; position: relative; z-index: 1; }
.toyo-magnet { background: rgba(0,28,72,0.78); padding: 40px clamp(26px,3vw,44px); }
.toyo-magnet:last-child:nth-child(odd) { grid-column: 1 / -1; }
.toyo-magnet__no { font-family: var(--ff-en); font-weight: 700; font-size: 30px; color: #7cc9ee; line-height: 1; }
.toyo-magnet h3 { font-family: var(--ff-jp); color: #fff; font-size: 20px; margin: 14px 0 12px; }
.toyo-magnet p { color: rgba(255,255,255,0.74); font-size: 14.5px; }
@media (max-width: 760px) { .toyo-magnets { grid-template-columns: 1fr; } }

/* RECRUIT：求める人物像 */
.toyo-persona-sec { position: relative; overflow: hidden; }
.toyo-persona { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(36px,5vw,64px); align-items: start; position: relative; z-index: 1; }
.toyo-persona__pref { display: inline-flex; align-items: center; gap: 10px; background: var(--c-blue); color: #fff; padding: 12px 20px; border-radius: var(--radius); font-family: var(--ff-jp); font-weight: 700; font-size: 15px; margin-bottom: 24px; }
.toyo-persona__lead p { color: var(--c-sub); }
.toyo-persona ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.toyo-persona li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 18px 22px; font-size: 15.5px; font-family: var(--ff-jp); font-weight: 500; }
.toyo-persona li i { flex-shrink: 0; color: var(--c-blue); margin-top: 4px; font-size: 17px; }
.toyo-persona__deco { position: absolute; left: clamp(0px, 3vw, 56px); bottom: -90px; width: clamp(360px, 46vw, 598px); height: auto; pointer-events: none; z-index: 0; opacity: 0.5; }
@media (max-width: 900px) { .toyo-persona__deco { display: none; } }
@media (max-width: 760px) { .toyo-persona { grid-template-columns: 1fr; } }

/* RECRUIT：募集要項 */
.toyo-req { max-width: none; }
.toyo-req dl { margin: 0; border-top: 2px solid var(--c-navy); }
.toyo-req__row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--c-line); }
.toyo-req dt { font-family: var(--ff-jp); font-weight: 700; padding: 22px 8px 22px 0; font-size: 15px; }
.toyo-req dd { margin: 0; padding: 22px 0; color: var(--c-sub); }
.toyo-req__note { font-size: 13px; color: var(--c-blue); }
@media (max-width: 600px) { .toyo-req__row { grid-template-columns: 1fr; } .toyo-req dt { padding-bottom: 4px; } .toyo-req dd { padding-top: 4px; } }

/* RECRUIT：流れ */
.toyo-flow-2col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); }
.toyo-flow-2col h3 { font-family: var(--ff-jp); font-size: 20px; margin-bottom: 24px; color: var(--c-navy); }
@media (max-width: 900px) { .toyo-flow-2col { grid-template-columns: 1fr; gap: 56px; } }
.toyo-steps { display: grid; gap: 0; max-width: 920px; }
.toyo-step { display: grid; grid-template-columns: 96px 1fr; gap: 28px; padding-bottom: 40px; position: relative; }
.toyo-step:not(:last-child)::before { content: ""; position: absolute; left: 27px; top: 56px; bottom: 0; width: 2px; background: var(--c-line); }
.toyo-step__no { width: 56px; height: 56px; border-radius: 50%; background: var(--c-blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--ff-en); font-weight: 700; font-size: 22px; flex-shrink: 0; }
.toyo-step__body h3 { font-family: var(--ff-jp); font-size: 19px; margin-bottom: 8px; color: var(--c-ink); }
.toyo-step__body p { color: var(--c-sub); font-size: 15px; }
.toyo-entry-flow { display: flex; flex-direction: column; gap: 12px; max-width: 560px; }
.toyo-entry-step { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 20px 24px; }
.toyo-entry-step--last { border-color: var(--c-blue); background: var(--c-tint2); }
.toyo-entry-step .n { font-family: var(--ff-en); font-weight: 700; color: var(--c-blue); font-size: 20px; width: 28px; }
.toyo-entry-step b { font-family: var(--ff-jp); font-size: 16px; }
.toyo-entry-arrow { text-align: center; color: var(--c-line-strong); font-size: 18px; }

/* ============================================================
   CONTACT
   ============================================================ */
/* お問い合わせ：1カラム（中央寄せ） */
.toyo-contact { max-width: 860px; margin-inline: auto; display: flex; flex-direction: column; gap: 36px; }
.toyo-contact-lead { text-align: center; }
.toyo-contact-lead h2 { font-family: var(--ff-jp); font-size: clamp(22px, 2.6vw, 30px); line-height: 1.5; margin-bottom: 16px; }
.toyo-contact-lead p { color: var(--c-sub); font-size: 15px; margin: 0 auto 28px; max-width: 56ch; }
.toyo-contact-tel { background: var(--c-tint); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 24px; text-align: center; max-width: 460px; margin-inline: auto; }
.toyo-contact-tel .lbl { font-family: var(--ff-en); font-size: 12px; letter-spacing: 0.2em; color: var(--c-sub); text-transform: uppercase; }
.toyo-contact-tel .num { font-family: var(--ff-en); font-weight: 700; font-size: 32px; color: var(--c-navy); display: block; margin: 0 0 6px; }
.toyo-contact-tel .num i { font-size: 0.72em; margin-right: 10px; }
.toyo-contact-tel .hours { font-size: 13px; color: var(--c-sub); }

.toyo-form { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: clamp(28px,4vw,48px); }
.toyo-field { margin-bottom: 26px; }
.toyo-field label { display: flex; align-items: center; gap: 10px; font-family: var(--ff-jp); font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.toyo-req-tag { font-size: 11px; font-weight: 700; color: #fff; background: var(--c-blue); padding: 3px 9px; border-radius: 3px; letter-spacing: 0.04em; }
.toyo-opt-tag { font-size: 11px; font-weight: 500; color: var(--c-sub); border: 1px solid var(--c-line-strong); padding: 3px 9px; border-radius: 3px; }
.toyo-field input, .toyo-field select, .toyo-field textarea {
  width: 100%; font-family: var(--ff-body); font-size: 16px; color: var(--c-ink);
  padding: 14px 16px; border: 1px solid var(--c-line-strong); border-radius: var(--radius);
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.toyo-field input:focus, .toyo-field select:focus, .toyo-field textarea:focus { outline: none; border-color: var(--c-blue); box-shadow: 0 0 0 3px rgba(0,148,217,0.14); }
.toyo-field textarea { resize: vertical; min-height: 150px; line-height: 1.8; }
.toyo-field--row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 520px) { .toyo-field--row2 { grid-template-columns: 1fr; } }
.toyo-field .err { color: #c0392b; font-size: 13px; margin-top: 7px; display: none; }
.toyo-field.invalid input, .toyo-field.invalid select, .toyo-field.invalid textarea { border-color: #c0392b; }
.toyo-field.invalid .err { display: block; }
.toyo-radio-row { display: flex; gap: 12px; flex-wrap: wrap; }
.toyo-radio-chip { position: relative; }
.toyo-radio-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.toyo-radio-chip span { display: block; padding: 12px 22px; border: 1px solid var(--c-line-strong); border-radius: var(--radius); font-family: var(--ff-jp); font-weight: 500; font-size: 15px; transition: all .2s; cursor: pointer; }
.toyo-radio-chip input:checked + span { border-color: var(--c-blue); background: var(--c-tint2); color: var(--c-navy); font-weight: 700; }
.toyo-form__submit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.toyo-form__privacy { font-size: 13px; color: var(--c-sub); }
.toyo-thanks { display: none; text-align: center; padding: 40px 20px; }
.toyo-thanks.show { display: block; }
.toyo-thanks .ico { width: 70px; height: 70px; margin: 0 auto 24px; border-radius: 50%; background: var(--c-tint2); display: flex; align-items: center; justify-content: center; color: var(--c-blue); }
.toyo-thanks .ico i { font-size: 30px; }

/* CMSフォーム（cms-contact）の汎用入力スタイル */
.toyo-form input[type="text"], .toyo-form input[type="email"], .toyo-form input[type="tel"],
.toyo-form input[type="number"], .toyo-form input[type="password"], .toyo-form textarea, .toyo-form select {
  width: 100%; font-family: var(--ff-body); font-size: 16px; color: var(--c-ink);
  padding: 12px 14px; border: 1px solid var(--c-line-strong); border-radius: var(--radius); background: #fff;
}
.toyo-form textarea { min-height: 140px; line-height: 1.7; resize: vertical; }
.toyo-form input:focus, .toyo-form textarea:focus, .toyo-form select:focus {
  outline: none; border-color: var(--c-blue); box-shadow: 0 0 0 3px rgba(0,148,217,0.14);
}

/* ============================================================
   スマートフォン：見出し・数字の文字サイズを抑える
   ============================================================ */
@media (max-width: 600px) {
  .sec-head__title { font-size: 22px; }
  .sec-head__lead { font-size: 15px; }
  .toyo-page-hero { padding-top: clamp(64px, 18vw, 96px); padding-bottom: clamp(40px, 10vw, 64px); }
  .toyo-page-hero__en { font-size: 34px; }
  .toyo-page-hero__jp { font-size: 21px; }
  .toyo-intro__body h2,
  .toyo-greet__body h2,
  .toyo-svc h2,
  .toyo-work h2,
  .toyo-area h2,
  .toyo-recruit-cta h2,
  .toyo-cta__title { font-size: 23px; }
  .toyo-fact { padding: 20px 18px; }
  .toyo-fact__num { font-size: 30px; }
  .toyo-fact__en { font-size: 11px; margin-bottom: 0; }
  .toyo-fact__lbl { font-size: 13px; }
  .toyo-intro__badge .num { font-size: 30px; }
  .toyo-biz-card__body { padding: 20px; }
  .toyo-biz-card h3 { font-size: 18px; margin: 0 0 12px; padding-right: 40px; }
  .toyo-biz-card__no { font-size: clamp(45px, 6vw, 65px); }
  .toyo-strength { padding: 30px clamp(24px, 3vw, 44px); }
  .toyo-okinawa-map { width: 80%; }
  .toyo-magnet h3 { font-size: 18px; }
  .toyo-strength h3 { font-size: 21px; margin: 14px 0 8px; }
  .toyo-contact-lead h2 { font-size: 20px; }
  .toyo-contact-tel .num { font-size: 28px; }
  .footer__phone { font-size: 24px; }
  .toyo-greet__sign .name { font-size: 19px; }

  /* 入社前の流れ：文字・余白を調整 */
  .toyo-entry-flow { gap: 10px; }
  .toyo-entry-step { gap: 14px; padding: 15px 16px; }
  .toyo-entry-step .n { font-size: 18px; width: 22px; }
  .toyo-entry-step b { font-size: 14.5px; line-height: 1.55; }
  .toyo-entry-arrow { font-size: 16px; }
  /* 入社後の流れ：コンパクトで見やすく */
  .toyo-flow-2col h3 { font-size: 18px; margin-bottom: 18px; }
  .toyo-step { grid-template-columns: 46px 1fr; gap: 14px; padding-bottom: 26px; }
  .toyo-step__no { width: 42px; height: 42px; font-size: 17px; }
  .toyo-step:not(:last-child)::before { left: 20px; top: 46px; }
  .toyo-step__body h3 { font-size: 16px; margin-bottom: 6px; }
  .toyo-step__body p { font-size: 13.5px; line-height: 1.7; }
}
.toyo-thanks h3 { font-family: var(--ff-jp); font-size: 24px; margin-bottom: 14px; }
.toyo-thanks p { color: var(--c-sub); }
