/* ============================================
   キャリアページ（career.php）ページ固有スタイル
   ※ 共通コンポーネント（h2-title, highlight-panel, accent-cta 等）は components.css に定義
   チケット: ESP_SOKA-410
   ============================================ */

/* --- インタレストカード タイトル高さ正規化（可変長タイトルによるズレ防止）--- */
.career-news-slider .interest-card__title,
.career-alumni-slider .interest-card__title {
    min-height: 37px; /* font-size:14px × line-height:1.3 × 2行（高さ揃え用） */
}
.highlight-panel__footer p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin: 0;
}
.video-group {
    padding: 24px 16px;
    margin: 0 -16px 34px;
    background: #F6F9DC;
}
.video-group__title {
    font-size: 17px;
    margin-bottom: 24px;
}
.instagram-card:not(:last-child) {
    margin-bottom: 40px;
}
.links:not(:last-child) {
    margin-bottom: 40px;
}
.h2-title--shape-pink::before {
    width: 49px;
    height: 43px;
    top: -27px;
    right: -27px;
}
.h2-title--shape-orange::before {
    width: 66px;
    height: 50px;
    top: -27px;
    right: -26px;
}
.h2-title--shape-yellow::before {
    width: 46px;
    height: 32px;
    top: -15px;
    right: -9px;
}