/* =========================
   指導方針ページ
========================= */

.policy-page-hero {
    padding: 140px 0 64px;
    background: #f8fafc;
}

.policy-page-title {
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #0F2D5C;
    text-align: center;
    margin-bottom: 56px;
}

.policy-page-lead {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.2;
    color: #374151;
}

.policy-page-lead p {
    margin-bottom: 1.5em;
}

.policy-page-pillars {
    padding: 72px 0 90px;
    background: #ffffff;
}

.policy-page-pillar {
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-left: 4px solid rgba(47, 79, 122, 0.55);
    border-radius: 18px;
    padding: 48px 52px;
    margin-bottom: 42px;
    box-shadow: 0 12px 30px rgba(15, 45, 92, 0.06);
}

.policy-page-pillar:last-child {
    margin-bottom: 0;
}

.policy-page-pillar__number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #2F4F7A;
    margin-bottom: 12px;
}

.policy-page-pillar h2 {
    font-size: 30px;
    line-height: 1.6;
    color: #0F2D5C;
    margin-bottom: 28px;
}

.policy-page-pillar p {
    font-size: 18px;
    line-height: 2;
    color: #374151;
    margin-bottom: 1.4em;
}

.policy-page-pillar ul {
    margin: 24px 0;
    padding-left: 1.5em;
}

.policy-page-pillar li {
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.policy-page-cta {
    background: #f8fafc;
    text-align: center;
}

/* 対話説明セクション */
.policy-page-pillars + .policy-page-cta {
    padding: 88px 0 28px;
    text-align: left;
}

.policy-page-pillars + .policy-page-cta h2 {
    text-align: center;
    margin-bottom: 36px;
}

.policy-page-pillars + .policy-page-cta p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* 最終CTAセクション */
.policy-page-cta + .policy-page-cta {
    padding: 28px 0 112px;
}

.policy-page-cta + .policy-page-cta .container {
    max-width: 760px;
    padding: 56px 64px 60px;
    background: #ffffff;
    border: 1px solid rgba(30, 58, 95, 0.14);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(15, 45, 92, 0.08);
}

.policy-page-cta h2 {
    font-size: 34px;
    line-height: 1.6;
    color: #0F2D5C;
    margin-bottom: 24px;
}

.policy-page-cta p {
    font-size: 18px;
    line-height: 2;
    color: #374151;
    margin-bottom: 32px;
}

.policy-page-cta__button {
    display: inline-block;
    margin-top: 6px;
    padding: 16px 44px;
    background: #0F2D5C;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 12px 26px rgba(15, 45, 92, 0.22);
}

.policy-page-cta__button:hover {
    opacity: 0.9;
}

.policy-page-related-links {
    max-width: 760px;
    margin: 48px auto 0;
    padding-top: 24px;
    border-top: 1px solid #dbe3ee;
}

.policy-page-related-links p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 2;
    color: #374151;
}

.policy-page-related-links ul {
    display: flex;
    gap: 28px;
    padding-left: 0;
    list-style: none;
}

.policy-page-related-links li {
    font-size: 16px;
}

.policy-page-related-links a {
    color: #1e3a5f;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
}