/* 士業会 専用ページ CSS (本体style.css + fudosan-kai/style.css の後に読み込まれる) */

/* ===== ヒーロー (士業用、図書館写真にダークブラウン×ゴールドのオーバーレイ) ===== */
.hero-shigyo {
    background:
        linear-gradient(135deg, rgba(28, 18, 10, 0.82), rgba(48, 32, 18, 0.72) 50%, rgba(75, 55, 30, 0.65)),
        url('/images/shigyo-hero-bg.jpg') center/cover no-repeat !important;
}
.hero-shigyo::before {
    background: radial-gradient(ellipse at top right, rgba(197, 165, 114, 0.25), transparent 60%) !important;
}

/* 共同主催 紹介文中のリンク */
.fudosan-host-bio a,
.shigyo-link {
    color: var(--accent-gold);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dotted var(--accent-gold);
}
.fudosan-host-bio a:hover,
.shigyo-link:hover {
    color: #B8935A;
}
