@charset "utf-8";
/*
Theme Name:     Rousai Child
Theme URI:      https://rousai.or.jp/
Description:    rousaiテーマの子テーマ。モバイル対応とElementor脱却を目的に作成。
Author:         げいのう労災
Template:       rousai
Version:        1.4.1
Text Domain:    rousai-child
*/

/* =============================================================
   方針：
   親テーマと Elementor のレイアウト（ヘッダー・フッター）には
   できるだけ干渉しない。子テーマで作る .child-page 内のみ
   モバイル最適化を行う。
   
   親テーマの body { min-width: 1100px } だけは確実に外す必要が
   あるため、それは打ち消す。
   ============================================================= */


/* -------------------------------------------------------------
   1. モバイルで body の min-width を解除（必須）
      これだけはやらないとサイト全体が破綻する
   ------------------------------------------------------------- */
@media screen and (max-width: 1099px) {
    html body {
        min-width: 0 !important;
    }
}


/* -------------------------------------------------------------
   2. iOS で input フォーカス時の自動拡大防止
   ------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    select,
    textarea {
        font-size: 16px !important;
    }
}


/* -------------------------------------------------------------
   3. 画像のはみ出し防止（保険）
   ------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}


/* =============================================================
   4. 子テーマ独自ページ用の汎用スタイル
      .child-page クラスは page-*.php / template-*.php 内で使う
      
      ⚠️ 親テーマの #wrapper や #header には触れない。
         .child-page の中だけで完結させる。
   ============================================================= */
.child-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.8;
    text-align: left;
    color: #000;
}

.child-page * {
    box-sizing: border-box;
}

.child-page h1 {
    font-size: 28px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 2px solid #0aa086;
    text-align: left;
    line-height: 1.4;
    color: #000;
}

.child-page h2 {
    font-size: 22px;
    margin: 40px 0 15px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-left: 4px solid #0aa086;
    text-align: left;
    line-height: 1.5;
    color: #000;
}

.child-page h3 {
    font-size: 18px;
    margin: 30px 0 10px;
    color: #0aa086;
    text-align: left;
    line-height: 1.5;
}

.child-page p {
    margin: 0 0 1em;
    text-align: left;
}

.child-page ul,
.child-page ol {
    margin: 1em 0 1em 1.5em;
    text-align: left;
}

.child-page ul li {
    list-style: disc;
    margin-bottom: 0.3em;
}

.child-page ol li {
    list-style: decimal;
    margin-bottom: 0.3em;
}

.child-page a {
    color: #0aa086;
}

@media screen and (max-width: 767px) {
    .child-page {
        padding: 25px 16px;
    }
    .child-page h1 {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .child-page h2 {
        font-size: 18px;
        margin: 30px 0 12px;
        padding: 8px 12px;
    }
    .child-page h3 {
        font-size: 16px;
        margin: 24px 0 8px;
    }
    .child-page p,
    .child-page li {
        font-size: 14px;
    }
}


/* =============================================================
   5. 情報テーブル（特商法ページ等で使う2列テーブル）
   ============================================================= */
.child-page .info-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    table-layout: fixed;
}

.child-page .info-table th,
.child-page .info-table td {
    padding: 14px 16px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: break-word;
}

.child-page .info-table th {
    width: 30%;
    background: #f7f9f8;
    font-weight: bold;
}

.child-page .info-table td {
    background: #fff;
}

.child-page .info-table a {
    color: #0aa086;
    text-decoration: underline;
    word-break: break-all;
}

/* モバイルでは縦積みに（thが上、tdが下） */
@media screen and (max-width: 600px) {
    .child-page .info-table,
    .child-page .info-table tbody,
    .child-page .info-table tr,
    .child-page .info-table th,
    .child-page .info-table td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .child-page .info-table {
        border: none;
        margin: 16px 0;
    }

    .child-page .info-table tr {
        display: block;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 4px;
        overflow: hidden;
    }

    .child-page .info-table th,
    .child-page .info-table td {
        border: none;
        padding: 10px 14px;
    }

    .child-page .info-table th {
        background: #f7f9f8;
        border-bottom: 1px solid #eee;
        font-size: 13px;
        font-weight: bold;
    }

    .child-page .info-table td {
        font-size: 14px;
        background: #fff;
    }

    /* 連続するtdの間に区切り線（rowspan代替） */
    .child-page .info-table td + td {
        border-top: 1px dotted #eee;
    }
}
/**
 * Rousai Child Theme - Footer Styles
 *
 * コーポレート向け清潔感重視デザイン。
 * 親テーマの #footer は子テーマの footer.php で実質置き換わるが
 * 念のため非表示の保険を入れる。
 */

/* =============================================================
   親テーマの古いフッター要素は念のため非表示
   ============================================================= */
.has-rousai-header > #footer {
    display: none !important;
}


/* =============================================================
   サイトフッター（子テーマ版）
   ============================================================= */
.site-footer {
    background: #f7f9f8;
    color: #1f2937;
    border-top: 1px solid #e5e7eb;
    margin-top: 60px;
}

.site-footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}


/* =============================================================
   厚労省認可バナー
   ============================================================= */
.site-footer__authority {
    text-align: center;
    padding: 32px 16px 24px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer__authority a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #374151;
    transition: opacity 0.15s ease;
}

.site-footer__authority a:hover {
    opacity: 0.8;
}

.site-footer__authority img {
    max-width: 240px;
    width: 100%;
    height: auto;
    display: block;
}

.site-footer__authority-label {
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
}


/* =============================================================
   メインフッター（会社情報＋ナビ）
   ============================================================= */
.site-footer__main {
    padding: 40px 0 32px;
}

.site-footer__main .site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
}

/* 会社情報 */
.site-footer__company {
    flex: 1;
    min-width: 280px;
    line-height: 1.7;
    text-align: left;
}

.site-footer__company-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
}

.site-footer__address {
    font-style: normal;
    font-size: 13px;
    color: #4b5563;
    margin: 0 0 12px;
    line-height: 1.7;
}

.site-footer__contact {
    font-size: 13px;
    color: #4b5563;
    margin: 4px 0;
    line-height: 1.7;
}

.site-footer__contact a {
    color: #0aa086;
    text-decoration: none;
}

.site-footer__contact a:hover {
    text-decoration: underline;
}

.site-footer__contact-hours {
    color: #6b7280;
    font-size: 12px;
}


/* ナビゲーション */
.site-footer__nav {
    flex-shrink: 0;
}

.site-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px 32px;
}

.site-footer__menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__menu-item a {
    display: inline-block;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    line-height: 1.6;
    padding: 4px 0;
    transition: color 0.15s ease;
}

.site-footer__menu-item a:hover {
    color: #0aa086;
}


/* =============================================================
   下部：ポリシー＋コピーライト
   ============================================================= */
.site-footer__bottom {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 16px 0;
}

.site-footer__bottom .site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.site-footer__policy {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.site-footer__policy li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__policy a {
    font-size: 12px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer__policy a:hover {
    color: #0aa086;
    text-decoration: underline;
}

.site-footer__copyright {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
    text-align: right;
}


/* =============================================================
   レスポンシブ
   ============================================================= */
@media screen and (max-width: 767px) {
    .site-footer {
        margin-top: 40px;
    }

    .site-footer__inner {
        padding: 0 16px;
    }

    .site-footer__authority {
        padding: 24px 16px 20px;
    }

    .site-footer__authority img {
        max-width: 200px;
    }

    .site-footer__main {
        padding: 28px 0 20px;
    }

    .site-footer__main .site-footer__inner {
        flex-direction: column;
        gap: 24px;
    }

    .site-footer__company {
        min-width: 0;
        width: 100%;
    }

    .site-footer__nav {
        width: 100%;
    }

    .site-footer__menu {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .site-footer__menu-item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .site-footer__bottom .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .site-footer__policy {
        gap: 12px 20px;
    }

    .site-footer__copyright {
        text-align: left;
        width: 100%;
    }
}

/* footer.css の内容を上記にインライン化 */
/**
 * Rousai Child Theme - Header Styles
 *
 * コーポレート向け清潔感重視デザイン。
 * 親テーマのヘッダー（#header）とハンバーガー（.menu-trigger）は
 * functions.php または header.php の上書きで実質非表示になる。
 */

/* =============================================================
   親テーマのヘッダー要素を非表示
   （子テーマの header.php で別の構造を出すため）
   ============================================================= */
#header {
    display: none !important;
}
.menu-trigger {
    display: none !important;
}

/* =============================================================
   Elementor Pro Theme Builder のヘッダーを保険で隠す
   functions.php 側でも除去しているが、念のため CSS でも対応。
   data-elementor-type="header" の要素を全て非表示にする。
   ============================================================= */
.has-rousai-header div[data-elementor-type="header"],
.has-rousai-header [data-elementor-type="header"] {
    display: none !important;
}


/* =============================================================
   サイトヘッダー
   ============================================================= */
.site-header {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    z-index: 100;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    box-sizing: border-box;
    gap: 24px;
}

/* ロゴ */
.site-header__logo {
    flex-shrink: 0;
}
.site-header__logo a {
    display: inline-block;
    line-height: 0;
}
.site-header__logo img {
    width: auto;
    height: 36px;
    max-height: 36px;
    display: block;
}
.site-header__logo a:hover img {
    opacity: 0.85;
}


/* =============================================================
   メインナビ（PC）
   ============================================================= */
.site-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.site-header__menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
}

.site-header__menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header__menu-item a {
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease, background-color 0.15s ease;
    white-space: nowrap;
}

.site-header__menu-item a:hover {
    color: #0aa086;
    background: #f3faf8;
}


/* =============================================================
   お問い合わせCTA（PC）
   ============================================================= */
.site-header__cta {
    flex-shrink: 0;
}

.site-header__contact-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #0aa086;
    border: 2px solid #0aa086;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.5;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.site-header__contact-btn:hover {
    background: #088e76;
    border-color: #088e76;
    color: #ffffff;
}


/* =============================================================
   ハンバーガーボタン（モバイルでのみ表示）
   ============================================================= */
.site-header__hamburger {
    display: none;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.site-header__hamburger-bar {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #1f2937;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
    transform: translateX(-50%);
}

.site-header__hamburger-bar:nth-child(1) { top: 14px; }
.site-header__hamburger-bar:nth-child(2) { top: 21px; }
.site-header__hamburger-bar:nth-child(3) { top: 28px; }

.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-bar:nth-child(1) {
    top: 21px;
    transform: translateX(-50%) rotate(45deg);
}
.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-bar:nth-child(2) {
    opacity: 0;
}
.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-bar:nth-child(3) {
    top: 21px;
    transform: translateX(-50%) rotate(-45deg);
}


/* =============================================================
   モバイル用ドロワー
   ============================================================= */
.site-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

.site-drawer[aria-hidden="false"] {
    pointer-events: auto;
}

.site-drawer__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.site-drawer[aria-hidden="false"] .site-drawer__overlay {
    opacity: 1;
}

.site-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 85%);
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 20px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.site-drawer[aria-hidden="false"] .site-drawer__panel {
    transform: translateX(0);
}

.site-drawer__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #4b5563;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.15s ease;
}

.site-drawer__close:hover {
    background: #f3f4f6;
    color: #1f2937;
}

.site-drawer__menu {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex-grow: 1;
}

.site-drawer__menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f3f4f6;
}

.site-drawer__menu-item a {
    display: block;
    padding: 16px 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s ease;
}

.site-drawer__menu-item a:hover {
    color: #0aa086;
}

.site-drawer__cta {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #0aa086;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    transition: background-color 0.15s ease;
}

.site-drawer__cta:hover {
    background: #088e76;
    color: #ffffff;
}

/* ドロワー開いている間は body のスクロール禁止 */
body.is-drawer-open {
    overflow: hidden;
}


/* =============================================================
   レスポンシブ：900px 以下でモバイル表示
   ============================================================= */
@media screen and (max-width: 899px) {
    .site-header__inner {
        padding: 12px 16px;
        gap: 12px;
    }

    /* PCナビとCTAボタンを隠す */
    .site-header__nav,
    .site-header__cta {
        display: none;
    }

    /* ハンバーガーを表示 */
    .site-header__hamburger {
        display: block;
    }

    .site-header__logo img {
        height: 32px;
        max-height: 32px;
    }
}

/* 中間サイズ（タブレット〜小型ノート）でメニュー文字を少し縮める */
@media screen and (min-width: 900px) and (max-width: 1100px) {
    .site-header__menu-item a {
        padding: 10px 8px;
        font-size: 13px;
    }
    .site-header__contact-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* header.css の内容も上記にインライン化 */


/* =============================================================
   7. お問い合わせ窓口ブロック（プライバシーポリシー等で使用）
   ============================================================= */
.child-page .contact-block {
    background: #f7f9f8;
    border-left: 3px solid #0aa086;
    padding: 16px 20px;
    margin: 16px 0 24px;
    border-radius: 0 4px 4px 0;
}

.child-page .contact-block p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.7;
}

.child-page .contact-block__name {
    font-weight: 700;
    font-size: 15px !important;
    color: #1f2937;
}

.child-page .contact-block__dept {
    color: #4b5563;
}

.child-page .contact-block__address {
    color: #4b5563;
    font-size: 13px !important;
}

.child-page .contact-block__line a {
    color: #0aa086;
    text-decoration: underline;
}

.child-page .last-updated {
    text-align: right;
    margin-top: 32px;
    color: #9ca3af;
    font-size: 12px;
}


/* =============================================================
   8. トップページ専用スタイル（front-page.php）
   ============================================================= */

.front-page {
    width: 100%;
    color: #1f2937;
    background: #ffffff;
    text-align: left;
}

.front-page * {
    box-sizing: border-box;
}

.front-page section {
    width: 100%;
}

/* 共通：内側コンテナ */
.hero__inner,
.links__inner,
.points__inner,
.news__inner,
.cta-banner__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}


/* ----- セクション見出し（共通） ----- */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.section-heading__eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #0aa086;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
}
.section-heading__title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.4;
}
.section-heading__title--small {
    font-size: 22px;
}
.section-heading__lead {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.7;
}


/* ----- ボタン共通 ----- */
.front-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    border: 2px solid transparent;
    white-space: nowrap;
}
.front-page .btn__arrow {
    transition: transform 0.15s ease;
}
.front-page .btn:hover .btn__arrow {
    transform: translateX(3px);
}
.front-page .btn--primary {
    background: #0aa086;
    color: #ffffff;
    border-color: #0aa086;
    box-shadow: 0 1px 2px rgba(10, 160, 134, 0.2);
}
.front-page .btn--primary:hover {
    background: #088e76;
    border-color: #088e76;
    color: #ffffff;
}
.front-page .btn--secondary {
    background: #ffffff;
    color: #0aa086;
    border-color: #0aa086;
}
.front-page .btn--secondary:hover {
    background: #f3faf8;
    color: #088e76;
}
.front-page .btn--white {
    background: #ffffff;
    color: #0aa086;
    border-color: #ffffff;
    padding: 16px 36px;
    font-size: 15px;
}
.front-page .btn--white:hover {
    background: #f3faf8;
    color: #088e76;
}


/* =========================================================
   1. ヒーローセクション
   ========================================================= */
.hero {
    background: linear-gradient(180deg, #f7fbf9 0%, #ffffff 100%);
    padding: 64px 0 56px;
    overflow: hidden;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.hero__text {
    text-align: left;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f3faf8;
    color: #0aa086;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #d3ede4;
    margin-bottom: 20px;
}
.hero__badge-icon {
    flex-shrink: 0;
}

.hero__title {
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
}

.hero__lead {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0 0 24px;
}

.hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
}

.hero__stats {
    display: flex;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.hero__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero__stat-num {
    font-size: 24px;
    font-weight: 700;
    color: #0aa086;
    line-height: 1.2;
}
.hero__stat-num small {
    font-size: 14px;
    font-weight: 500;
}

.hero__stat-label {
    font-size: 12px;
    color: #6b7280;
}

.hero__visual {
    text-align: center;
}
.hero__visual img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* =========================================================
   2. 3カラム導線
   ========================================================= */
.links {
    background: #ffffff;
    padding: 72px 0;
}

.links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.link-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 24px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    display: block;
    color: inherit;
}

.link-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #d3ede4;
}

.link-card__icon {
    width: 52px;
    height: 52px;
    background: #f3faf8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0aa086;
    margin-bottom: 18px;
}

.link-card__icon--inverse {
    background: #0aa086;
    color: #ffffff;
}

.link-card__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
}

.link-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    line-height: 1.5;
}

.link-card__desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.8;
    margin: 0 0 20px;
}

.link-card__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #0aa086;
}

.link-card__arrow {
    transition: transform 0.15s ease;
    display: inline-block;
}
.link-card:hover .link-card__arrow {
    transform: translateX(3px);
}

/* 強調カード */
.link-card--featured {
    border-color: #0aa086;
    border-width: 2px;
}

.link-card__badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #0aa086;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(10, 160, 134, 0.3);
}


/* =========================================================
   3. 3ポイント
   ========================================================= */
.points {
    background: #f9fafb;
    padding: 56px 0;
}

.points__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.point-card {
    background: #ffffff;
    padding: 24px 20px;
    border-radius: 12px;
    border: 0.5px solid #e5e7eb;
}

.point-card__num {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #0aa086;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
}

.point-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px;
    line-height: 1.5;
}

.point-card__desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   4. NEWS
   ========================================================= */
.news {
    background: #ffffff;
    padding: 72px 0;
}

.news__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}

.news__more {
    font-size: 13px;
    font-weight: 700;
    color: #0aa086;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.news__more:hover {
    text-decoration: underline;
}

.news__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e7eb;
}

.news__item {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #f3f4f6;
}

.news__link {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    text-decoration: none;
    color: inherit;
    transition: color 0.15s ease;
}

.news__link:hover {
    color: #0aa086;
}

.news__date {
    font-size: 13px;
    color: #6b7280;
    min-width: 90px;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.news__category {
    background: #f3faf8;
    color: #0aa086;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    min-width: 60px;
    text-align: center;
    flex-shrink: 0;
}

.news__title {
    font-size: 14px;
    color: #1f2937;
    flex: 1;
    line-height: 1.6;
}

.news__item--empty {
    padding: 24px 0;
    color: #9ca3af;
    text-align: center;
    font-size: 13px;
    list-style: none;
}


/* =========================================================
   5. CTA バナー
   ========================================================= */
.cta-banner {
    background: #0aa086;
    padding: 56px 0;
    text-align: center;
    color: #ffffff;
}

.cta-banner__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.5;
}

.cta-banner__lead {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 24px;
    line-height: 1.7;
}


/* =========================================================
   レスポンシブ
   ========================================================= */
@media screen and (max-width: 899px) {
    /* ヒーロー：縦積みに */
    .hero {
        padding: 40px 0 32px;
    }
    .hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
    .hero__text {
        text-align: center;
    }
    .hero__title {
        font-size: 26px;
    }
    .hero__lead {
        font-size: 13px;
    }
    .hero__cta {
        justify-content: center;
    }
    .hero__stats {
        justify-content: space-around;
        gap: 16px;
    }
    .hero__stat {
        align-items: center;
        text-align: center;
    }
    .hero__stat-num {
        font-size: 20px;
    }
    .hero__visual {
        order: -1;  /* モバイルではビジュアルを上に */
    }
    .hero__visual img {
        max-width: 320px;
    }

    /* セクション見出し */
    .section-heading {
        margin-bottom: 28px;
    }
    .section-heading__title {
        font-size: 22px;
    }
    .section-heading__lead {
        font-size: 13px;
    }

    /* 3カラム → 1カラム */
    .links {
        padding: 48px 0;
    }
    .links__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .link-card {
        padding: 24px 20px;
    }
    .link-card__title {
        font-size: 16px;
    }

    /* 3ポイント → 1カラム */
    .points {
        padding: 32px 0;
    }
    .points__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .point-card {
        padding: 20px 18px;
    }

    /* NEWS */
    .news {
        padding: 48px 0;
    }
    .news__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }
    .news__link {
        flex-wrap: wrap;
        gap: 8px 12px;
        padding: 16px 0;
    }
    .news__date {
        min-width: auto;
        font-size: 12px;
    }
    .news__category {
        font-size: 10px;
        padding: 3px 10px;
    }
    .news__title {
        flex: 1 1 100%;
        font-size: 13px;
    }

    /* CTA */
    .cta-banner {
        padding: 40px 16px;
    }
    .cta-banner__title {
        font-size: 18px;
    }
    .cta-banner__lead {
        font-size: 13px;
    }
    .front-page .btn {
        padding: 12px 22px;
        font-size: 13px;
    }
    .front-page .btn--white {
        padding: 14px 28px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .hero__title {
        font-size: 22px;
    }
    .hero__cta {
        flex-direction: column;
        align-items: stretch;
    }
    .front-page .btn {
        justify-content: center;
    }
}


/* =============================================================
   9. FAQ ページ専用スタイル（page-faq.php）
   ============================================================= */
.faq-page .faq-intro {
    background: #f7f9f8;
    border-left: 3px solid #0aa086;
    padding: 14px 18px;
    margin: 16px 0 32px;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
}
.faq-page .faq-intro a {
    color: #0aa086;
    text-decoration: underline;
}

.faq-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.faq-item {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
}

.faq-item details {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.faq-item details[open] {
    border-color: #0aa086;
    box-shadow: 0 2px 8px rgba(10, 160, 134, 0.06);
}

.faq-item__q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    list-style: none;
    transition: background-color 0.15s ease;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.6;
    user-select: none;
}
.faq-item__q::-webkit-details-marker {
    display: none;
}
.faq-item__q::marker {
    display: none;
}
.faq-item__q:hover {
    background: #f7f9f8;
}

.faq-item__q-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #0aa086;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.faq-item__q-text {
    flex: 1;
    font-size: 15px;
    padding-top: 4px;
}

.faq-item__toggle {
    flex-shrink: 0;
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    transition: transform 0.2s ease;
}
.faq-item__toggle::before,
.faq-item__toggle::after {
    content: '';
    position: absolute;
    background: #0aa086;
    border-radius: 1px;
}
.faq-item__toggle::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}
.faq-item__toggle::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
details[open] .faq-item__toggle::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-item__a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 20px 18px;
    border-top: 1px solid #f3f4f6;
    background: #fafbfa;
}

.faq-item__a-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #f0fdf4;
    color: #0aa086;
    border: 1px solid #d3ede4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 14px;
}

.faq-item__a-text {
    flex: 1;
    padding-top: 14px;
    font-size: 14px !important;
    color: #4b5563;
    line-height: 1.9;
}
.faq-item__a-text a {
    color: #0aa086;
    text-decoration: underline;
}
.faq-item__a-text strong {
    color: #1f2937;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .faq-item__q {
        padding: 14px 16px;
        gap: 10px;
    }
    .faq-item__q-text {
        font-size: 14px;
    }
    .faq-item__a {
        padding: 4px 16px 16px;
        gap: 10px;
    }
    .faq-item__a-text {
        font-size: 13px !important;
        padding-top: 12px;
    }
}


/* =============================================================
   10. 会社概要ページ専用スタイル（page-company.php）
   ============================================================= */
.company-page .philosophy {
    margin-bottom: 48px;
}
.company-page .philosophy__lead {
    font-size: 16px;
    color: #0aa086;
    text-align: center;
    margin: 16px 0 24px;
    line-height: 1.7;
}
.company-page .philosophy__lead strong {
    font-weight: 700;
}

.company-page .philosophy__closing {
    text-align: center;
    margin: 32px 0;
    padding: 16px;
    background: #f3faf8;
    border-radius: 8px;
    color: #0aa086;
    font-size: 15px;
}

.rep-figure {
    margin: 32px auto;
    text-align: center;
    max-width: 360px;
}
.rep-figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.rep-figure__caption {
    font-size: 13px;
    color: #4b5563;
    font-weight: 700;
}

.company-info {
    margin-top: 48px;
}


/* =============================================================
   11. about ページ専用スタイル（page-about.php）
   ============================================================= */
.about-page section {
    margin-top: 56px;
    margin-bottom: 0;
}
.about-page section:first-of-type {
    margin-top: 16px;
}

/* セクション見出しの統一感（h2を強調） */
.about-page h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #0aa086;
    line-height: 1.5;
    background: none;
    text-align: left;
}
.about-page h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 24px 0 10px;
    border-left: none;
    padding: 0;
    background: none;
}

/* ----- イントロ ----- */
.about-page .intro {
    text-align: center;
    padding: 24px 0;
}
.about-page .intro h1 {
    font-size: 26px;
    text-align: center;
    border-bottom: none;
    padding: 0;
    margin: 0 0 24px;
}
.about-page .intro__logo {
    margin: 24px 0;
}
.about-page .intro__logo img {
    max-width: 360px;
    width: 100%;
    height: auto;
}
.about-page .intro__lead {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
    max-width: 720px;
    margin: 0 auto;
}

/* ----- 対象となる方 ----- */
.about-page .target__list {
    background: #f7fbf9;
    padding: 24px 24px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 24px;
    border: 1px solid #d3ede4;
}
.about-page .target__list p {
    font-weight: 700;
    color: #1f2937;
    line-height: 2;
    margin: 0;
    font-size: 15px;
}
.about-page .target__note {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0 0 12px;
}

/* ----- 労災認定 (3カラム) ----- */
.about-page .recognition__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}
.about-page .recognition__card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px 16px;
    text-align: center;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.about-page .recognition__card:hover {
    border-color: #0aa086;
    transform: translateY(-2px);
}
.about-page .recognition__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    background: #f3faf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0aa086;
}
.about-page .recognition__title {
    font-size: 16px !important;
    font-weight: 700;
    color: #111827;
    margin: 0;
    border: none !important;
    padding: 0 !important;
}

/* ----- 5つの補償 (カード) ----- */
.about-page .benefits__lead {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0 0 24px;
}
.about-page .benefits__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.benefit-card__no {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0aa086;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    z-index: 1;
}
.benefit-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6;
}
.benefit-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.benefit-card__body {
    padding: 16px 16px 20px;
}
.benefit-card__title {
    font-size: 15px !important;
    font-weight: 700;
    color: #0aa086;
    margin: 0 0 8px !important;
    border: none !important;
    padding: 0 !important;
}
.benefit-card__desc {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.8;
    margin: 0;
}

/* ----- 加入メリット ----- */
.about-page .merit__image {
    margin: 16px 0 24px;
}
.about-page .merit__image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
.about-page .merit__example {
    background: #f7fbf9;
    border-left: 4px solid #0aa086;
    padding: 20px 24px;
    margin: 16px 0;
    border-radius: 0 8px 8px 0;
}
.about-page .merit__example p {
    margin: 0 0 12px;
    line-height: 1.9;
}
.about-page .merit__example p:last-child {
    margin-bottom: 0;
}
.about-page .merit__example-q {
    font-size: 15px;
    color: #1f2937;
}
.about-page .merit__highlight {
    color: #0aa086;
    font-size: 18px;
    font-weight: 700;
}
.about-page .merit__note {
    font-size: 13px !important;
    color: #6b7280;
}

/* ----- CASE1 ----- */
.about-page .case__box {
    background: #fff;
    border: 2px solid #0aa086;
    border-radius: 12px;
    padding: 24px;
    margin-top: 16px;
}
.about-page .case__row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    flex-wrap: wrap;
}
.about-page .case__row:last-of-type {
    border-bottom: none;
}
.about-page .case__label {
    background: #0aa086;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}
.about-page .case__value {
    font-size: 15px;
    color: #1f2937;
    font-weight: 700;
}
.about-page .case__value--highlight {
    font-size: 22px;
    color: #0aa086;
}
.about-page .case__detail {
    margin-top: 16px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
}
.about-page .case__detail p {
    margin: 0 0 8px;
}
.about-page .case__detail p:last-child {
    margin-bottom: 0;
}
.about-page .case__detail strong {
    color: #0aa086;
    font-size: 16px;
}
.about-page .case__small {
    font-size: 12px !important;
    color: #6b7280;
}

/* ----- 外部リンク ----- */
.about-page .external-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0aa086;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
}
.about-page .external-link__icon {
    font-size: 14px;
    color: #0aa086;
}

/* ----- 費用について ----- */
.about-page .cost__highlight {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    padding: 20px 24px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}
.about-page .cost__highlight p {
    margin: 0 0 8px;
}
.about-page .cost__highlight p:last-child {
    margin-bottom: 0;
}
.about-page .cost__highlight strong {
    color: #c2410c;
    font-size: 16px;
}
.about-page .cost__note {
    font-size: 13px !important;
    color: #4b5563;
}
.about-page .cost__list {
    margin: 12px 0;
    padding-left: 24px;
}
.about-page .cost__list li {
    margin-bottom: 6px;
    color: #4b5563;
    line-height: 1.7;
}
.about-page .cost__small {
    font-size: 12px !important;
    color: #6b7280;
}

/* ----- お申し込みの流れ ----- */
.about-page .flow__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}
.flow-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    position: relative;
}
.flow-step__num {
    background: #0aa086;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.flow-step__title {
    font-size: 15px !important;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px !important;
    border: none !important;
    padding: 0 !important;
}
.flow-step__desc {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}
.about-page .flow__note {
    margin-top: 16px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.7;
}

/* ----- ボトムCTA ----- */
.bottom-cta {
    margin-top: 64px !important;
    padding: 40px 24px;
    background: linear-gradient(135deg, #0aa086 0%, #088e76 100%);
    border-radius: 16px;
    text-align: center;
    color: #ffffff;
}
.bottom-cta__title {
    font-size: 22px !important;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 12px !important;
    border: none !important;
    padding: 0 !important;
}
.bottom-cta__lead {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin: 0 0 24px;
}
.bottom-cta__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.15s ease, background-color 0.15s ease;
}
.bottom-cta__btn--primary {
    background: #ffffff;
    color: #0aa086;
}
.bottom-cta__btn--primary:hover {
    background: #f3faf8;
    color: #0aa086;
    transform: translateY(-1px);
}
.bottom-cta__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.bottom-cta__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
}
.bottom-cta__arrow {
    transition: transform 0.15s ease;
}
.bottom-cta__btn:hover .bottom-cta__arrow {
    transform: translateX(3px);
}


/* =============================================================
   12. 特別加入制度ページ専用スタイル（template-special.php）
   ============================================================= */
.special-page section {
    margin-top: 48px;
}
.special-page section:first-of-type {
    margin-top: 16px;
}

.special-page h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #0aa086;
    line-height: 1.5;
    background: none;
    text-align: left;
}
.special-page h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 20px 0 10px;
    border-left: none;
    padding: 0;
    background: none;
}

.special-intro__lead {
    background: #f7fbf9;
    border-left: 4px solid #0aa086;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
}

.benefit-dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 20px 0;
}
.benefit-dl__item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 20px;
    transition: border-color 0.15s ease;
}
.benefit-dl__item:hover {
    border-color: #0aa086;
}
.benefit-dl__title {
    font-weight: 700;
    color: #0aa086;
    font-size: 15px;
    margin: 0 0 6px;
    padding-left: 12px;
    border-left: 3px solid #0aa086;
}
.benefit-dl__desc {
    margin: 0;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.8;
}

.leave-comp__list {
    margin: 16px 0;
    padding-left: 24px;
}
.leave-comp__list li {
    margin-bottom: 8px;
    color: #4b5563;
    line-height: 1.8;
}

.if-accident__step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
}
.if-accident__step h3 {
    font-size: 16px !important;
    color: #0aa086 !important;
    margin: 0 0 12px !important;
}
.special-page .alert {
    color: #dc2626;
    font-weight: 700;
}


/* =============================================================
   レスポンシブ調整（about / special）
   ============================================================= */
@media screen and (max-width: 768px) {
    .about-page section,
    .special-page section {
        margin-top: 40px;
    }
    .about-page h2,
    .special-page h2 {
        font-size: 19px;
    }
    .about-page .intro h1 {
        font-size: 22px;
    }
    .about-page .intro__lead {
        font-size: 13px;
    }
    .about-page .recognition__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .about-page .recognition__card {
        padding: 20px 16px;
    }
    .about-page .benefits__grid {
        grid-template-columns: 1fr;
    }
    .about-page .case__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .about-page .case__value--highlight {
        font-size: 18px;
    }
    .about-page .flow__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .about-page .merit__highlight {
        font-size: 16px;
    }
    .bottom-cta {
        padding: 32px 20px;
    }
    .bottom-cta__title {
        font-size: 18px !important;
    }
    .bottom-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .bottom-cta__btn {
        justify-content: center;
    }
}


/* =============================================================
   13. about: 対象となる方（3グループカード）
   ============================================================= */
.about-page .target__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 16px 0 24px;
}
.target-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.target-card:hover {
    transform: translateY(-2px);
    border-color: #0aa086;
    box-shadow: 0 6px 16px rgba(10, 160, 134, 0.08);
}
.target-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    background: #f3faf8;
    color: #0aa086;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.target-card__title {
    font-size: 15px !important;
    font-weight: 700;
    color: #0aa086;
    margin: 0 0 12px !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.5;
}
.target-card__list {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .about-page .target__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .target-card {
        padding: 20px 18px;
    }
    .target-card__title br {
        display: none;
    }
    .target-card__title {
        font-size: 14px !important;
    }
}


/* =============================================================
   14. 労災事故が起こったら（page-report.php）
   ============================================================= */
.report-page section {
    margin-top: 56px;
}
.report-page section:first-of-type {
    margin-top: 24px;
}

.report-page h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid #0aa086;
    line-height: 1.5;
    background: none;
    text-align: left;
}

.report-intro {
    background: #f7fbf9;
    border-left: 4px solid #0aa086;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 1.9;
    color: #1f2937;
}

/* ----- 5ステップの流れ ----- */
.report-steps {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    counter-reset: report-step;
}
.report-step {
    list-style: none !important;
    margin: 0 0 20px !important;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.report-step:hover {
    border-color: #d3ede4;
    box-shadow: 0 4px 12px rgba(10, 160, 134, 0.04);
}

.report-step__head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f7fbf9;
    border-bottom: 1px solid #e5e7eb;
}
.report-step__num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #0aa086;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 2px 4px rgba(10, 160, 134, 0.2);
}
.report-step__title {
    font-size: 17px !important;
    font-weight: 700;
    color: #1f2937;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.4;
}

.report-step__body {
    padding: 18px 24px 20px;
}
.report-step__lead {
    font-size: 15px;
    margin: 0 0 12px;
    color: #0aa086;
    line-height: 1.7;
}
.report-step__list {
    counter-reset: substep;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.report-step__list > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #4b5563;
    font-size: 14px;
    counter-increment: substep;
}
.report-step__list > li::before {
    content: counter(substep);
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: #f3faf8;
    color: #0aa086;
    border: 1px solid #d3ede4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.report-step__desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0;
}
.report-step__note {
    margin-top: 14px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 6px;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.8;
    border-left: 2px solid #9ca3af;
}

/* ----- フォームエリア ----- */
.report-form__notes {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 14px 20px;
    border-radius: 0 8px 8px 0;
    margin: 0 0 24px;
}
.report-form__notes ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.report-form__notes li {
    margin-bottom: 6px;
    color: #78350f;
    font-size: 13px;
    line-height: 1.7;
}
.report-form__notes li:last-child {
    margin-bottom: 0;
}

.report-form__cf7 {
    margin-top: 24px;
}

/* CF7 のスタイル微調整（フォームを壊さない範囲で） */
.report-form__cf7 .wpcf7-form {
    /* CF7 デフォルトのスタイルを尊重しつつ、軽く整える */
}
.report-form__cf7 label {
    display: block;
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
    margin: 16px 0 6px;
    line-height: 1.6;
}
.report-form__cf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 8px;
}
.report-form__cf7 input[type="text"],
.report-form__cf7 input[type="email"],
.report-form__cf7 input[type="tel"],
.report-form__cf7 input[type="date"],
.report-form__cf7 input[type="number"],
.report-form__cf7 input[type="url"],
.report-form__cf7 select,
.report-form__cf7 textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.report-form__cf7 input[type="text"]:focus,
.report-form__cf7 input[type="email"]:focus,
.report-form__cf7 input[type="tel"]:focus,
.report-form__cf7 input[type="date"]:focus,
.report-form__cf7 input[type="number"]:focus,
.report-form__cf7 input[type="url"]:focus,
.report-form__cf7 select:focus,
.report-form__cf7 textarea:focus {
    outline: none;
    border-color: #0aa086;
    box-shadow: 0 0 0 3px rgba(10, 160, 134, 0.12);
}
.report-form__cf7 textarea {
    min-height: 100px;
    resize: vertical;
}
.report-form__cf7 .wpcf7-list-item {
    display: inline-block;
    margin: 4px 16px 4px 0;
}
.report-form__cf7 input[type="radio"],
.report-form__cf7 input[type="checkbox"] {
    margin-right: 6px;
}
.report-form__cf7 .wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.report-form__cf7 .wpcf7-response-output {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
}
.report-form__cf7 .wpcf7-validation-errors,
.report-form__cf7 .wpcf7-acceptance-missing {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #b91c1c;
}
.report-form__cf7 .wpcf7-mail-sent-ok {
    border-color: #86efac;
    background: #f0fdf4;
    color: #15803d;
}
.report-form__cf7 input[type="submit"] {
    background: #0aa086;
    color: #ffffff;
    padding: 14px 36px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 4px rgba(10, 160, 134, 0.2);
}
.report-form__cf7 input[type="submit"]:hover {
    background: #088e76;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(10, 160, 134, 0.3);
}
.report-form__cf7 input[type="submit"]:disabled {
    background: #9ca3af;
    cursor: wait;
    transform: none;
    box-shadow: none;
}

/* ----- 注意事項 ----- */
.report-cautions__list {
    background: #ffffff;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 20px 24px 20px 44px;
    margin: 0;
    counter-reset: caution;
    list-style: none;
}
.report-cautions__list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #4b5563;
    font-size: 14px;
    counter-increment: caution;
    list-style: none;
}
.report-cautions__list li:last-child {
    margin-bottom: 0;
}
.report-cautions__list li::before {
    content: counter(caution);
    position: absolute;
    left: -28px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

/* ----- レスポンシブ ----- */
@media screen and (max-width: 768px) {
    .report-page section {
        margin-top: 40px;
    }
    .report-page h2 {
        font-size: 19px;
    }
    .report-step__head {
        padding: 14px 16px;
        gap: 12px;
    }
    .report-step__num {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
    .report-step__title {
        font-size: 15px !important;
    }
    .report-step__body {
        padding: 16px 18px 18px;
    }
    .report-form__notes {
        padding: 12px 16px;
    }
    .report-form__notes li {
        font-size: 12px;
    }
    .report-cautions__list {
        padding: 16px 20px 16px 40px;
    }
    .report-cautions__list li {
        font-size: 13px;
    }
}


/* =============================================================
   15. お問い合わせ（page-contact.php）
   ============================================================= */
.contact-page section {
    margin-top: 40px;
}
.contact-page section:first-of-type {
    margin-top: 24px;
}

.contact-page h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #0aa086;
    line-height: 1.5;
    background: none;
    text-align: left;
}

.contact-intro {
    background: #f7fbf9;
    border-left: 4px solid #0aa086;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 1.9;
    color: #1f2937;
}

/* ----- 直接連絡用カード（2カラム） ----- */
.contact-channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
.contact-channel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 22px;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-channel:hover {
    transform: translateY(-2px);
    border-color: #0aa086;
    box-shadow: 0 6px 16px rgba(10, 160, 134, 0.06);
}
.contact-channel__icon {
    width: 52px;
    height: 52px;
    background: #f3faf8;
    color: #0aa086;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.contact-channel__title {
    font-size: 14px !important;
    font-weight: 700;
    color: #6b7280;
    margin: 0 0 8px !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.5;
}
.contact-channel__main {
    font-size: 22px;
    font-weight: 700;
    color: #0aa086;
    margin: 0 0 6px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.contact-channel__main a {
    color: #0aa086;
    text-decoration: none;
}
.contact-channel__main a:hover {
    text-decoration: underline;
}
.contact-channel__sub {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* ----- 労災事故の案内 ----- */
.contact-notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 22px;
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 0 8px 8px 0;
    margin: 32px 0;
}
.contact-notice__icon {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    margin-top: 2px;
}
.contact-notice__body {
    flex: 1;
}
.contact-notice__title {
    font-size: 15px !important;
    font-weight: 700;
    color: #78350f !important;
    margin: 0 0 6px !important;
    border: none !important;
    padding: 0 !important;
}
.contact-notice__body p {
    margin: 0;
    color: #78350f;
    font-size: 13px;
    line-height: 1.8;
}
.contact-notice__body a {
    color: #b45309;
    text-decoration: underline;
    font-weight: 700;
}
.contact-notice__body a:hover {
    color: #92400e;
}

/* ----- お問い合わせフォーム ----- */
.contact-form__lead {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin: 0 0 20px;
}
.contact-form__cf7 {
    margin-top: 20px;
}

/* CF7 のスタイル統一（report と同じ） */
.contact-form__cf7 label {
    display: block;
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
    margin: 16px 0 6px;
    line-height: 1.6;
}
.contact-form__cf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 8px;
}
.contact-form__cf7 input[type="text"],
.contact-form__cf7 input[type="email"],
.contact-form__cf7 input[type="tel"],
.contact-form__cf7 input[type="url"],
.contact-form__cf7 select,
.contact-form__cf7 textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form__cf7 input[type="text"]:focus,
.contact-form__cf7 input[type="email"]:focus,
.contact-form__cf7 input[type="tel"]:focus,
.contact-form__cf7 input[type="url"]:focus,
.contact-form__cf7 select:focus,
.contact-form__cf7 textarea:focus {
    outline: none;
    border-color: #0aa086;
    box-shadow: 0 0 0 3px rgba(10, 160, 134, 0.12);
}
.contact-form__cf7 textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-form__cf7 .wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.contact-form__cf7 .wpcf7-response-output {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
}
.contact-form__cf7 .wpcf7-validation-errors {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #b91c1c;
}
.contact-form__cf7 .wpcf7-mail-sent-ok {
    border-color: #86efac;
    background: #f0fdf4;
    color: #15803d;
}
.contact-form__cf7 input[type="submit"] {
    background: #0aa086;
    color: #ffffff;
    padding: 14px 48px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 4px rgba(10, 160, 134, 0.2);
    min-width: 240px;
}
.contact-form__cf7 input[type="submit"]:hover {
    background: #088e76;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(10, 160, 134, 0.3);
}
.contact-form__cf7 input[type="submit"]:disabled {
    background: #9ca3af;
    cursor: wait;
    transform: none;
    box-shadow: none;
}

/* ----- レスポンシブ ----- */
@media screen and (max-width: 768px) {
    .contact-page h2 {
        font-size: 19px;
    }
    .contact-channels {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .contact-channel {
        padding: 20px 18px;
    }
    .contact-channel__main {
        font-size: 20px;
    }
    .contact-notice {
        padding: 14px 18px;
        gap: 12px;
    }
    .contact-form__cf7 input[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}
