/* 事業所概要ページ モバイル向けスタイル */

@media (max-width: 640px) {
    /* ごあいさつカード */
    .about-greeting-card {
        padding: 1.5rem 1rem;
        margin: 0 auto 2rem;
    }

    .about-greeting-intro {
        gap: 0.3rem;
    }

    .about-intro-top {
        font-size: 0.9rem;
    }

    .about-intro-main {
        font-size: 1.1rem;
    }

    .about-greeting-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    /* プロフィールカード */
    .about-profile-card,
    .about-office-card {
        padding: 1.5rem 1rem;
        margin: 0 auto 2rem;
    }

    .about-profile-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .about-profile-name {
        font-size: 1.1rem;
    }

    /* プロフィールテーブル */
    .about-profile-table {
        margin-top: 0.8rem;
    }

    .about-profile-table th {
        width: 35%;
        font-size: 0.85rem;
        padding: 0.6rem 0.5rem;
    }

    .about-profile-table td {
        font-size: 0.85rem;
        padding: 0.6rem 0.5rem;
    }
}

@media (max-width: 480px) {
    /* さらに小さい画面向け */
    .about-greeting-card,
    .about-profile-card,
    .about-office-card {
        padding: 1.2rem 0.8rem;
    }

    .about-profile-title {
        font-size: 1.2rem;
    }

    .about-profile-name {
        font-size: 1rem;
    }

    .about-profile-table th,
    .about-profile-table td {
        font-size: 0.8rem;
        padding: 0.5rem 0.4rem;
    }

    .about-intro-top {
        font-size: 0.85rem;
    }

    .about-intro-main {
        font-size: 1rem;
    }

    .about-greeting-text {
        font-size: 0.85rem;
    }
}
