/* ============================================================
   RESPONSIVE STYLES — style_768.css
   Breakpoint: max-width 768px
   使用ページ: index.html / asbestos.html / design.html / news / service.html / shikoku-kanri.html（スマホ対応開始・ハンバーガーメニュー等）
   ============================================================ */

@media (max-width: 768px) {
  :root {
    --gutter: 24px;
    --header-h: 64px;
  }

  /* ===== INDEX PAGE ===== */
  .en-label { font-size: 36px; }
  .hero__title { font-size: 42px; }
  .about__heading { font-size: 24px; }
  .service-card__title { font-size: 24px; }
  .cta-split__heading { font-size: 30px; }

  .about { padding-block: 64px; }
  .service, .news, .company, .blog { padding-block: 64px; }
  .cta-split__panel { padding-block: 60px; }

  .about__inner { gap: 32px; }
  .service__inner { gap: 40px; }
  .service__header, .company__header { gap: 40px; }
  .company__inner { gap: 40px; }
  .blog__inner { gap: 24px; }
  .news__inner { gap: 32px; }

  /* Header */
  .header__logo img { width: 300px; height: auto; }

  /* Drawer */
  .drawer__list a { font-size: 36px; }

  /* Hero */
  .hero { min-height: 600px; }
  .hero__media { height: 600px; }
  .hero__body {
    margin-top: -600px;
    height: 600px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    padding-inline-start: var(--gutter);
    padding-block-end: 80px;
  }
  .hero__recruit-cta {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: flex-start;
  }

  /* Service */
  .service__cards { grid-template-columns: 1fr; }
  .service-card__list  { position: static; transform: none; }
  .service-card__figure { padding-top: 75%; }

  /* NEWS */
  .news__filter { flex-wrap: wrap; gap: 12px; }
  .news__tab { font-size: 14px; padding: 8px 16px; }
  .news__slider { gap: 8px; }
  .news-card__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .news-card__figure { width: 100%; height: 180px; }

  /* BLOG */
  .blog__slider { gap: 8px; }
  .blog-card__body  { gap: 16px; }
  .blog-card__title { font-size: 16px; }

  /* Company */
  .company__photos { grid-template-columns: 1fr; }

  /* CTA */
  .cta-split__inner { grid-template-columns: 1fr; }
  .cta-split__panel--contact { border-right: none; border-bottom: 1px solid var(--c-gray); }

  /* Footer */
  .footer__body-inner { flex-direction: column; gap: 32px; }
  .footer__bar-inner  { flex-direction: column; gap: 8px; text-align: center; }
  .footer__logo img   { width: 300px; height: auto; }
  .footer__nav-list   { margin-left: var(--gutter); }

  /* ===== ASBESTOS PAGE ===== */
  .page-content { align-items: center; }
  .page-layout { padding-block: 48px; }

  /* ステップカード幅 強制統一（①②③） */
  .asb-steps,
  .asb-steps--green,
  .asb-steps--olive {
    width: 100%;
    max-width: none;
  }
  .asb-step {
    width: 100% !important;
  }

  /* サイドバー幅をさらに縮小 */
  .page-layout__inner {
    grid-template-columns: 1fr 150px;
    gap: 16px;
  }

  .sidebar-nav { max-height: 360px; overflow-y: auto; }
  .sidebar-nav__link   { font-size: 11px; padding: 8px 8px; }
  .sidebar-nav__header { font-size: 11px; padding: 8px 8px; }

  .page-hero { height: 360px; }
  .page-hero__en    { font-size: 36px; }
  .page-hero__title { font-size: 20px; }
  .asb-quote        { font-size: 20px; }
  .page-hero__label-group { left: var(--gutter); top: 120px; }
  .page-hero__content     { left: var(--gutter); bottom: 12px; }

  /* ギャラリー全幅固定（align-items:centerによる縮小防止） */
  .asb-gallery,
  .asb-gallery2,
  .asb-gallery3 { width: 100%; }

  /* 3列ギャラリー → 1列（横幅が150pxサイドバーで狭いため） */
  .asb-gallery3 { grid-template-columns: 1fr; }

  /* Notice box */
  .asb-notice-box { padding: 20px 16px; }

  .asb-qualifications__heading { font-size: 22px; }
  .asb-qualifications__list    { margin-bottom: 32px; }

  /* ===== CONTACT PAGE (お問い合わせ) ===== */
  .p-contact-hero { height: 400px; }
  .p-contact-hero__body { padding-inline-start: var(--gutter); padding-block-start: 100px; }
  .p-contact-hero__en { font-size: 42px; }

  .p-contact { padding-block: 60px 80px; }
  .p-contact__inner { gap: 32px; }
  .p-contact__heading-en { font-size: 42px; }
  .p-contact__desc { font-size: 16px; }
  .p-contact__tel-num, .p-contact__tel-hours { font-size: 18px; }

  /* フォーム: 1列レイアウト */
  .p-contact-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-contact-form__row--textarea { padding-block-start: 16px; }
  .p-contact-form__privacy-row { padding-left: 0; }
  .p-contact-form__submit-wrap { padding-left: 0; justify-content: center; }
  .p-contact-form__submit { width: 100%; max-width: 380px; }

  /* ===== NEWS PAGE (お知らせ) ===== */
  .p-news-hero { height: 400px; }
  .p-news-hero__body { padding-inline-start: var(--gutter); padding-block-start: 100px; }
  .p-news-hero__en { font-size: 42px; }

  .p-news { padding-block: 60px 80px; }
  .p-news__inner { gap: 32px; }
  .p-news__heading-en { font-size: 42px; }

  .p-news__filter { gap: 10px; }
  .p-news__tab { font-size: 13px; padding: 6px 16px; }

  /* ニュースアイテム: スタック縦並び */
  .p-news-item__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-block: 20px;
  }

  .p-news-item__thumb {
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9 */
    position: relative;
  }
  .p-news-item__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .p-news-item__title { font-size: 16px; }

  /* ===== ASBESTOS FORM PAGE (アスベスト依頼フォーム) ===== */
  .p-asbestos-form-hero { height: 400px; }
  .p-asbestos-form-hero__body { padding-block-start: 100px; }
  .p-asbestos-form-hero__en { font-size: 42px; }

  .p-asbestos-form { padding-block: 60px 80px; }
  .p-asbestos-form__heading-en { font-size: 36px; }
  .p-asbestos-form__desc { font-size: 16px; }
  .p-asbestos-form__tel-num,
  .p-asbestos-form__tel-hours { font-size: 18px; }

  /* フォーム: 1列レイアウト */
  .p-asbestos-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block-end: 16px;
  }
  .p-asbestos-form__row--textarea { padding-block-start: 0; }
  .p-asbestos-form__row--no-label { margin-block-start: 0; }
  .p-asbestos-form__label-spacer { display: none; }
  .p-asbestos-form__privacy-row { padding-left: 0; }
  .p-asbestos-form__submit-wrap { padding-left: 0; justify-content: center; }
  .p-asbestos-form__submit { width: 100%; max-width: 380px; }

  /* ===== ARTICLE PAGE (お知らせ記事詳細) ===== */
  .p-article { padding-block: 48px 80px; }
  .p-article__heading-en { font-size: 42px; }
  .p-article__title { font-size: 24px; }
  .p-article__nav { gap: 60px; padding-block-start: 32px; }

  /* ===== COMPANY PAGE (会社概要) ===== */
  .p-company { padding-block: 60px 80px; }
  .p-breadcrumb .container { padding-inline-start: var(--gutter); }
  .p-news__inner,
  .p-article__container,
  .p-privacy__inner { padding-inline: var(--gutter); }
  .p-company__inner { gap: 60px; /* padding-inline: var(--gutter); */ }
  .p-company-section__heading { font-size: 42px; }
  .p-company-map { grid-template-columns: 1fr; gap: 40px 0; }
  .p-company-map__frame { height: 300px; }
  .p-company-history-hint {
    display: flex;
  }
  .p-company-history-hint.is-visible {
    opacity: 1;
  }
  .p-company-history-hint__arrow {
    display: inline-block;
    -webkit-animation: hint-slide 1.4s ease-in-out infinite;
    animation: hint-slide 1.4s ease-in-out infinite;
  }
  .p-company-history-hint__arrow:last-child {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
  }
  @-webkit-keyframes hint-slide {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(5px); }
  }
  @keyframes hint-slide {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(5px); }
  }
  .p-company-history__th { font-size: 13px; padding: 12px 16px; }
  .p-company-history__th--date { width: 180px; }
  .p-company-history__date { width: 180px; font-size: 13px; padding: 14px 16px 14px 0; }
  .p-company-history__event { font-size: 14px; padding: 14px 16px 14px 0; }
  .p-company-qual { grid-template-columns: 1fr; gap: 0; }
  .p-company-qual__col:last-child .p-company-qual__item:first-child { border-top: none; }

  /* ===== PRIVACY POLICY PAGE (プライバシーポリシー) ===== */
  .p-privacy { padding-block: 60px 80px; }
  .p-privacy__head { margin-bottom: 48px; }
  .p-privacy__heading { font-size: 42px; }
  .p-privacy__heading-en { font-size: 16px; }
  .p-privacy__body { font-size: 16px; line-height: 2.5; }

  /* ===== GREETING PAGE (ごあいさつ/経営理念) ===== */
  .p-greeting { padding-block: 60px 100px; }
  .p-greeting__section + .p-greeting__section { margin-top: 80px; }
  .p-greeting__section-head { margin-bottom: 40px; }
  .p-greeting__section-heading { font-size: 42px; }
  .p-greeting__section-heading-en { font-size: 16px; }
  .p-greeting-greeting__body { flex-direction: column; gap: 40px; }
  .p-greeting-greeting__photo { width: 100%; max-width: 400px; }
  .p-greeting-greeting__text p { font-size: 16px; }
  .p-greeting-greeting__sig { font-size: 18px; }
  .p-greeting-philosophy__box { padding: 40px; }
  .p-greeting-philosophy__text { font-size: 20px; }
  .p-greeting-philosophy__text2 { font-size: 16px; }
  .p-greeting-policy__title,
  .p-greeting-policy__body { font-size: 16px; }
  .p-greeting-policy__item + .p-greeting-policy__item { margin-top: 40px; }

  /* ===== MANAGEMENT PLAN PAGE (経営計画) ===== */
  .p-plan { padding-block: 60px 100px; }
  .p-plan__head { margin-bottom: 40px; }
  .p-plan__heading { font-size: 42px; }
  .p-plan__heading-en { font-size: 16px; }
  .p-plan__body { padding-left: 0; }
  .p-plan__subtitle { font-size: 26px; margin-bottom: 28px; }
  .p-plan__text p { font-size: 16px; line-height: 2.5; }
  .p-plan__closing { font-size: 16px; line-height: 2.5; }
  .p-plan__image-area { margin-top: 60px; margin-bottom: 60px; min-height: 150px; }

  /* ===== INFORMATION SECURITY PAGE (情報セキュリティ基本方針) ===== */
  .p-security { padding-block: 60px 100px; }
  .p-security__head { margin-bottom: 40px; }
  .p-security__heading { font-size: 42px; }
  .p-security__heading-en { font-size: 16px; }
  .p-security__body { padding-left: 0; }
  .p-security__text p { font-size: 16px; line-height: 2.5; }

  /* ===== CSR/社会貢献 PAGE ===== */
  .p-csr-social { padding-top: 60px; }
  .p-csr-social__head { margin-bottom: 48px; padding-left: 0; }
  .p-csr-social__title-ja { font-size: 42px; }
  .p-csr-social__title-en { font-size: 16px; }
  .p-csr-social__body { padding-left: 0; margin-bottom: 60px; }
  .p-csr-social__lead { font-size: 16px; line-height: 2; letter-spacing: 0.05em; }
  .p-csr-social__photo img { width: 100%; height: auto; }
  .p-csr-cards { grid-template-columns: 1fr; }
  .p-csr-cards__item { padding: 32px 24px; }
  .p-csr-cards__img { width: 120px; height: 120px; margin-right: 24px; }
  .p-csr-cards__title { font-size: 18px; margin-bottom: 16px; }
  .p-csr-cards__text { font-size: 14px; line-height: 2; }
  .p-csr-social__cards-wrap { padding-bottom: 80px; }

  /* ===== SDGs PAGE ===== */
  .p-sdgs__title-ja { font-size: 36px; }
  .p-sdgs__section-heading { font-size: 20px; }
  .p-sdgs__sub-heading { font-size: 20px; }
  .p-sdgs-items { grid-template-columns: 1fr; }
  .p-sdgs-item--single { grid-column: 1 / -1; }
  .p-sdgs-item__img { width: 120px; height: 120px; }

  /* ===== ACTION PLAN PAGE（行動計画） ===== */
  .p-action-plan { padding-top: 60px; }
  .p-action-plan__inner { padding-bottom: 60px; }
  .p-action-plan__head { margin-bottom: 40px; }
  .p-action-plan__title-ja { font-size: 36px; }
  .p-action-plan__title-en { font-size: 14px; }
  .p-action-plan__body { padding-left: 0; }
  .p-action-plan__subtitle { font-size: 22px; margin-bottom: 28px; }
  .p-action-plan__intro { font-size: 16px; line-height: 2; letter-spacing: 0.05em; margin-bottom: 32px; }
  .p-action-plan__text { font-size: 15px; line-height: 2.2; letter-spacing: 0.05em; }

  /* ===== KODOMO CAFETERIA PAGE（こども食堂） ===== */
  .p-kodomo__breadcrumb .container { padding-inline: var(--gutter); }
  .p-kodomo__inner { padding-inline: var(--gutter); }
  .p-kodomo { padding-top: 60px; }
  .p-kodomo__head { margin-bottom: 40px; }
  .p-kodomo__title-ja { font-size: 36px; }
  .p-kodomo__title-en { font-size: 14px; }
  .p-kodomo__body { padding-left: 0; margin-bottom: 48px; }
  .p-kodomo__subtitle { font-size: 22px; margin-bottom: 20px; }
  .p-kodomo__text { font-size: 15px; line-height: 2.2; letter-spacing: 0.05em; }
  .p-kodomo__images { flex-direction: column; align-items: center; gap: 24px; margin-bottom: 60px; }
  .p-kodomo__img-item { width: 100%; height: 400px; }

  /* ===== VOLUNTEER PAGE（ボランティア活動） ===== */
  .p-volunteer__breadcrumb .container { padding-inline: var(--gutter); }
  .p-volunteer__inner { padding-inline: var(--gutter); }
  .p-volunteer { padding-top: 60px; }
  .p-volunteer__head { margin-bottom: 40px; }
  .p-volunteer__title-ja { font-size: 36px; }
  .p-volunteer__title-en { font-size: 14px; }
  .p-volunteer__body { padding-left: 0; margin-bottom: 40px; }
  .p-volunteer__subtitle { font-size: 22px; margin-bottom: 20px; }
  .p-volunteer__text { font-size: 15px; line-height: 2.2; letter-spacing: 0.05em; }
  .p-volunteer__divider { margin-left: 0; margin-top: 32px; margin-bottom: 32px; }
  .p-volunteer__images { margin-left: 0; grid-template-columns: 1fr; gap: 20px; margin-bottom: 60px; }

  /* ===== SERVICE TOP PAGE ===== */
  .p-service-intro { padding-block: 60px 40px; }
  .p-service-intro__inner {
    grid-template-columns: 1fr;
    padding-inline: var(--gutter);
    gap: 24px;
  }
  .p-service-intro__en { font-size: 36px; }
  .p-service-intro__subtitle { font-size: 15px; }
  .p-service-intro__catch { font-size: 18px; margin-top: 12px; }
  .p-service-intro__text { font-size: 14px; line-height: 1.9; }
  .p-service-section__inner {
    padding-inline: var(--gutter);
    padding-block: 52px 60px;
  }
  .p-service-section__cat-ja { font-size: 24px; margin-top: 6px; }
  .p-service-section__catch { font-size: 17px; margin-top: 14px; }
  .p-service-section__desc { font-size: 14px; line-height: 1.9; margin-top: 12px; max-width: 100%; }
  .p-service-section__head { margin-bottom: 32px; }
  /* catch + desc を縦積みに切り替え */
  .p-service-section__waku,
  .p-service-section__waku2,
  .p-service-section__waku3 {
    flex-direction: column;
    gap: 16px;
    margin: 36px 0;
  }
  .p-service-hero { height: 300px; }
  /* Rows → vertical stacking */
  .p-service-row {
    height: auto;
    flex-direction: column;
  }
  .p-service-row__divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
  .p-service-item {
    padding: 0 15px;
    gap: 20px;
  }
  .p-service-item--empty { display: none; }
  .p-service-item__img { width: 100px; height: 100px; }
  .p-service-item__label { font-size: 16px; }
  .p-service-item__text { font-size: 13px; }

  /* ===== KEIRYO PAGE ===== */
  .p-keiryo__title { font-size: 24px; }
  .p-keiryo__service-heading { font-size: 17px; }
  .p-keiryo__service-desc { font-size: 14px; line-height: 2.2; }
  .p-keiryo__service-gallery { grid-template-columns: 1fr; gap: 16px; }
  .p-keiryo__params { grid-template-columns: 1fr; gap: 32px; }
  .p-keiryo__param-box { padding: 20px; gap: 16px; }
  .p-keiryo__param-text { font-size: 14px; line-height: 2.2; }
  .p-keiryo__cta { width: 100%; }
  .p-keiryo__cta-btn { width: 300px; height: 64px; font-size: 15px; }

  /* ===== DESIGN PAGE ===== */
  .p-design__title { font-size: 24px; }
  .p-design__desc  { font-size: 14px; line-height: 2.2; }
  .p-design__section-heading { font-size: 16px; }
  .p-design__specialties-list li { font-size: 14px; }
  .p-design__specialties-box { padding: 20px 20px; }
  .p-design__gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .p-design__cta { width: 100%; }
  .p-design__cta-btn { width: 300px; height: 64px; font-size: 15px; }

  /* ===== DOJO PAGE ===== */
  .p-dojo__title { font-size: 26px; }
  .p-dojo__section-heading { font-size: 18px; }
  .p-dojo__desc { font-size: 14px; line-height: 2.2; }
  .p-dojo__gray-box { padding: 24px 24px; }
  .p-dojo__gray-box-heading { font-size: 18px; }
  .p-dojo__gray-box-body { font-size: 14px; line-height: 2.2; }
  .p-dojo__bullets li { font-size: 14px; }
  .p-dojo__images-pair { gap: 16px; }
  .p-dojo__cta { width: 100%; }
  .p-dojo__cta-btn { width: 300px; height: 64px; font-size: 15px; }

  /* ===== 補償業務 PAGE ===== */
  .p-hosho__heading  { font-size: 24px; }
  .p-hosho__subheading { font-size: 17px; }
  .p-hosho__lead { font-size: 14px; line-height: 2; }
  .p-hosho-table__col { padding: 16px 20px; }
  .p-hosho-table__col-text { font-size: 14px; line-height: 2; }
  .p-hosho-survey__label { font-size: 15px; }
  .p-hosho-survey__text  { font-size: 14px; line-height: 2; }

  /* ===== 施工管理試験 PAGE ===== */
  .p-shikoku__heading { font-size: 22px; }
  .p-shikoku__subheading { font-size: 16px; }
  .p-shikoku__lead { font-size: 14px; line-height: 2; }
  .p-shikoku-photos { gap: 16px; }
  .p-shikoku-photos__label { font-size: 14px; }

  /* ===== 非破壊試験・微破壊試験 PAGE ===== */
  .p-hihakaisiken__heading { font-size: 24px; }
  .p-hihakaisiken__lead { font-size: 14px; line-height: 2; }
  .p-hihakaisiken__items-heading { font-size: 17px; }
  .p-hihakaisiken-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
  .p-hihakaisiken-single { grid-template-columns: 1fr; gap: 32px; }
  .p-hihakaisiken-card__title { font-size: 15px; }
  .p-hihakaisiken-card__text  { font-size: 14px; line-height: 2; }

  /* ===== 地質調査業 PAGE ===== */
  .p-chishitsu__heading { font-size: 24px; }
  .p-chishitsu__subheading { font-size: 22px; }
  .p-chishitsu__lead { font-size: 14px; line-height: 2; }
  .p-chishitsu__multi-lead { font-size: 14px; line-height: 2; }
  .p-chishitsu-photo { width: 100%; }
  .p-chishitsu-photos { grid-template-columns: 1fr; gap: 24px; }
  .p-chishitsu__cta-btn { width: 300px; height: 64px; font-size: 15px; border-radius: 32px; }
  .p-chishitsu-section { gap: 40px; }

  /* ===== 点検 PAGE ===== */
  .p-tenken__heading { font-size: 24px; }
  .p-tenken__lead { font-size: 14px; line-height: 2; }
  .p-tenken-photos { grid-template-columns: 1fr; gap: 24px; }
  .p-tenken-photos__label { font-size: 14px; }
  .p-tenken__cta-btn { width: 300px; height: 64px; font-size: 15px; border-radius: 32px; }

  /* ===== 作業環境測定 PAGE ===== */
  .p-sakugyou__heading { font-size: 24px; }
  .p-sakugyou__lead { font-size: 14px; line-height: 2; }
  .p-sakugyou-table__heading { font-size: 17px; }

  /* ===== 業務実績 PAGE ===== */
  .p-works-layout { padding-block: 60px 80px; }
  .p-works-title { margin-bottom: 48px; }
  .p-works-title__heading { font-size: 36px; }
  .p-works-title__en { font-size: 15px; }
  .p-works-section + .p-works-section { margin-top: 72px; }
  .p-works-section__heading { font-size: 22px; margin-bottom: 32px; }

  /* テーブル縦積みレイアウト（izmgr参考） */
  .p-works-table-wrap {
    overflow-x: visible;
    padding: 20px;
  }
  .p-works-table {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-works-table thead { display: none; }
  .p-works-table tbody { display: block; }
  .p-works-table tbody tr {
    display: block;
    border-bottom: 1px solid #DDEEEC;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .p-works-table tbody td {
    display: block;
    width: 100%;
    padding: 0 0 3px 0;
    border: none;
    white-space: normal;
  }
  /* 発注者 */
  .p-works-table tbody td:nth-child(1) {
    font-weight: bold;
    color: #000;
    padding-bottom: 4px;
  }
  /* 業務名 */
  .p-works-table tbody td:nth-child(2) {
    padding-left: 1em;
  }
  /* 業務分類 */
  .p-works-table tbody td:nth-child(3) {
    padding-left: 1em;
    font-size: 12px;
    color: #555;
    padding-bottom: 0;
  }

  /* ===== 労働者派遣事業 PAGE ===== */
  .p-rodo__heading { font-size: 24px; }
  .p-rodo__lead { font-size: 14px; line-height: 2; }
  .p-rodo-info__heading { font-size: 17px; }
  .p-rodo-info__btn { width: 100%; max-width: 380px; }
  .p-rodo-info__btn-text { font-size: 14px; }
  .p-rodo-detail__heading { font-size: 17px; }
  .p-rodo-detail__table { font-size: 13px; }
  .p-rodo-detail__table th { width: 140px; padding: 10px 14px; font-size: 13px; white-space: normal; }
  .p-rodo-detail__table td { padding: 10px 14px; }
  .p-rodo-detail__table--career { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .p-rodo-detail__table--career thead th { font-size: 12px; padding: 8px 10px; }
  .p-rodo-detail__table--career tbody td { font-size: 12px; padding: 8px 10px; }
  .p-rodo-section { gap: 40px; }

  /* ===== 森林土木 PAGE ===== */
  .p-shinrin-section { gap: 40px; }
  .p-shinrin__heading { font-size: 24px; }
  .p-shinrin__subtitle { font-size: 14px; line-height: 2; }
  .p-shinrin__lead { font-size: 14px; line-height: 2; }
  .p-shinrin-contents { gap: 40px; }
  .p-shinrin-contents__title { font-size: 20px; }
  .p-shinrin-contents__lead { font-size: 14px; line-height: 1.9; }
  .p-shinrin__subheading { font-size: 18px; }
  .p-shinrin__desc { font-size: 14px; line-height: 2.2; }
  .p-shinrin-photos { grid-template-columns: 1fr; gap: 16px; }
  .p-shinrin__cta-btn { width: 300px; height: 64px; font-size: 15px; border-radius: 32px; }
}

/* ---- recruit.html ---- */
@media (max-width: 768px) {
  .p-recruit__hero {
    height: 600px;
  }
  .p-recruit__hero-divider {
    top: 64px; /* モバイルヘッダー高さに合わせる */
  }
  .p-recruit__hero-letter--c {
    left: 0;
    top: 82px;
  }
  .p-recruit__hero-letter--s {
    left: 152px;
    top: 82px;
  }
  .p-recruit__hero-letter--f {
    left: 354px;
    top: 82px;
  }
  .p-recruit__hero-catch {
    font-size: 36px;
    top: 120px;
  }
  .p-recruit__section-label {
    font-size: 26px;
  }
  .p-recruit__section-title {
    font-size: 24px;
  }
  .p-recruit__numbers-head .p-recruit__section-label {
    font-size: 28px;
  }
  .p-recruit__numbers-head .p-recruit__section-title {
    font-size: 18px;
  }
  .p-recruit__culture-inner {
    flex-direction: column;
    /* illust: width360px → h≈210px、bottom:-60px → 上端150px
       padding-bottom は 150 + 余白70 = 220px 以上 */
    padding: 40px 24px 230px;
    gap: 24px;
    border-radius: 0;
    min-height: auto;
    margin-top: 40px;
  }
  /* 768px以下：2×2グリッド（各col縦並び、写真を大きめに） */
  .p-recruit__culture-photos {
    width: 100%;
    gap: 8px;
  }
  .p-recruit__culture-photos-col {
    flex: 1;
    flex-direction: column;
    gap: 8px;
  }
  .p-recruit__culture-photos-col--offset {
    margin-top: 0;
  }
  .p-recruit__culture-photo {
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }
  .p-recruit__culture-right {
    width: 100%;
  }
  .p-recruit__culture-title {
    font-size: 22px;
  }
  .p-recruit__culture-item-head {
    font-size: 15px;
  }
  .p-recruit__culture-item-text {
    font-size: 13px;
  }
  /* 男女イラスト：768px以下も非表示 */
  .p-recruit__culture-illust-couple {
    display: none;
  }
  /* 5人イラスト：中央・下へ */
  .p-recruit__culture-illust {
    bottom: -80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-recruit__culture-illust img {
    width: 420px;
    height: auto;
  }
  .p-recruit__culture-btn {
    font-size: 16px;
    padding: 12px 28px;
  }
  /* 採用実績（人数） */
  .p-recruit__results-table th {
    padding: 12px 6px;
    font-size: 13px;
  }
  .p-recruit__results-table td {
    padding: 14px 6px;
    font-size: 17px;
  }
  /* タブボタン */
  .p-recruit__tabs {
    max-width: 100%;
    gap: 12px;
  }
  .p-recruit__tab-btn {
    flex: 1;
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    font-size: 18px;
    gap: 8px;
  }
  .p-recruit__tab-label {
    grid-column: unset;
    text-align: left;
    flex: 1;
  }
  .p-recruit__tab-icon {
    grid-column: unset;
  }
  .p-recruit__tab-icon svg {
    width: 32px;
    height: 32px;
  }
  .p-recruit__requirements {
    padding: 100px 0 80px;
  }
  .p-recruit__req-heading {
    font-size: 20px;
  }
  .p-recruit__req-table {
    font-size: 14px;
  }
  .p-recruit__req-table th {
    width: 130px;
    font-size: 13px;
    padding: 12px 14px;
  }
  .p-recruit__req-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
  /* 採用フロー */
  .p-recruit__flow-list {
    max-width: 100%;
  }
  .p-recruit__flow-item-box-row,
  .p-recruit__flow-item-body-row,
  .p-recruit__flow-chevron-row {
    grid-template-columns: 110px 1fr;
  }
  .p-recruit__flow-item-side {
    font-size: 12px;
    padding-right: 2px;
  }
  .p-recruit__flow-item-name {
    font-size: 16px;
  }
  .p-recruit__flow-item-desc {
    font-size: 13px;
  }
  .p-recruit__modal-card {
    padding: 40px 24px 32px;
    width: 100%;
  }
  /* ドーナツ：768px以下で2列+1列配置 */
  .p-recruit__chart-row--donuts .p-recruit__stat-card {
    flex: 1 1 200px;
    max-width: 300px;
  }

  /* ============================================================
     【総務課ページのみ】768px以下
     ============================================================ */
  .p-soumu__title { font-size: 26px; }
  .p-soumu__section-heading { font-size: 18px; }
  .p-soumu__specialties-box { padding: 16px 20px; }
  .p-soumu__specialties-list { gap: 8px 20px; }
  .p-soumu__gallery { grid-template-columns: 1fr 1fr; gap: 16px; }
}
