@charset "UTF-8";
/*
 * ======================================
 * site.css — 株式会社東邦建設コンサルタント
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .toho-header / -cta / -nav-toggle / -sp-nav  - ヘッダー（半透明白バー＋オレンジ採用CTA／濃緑SPナビ）
 * .toho-contact                                - お問い合わせCTA（淡背景・中央・緑Contact見出し）
 * .toho-footer                                 - フッター（情報＋ナビ＋コピーライト）
 * .toho-hero / -hero__* / #slideshow          - TOPメインビュー（フルスクリーン・CMSスライダー差し替え対応／生成時は静止画1枚）
 * .toho-eyebrow / -h2 / -head / -lead-*        - 共通見出しパターン（EN斜体ラベル＋明朝見出し）
 * .toho-btn-orange / -ghost / -outline / -link-arrow - ボタン・リンク群
 * .toho-stats / -stat                          - 数字インパクトカード
 * .toho-biz-card                               - 事業内容カード（番号付き写真カード）
 * .toho-news / -news__*                        - お知らせ（日付＋カテゴリ＋タイトル）
 * .toho-cat                                    - カテゴリバッジ（色違い）
 * .toho-rec-cta / -rhero                       - 採用CTA帯・採用ヒーロー
 * .toho-phero                                  - 下層ページヒーロー
 * .toho-sec / -inner / -w-*                    - セクション余白・内側ラッパー（clamp余白）
 * .toho-overview / -history / -lic / -member   - 会社概要の各表示
 * .toho-srow                                   - 業務内容の交互2カラム
 * .toho-filter / -wk                           - 業務実績フィルター・実績カード
 * .toho-job / -day / -ph                       - 採用：職種カード・1日の流れ・写真プレースホルダ
 * .trc-field / -form                           - 応募フォーム
 * .toho-nl-grid / -ne / -side                  - お知らせ一覧（本文＋サイドバー）
 * .toho-entry                                  - お知らせ詳細
 * .toho-sidedeco                               - 左右のあしらい背景（bg-side.png）
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・構造不足：EN斜体ラベル＋明朝見出しの組（heading系は中央英大＋日本語の構成が中心で、
 *   本デザインの「斜体小ラベル＋明朝太字」が組めないため toho-eyebrow/-h2 を追加。
 * ・装飾パターン不足：repeating-linear-gradient のストライプ写真プレースホルダ、
 *   左右対称のあしらい背景（bg-side.png）が無いため追加。
 * ・値の粒度不足：全セクションが clamp() による流体余白・流体文字サイズのため、
 *   固定値の section/heading では一致せず、clamp 指定の toho-sec/-h2 を追加。
 * ・状態不足：data-filter 連動の表示切替（実績・お知らせ）。
 */

/* ============================================================
   0. ベース / 共通トークン
   ============================================================ */
:root {
  --toho-green: #93CB26;
  --toho-deep: #1E4D2A;
  --toho-darkest: #16361E;
  --toho-mid: #7BAE1E;
  --toho-orange: #FD780F;
  --toho-orange-d: #E96800;
  --toho-bg: #F4F7EC;
  --toho-txt: #243027;
  --toho-txt2: #3a473d;
  --toho-txt3: #5a6b5c;
  --toho-txt4: #90a092;
  --toho-line: #E2E8D5;
  --f-serif: "Noto Serif JP", serif;
  --f-en: "EB Garamond", serif;
}

/* スクロール出現演出（デザイン踏襲） */
[data-rev] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.16, .84, .44, 1), transform .9s cubic-bezier(.16, .84, .44, 1);
}
[data-rev].rev-in { opacity: 1; transform: none; }
.toho-d1 { transition-delay: .1s; }
.toho-d12 { transition-delay: .12s; }
.toho-d2 { transition-delay: .2s; }
body.is-nav-open { overflow: hidden; }

@keyframes tohoBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }

/* ============================================================
   1. セクション余白 / 内側ラッパー
   ============================================================ */
.toho-sec { position: relative; padding: clamp(72px, 9vw, 120px) clamp(24px, 5vw, 64px); }
.toho-sec--lg { padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 64px); }
.toho-sec--green { background: var(--toho-bg); }
.toho-sec--white { background: #fff; }
.toho-sec--lead { padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 64px) clamp(40px, 5vw, 60px); background: #fff; }
.toho-sec--flush-top { padding-top: 0; }

.toho-inner { max-width: 1180px; margin: 0 auto; }
.toho-w-760 { max-width: 760px; margin: 0 auto; }
.toho-w-780 { max-width: 780px; margin: 0 auto; }
.toho-w-820 { max-width: 820px; margin: 0 auto; }
.toho-w-880 { max-width: 880px; margin: 0 auto; }
.toho-w-920 { max-width: 920px; margin: 0 auto; }
.toho-w-980 { max-width: 980px; margin: 0 auto; }
.toho-w-1000 { max-width: 1000px; margin: 0 auto; }
.toho-w-1055 { max-width: 1055px; margin: 0 auto; }
.toho-w-1065 { max-width: 1065px; margin: 0 auto; }
.toho-w-1080 { max-width: 1080px; margin: 0 auto; }
.toho-w-1100 { max-width: 1100px; margin: 0 auto; }

/* 左右のあしらい背景（bg-side.png） */
.toho-sidedeco { position: absolute; top: 0; bottom: 0; width: clamp(90px, 18vw, 320px); background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/bg-side.png') left center / cover no-repeat; pointer-events: none; z-index: 0; filter: blur(2px); -webkit-mask-image: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 95%); mask-image: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 95%); }
.toho-sidedeco--l { left: 0; }
.toho-sidedeco--r { right: 0; transform: scaleX(-1); }
.toho-relz { position: relative; z-index: 1; }

/* 画像配置ヘルパ（インライン background-image の置き換え用。サイズ・位置は各コンポーネント側で指定） */
.toho-bg-survey { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/biz-survey.png'); }
.toho-bg-consul { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/biz-consul.png'); }
.toho-bg-design { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/biz-design.png'); }
.toho-bg-recruit { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/recruit.jpg'); }
.toho-bg-recruit2 { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/recruit2.jpg'); }
.toho-bg-recruit3 { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/recruit3.png'); }
.toho-bg-recruit4 { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/recruit4.png'); }
.toho-bg-noimage { background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/no-image.png'); }

/* ============================================================
   2. 共通見出し / テキスト / ボタン
   ============================================================ */
.toho-eyebrow { display: block; font-family: var(--f-en); font-style: italic; color: var(--toho-mid); font-size: 22px; letter-spacing: .04em; line-height: 1.2; }
.toho-eyebrow--orange { color: var(--toho-orange); }
.toho-eyebrow--deep { color: var(--toho-darkest); }
.toho-eyebrow--hero { color: #cfe89a; font-size: clamp(20px, 2.6vw, 30px); }

.toho-h2 { margin: 8px 0 0; font-family: var(--f-serif); font-weight: 700; color: var(--toho-deep); font-size: clamp(26px, 3.4vw, 41px); line-height: 1.5; }
.toho-h2--sm { font-size: clamp(24px, 3vw, 38px); }
.toho-h2--deepest { color: var(--toho-darkest); }

.toho-lead-title { margin: 0; font-family: var(--f-serif); font-weight: 700; color: var(--toho-deep); font-size: clamp(22px, 3vw, 34px); line-height: 1.6; }
.toho-lead-p { margin: 24px 0 0; font-size: 16px; line-height: 2.2; color: var(--toho-txt2); }

.toho-head { text-align: center; margin-bottom: clamp(40px, 5vw, 62px); }
.toho-head__desc { margin: 18px auto 0; max-width: 560px; font-size: 15px; line-height: 2; color: var(--toho-txt3); }
.toho-head__desc--wide { max-width: 680px; font-size: 16px; line-height: 2.2; color: rgba(22, 54, 30, .85); }
.toho-center { text-align: center; }
/* スマホ時：中央揃えの本文（説明文・リード文）は左寄せに。見出し類は中央のまま */
@media (max-width: 639px) {
  .toho-head__desc,
  .toho-lead-p,
  .toho-cta-simple__p,
  .toho-rec-cta__p {
    text-align: left;
  }
}

.toho-btn-orange { display: inline-flex; align-items: center; gap: 12px; background: var(--toho-orange); color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; padding: 18px 32px; border-radius: 999px; box-shadow: 0 12px 30px rgba(253, 120, 15, .4); transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.toho-btn-orange:hover { background: var(--toho-orange-d); }
.toho-btn-orange--lg { font-size: 17px; padding: 20px 44px; }
.toho-btn-orange .toho-btn-orange__en { font-family: var(--f-en); font-style: italic; font-weight: 500; opacity: .85; }
.toho-btn-ghost { display: inline-flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .6); color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; padding: 18px 32px; border-radius: 999px; backdrop-filter: blur(4px); transition: background .3s ease; }
.toho-btn-ghost:hover { background: rgba(255, 255, 255, .22); }
.toho-btn-ghost .toho-btn-orange__en { font-family: var(--f-en); font-style: italic; font-weight: 500; opacity: .85; }
.toho-btn-outline { display: inline-flex; align-items: center; gap: 10px; color: var(--toho-deep); text-decoration: none; font-weight: 700; font-size: 14.5px; border: 1.5px solid var(--toho-deep); padding: 12px 24px; border-radius: 999px; transition: background .3s ease, color .3s ease; }
.toho-btn-outline:hover { background: var(--toho-deep); color: #fff; }
.toho-link-arrow { margin-top: 30px; display: inline-flex; align-items: center; gap: 10px; color: var(--toho-deep); text-decoration: none; font-weight: 700; font-size: 15px; border-bottom: 2px solid var(--toho-green); padding-bottom: 6px; transition: gap .3s ease; }
.toho-link-arrow:hover { gap: 16px; }
.toho-link-arrow--sm { margin-top: 0; font-size: 14.5px; }

/* カテゴリバッジ */
.toho-cat { font-size: 11px; font-weight: 700; color: #fff; background: var(--toho-mid); padding: 4px 12px; border-radius: 999px; flex-shrink: 0; line-height: 1.5; }
.toho-cat--lime { background: #7BAE1E; }
.toho-cat--orange { background: #FD780F; }
.toho-cat--green { background: #5a8e2e; }
.toho-cat--teal { background: #2f7a5a; }
.toho-cat--blue { background: #2c6f94; }
.toho-cat--sq { border-radius: 6px; padding: 4px 10px; text-align: center; }

/* ============================================================
   3. ヘッダー
   ============================================================ */
.toho-header.header-bar { background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.1) blur(6px); box-shadow: none; border-bottom: 1px solid #E6ECDA; }
.toho-header .header__inner { max-width: 1280px; height: 82px; padding: 0 28px; gap: 24px; }
.toho-header .header__nav { gap: 6px; }
.toho-header .header__nav-item a { padding: 10px 16px; gap: 2px; }
.toho-header .header__nav-en { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--toho-green); }
.toho-header .header__nav-item--current .header__nav-en { color: var(--toho-green); }
.toho-header .header__nav-ja { font-size: 14.5px; font-weight: 700; color: var(--toho-txt); margin-top: 2px; letter-spacing: .02em; }
.toho-header .header__nav-item a::after { background: var(--toho-green); }
.toho-header .header__right { gap: 16px; }
@media (max-width: 639px) { .toho-header .header__inner { height: 50px; } }

.toho-header-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--toho-orange); color: #fff; text-decoration: none; font-weight: 700; font-size: 14.5px; letter-spacing: .04em; padding: 13px 22px; border-radius: 999px; box-shadow: 0 6px 16px rgba(253, 120, 15, .28); transition: background .3s ease; }
.toho-header-cta:hover { background: var(--toho-orange-d); }
.toho-header-cta__en { font-style: italic; font-weight: 500; opacity: .85; }

/* ハンバーガー：濃緑のボタン（右上ぴったり固定） */
.toho-nav-toggle.nav-toggle { top: 0; right: 0; width: 50px; height: 50px; background: var(--toho-deep); backdrop-filter: none; border-radius: 0; box-shadow: 0 4px 14px rgba(30, 77, 42, .25); }
.toho-nav-toggle .nav-toggle__line { background: #fff; width: 22px; }
.toho-nav-toggle .nav-toggle__line:nth-child(1) { top: 16px; }
.toho-nav-toggle .nav-toggle__line:nth-child(2) { top: 24px; }
.toho-nav-toggle .nav-toggle__line:nth-child(3) { top: 32px; }
.toho-nav-toggle.is-active .nav-toggle__line:nth-child(1) { top: 24px; }
.toho-nav-toggle.is-active .nav-toggle__line:nth-child(3) { top: 24px; }

/* SPナビ：濃緑グラデ */
.toho-sp-nav.sp-nav { background: linear-gradient(160deg, #1E4D2A, #16361E); }
.toho-sp-nav .sp-nav__bottom .btn { margin: 0 auto 18px; }
.toho-sp-nav .sp-nav__link::after { margin-left: 10px; }
.toho-sp-nav .sp-nav__en { font-size: 1.5rem; }
.toho-sp-tel { font-size: 1.8rem; color: #fff; justify-content: center; }
.toho-sp-tel::before { color: #fff; }

/* ============================================================
   4. お問い合わせCTA + フッター（淡背景でシームレス）
   ============================================================ */
.toho-contact { background: #F6F6F6; color: var(--toho-txt); }
.toho-contact__inner { max-width: 1080px; margin: 0 auto; padding: clamp(64px, 8vw, 96px) 28px clamp(40px, 5vw, 56px); text-align: center; }
.toho-contact__en { margin: 0; font-family: var(--f-en); font-weight: 500; font-size: clamp(34px, 5vw, 46px); letter-spacing: .22em; color: var(--toho-deep); line-height: 1; }
.toho-contact__label { margin: 16px 0 0; font-size: 14px; font-weight: 700; letter-spacing: .4em; color: var(--toho-txt3); }
.toho-contact__lead { margin: clamp(28px, 4vw, 40px) 0 0; font-size: clamp(15px, 1.6vw, 17px); line-height: 2; color: var(--toho-txt2); font-weight: 500; }
.toho-contact__btns { margin: clamp(30px, 4vw, 44px) auto 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: stretch; max-width: 760px; }
.toho-contact__tel { flex: 1 1 300px; display: flex; align-items: center; justify-content: center; gap: 12px; background: #fff; border: 1.5px solid var(--toho-deep); color: var(--toho-deep); text-decoration: none; font-weight: 700; font-size: clamp(19px, 2.2vw, 24px); letter-spacing: .06em; padding: 22px 28px; border-radius: 4px; transition: background .3s ease, color .3s ease; }
.toho-contact__tel:hover { background: var(--toho-deep); color: #fff; }
.toho-contact__mail { flex: 1 1 300px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--toho-green); color: var(--toho-darkest); text-decoration: none; font-weight: 700; font-size: clamp(16px, 1.8vw, 19px); letter-spacing: .04em; padding: 22px 28px; border-radius: 4px; box-shadow: 0 8px 20px rgba(123, 174, 30, .28); transition: background .3s ease; }
.toho-contact__mail:hover { background: #82b91f; }
.toho-contact__tel i, .toho-contact__mail i { font-size: .85em; }

.toho-footer.footer { background: #F6F6F6; color: var(--toho-txt); }
.toho-footer__body { max-width: 1080px; margin: 0 auto; padding: clamp(36px, 4vw, 48px) 28px clamp(40px, 5vw, 56px); display: flex; flex-wrap: wrap; gap: 40px 56px; align-items: flex-start; justify-content: space-between; border-top: 1px solid #E4E7DE; }
.toho-footer__logo { height: 46px; width: auto; display: block; }
.toho-footer__addr { margin: 22px 0 0; font-size: 14px; line-height: 1.9; color: #4a574c; }
.toho-footer__nav { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; padding-top: 8px; }
.toho-footer__nav a { color: var(--toho-txt); text-decoration: none; font-size: 14.5px; font-weight: 500; transition: color .3s ease; }
.toho-footer__nav a:hover { color: var(--toho-mid); }
@media (max-width: 639px) { .toho-footer__nav { display: none; } }
.toho-footer__bottom { border-top: 1px solid #E4E7DE; max-width: 1080px; margin: 0 auto; padding: 18px 28px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; align-items: center; }
.toho-footer__company { font-size: 13px; color: #6b766c; }
.toho-footer__copy { font-family: var(--f-en); font-size: 12.5px; letter-spacing: .08em; color: #8a948b; }

/* ============================================================
   5. TOP：メインビュー
   ============================================================ */
.toho-hero { position: relative; height: 100vh; min-height: 620px; width: 100%; overflow: hidden; background: var(--toho-darkest); }
/* メインビュー：本番はCMSスライダー（Swiper）に差し替え。
   #slideshow が外枠（高さはレスポンシブで明示）。中身（CMS出力 or 静止画）は
   高さ100%で外枠に追従させる。Swiper のレイアウト（.swiper-wrapper を flex で
   横並び＋transform送り）を壊さないよう、.swiper-slide には position を指定しない。
   Swiper JS の初期化は書かない（CMS側の初期化と干渉させない）。 */
.toho-hero #slideshow { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
/* CMSが差し込むマウント要素・静止画ラッパを外枠いっぱいに */
.toho-hero #slideshow > div { width: 100%; height: 100%; }
/* Swiper本体〜スライドまで高さを連鎖（横並び・送りはSwiperに任せる） */
.toho-hero #slideshow .swiper,
.toho-hero #slideshow .swiper-container,
.toho-hero #slideshow .swiper-wrapper,
.toho-hero #slideshow .swiper-slide { height: 100%; }
.toho-hero #slideshow .main_slider__inner { width: 100%; height: 100%; }
.toho-hero #slideshow img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.toho-hero__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(16, 40, 24, .55) 0%, rgba(16, 40, 24, .25) 40%, rgba(16, 40, 24, .65) 100%); }
.toho-hero__side { position: absolute; top: 30%; left: 38px; font-size: 11px; color: rgba(255, 255, 255, .55); font-family: var(--f-en); letter-spacing: .32em; writing-mode: vertical-rl; text-transform: uppercase; }
.toho-hero__inner { position: relative; z-index: 5; height: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(28px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.toho-hero__since { display: inline-flex; align-items: center; gap: 12px; color: #cfe89a; font-family: var(--f-en); font-style: italic; font-size: clamp(15px, 2vw, 20px); letter-spacing: .06em; margin-bottom: 22px; }
.toho-hero__since::before { content: ""; width: 42px; height: 1px; background: var(--toho-green); display: inline-block; }
.toho-hero__title { margin: 0; font-family: var(--f-serif); font-weight: 700; color: #fff; font-size: clamp(34px, 6.4vw, 80px); line-height: 1.32; letter-spacing: .01em; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
@media (max-width: 639px) { .toho-hero__title { font-size: clamp(20px, 7vw, 34px); } }
.toho-hero__lead { margin: 30px 0 0; max-width: 720px; color: rgba(255, 255, 255, .92); font-size: clamp(15px, 1.7vw, 19px); line-height: 2.1; font-weight: 500; text-shadow: 0 1px 12px rgba(0, 0, 0, .4); }
.toho-hero__btns { margin-top: 44px; display: inline-grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 16px; }
.toho-hero__btns > a { justify-content: center; padding: 18px 16px; font-size: 16px; gap: 10px; }
@media (min-width: 521px) { .toho-hero__btns { grid-auto-columns: 300px; } }
@media (max-width: 520px) { .toho-hero__btns { grid-auto-flow: row; } }
.toho-hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255, 255, 255, .8); }
.toho-hero__scroll span:first-child { font-family: var(--f-en); letter-spacing: .2em; font-size: 11px; }
@media (max-width: 639px) { .toho-hero__scroll { display: none; } }
.toho-hero__scroll-bar { width: 1px; height: 46px; background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0)); animation: tohoBob 1.8s infinite; }

/* ============================================================
   6. TOP：About / 数字
   ============================================================ */
.toho-about__grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(40px, 6vw, 90px); align-items: center; }
.toho-about__lead { margin: 28px 0 0; font-size: 16px; line-height: 2.2; color: var(--toho-txt2); }
.toho-about__lead strong { color: var(--toho-deep); font-weight: 700; }
.toho-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 639px) { .toho-stats { grid-template-columns: 1fr; } }
.toho-stat { background: #fff; border-radius: 18px; padding: 30px 24px; box-shadow: 0 14px 34px rgba(30, 77, 42, .07); }
.toho-stat--dark { background: var(--toho-deep); color: #fff; box-shadow: 0 14px 34px rgba(30, 77, 42, .18); }
.toho-stat__num { font-family: var(--f-en); font-size: 54px; line-height: 1; color: var(--toho-orange); font-weight: 600; }
.toho-stat__num--sm { font-size: 40px; line-height: 1.1; color: var(--toho-deep); }
.toho-stat__num--green { color: var(--toho-green); }
.toho-stat__num--deep { color: var(--toho-deep); }
.toho-stat__num .toho-unit { font-size: 22px; color: var(--toho-deep); font-family: "Noto Sans JP", sans-serif; font-weight: 700; margin-left: 4px; }
.toho-stat__num .toho-unit--sm { font-size: 18px; }
.toho-stat__num .toho-unit--white { color: #fff; }
.toho-stat--dark .toho-stat__txt { color: rgba(255, 255, 255, .8); }
.toho-stat__txt { margin: 12px 0 0; font-size: 13.5px; color: var(--toho-txt3); line-height: 1.6; }

/* ============================================================
   7. TOP：事業内容カード
   ============================================================ */
.toho-biz-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.toho-biz-card { text-decoration: none; color: inherit; display: block; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(30, 77, 42, .09); border: 1px solid #EEF2E5; transition: transform .35s ease, box-shadow .35s ease; }
.toho-biz-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(30, 77, 42, .15); }
.toho-biz-card__img { height: 200px; position: relative; background-size: cover; background-position: center; }
.toho-biz-card__img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, 0)); }
.toho-biz-card__num { position: absolute; left: 22px; top: 18px; font-family: var(--f-en); font-size: 46px; color: #fff; line-height: 1; text-shadow: 0 2px 10px rgba(0, 0, 0, .4); z-index: 1; }
.toho-biz-card__body { padding: 28px 26px 30px; }
.toho-biz-card__en { font-family: var(--f-en); font-style: italic; color: var(--toho-mid); font-size: 15px; }
.toho-biz-card__title { margin: 4px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: 22px; color: var(--toho-deep); }
.toho-biz-card__txt { margin: 14px 0 0; font-size: 14px; line-height: 1.95; color: var(--toho-txt3); }
.toho-biz-card__note { margin-top: 18px; display: inline-block; font-size: 12px; color: var(--toho-txt4); }

/* ============================================================
   8. TOP：News
   ============================================================ */
.toho-news__grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 250px 1fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
@media (max-width: 680px) { .toho-news__grid { grid-template-columns: 1fr; } }
.toho-news__item { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 22px 4px; border-top: 1px solid #d8e1c8; text-decoration: none; color: inherit; transition: opacity .3s ease; }
.toho-news__item:last-child { border-bottom: 1px solid #d8e1c8; }
.toho-news__item:hover { opacity: .65; }
.toho-news__date { font-family: var(--f-en); color: #7a8a6f; font-size: 15px; width: 96px; flex-shrink: 0; }
.toho-news__title { font-size: 15px; font-weight: 500; flex: 1 1 200px; }
.toho-news__more { margin-top: 26px; }

/* ============================================================
   9. TOP：採用CTA帯 / 採用ヒーロー
   ============================================================ */
.toho-rec-cta { position: relative; overflow: hidden; background: var(--toho-darkest); padding: clamp(84px, 11vw, 150px) clamp(24px, 5vw, 64px); }
.toho-rec-cta__bg { position: absolute; inset: 0; background-size: cover; background-position: center right; }
.toho-rec-cta__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16, 40, 24, .86) 0%, rgba(16, 40, 24, .7) 45%, rgba(16, 40, 24, .42) 100%); }
.toho-rec-cta__glow { position: absolute; inset: 0; background: radial-gradient(120% 90% at 80% 10%, rgba(253, 120, 15, .22), transparent 55%); }
.toho-rec-cta__inner { position: relative; z-index: 4; max-width: 1080px; margin: 0 auto; text-align: center; color: #fff; }
.toho-rec-cta__h2 { margin: 14px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: clamp(28px, 4.4vw, 56px); line-height: 1.45; text-shadow: 0 2px 24px rgba(0, 0, 0, .3); }
.toho-rec-cta__p { margin: 26px auto 0; max-width: 620px; font-size: clamp(15px, 1.7vw, 18px); line-height: 2.1; color: rgba(255, 255, 255, .92); }
.toho-rec-cta__p strong { color: #FFD27A; }
.toho-rec-cta__tags { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.toho-tag-pill { background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .4); color: #fff; font-weight: 700; padding: 12px 24px; border-radius: 999px; font-size: 15px; }
.toho-rec-cta .toho-btn-orange { margin-top: 38px; }
.toho-rec-cta .toho-btn-orange:hover { background: #fff; color: var(--toho-orange-d); }

/* ============================================================
   10. 下層ページヒーロー
   ============================================================ */
.toho-phero { position: relative; padding: calc(82px + clamp(60px, 9vw, 100px)) clamp(24px, 5vw, 64px) clamp(46px, 7vw, 78px); overflow: hidden; background: var(--toho-darkest); }
.toho-phero__bg { position: absolute; inset: 0; background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/page-hero.jpg') center / cover; }
.toho-phero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 40, 24, .62), rgba(16, 40, 24, .5)); }
.toho-phero__inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }
.toho-crumb { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 12.5px; color: rgba(255, 255, 255, .72); margin-bottom: 18px; }
.toho-crumb a { color: rgba(255, 255, 255, .72); text-decoration: none; transition: color .3s ease; }
.toho-crumb a:hover { color: #fff; }
.toho-phero__title { margin: 6px 0 0; font-family: var(--f-serif); font-weight: 700; color: #fff; font-size: clamp(30px, 4.4vw, 52px); }

/* 採用ヒーロー（大） */
.toho-rhero { position: relative; height: clamp(440px, 72vh, 620px); overflow: hidden; background: var(--toho-darkest); display: flex; align-items: center; }
.toho-rhero__bg { position: absolute; inset: 0; background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28284/page-hero.jpg') center / cover; }
.toho-rhero__scrim { position: absolute; inset: 0; background: radial-gradient(110% 80% at 78% 8%, rgba(253, 120, 15, .34), transparent 55%), linear-gradient(180deg, rgba(16, 40, 24, .5), rgba(16, 40, 24, .6)); }
.toho-rhero__inner { position: relative; z-index: 4; max-width: 1180px; margin: 0 auto; padding: calc(82px + 20px) clamp(24px, 5vw, 64px) 0; width: 100%; }
.toho-rhero__title { margin: 10px 0 0; font-family: var(--f-serif); font-weight: 700; color: #fff; font-size: clamp(32px, 5.4vw, 68px); line-height: 1.4; text-shadow: 0 2px 24px rgba(0, 0, 0, .3); }
.toho-rhero__lead { margin: 24px 0 0; max-width: 560px; font-size: clamp(15px, 1.6vw, 18px); line-height: 2; color: rgba(255, 255, 255, .92); }
.toho-eyebrow--gold { color: #FFD27A; font-size: clamp(20px, 2.8vw, 32px); }

/* ============================================================
   11. 会社概要
   ============================================================ */
.toho-ovhead { display: flex; align-items: baseline; gap: 16px; margin-bottom: 30px; }
.toho-ovhead__line { height: 1px; flex: 1; background: var(--toho-line); }
.toho-overview { margin: 0; display: grid; grid-template-columns: 200px 1fr; border-top: 1px solid var(--toho-line); }
.toho-overview dt { padding: 22px 8px; font-weight: 700; color: var(--toho-deep); font-size: 14.5px; border-bottom: 1px solid var(--toho-line); }
.toho-overview dd { margin: 0; padding: 22px 8px; font-size: 15px; line-height: 1.9; border-bottom: 1px solid var(--toho-line); }
@media (max-width: 639px) {
  .toho-overview { grid-template-columns: 1fr; }
  .toho-overview dt { padding: 16px 4px 2px; border-bottom: none; font-size: 13px; color: var(--toho-mid); }
  .toho-overview dd { padding: 0 4px 16px; font-size: 14.5px; line-height: 1.8; }
}

.toho-history { position: relative; padding-left: 34px; border-left: 2px solid #cdddb6; display: flex; flex-direction: column; gap: 34px; }
.toho-hist { position: relative; }
.toho-hist__dot { position: absolute; left: -43px; top: 2px; width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--toho-bg); }
.toho-hist__dot--orange { background: var(--toho-orange); }
.toho-hist__dot--mid { background: var(--toho-mid); }
.toho-hist__dot--deep { background: var(--toho-deep); }
.toho-hist__year { font-family: var(--f-en); font-size: 17px; letter-spacing: .04em; }
.toho-hist__year--orange { color: var(--toho-orange); }
.toho-hist__year--mid { color: var(--toho-mid); }
.toho-hist__year--deep { color: var(--toho-deep); }
.toho-hist__title { margin: 6px 0 0; font-size: 16px; font-weight: 700; color: var(--toho-deep); }
.toho-hist__txt { margin: 6px 0 0; font-size: 14.5px; line-height: 1.9; color: var(--toho-txt3); }

.toho-lic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.toho-lic { background: var(--toho-bg); border: 1px solid rgba(30, 77, 42, .08); border-radius: 14px; padding: 20px 18px; display: flex; flex-direction: column; gap: 6px; }
.toho-lic--hi { background: #eaf6cf; border: 1px solid #cbe39a; }
.toho-lic__name { font-size: 13px; color: #33402f; line-height: 1.5; }
.toho-lic__num { font-family: var(--f-en); font-size: 32px; color: #3f7d12; line-height: 1; }
.toho-lic--hi .toho-lic__num { color: var(--toho-orange); }
.toho-lic__num .toho-unit { font-size: 14px; color: var(--toho-deep); font-family: "Noto Sans JP", sans-serif; margin-left: 3px; }

.toho-member { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.toho-member li { padding: 18px 22px; background: var(--toho-bg); border-radius: 12px; font-size: 14.5px; line-height: 1.6; color: var(--toho-txt2); border-left: 3px solid var(--toho-green); }

.toho-access { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; align-items: stretch; }
.toho-access__txt { display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.toho-access__txt p { margin: 0; font-size: 15px; line-height: 1.9; color: var(--toho-txt2); }
.toho-access__txt strong { color: var(--toho-deep); }
.toho-access__map { border-radius: 18px; overflow: hidden; min-height: 320px; box-shadow: 0 16px 40px rgba(30, 77, 42, .12); }
.toho-access__map iframe { border: 0; width: 100%; height: 100%; min-height: 320px; display: block; }

/* ============================================================
   12. 業務内容
   ============================================================ */
.toho-srow { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.toho-srow__num { font-family: var(--f-en); font-size: 60px; color: #e3efce; line-height: 1; font-weight: 600; }
.toho-srow__en { display: block; font-family: var(--f-en); font-style: italic; color: var(--toho-mid); font-size: 18px; margin-top: -8px; }
.toho-srow__title { margin: 10px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: clamp(24px, 3vw, 34px); color: var(--toho-deep); }
.toho-srow__txt { margin: 20px 0 0; font-size: 15.5px; line-height: 2.1; color: var(--toho-txt2); }
.toho-srow__tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.toho-srow__tags span { background: var(--toho-bg); color: #3a5a3f; font-size: 13px; padding: 7px 14px; border-radius: 999px; }
.toho-srow__note { margin: 20px 0 0; font-size: 13px; color: var(--toho-txt4); }
.toho-srow__media { position: relative; height: 340px; border-radius: 20px; overflow: hidden; background-size: cover; background-position: center; box-shadow: 0 18px 44px rgba(30, 77, 42, .14); }
@media (max-width: 820px) {
  .toho-srow { grid-template-columns: 1fr; }
  .toho-srow__media { order: -1; }
}
.toho-srow-sec { background: #fff; padding: clamp(40px, 6vw, 70px) clamp(24px, 5vw, 64px); }
.toho-srow-sec--last { padding-bottom: clamp(60px, 8vw, 100px); }
.toho-thanks-btns { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.toho-cta-simple { text-align: center; }
.toho-cta-simple__p { margin: 18px 0 30px; font-size: 15.5px; line-height: 2; color: var(--toho-txt3); }
/* 写真背景つきの採用導線CTA（オーバーレイで可読性確保） */
.toho-cta-photo { position: relative; overflow: hidden; }
.toho-cta-photo__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.toho-cta-photo__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(16, 40, 24, .78), rgba(16, 40, 24, .62)); }
.toho-cta-photo__inner { position: relative; z-index: 2; }
.toho-cta-photo .toho-h2 { color: #fff; text-shadow: 0 2px 20px rgba(0, 0, 0, .3); }
.toho-cta-photo .toho-cta-simple__p { color: rgba(255, 255, 255, .92); }

/* ============================================================
   13. 業務実績
   ============================================================ */
.toho-filter { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 40px; }
.toho-filter button { width: 100%; background: #fff; border: 1.5px solid #cdddb6; color: #3a5a3f; font-weight: 700; font-size: 14px; padding: 11px 16px; border-radius: 999px; cursor: pointer; font-family: "Noto Sans JP", sans-serif; transition: background .25s ease, color .25s ease, border-color .25s ease; }
@media (max-width: 896px) { .toho-filter { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 639px) { .toho-filter { grid-template-columns: 1fr; } }
.toho-wk-list { display: flex; flex-direction: column; gap: 14px; }
.toho-wk { display: grid; grid-template-columns: 104px 1fr; gap: 20px; align-items: start; background: #fff; border: 1px solid #EAEFE0; border-radius: 14px; padding: 24px 26px; box-shadow: 0 8px 24px rgba(30, 77, 42, .05); }
.toho-wk__meta { display: flex; flex-direction: column; gap: 8px; }
.toho-wk__year { font-family: var(--f-en); font-size: 22px; color: var(--toho-deep); line-height: 1; }
.toho-wk__title { margin: 0; font-size: 17px; font-weight: 700; color: var(--toho-deep); }
.toho-wk__txt { margin: 8px 0 0; font-size: 14px; line-height: 1.9; color: var(--toho-txt3); }
.toho-wk__client { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--toho-txt4); }
.toho-note-c { margin: 36px 0 0; text-align: center; font-size: 13px; color: var(--toho-txt4); }

/* 実績フィルター */
[data-filter="design"] .twk:not(.tw-design),
[data-filter="survey"] .twk:not(.tw-survey),
[data-filter="geo"] .twk:not(.tw-geo),
[data-filter="support"] .twk:not(.tw-support) { display: none; }
[data-filter="all"] [data-cat="all"],
[data-filter="design"] [data-cat="design"],
[data-filter="survey"] [data-cat="survey"],
[data-filter="geo"] [data-cat="geo"],
[data-filter="support"] [data-cat="support"] { background: var(--toho-deep); color: #fff; border-color: var(--toho-deep); }

/* 業務実績：カテゴリ別リスト */
.toho-wgroup { margin-bottom: 54px; }
.toho-wgroup:last-of-type { margin-bottom: 0; }
.toho-wgroup__title { font-family: var(--f-serif); font-weight: 700; font-size: clamp(20px, 2.6vw, 28px); color: var(--toho-deep); margin: 0 0 24px; padding-bottom: 14px; border-bottom: 2px solid var(--toho-green); }
.toho-wsub { margin-bottom: 28px; }
.toho-wsub:last-child { margin-bottom: 0; }
.toho-wsub__title { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: var(--toho-mid); margin: 0 0 10px; }
.toho-wsub__title::before { content: ""; width: 13px; height: 13px; background: var(--toho-mid); border-radius: 3px; flex-shrink: 0; }
.toho-wlist { list-style: none; margin: 0; padding: 0; }
.toho-wlist__item { padding: 11px 4px; border-bottom: 1px solid #EAEFE0; font-size: 14.5px; line-height: 1.7; color: var(--toho-txt2); }
.toho-wlist__item:first-child { border-top: 1px solid #EAEFE0; }
.toho-wlist__client { color: var(--toho-mid); font-weight: 700; font-size: 13px; margin-left: 6px; }
.toho-wlist__client::before { content: "〔"; }
.toho-wlist__client::after { content: "〕"; }

/* ============================================================
   14. 採用情報
   ============================================================ */
.toho-badge-note { margin: 22px auto 0; display: inline-flex; align-items: center; gap: 10px; background: #FFF3E6; color: var(--toho-orange-d); font-weight: 700; font-size: 15px; padding: 10px 22px; border-radius: 999px; }
.toho-jobs { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.toho-job { position: relative; border-radius: 22px; overflow: hidden; background: var(--toho-deep); color: #fff; box-shadow: 0 18px 44px rgba(30, 77, 42, .18); }
.toho-job__img { height: 275px; position: relative; background-color: #2a5a36; background-size: cover; background-position: center; background-repeat: no-repeat; }
.toho-job__num { position: absolute; left: 22px; top: 18px; font-family: var(--f-en); font-size: 50px; color: rgba(255, 255, 255, .85); line-height: 1; }
.toho-job__body { padding: 30px 28px 34px; }
.toho-job__en { font-family: var(--f-en); font-style: italic; color: var(--toho-green); font-size: 16px; }
.toho-job__title { margin: 4px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: 26px; }
.toho-job__txt { margin: 16px 0 0; font-size: 14.5px; line-height: 2; color: rgba(255, 255, 255, .85); }

.toho-rec-nums { margin-top: clamp(36px, 4vw, 52px); display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; }
.toho-rec-num { background: #fff; border-radius: 16px; padding: 28px 20px; box-shadow: 0 12px 30px rgba(30, 77, 42, .07); }
.toho-rec-num__v { font-family: var(--f-en); font-size: 46px; line-height: 1; font-weight: 600; color: var(--toho-mid); }
.toho-rec-num__v--orange { color: var(--toho-orange); }
.toho-rec-num__v .toho-unit { font-size: 18px; color: var(--toho-deep); font-family: "Noto Sans JP", sans-serif; font-weight: 700; margin-left: 3px; }
.toho-rec-num__l { margin: 10px 0 0; font-size: 13.5px; color: var(--toho-txt3); }

.toho-day-grid { display: grid; grid-template-columns: 1fr 380px; gap: clamp(36px, 5vw, 64px); align-items: stretch; }
.toho-day-photo { border-radius: 20px; overflow: hidden; background-color: #2a5a36; background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 440px; box-shadow: 0 18px 44px rgba(30, 77, 42, .14); }
@media (max-width: 820px) {
  .toho-day-grid { grid-template-columns: 1fr; }
  .toho-day-photo { min-height: 260px; }
}
.toho-day { max-width: 880px; margin: 0 auto; position: relative; padding-left: 90px; display: flex; flex-direction: column; gap: 30px; }
.toho-day-grid .toho-day { max-width: none; margin: 0; }
.toho-day__line { position: absolute; left: 64px; top: 6px; bottom: 6px; width: 2px; background: #dde9c8; }
.toho-day__item { position: relative; }
.toho-day__time { position: absolute; left: -115px; top: 0; width: 64px; font-family: var(--f-en); font-size: 18px; color: var(--toho-deep); text-align: right; }
.toho-day__dot { position: absolute; left: -30px; top: 3px; width: 14px; height: 14px; border-radius: 50%; border: 3px solid #fff; }
.toho-day__dot--orange { background: var(--toho-orange); box-shadow: 0 0 0 2px var(--toho-orange); }
.toho-day__dot--mid { background: var(--toho-mid); box-shadow: 0 0 0 2px var(--toho-mid); }
.toho-day__dot--deep { background: var(--toho-deep); box-shadow: 0 0 0 2px var(--toho-deep); }
.toho-day__title { margin: 0; font-size: 16px; font-weight: 700; color: var(--toho-deep); }
.toho-day__txt { margin: 6px 0 0; font-size: 14px; line-height: 1.9; color: var(--toho-txt3); }

.toho-atmo { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.toho-atmo__item { position: relative; aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden; background-color: #eef1e6; background-size: cover; background-position: center; background-repeat: no-repeat; }

.toho-trip { max-width: 880px; margin: 0 auto; background: var(--toho-bg); border-radius: 22px; padding: clamp(34px, 5vw, 56px); }
.toho-trip__p { margin: 20px 0 0; font-size: 15.5px; line-height: 2.2; color: var(--toho-txt2); }
.toho-trip__tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.toho-trip__tags span { background: #fff; color: #3a5a3f; font-size: 13px; padding: 7px 16px; border-radius: 999px; border: 1px solid #d3ddc4; }
.toho-trip__note { margin: 18px 0 0; font-size: 13px; line-height: 1.8; color: var(--toho-txt4); }

/* 写真プレースホルダ（ストライプ） */
.toho-ph { background-image: repeating-linear-gradient(125deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 24px), linear-gradient(135deg, #1E4D2A, #3f9243); }
.toho-ph--lime { background-image: repeating-linear-gradient(125deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 24px), linear-gradient(135deg, #5a6e1f, #9bc24a); }
.toho-ph--teal { background-image: repeating-linear-gradient(125deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 24px), linear-gradient(135deg, #22506f, #4a9d8e); }
.toho-ph--leaf { background-image: repeating-linear-gradient(125deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 24px), linear-gradient(135deg, #5a8e2e, #bcd86a); }
.toho-ph--entry { background-image: repeating-linear-gradient(125deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 24px), linear-gradient(135deg, #1E4D2A, #5a8e2e 70%, #9bc24a); }
.toho-ph__cap { position: absolute; left: 14px; bottom: 12px; background: rgba(0, 0, 0, .3); color: rgba(255, 255, 255, .85); font-size: 11px; padding: 4px 9px; border-radius: 6px; }

/* ============================================================
   15. 応募フォーム
   ============================================================ */
.toho-form { background: #fff; border-radius: 22px; padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; gap: 22px; box-shadow: 0 20px 50px rgba(30, 77, 42, .14); border: 1px solid #EAEFE0; }
.toho-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.toho-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--toho-deep); }
.toho-form .toho-req { color: var(--toho-orange); }
.toho-form .toho-opt { color: var(--toho-txt4); font-weight: 400; }
.trc-field { width: 100%; border: 1.5px solid #d3ddc4; border-radius: 10px; padding: 14px 16px; font-size: 15px; font-family: "Noto Sans JP", sans-serif; color: var(--toho-txt); background: #fff; outline: none; }
.trc-field:focus { border-color: var(--toho-mid); box-shadow: 0 0 0 3px rgba(123, 174, 30, .18); }
.toho-form input[type="file"].trc-field { padding: 11px 14px; }
.toho-form__hint { font-weight: 400; font-size: 12px; color: var(--toho-txt4); }
.toho-form__agree { flex-direction: row; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--toho-txt2); line-height: 1.7; font-weight: 400; }
.toho-form__agree input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--toho-mid); }
.toho-form__submit { margin-top: 6px; background: var(--toho-orange); color: #fff; border: none; font-weight: 700; font-size: 17px; padding: 18px; border-radius: 999px; cursor: pointer; box-shadow: 0 12px 30px rgba(253, 120, 15, .35); font-family: "Noto Sans JP", sans-serif; transition: background .3s ease; }
.toho-form__submit:hover { background: var(--toho-orange-d); }
.toho-form__msg { display: none; }
.toho-form__msg.is-shown { display: block; }
.toho-form__msg p { margin: 0; text-align: center; font-size: 14px; color: #2f7a3a; font-weight: 700; }
.toho-form-note { margin: 22px 0 0; text-align: center; font-size: 12.5px; color: rgba(22, 54, 30, .6); line-height: 1.8; }
/* CMSフォーム（form-pattern-1）の「必須」マーカー色をサイトのオレンジに上書き */
.form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
    background: #FD780F !important;
}

/* ============================================================
   16. お知らせ一覧
   ============================================================ */
.toho-nl-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 280px; gap: clamp(36px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .toho-nl-grid { grid-template-columns: 1fr; } }
.toho-filter--sm { justify-content: flex-start; margin-bottom: 28px; }
.toho-filter--sm button { font-size: 13px; padding: 9px 18px; }
.toho-ne-list { border-top: 1px solid var(--toho-line); }
.toho-ne { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 24px 4px; border-bottom: 1px solid var(--toho-line); text-decoration: none; color: inherit; transition: background .25s ease; }
.toho-ne:hover { background: #F7FAF0; }
.toho-ne__date { font-family: var(--f-en); color: #7a8a6f; font-size: 15px; width: 96px; flex-shrink: 0; }
.toho-ne__title { font-size: 15px; font-weight: 500; flex: 1 1 200px; }

.toho-pager { margin-top: 42px; display: flex; justify-content: center; align-items: center; gap: 8px; }
.toho-pager__cur { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--toho-deep); color: #fff; font-family: var(--f-en); font-size: 16px; }
.toho-pager__link { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #fff; border: 1px solid #cdddb6; color: #3a5a3f; text-decoration: none; font-family: var(--f-en); font-size: 16px; transition: background .25s ease; }
.toho-pager__link:hover { background: var(--toho-bg); }
.toho-pager__link--next { width: auto; padding: 0 16px; font-family: "Noto Sans JP", sans-serif; font-size: 13px; font-weight: 700; }

.toho-side { display: flex; flex-direction: column; gap: 32px; }
.toho-side__h { margin: 0 0 14px; font-family: var(--f-serif); font-weight: 700; font-size: 17px; color: var(--toho-deep); display: flex; align-items: center; gap: 10px; }
.toho-side__h::before { content: ""; width: 18px; height: 2px; background: var(--toho-green); }
.toho-side__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.toho-side__list a { display: flex; justify-content: space-between; padding: 11px 4px; border-bottom: 1px solid #EAEFE0; text-decoration: none; color: var(--toho-txt2); font-size: 14px; transition: color .25s ease; }
.toho-side__list a:hover { color: var(--toho-mid); }
.toho-side__list span { color: var(--toho-txt4); }
.toho-side__recent { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.toho-side__recent a { text-decoration: none; color: var(--toho-txt2); transition: color .25s ease; }
.toho-side__recent a:hover { color: var(--toho-mid); }
.toho-side__recent time { display: block; font-family: var(--f-en); font-size: 12.5px; color: var(--toho-txt4); }
.toho-side__recent span { font-size: 13.5px; line-height: 1.6; }

/* お知らせフィルター */
[data-filter="info"] .tne:not(.te-info),
[data-filter="topics"] .tne:not(.te-topics),
[data-filter="recruit"] .tne:not(.te-recruit) { display: none; }
[data-filter="all"] [data-cat="all"],
[data-filter="info"] [data-cat="info"],
[data-filter="topics"] [data-cat="topics"],
[data-filter="recruit"] [data-cat="recruit"] { background: var(--toho-deep); color: #fff; border-color: var(--toho-deep); }

/* ============================================================
   17. お知らせ詳細
   ============================================================ */
.toho-entry-crumb { background: var(--toho-bg); padding: calc(82px + clamp(36px, 5vw, 56px)) clamp(24px, 5vw, 64px) clamp(30px, 4vw, 44px); }
.toho-entry-crumb nav { max-width: 780px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 12.5px; color: #7a8a6f; }
.toho-entry-crumb a { color: #7a8a6f; text-decoration: none; transition: color .25s ease; }
.toho-entry-crumb a:hover { color: var(--toho-deep); }
.toho-entry-crumb span:last-child { color: var(--toho-txt2); }
.toho-entry { background: #fff; padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px) clamp(64px, 8vw, 100px); }
.toho-entry__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.toho-entry__meta time { font-family: var(--f-en); color: #7a8a6f; font-size: 15px; }
.toho-entry__title { margin: 18px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: clamp(24px, 3.4vw, 38px); line-height: 1.5; color: var(--toho-deep); }
.toho-entry__eyecatch { margin: 28px 0 0; position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 40px rgba(30, 77, 42, .12); }
.toho-entry__body { margin-top: 38px; font-size: 16px; line-height: 2.2; color: var(--toho-txt2); }
.toho-entry__body p { margin: 0; }
.toho-entry__body p + p { margin-top: 24px; }
.toho-entry__body h2 { margin: 36px 0 0; font-family: var(--f-serif); font-weight: 700; font-size: 21px; color: var(--toho-deep); border-left: 4px solid var(--toho-green); padding-left: 14px; }
.toho-entry__body h2 + p { margin-top: 18px; }
.toho-entry__nav { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--toho-line); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.toho-entry__nav a:not(.toho-entry__back) { text-decoration: none; color: var(--toho-txt2); font-size: 13.5px; transition: color .25s ease; }
.toho-entry__nav a:not(.toho-entry__back):hover { color: var(--toho-mid); }
.toho-entry__back { display: inline-flex; align-items: center; gap: 8px; background: var(--toho-deep); color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 26px; border-radius: 999px; transition: background .25s ease; }
.toho-entry__back:hover { background: #163d22; }

/* ============================================================
   18. ページトップボタン（色調整）
   ============================================================ */
.page-top__link { background: var(--toho-deep); }
.page-top__link:hover { background: var(--toho-orange); }
