/* ============================================================
   RESPONSIVE STYLES — style_480.css
   Breakpoint: max-width 480px
   使用ページ: index.html / asbestos.html / service.html（最小サイズ調整）
   ============================================================ */

@media (max-width: 480px) {
  :root { --gutter: 16px; }

  /* Drawer */
  .drawer__list a { font-size: 28px; }
  .drawer__item-inner { gap: 16px; padding: 14px 8px; }

  .en-label { font-size: 28px; }
  .hero__title { font-size: 34px; }
  .service-card__title { font-size: 20px; }
  .cta-split__heading { font-size: 24px; }

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

  .header__logo img { width: 300px; height: auto; }
  .footer__logo img  { width: 300px; height: auto; }
  .footer__nav-list  { margin-left: var(--gutter); gap: 20px; }

  .hero__body { padding-block-end: 60px; }
  .hero__recruit-cta { width: 220px; height: 80px; }

  /* NEWS */
  .news__filter { flex-wrap: wrap; gap: 10px; }
  .news__tab { font-size: 13px; padding: 6px 12px; }
  .news-card__figure { height: 150px; }

  /* BLOG */
  .blog-card__title { font-size: 15px; }

  /* ===== ASBESTOS PAGE ===== */
  .page-hero { height: 280px; }
  .page-hero__en    { font-size: 26px; }
  .page-hero__title { font-size: 16px; }
  .asb-quote        { font-size: 16px; }

  .asb-notice-box { padding: 16px; }
  .asb-notice-box p { font-size: 13px; line-height: 1.8; }

  /* 資格一覧・加入団体 */
  .asb-qualifications__heading { font-size: 20px; }
  .asb-qualifications__lead    { font-size: 14px; }
  .asb-qualifications__list li { font-size: 13px; }
  .asb-qualifications__list    { margin-bottom: 24px; }

  /* STEP circle 縮小 */
  .asb-step__circle {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .asb-step { padding-top: 46px; }

  /* Speed chart */
  .asb-speed__chart { max-width: 100%; }

  /* Send section */
  .asb-send__section { padding: 24px 16px; }

  /* ===== CONTACT PAGE (お問い合わせ) ===== */
  .p-contact-hero { height: 320px; }
  .p-contact-hero__en { font-size: 32px; }
  .p-contact__heading-en { font-size: 32px; }
  .p-contact__desc { font-size: 14px; }
  .p-contact__tel-num, .p-contact__tel-hours { font-size: 16px; }
  .p-contact-form__submit-wrap { padding-left: 0; justify-content: center; }

  /* ===== ASBESTOS FORM PAGE (アスベスト依頼フォーム) ===== */
  .p-asbestos-form__submit-wrap { padding-left: 0; justify-content: center; }
  .p-asbestos-form-hero { height: 320px; }
  .p-asbestos-form-hero__en { font-size: 32px; }
  .p-asbestos-form__heading-en { font-size: 26px; }
  .p-asbestos-form__heading-ja { font-size: 13px; }
  .p-asbestos-form__desc { font-size: 14px; }
  .p-asbestos-form__tel-num,
  .p-asbestos-form__tel-hours { font-size: 16px; }
  .p-asbestos-form__label { font-size: 16px; }

  /* ===== ARTICLE PAGE (お知らせ記事詳細) ===== */
  .p-article__heading-en { font-size: 32px; }
  .p-article__title { font-size: 20px; }
  .p-article__nav { gap: 40px; }
  .p-article__content { font-size: 15px; line-height: 2.2; }

  /* ===== NEWS PAGE (お知らせ) ===== */
  .p-news-hero { height: 320px; }
  .p-news-hero__en { font-size: 32px; }
  .p-news__heading-en { font-size: 32px; }

  .p-news__filter { flex-direction: column; gap: 8px; }
  .p-news__tab { width: 100%; text-align: center; }

  .p-news-pagination__list { gap: 6px; }
  .p-news-pagination__num  { width: 36px; height: 36px; font-size: 13px; }
  .p-news-pagination__arrow { width: 36px; height: 36px; }

  /* ===== COMPANY PAGE (会社概要) ===== */
  .p-company-section__heading { font-size: 32px; }
  .p-company-table th { width: 120px; font-size: 14px; }
  .p-company-table td { font-size: 14px; }
  .p-company-history__date { width: 100px; font-size: 12px; }
  .p-company-history__event { font-size: 13px; }
  .p-company-qual__item { font-size: 14px; }

  /* ===== PRIVACY POLICY PAGE (プライバシーポリシー) ===== */
  .p-privacy { padding-block: 48px 64px; }
  .p-privacy__head { margin-bottom: 32px; }
  .p-privacy__heading { font-size: 28px; }
  .p-privacy__heading-en { font-size: 14px; }
  .p-privacy__body { font-size: 14px; line-height: 2.2; letter-spacing: 0.05em; }

  /* ===== GREETING PAGE (ごあいさつ/経営理念) ===== */
  .p-greeting { padding-block: 48px 64px; }
  .p-greeting__section + .p-greeting__section { margin-top: 60px; }
  .p-greeting__section-head { margin-bottom: 28px; }
  .p-greeting__section-heading { font-size: 28px; }
  .p-greeting__section-heading-en { font-size: 14px; }
  .p-greeting-greeting__body { gap: 28px; }
  .p-greeting-greeting__text p { font-size: 14px; letter-spacing: 0.05em; }
  .p-greeting-greeting__sig { font-size: 16px; }
  .p-greeting-philosophy__box { padding: 28px 20px; }
  .p-greeting-philosophy__text { font-size: 16px; text-align: left; }
  .p-greeting-policy__title,
  .p-greeting-policy__body { font-size: 14px; letter-spacing: 0.05em; }
  .p-greeting-policy__item + .p-greeting-policy__item { margin-top: 32px; }

  /* ===== MANAGEMENT PLAN PAGE (経営計画) ===== */
  .p-plan { padding-block: 48px 64px; }
  .p-plan__head { margin-bottom: 28px; }
  .p-plan__heading { font-size: 28px; }
  .p-plan__heading-en { font-size: 14px; }
  .p-plan__subtitle { font-size: 20px; margin-bottom: 20px; }
  .p-plan__text p { font-size: 14px; line-height: 2.2; letter-spacing: 0.05em; }
  .p-plan__closing { font-size: 14px; line-height: 2.2; letter-spacing: 0.05em; }
  .p-plan__image-area { margin-top: 40px; margin-bottom: 40px; }

  /* ===== INFORMATION SECURITY PAGE (情報セキュリティ基本方針) ===== */
  .p-security { padding-block: 48px 64px; }
  .p-security__head { margin-bottom: 28px; }
  .p-security__heading { font-size: 28px; }
  .p-security__heading-en { font-size: 14px; }
  .p-security__text p { font-size: 14px; line-height: 2.2; letter-spacing: 0.05em; }

  /* ===== CSR/社会貢献 PAGE ===== */
  .p-csr-social { padding-top: 40px; }
  .p-csr-social__head { margin-bottom: 28px; }
  .p-csr-social__title-ja { font-size: 28px; }
  .p-csr-social__title-en { font-size: 13px; }
  .p-csr-social__lead { font-size: 13px; line-height: 1.9; letter-spacing: 0.03em; margin-bottom: 32px; }
  .p-csr-cards__item { flex-direction: column; align-items: center; padding: 24px 16px; }
  .p-csr-cards__img { width: 160px; height: 160px; margin-right: 0; margin-bottom: 20px; }
  .p-csr-cards__content { width: 100%; }
  .p-csr-cards__title { font-size: 16px; }
  .p-csr-cards__text { font-size: 13px; }
  .p-csr-social__cards-wrap { padding-bottom: 60px; }

  /* ===== SDGs PAGE ===== */
  .p-sdgs { padding-top: 40px; }
  .p-sdgs__title-ja { font-size: 24px; }
  .p-sdgs__section-heading { font-size: 16px; }
  .p-sdgs__sub-heading { font-size: 16px; }
  .p-sdgs-item { flex-direction: column; align-items: center; padding: 20px 16px; }
  .p-sdgs-item__img { width: 140px; height: 140px; margin-bottom: 16px; }
  .p-sdgs-item__body { padding-left: 0; padding-top: 0; width: 100%; }
  .p-sdgs-item__title { font-size: 14px; }
  .p-sdgs-item__text { font-size: 13px; }

  /* ===== ACTION PLAN PAGE（行動計画） ===== */
  .p-action-plan { padding-top: 40px; }
  .p-action-plan__inner { padding-bottom: 48px; }
  .p-action-plan__head { margin-bottom: 28px; }
  .p-action-plan__title-ja { font-size: 22px; }
  .p-action-plan__title-en { font-size: 12px; margin-top: 10px; }
  .p-action-plan__subtitle { font-size: 18px; margin-bottom: 20px; }
  .p-action-plan__intro { font-size: 13px; line-height: 1.9; letter-spacing: 0.03em; margin-bottom: 24px; }
  .p-action-plan__text { font-size: 13px; line-height: 2.2; letter-spacing: 0.03em; }

  /* ===== KODOMO CAFETERIA PAGE（こども食堂） ===== */
  .p-kodomo { padding-top: 40px; }
  .p-kodomo__head { margin-bottom: 28px; }
  .p-kodomo__title-ja { font-size: 22px; }
  .p-kodomo__title-en { font-size: 12px; margin-top: 8px; }
  .p-kodomo__subtitle { font-size: 18px; margin-bottom: 16px; }
  .p-kodomo__text { font-size: 13px; line-height: 2; letter-spacing: 0.03em; }
  .p-kodomo__img-item { height: 240px; }

  /* ===== VOLUNTEER PAGE（ボランティア活動） ===== */
  .p-volunteer { padding-top: 40px; }
  .p-volunteer__head { margin-bottom: 28px; }
  .p-volunteer__title-ja { font-size: 22px; }
  .p-volunteer__title-en { font-size: 12px; margin-top: 8px; }
  .p-volunteer__subtitle { font-size: 18px; margin-bottom: 16px; }
  .p-volunteer__text { font-size: 13px; line-height: 2; letter-spacing: 0.03em; }

  /* ===== SERVICE TOP PAGE ===== */
  .p-service-intro { padding-block: 48px 32px; }
  .p-service-intro__en { font-size: 28px; }
  .p-service-intro__subtitle { font-size: 13px; }
  .p-service-intro__catch { font-size: 16px; margin-top: 10px; }
  .p-service-intro__text { font-size: 13px; }
  .p-service-section__inner { padding-block: 40px 48px; }
  .p-service-section__cat-en { font-size: 11px; }
  .p-service-section__cat-ja { font-size: 20px; }
  .p-service-section__catch { font-size: 15px; margin-top: 12px; }
  .p-service-section__desc { font-size: 13px; }
  .p-service-section__waku,
  .p-service-section__waku2,
  .p-service-section__waku3 {
    gap: 10px;
    margin: 20px 0;
  }
  .p-service-hero { height: 200px; }
  .p-service-item { padding: 0 15px; gap: 14px; }
  .p-service-item__img { width: 80px; height: 80px; }
  .p-service-item__label { font-size: 14px; }
  .p-service-item__text { font-size: 12px; line-height: 1.8; }

  /* ===== 補償業務 PAGE ===== */
  .p-hosho__heading   { font-size: 20px; }
  .p-hosho__subheading { font-size: 16px; }
  .p-hosho__lead { font-size: 13px; line-height: 1.9; }
  .p-hosho-table__col-head { font-size: 14px; padding: 8px 0; }
  .p-hosho-table__col { padding: 12px 16px; }
  .p-hosho-table__col-text { font-size: 13px; line-height: 1.9; }
  .p-hosho-survey__label { font-size: 14px; }
  .p-hosho-survey__text  { font-size: 13px; line-height: 1.9; }
  .p-hosho-survey { gap: 24px; }
}
