@charset "UTF-8";
/* =========================================================
   renewal.css
   リクルートサイト・リニューアルデモ用の追加スタイル。
   既存 recruit.css の「後」に読み込む前提。
   既存クラスとの衝突を避けるため、すべて renewal- 接頭辞。
   背景画像は本ファイル(css/recruit/)からの相対パスで参照。
   ========================================================= */

:root {
    /* 暖色グラデ基調（オレンジ→ピンク。採用サイトらしい躍動感） */
    --renewal-navy: #33202c;      /* dark系の用途を暖色の深い色に */
    --renewal-blue: #ff5a7e;
    --renewal-cyan: #ff9e4d;
    --renewal-accent: #ff5a3c;
    --renewal-ink: #3a2530;
    --renewal-paper: #fff5f2;
}

/* ---------------------------------------------------------
   A. ヒーロー（採用メッセージ主体）
   --------------------------------------------------------- */
.renewal-hero {
    position: relative;
    width: 100%;
    min-height: 56vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 暖色グラデーション（オレンジ→ピンク）。文字は流れるティッカーだけ。 */
    background-color: #ff5a6e;
    background-image: linear-gradient(135deg, #ff7a33 0%, #ff4f6e 55%, #ff77a0 100%);
}

.renewal-hero__inner {
    position: relative;
    z-index: 2;
    width: min(92%, 1080px);
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.renewal-hero__tag {
    display: inline-block;
    font-size: 0.82rem;
    letter-spacing: 0.34em;
    font-weight: 700;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    margin-bottom: 28px;
}

.renewal-hero__catch {
    font-size: clamp(1.5rem, 4.6vw, 3.5rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0 0 24px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

/* 指定位置でのみ改行（各行は内部で折り返さない） */
.renewal-hero__catch .line {
    display: block;
    white-space: nowrap;
}

.renewal-hero__catch .accent {
    /* 暖色グラデに映える明るいイエローの強調 */
    color: #ffe24d;
    text-shadow: 0 2px 14px rgba(120, 20, 50, 0.35);
}

.renewal-hero__lead {
    font-size: clamp(0.95rem, 1.6vw, 1.18rem);
    line-height: 2;
    max-width: 720px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.92);
}

.renewal-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.renewal-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 240px;
    justify-content: center;
    padding: 18px 34px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.renewal-btn--primary {
    background-color: #fff;
    color: #e23e5e;
    box-shadow: 0 10px 28px rgba(120, 20, 50, 0.28);
}

.renewal-btn--primary:hover {
    background-color: #fff0f3;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(120, 20, 50, 0.38);
}

.renewal-btn--ghost {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
}

.renewal-btn--ghost:hover {
    background-color: #fff;
    color: var(--renewal-navy);
    transform: translateY(-3px);
}

.renewal-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
}

.renewal-hero__scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    margin: 12px auto 0;
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    animation: renewal-scroll 1.8s ease-in-out infinite;
}

@keyframes renewal-scroll {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------------------------------------------------------
   A-2. ヒーロー背景：学生たちの声（全幅フロー＋空白リズム）
   各レーンは端から端まで流れ切る（途中で切れない）。
   フレーズ間に大きな空白を入れ、1つ流れたら同じレーンはしばらく空く＝リズム。
   横=全幅で左右に流れる／縦=左右端で縦書きで上下に流れる。大きさ違いでリズム。
   各レーンは内容を2回並べ -50% 移動で継ぎ目なくループ。
   メインコピー(.renewal-hero__inner = z-index:2)より下、背景より上(z-index:1)。
   --------------------------------------------------------- */
.renewal-hero__ticker {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.renewal-ticker-row,
.renewal-ticker-col {
    position: absolute;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.14);
    white-space: nowrap;
    will-change: transform;
}

/* 横レーン（全幅・左右に流れる） */
.renewal-ticker-row {
    display: flex;
    width: max-content;
    left: 0;
}
.renewal-ticker-row .seg { padding-inline-end: 34vw; } /* フレーズ間の空白（リズム） */
.renewal-ticker-row--left  { animation: ticker-left  var(--spd, 38s) linear infinite; }
.renewal-ticker-row--right { animation: ticker-right var(--spd, 38s) linear infinite; }

/* 縦レーン（左右端・縦書きで上下に流れる） */
.renewal-ticker-col {
    writing-mode: vertical-rl;
    height: max-content;
    top: 0;
}
.renewal-ticker-col .seg { padding-inline-end: 34vh; } /* 縦のフレーズ間の空白 */
.renewal-ticker-col--down { animation: ticker-down var(--spd, 42s) linear infinite; }
.renewal-ticker-col--up   { animation: ticker-up   var(--spd, 42s) linear infinite; }

/* 大きさ（リズム用） */
.renewal-hero__ticker .is-xl { font-size: clamp(2.4rem, 8vw, 5.6rem);   color: rgba(255, 255, 255, 0.18); }
.renewal-hero__ticker .is-lg { font-size: clamp(1.9rem, 6vw, 4.2rem);   color: rgba(255, 255, 255, 0.15); }
.renewal-hero__ticker .is-md { font-size: clamp(1.5rem, 4.4vw, 3rem);   color: rgba(255, 255, 255, 0.13); }
.renewal-hero__ticker .is-sm { font-size: clamp(1.1rem, 3.2vw, 2.1rem); color: rgba(255, 255, 255, 0.11); }

@keyframes ticker-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes ticker-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes ticker-down  { from { transform: translateY(-50%); } to { transform: translateY(0); } }
@keyframes ticker-up    { from { transform: translateY(0); }    to { transform: translateY(-50%); } }

/* 動きを減らす設定の人には静止表示（アクセシビリティ配慮） */
@media (prefers-reduced-motion: reduce) {
    .renewal-ticker-row,
    .renewal-ticker-col { animation: none; }
}

/* スマホでは縦レーンを隠してすっきり */
@media (max-width: 768px) {
    .renewal-ticker-col { display: none; }
}

/* ---------------------------------------------------------
   B. RECRUIT MAGAZINE 帯（マガジン内包ゾーン）
   --------------------------------------------------------- */
.renewal-magazine {
    position: relative;
    margin-top: 80px;
    padding: 72px 0 88px;
    background-color: var(--renewal-paper);
}

/* 上辺の斜めアクセント */
.renewal-magazine::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--renewal-blue), var(--renewal-accent));
}

.renewal-magazine__head {
    width: min(92%, 1100px);
    margin: 0 auto 48px;
    text-align: center;
}

.renewal-magazine__label {
    display: inline-block;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--renewal-navy);
    line-height: 1.1;
}

.renewal-magazine__label .accent {
    color: var(--renewal-accent);
}

.renewal-magazine__sub {
    display: block;
    margin-top: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    font-weight: 700;
    color: var(--renewal-blue);
}

.renewal-magazine__lead {
    max-width: 680px;
    margin: 20px auto 0;
    font-size: 0.96rem;
    line-height: 2;
    color: var(--renewal-ink);
}

/* 帯の中に並ぶ既存 block セクションの余白調整 */
.renewal-magazine .block {
    margin-top: 56px;
}

.renewal-magazine .block:first-of-type {
    margin-top: 0;
}

/* もっと見る CTA */
.renewal-magazine__more {
    width: min(92%, 1100px);
    margin: 64px auto 0;
    text-align: center;
}

.renewal-magazine__more a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    border-radius: 999px;
    background-color: var(--renewal-navy);
    color: #fff;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.renewal-magazine__more a:hover {
    transform: translateY(-3px);
    background-color: var(--renewal-blue);
}

/* ---------------------------------------------------------
   C. マガジンハブ（page-magazine.php）
   --------------------------------------------------------- */
.renewal-maghub {
    width: min(92%, 1120px);
    margin: 40px auto 80px;
}

.renewal-maghub__head {
    text-align: center;
    margin-bottom: 48px;
}

.renewal-maghub__title {
    font-size: clamp(1.9rem, 5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--renewal-navy);
}

.renewal-maghub__title .accent {
    color: var(--renewal-accent);
}

.renewal-maghub__lead {
    max-width: 680px;
    margin: 18px auto 0;
    font-size: 0.96rem;
    line-height: 2;
    color: var(--renewal-ink);
}

.renewal-maghub__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.renewal-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(11, 31, 58, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.renewal-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.renewal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(11, 31, 58, 0.16);
}

.renewal-card__thumb {
    aspect-ratio: 16 / 10;
    width: 100%;
    object-fit: cover;
    display: block;
    background: #dce4ef;
}

.renewal-card__body {
    padding: 18px 20px 22px;
}

.renewal-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.renewal-card__tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--renewal-blue);
    background: rgba(31, 95, 191, 0.1);
    border-radius: 999px;
    padding: 3px 10px;
}

.renewal-card__date {
    font-size: 0.74rem;
    color: #7a8aa0;
    margin-left: auto;
}

.renewal-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--renewal-ink);
}

.renewal-maghub__empty {
    text-align: center;
    padding: 60px 0;
    color: #7a8aa0;
}

/* ---------------------------------------------------------
   レスポンシブ
   --------------------------------------------------------- */
@media (max-width: 768px) {
    .renewal-hero {
        min-height: 50vh;
    }

    .renewal-hero__inner {
        padding: 32px 0;
    }

    /* スマホでもボタンは小さいまま2列（横並び）に保つ */
    .renewal-hero__cta {
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 16px;
    }

    .renewal-btn {
        min-width: 0;
        flex: 1 1 0;
        padding: 13px 8px;
        font-size: 0.86rem;
        gap: 6px;
        letter-spacing: 0.02em;
    }

    .renewal-magazine {
        margin-top: 56px;
        padding: 52px 0 64px;
    }

    .renewal-maghub__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .renewal-hero__scroll {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .renewal-maghub__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---------------------------------------------------------
   C-2. ヒーロー下を完全な白に
   既存テーマの薄グレー #f1f2ee を白へ上書き（renewal.css は最後に読込）。
   --------------------------------------------------------- */
body { background-color: #fff; }
.card-section { background-color: #fff !important; }
.hover .content-title .content0 .hover-boxs { background: #fff !important; }
.hover .content0:nth-child(1) { background-color: #fff; }

/* ---------------------------------------------------------
   C-3. About: Messageタイル(content1)ホバー時の背景画像
   src/about/message.jpg を背景に。文字可読性のため薄暗いレイヤーを重ねる。
   --------------------------------------------------------- */
.content-block .content-bg1 {
    background-image: linear-gradient(rgba(8, 24, 48, 0.42), rgba(8, 24, 48, 0.42)), url("../../src/img/Galaxia_recruit.png");
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------------
   C-4. About: Futureタイル(content2)ホバー時の背景画像
   --------------------------------------------------------- */
.content-block .content-bg2 {
    background-image: linear-gradient(rgba(8, 24, 48, 0.42), rgba(8, 24, 48, 0.42)), url("../../src/img/gakaxia_recruit2.png");
    background-size: cover;
    background-position: 65% center;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* ---------------------------------------------------------
   C-5. About: Cultureタイル(content3)ホバー時の背景画像
   --------------------------------------------------------- */
.content-block .content-bg3 {
    background-image: linear-gradient(rgba(8, 24, 48, 0.42), rgba(8, 24, 48, 0.42)), url("../../src/img/Galaxia_recruit3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* ---------------------------------------------------------
   C-6. About: ホバー写真3枚にフィルター（AIっぽさ低減）
   色調補正（彩度↓・コントラスト↑・部分グレースケール）＋フィルム粒子(グレイン)。
   --------------------------------------------------------- */
.content-block .content-bg1,
.content-block .content-bg2,
.content-block .content-bg3 {
    filter: grayscale(0.28) saturate(0.82) contrast(1.08) brightness(0.97);
}
.content-block .content-bg1::after,
.content-block .content-bg2::after,
.content-block .content-bg3::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.11;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------------------------------------------------------
   C-7. About: 白パネル(content-block)の不透明度を少し上げる
   --------------------------------------------------------- */
.hover1 .content-block { background-color: rgba(255, 255, 255, 0.34) !important; }

/* ---------------------------------------------------------
   C-8. Work(hover2.is-spotlight): 6カード スポットライト演出
   コーポレート(galaxia3)の動きを移植（動画は除外し、地色は濃紺）。
   ・中央への移動＆拡大は is-active のときだけ（nth-childで固定transform）→境界チラつき無し
   ・選択カードは前面の白カード、他カードは沈めて地色を見せる
   --------------------------------------------------------- */
.is-spotlight .content-mov { position: relative; background: #0b1020; isolation: isolate; }
/* 動画は使わない代わりに、薄い暗幕で奥行きを出す */
.is-spotlight .filter { opacity: 0.22; background-color: rgba(8, 12, 24, 0.5); }

/* カード：選択時のみ動く。GPU合成で滑らかに */
.is-spotlight .content-mov .content {
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), z-index 0s;
    transform-origin: center center;
    border-color: #707070;
    will-change: transform;
}
/* 平常時：白い長方形カードを隙間なく敷き詰め */
.is-spotlight .content-mov .content .hover-boxs {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: opacity 0.4s ease, box-shadow 0.4s ease, border-radius 0.4s ease;
}
.is-spotlight .content-mov .content .hover-boxs .h2,
.is-spotlight .content-mov .content .hover-boxs .h3 { color: #0e1424; }

/* 罫線を全カード一定に（テーマCSSの nth-child 個別指定で上下の罫線が不揃いになる問題を解消） */
.is-spotlight.hover2 .content-mov .content { border: 1px solid #e3e3e3 !important; }
.is-spotlight.hover2 .content-mov .content.is-active { border-color: transparent !important; }

/* 選択（is-active）時：角丸＋影で前面に浮く、クリアな白カード（本体も白で角に地色が出ない）。 */
.is-spotlight .content-mov .content.is-active { z-index: 20; border-color: transparent; background: #ffffff; border-radius: 16px; }
.is-spotlight .content-mov .content.is-active .hover-boxs {
    background: #ffffff;
    border-radius: 16px;
    opacity: 1;
}
/* 選択中は他カードを沈めて地色を見せる */
.is-spotlight .content-mov.has-active .content:not(.is-active) .hover-boxs { opacity: 0.18; }

/* 既存の汎用ホバーCSS（:hover でサイズ縮小）を打ち消し、移動中もサイズ一定に保つ */
.is-spotlight.hover2 .content-mov .content .hover-boxs,
.is-spotlight.hover2 .content-mov .content:hover .hover-boxs {
    width: 100%;
    height: 100%;
}
.is-spotlight.hover2 .content-mov .content.is-active .hover-boxs,
.is-spotlight.hover2 .content-mov .content.is-active:hover .hover-boxs {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    /* 汎用ホバーCSS(rgba白)に勝たせ、確実に純白にする */
    background: #ffffff !important;
    background-image: none !important;
}
/* 中央カードの文字は黒 */
.is-spotlight.hover2 .content-mov .content.is-active .hover-boxs .h2,
.is-spotlight.hover2 .content-mov .content.is-active .hover-boxs .h3 {
    color: #111111 !important;
    opacity: 1 !important;
}

/* 選択カードを中央へ移動＋拡大（is-active のみ）。PC=3列×2段 */
@media (min-width: 701px) {
    .is-spotlight .content-mov .content.is-active:nth-child(1) { transform: translate(100%, 50%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(2) { transform: translate(0, 50%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(3) { transform: translate(-100%, 50%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(4) { transform: translate(100%, -50%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(5) { transform: translate(0, -50%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(6) { transform: translate(-100%, -50%) scale(1.3); }
}
/* スマホ=2列×3段 */
@media (max-width: 700px) {
    .is-spotlight .content-mov .content.is-active:nth-child(1) { transform: translate(50%, 100%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(2) { transform: translate(-50%, 100%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(3) { transform: translate(50%, 0) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(4) { transform: translate(-50%, 0) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(5) { transform: translate(50%, -100%) scale(1.3); }
    .is-spotlight .content-mov .content.is-active:nth-child(6) { transform: translate(-50%, -100%) scale(1.3); }
}

/* C-10 / C-10b（動画版時代の残骸：暗グラデ背景・白文字・text-shadow）は
   スポットライト移植に伴い不要のため削除。中央カードは C-8 の純白＋黒文字で統一。 */

/* ---------------------------------------------------------
   C-11. WORK見出し(Info画像)のサイズをNews/Course相当に（巨大化の抑制）
   .h2-plus 外にあり高さ制約が無いため、明示的に指定。
   --------------------------------------------------------- */
.hover2 .content-title .content0 .h2-img {
    height: 40px !important;
    width: auto !important;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .hover2 .content-title .content0 .h2-img { height: 26px !important; }
}

/* ---------------------------------------------------------
   C-12. News をポップなカードグリッドに（暖色基調）
   --------------------------------------------------------- */
.news-feed-section .popnews {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.popnews__card { list-style: none; }
.popnews__card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(120, 40, 60, 0.10);
    transition: transform .25s ease, box-shadow .25s ease;
}
.popnews__card a:hover { transform: translateY(-7px); box-shadow: 0 20px 46px rgba(120, 40, 60, 0.18); }
.popnews__thumb {
    display: block;
    aspect-ratio: 16 / 10;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ffe9ef;
}
.popnews__body { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 20px; flex: 1; }
.popnews__meta { display: flex; align-items: center; gap: 10px; }
.popnews__tag {
    font-size: .72rem; font-weight: 800; color: #fff;
    border-radius: 999px; padding: 4px 12px; letter-spacing: .02em;
    background: linear-gradient(135deg, #ff7a33, #ff4f6e);
}
.popnews__date { font-size: .76rem; color: #9a8a90; margin-left: auto; }
.popnews__title {
    font-size: 1rem; font-weight: 700; line-height: 1.6; color: #2e1a24;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.popnews__more { margin-top: auto; font-size: .8rem; font-weight: 700; color: #e23e5e; }
/* タグの色をカードごとに変えてポップに */
.popnews__card.c1 .popnews__tag { background: linear-gradient(135deg, #ff7a33, #ff4f6e); }
.popnews__card.c2 .popnews__tag { background: linear-gradient(135deg, #ff4f6e, #ff77a0); }
.popnews__card.c3 .popnews__tag { background: linear-gradient(135deg, #ffb13d, #ff7a33); }
.popnews__card.c0 .popnews__tag { background: linear-gradient(135deg, #a05cff, #ff5a8c); }
@media (min-width: 901px) and (max-width: 1100px) {
    .news-feed-section .popnews { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .news-feed-section .popnews { grid-template-columns: 1fr; gap: 18px; }
}

/* ---------------------------------------------------------
   C-13. News見出し：左寄せ＋カードに近づける＋下に長いライン
   --------------------------------------------------------- */
.news-feed-section .h2-plus {
    text-align: left;
    width: min(100%, 1120px);
    margin: 0 auto 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid #ecd5db;
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   C-14. Course見出しも左寄せ＋下に長いライン（Newsと統一）
   --------------------------------------------------------- */
.logo-section .h2-plus,
.about-section .h2-plus,
.smart-section .h2-plus {
    text-align: left;
    width: min(100%, 1120px);
    margin: 0 auto 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid #ecd5db;
    box-sizing: border-box;
}
