@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;

    color: #222;
    background: #ffffff;
    line-height: 2;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.narrow {
    max-width: 700px;
}

/* ------------------
   Header
------------------ */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header__inner {
    height: 100%;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header__logo img {
    height: 44px;
    width: auto;
    display: block;
}

.site-header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.site-header__label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #27364a;
    white-space: nowrap;
}

@media screen and (min-width: 769px) {
    .site-header__label {
        transform: translateY(8px);
    }
}

.global-nav {
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.global-nav a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.global-nav__contact {
    margin-right: 0;
}


/* -------------------
FV
------------------- */

.fv {
    padding: 162px 0 0;
    background:
        repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.45) 0px,
            rgba(255, 255, 255, 0.45) 1px,
            transparent 1px,
            transparent 34px),
        repeating-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.35) 0px,
            rgba(255, 255, 255, 0.35) 1px,
            transparent 1px,
            transparent 34px),
        linear-gradient(180deg,
            #e2ebf3 0%,
            #e6edf4 60%,
            #e8eff5 100%);
    padding-bottom: 50px;
    position: relative;
}



.fv-labels {
    position: absolute;
    top: 88px;
    right: 80px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.fv-labels span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(28, 49, 80, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #1c3150;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.fv-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.fv-copy {
    flex: 0 0 820px;
}


.fv-title {
    font-size: 60px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #111827;
    margin-bottom: 56px;

    font-family:
        "HG教科書体",
        "HGP教科書体",
        "UD デジタル 教科書体 N-R",
        serif;
}

.fv-accent-line {
    width: 300px;
    height: 3px;
    background: #2F4F7A;
    margin-bottom: 40px;
}

.fv-subtitle {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #374151;
    margin-bottom: 40px;
    font-family:
        "Yu Mincho",
        "游明朝",
        serif;
}

.fv-text {
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.fv-line-name {
    display: inline-flex;
    align-items: center;
}

.fv-line-name::after {
    content: "";
    display: block;
    width: 40px;
    /* 長さ調整 */
    height: 1px;
    background: currentColor;
    margin-left: 4px;
}

.fv-text p {
    margin-bottom: 20px;
}

.fv-text p:last-child {
    margin-bottom: 0;
}

.fv-profile {
    margin-top: 40px;
}

.fv-visual {
    flex: 0 0 420px;
    margin-top: 150px;
    margin-left: -120px;
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.fv-visual img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 16px;

    box-shadow:
        -30px 18px 40px rgba(255, 255, 255, 0.35),
        -8px 12px 30px rgba(15, 23, 42, 0.12);
}


/* -------------------
SECTION
------------------- */

section {
    padding: 80px 0;
}

.section-title {
    font-size: 34px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 48px;
    color: #111827;
}

/* TOP主要セクション：大見出しを少し控えめにする */

.top-page .policy-intro .section-title,
.top-page .results .section-title,
.top-page .teacher-profile .section-title,
.top-page .lesson-flow .section-title {
    color: #475569;
}

/* TOP共通：セクション内リード */

.results-lead,
.teacher-profile__title {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    text-align: left;
    color: #111827;
}

/* -------------------
共感
------------------- */

.empathy-heading {
    margin: 0 0 56px;
    text-align: center;
}

.empathy-heading__lead {
    margin: 0;
    font-size: 30px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #111827;
    font-family:
        "HG教科書体",
        "HGP教科書体",
        "UD デジタル 教科書体 N-R",
        serif;
}

.empathy-heading__sorenanoni {
    display: block;
    margin-bottom: -10px;
}

.empathy-heading__main {
    margin: 18px 0 0;
    font-size: 30px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #111827;

    font-family:
        "HG教科書体",
        "HGP教科書体",
        "UD デジタル 教科書体 N-R",
        serif;

    position: relative;
    display: inline-block;
}

.empathy-heading__main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: -6px;

    height: 3px;
    background: rgba(47, 79, 122, 0.38);
}

.empathy {
    background: #f7fafc;
    padding: 96px 0 24px;
}

.empathy-inner {
    width: min(100% - 40px, 960px);
    margin: 0 auto;
}

.trouble-item {
    position: relative;
    border: 1px solid #e3eaf2;
    border-left: 3px solid rgba(47, 79, 122, 0.28);
    border-radius: 14px;
    padding: 28px 28px;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 45, 92, 0.04);
    font-size: 17.5px;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #27364a;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif;

    display: flex;
    align-items: center;
}

.empathy .section-label {
    margin: 0 0 48px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #111827;
}

.trouble-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 0 48px;
}

.empathy-text {
    max-width: 860px;
    margin: 60px auto 16px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.04em;
    color: #27364a;
}

.empathy-text p {
    margin: 0;
}

.empathy-text p+p {
    margin-top: 18px;
}

.empathy-points {
    margin: 12px 0 20px;
    padding: 0;
    list-style: none;
}

.empathy-point-item {
    position: relative;
    padding-left: 0.8em;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.9;
}

.empathy-point-item::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* 指導方針イントロ */

.policy-intro {
    background: #e6edf4;
    padding: 96px 0 48px;
}

.top-page .policy-intro .container,
.top-page .results .container,
.top-page .lesson-flow .container {
    max-width: 860px;
}

.policy-intro-text {
    max-width: 820px;
    margin: 0;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.04em;
    color: #27364a;
}

.policy-intro-text p {
    margin-bottom: 1.5em;
}

.policy-intro-text p:last-child {
    margin-bottom: 0;
}


/* -------------------
指導方針・3つの柱
------------------- */

.policy {
    background: #e6edf4;
    padding: 24px 0 56px;
}

.policy-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.policy-card {
    padding: 34px 28px;
    border: 1px solid rgba(30, 58, 95, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.policy-number {
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #1e3a5f;
    font-weight: 500;
    margin-bottom: 14px;
}

.policy-card h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    color: #111827;
    margin-bottom: 24px;
}

.policy-card p {
    font-size: 17px;
    line-height: 2;
    color: #374151;
    margin-bottom: 20px;
}

.policy-list {
    margin: -22px 0 -4px;
    padding-left: 18px;
    list-style: none;
}

.policy-card:first-child .policy-list {
    margin: 10px 0 14px;
}

.policy-card:last-child .policy-list {
    margin: 10px 0 14px;
}

.policy-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 4px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 500;
    color: #111827;
}

.policy-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #1e3a5f;
}


/* -------------------
合格実績・成績推移
------------------- */

.results {
    background: #f7fafc;
    scroll-margin-top: 96px;
}

.top-page .results-text,
.top-page .results .policy-link {
    max-width: 850px;
}

.results-text,
.records-intro,
.change-text {
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.results-text p,
.records-intro p,
.change-text p {
    margin-bottom: 28px;
}

.results-list,
.change-list {
    margin: 20px 0 28px;
    padding-left: 0;
    list-style: none;
}

.results-list li,
.change-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 6px;
    line-height: 1.8;
    font-weight: 500;
    color: #111827;
}

.results-list li::before,
.change-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #1e3a5f;
}

.schools {
    padding: 30px 34px;
    border: 1px solid rgba(30, 58, 95, 0.16);
    border-left: 3px solid #1e3a5f;
    border-radius: 14px;
    background: #f8fafc;
}


/* -------------------
指導実例
------------------- */

.main-case {
    margin-top: 72px;
    padding: 48px 44px;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    background: #fcfcfc;
}

.case-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #1e3a5f;
    font-weight: 500;
    margin-bottom: 28px;
}

.case-label {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #1e3a5f;
    margin-bottom: 12px;
    font-weight: 500;
}

.main-case h3 {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #111827;
    margin-bottom: 32px;
}

.main-case p {
    font-size: 17px;
    line-height: 2;
    color: #374151;
    margin-bottom: 26px;
}

.before-after {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 36px 0;
}

.before-after div {
    padding: 26px 28px;
    border-left: 3px solid #1e3a5f;
    background: #ffffff;
}

.before-after span {
    display: block;
    font-size: 14px;
    color: #1e3a5f;
    font-weight: 500;
    margin-bottom: 12px;
}

.before-after p {
    margin-bottom: 8px;
}


/* -------------------
さらなる成績推移
------------------- */

.records {
    background: #f8fafc;
}

.note {
    font-size: 15px;
    color: #6b7280;
}

.case-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 60px;
}

.record-card {
    padding: 42px 40px;
    border: 1px solid #edf0f4;
    border-radius: 16px;
    background: #ffffff;
}

.case-number {
    font-size: 14px;
    color: #1e3a5f;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.record-card h3 {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #111827;
    margin-bottom: 28px;
}

.record-card p {
    font-size: 16.5px;
    line-height: 1.95;
    color: #374151;
    margin-bottom: 22px;
}

.score-box {
    padding: 24px 26px;
    margin-bottom: 28px;
    background: #f8fafc;
    border-radius: 12px;
}

.score-box p {
    margin-bottom: 8px;
    font-weight: 500;
    color: #111827;
}


/* -------------------
成績が変わる理由
------------------- */

.change {
    background: #ffffff;
}


/* --------------------
初回体験コース
-------------------- */

.trial {
    background: #ffffff;
}

.trial-text {
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.trial-text p {
    margin-bottom: 28px;
}

.trial-button {
    display: inline-block;
    margin-top: 16px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #1e3a5f;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}


/* ----------------------
講師紹介
-----------------------*/

.teacher-profile {
    padding: 80px 0;
    background: #ffffff;
}

.teacher-profile__inner {
    max-width: 880px;
    margin: 0 auto;
}

.teacher-profile__label {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #1e3a5f;
    font-weight: 500;
    text-align: center;
}

.teacher-profile__content p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.teacher-profile__content p:last-child {
    margin-bottom: 0;
}

.teacher-profile__emphasis {
    font-weight: 700;
}

.teacher-profile__quote {
    margin: 32px 0;
}

.teacher-profile__quote p {
    font-weight: 700;
}

.sp-only {
    display: none;
}


/* --------------------
授業の進め方・初回体験コース
-------------------- */

.lesson-flow {
    background: #ffffff;
}

.lesson-flow__course-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-top: 8px;
}

.top-page .lesson-flow__course-footer .policy-link {
    margin-top: 0;
    flex-shrink: 0;
    text-align: right;
}

.lesson-flow__intro {
    margin-bottom: 48px;
}

.lesson-flow__intro p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.lesson-flow__intro p:last-child {
    margin-bottom: 0;
}

.lesson-flow__blocks {
    margin-bottom: 56px;
}

.lesson-flow__block {
    margin-bottom: 40px;
}

.lesson-flow__block:last-child {
    margin-bottom: 0;
}

.lesson-flow__block h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    color: #111827;
}

.lesson-flow__block p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.lesson-flow__block p:last-child {
    margin-bottom: 0;
}

.lesson-flow__footer {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.lesson-flow__message {
    padding-top: 0;
    border-top: none;
}

.lesson-flow__message p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.lesson-flow__message p:last-child {
    margin-bottom: 0;
    font-weight: 500;
    color: #111827;
}


/* --------------------
最終CTA
-------------------- */

.final-cta {
    background: #f8fafc;
    padding: 88px 0 104px;
}

.final-cta .section-title {
    margin-bottom: 34px;
    color: #0F2D5C;
    font-size: 28px;
    line-height: 1.7;
    white-space: nowrap;
}

.final-cta__text {
    font-size: 18px;
    line-height: 2;
    color: #374151;
}

.final-cta__text p {
    margin-bottom: 24px;
}

.final-cta__button {
    display: table;
    margin: 50px auto 0;
    padding: 15px 34px;
    border-radius: 999px;
    background: #1e3a5f;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 22px rgba(15, 45, 92, 0.18);
}

.final-cta__button:hover {
    opacity: 0.85;
}


/* -------------------
スマホ
------------------- */

@media screen and (max-width: 768px) {

    .fv {
        padding: 100px 0 90px;
    }

    .fv-inner {
        flex-direction: column;
        gap: 36px;
    }

    .fv-visual {
        flex: none;
        width: 100%;
        max-width: 420px;
    }

    .fv-title {
        font-size: 38px;
    }

    .fv-text {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    section {
        padding: 80px 0;
    }

    .trouble-item {
        padding: 24px;
    }

    .trouble-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .trouble-item {
        padding: 24px 26px 24px 28px;
        font-size: 15.5px;
    }

    .lesson-flow__intro p,
    .lesson-flow__block p,
    .lesson-flow__message p {
        font-size: 16px;
    }

    .lesson-flow__block h3 {
        font-size: 20px;
    }

    .lesson-flow__intro {
        margin-bottom: 40px;
    }

    .lesson-flow__blocks {
        margin-bottom: 48px;
    }

    .lesson-flow__block {
        margin-bottom: 32px;
    }

    .lesson-flow__message {
        padding-top: 32px;
    }

    .final-cta {
        padding: 80px 0 90px;
    }

    .final-cta .section-title {
        font-size: 26px;
        white-space: normal;
    }

}


/* -------------------
第3フェーズ_CSS装飾：共通補正
------------------- */

/* 固定ヘッダー下の冒頭余白を確保 */
main>section:first-child {
    padding-top: 140px;
}

/* TOP内の共通リンク */
.policy-link {
    margin-top: 40px;
    text-align: center;
}

.policy-link a {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 999px;
    background: #1e3a5f;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.policy-link a:hover {
    opacity: 0.85;
}

/* TOPページのみ：下層ページ導線をテキストリンク化 */
.top-page .policy-link,
.top-page .teacher-profile__link {
    margin-top: 36px;
    text-align: right;
}

.top-page .policy-link a,
.top-page .teacher-profile__link a {
    display: inline;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #1e3a5f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 4px;
    box-shadow: none;
}

.top-page .policy-link a:hover,
.top-page .teacher-profile__link a:hover {
    opacity: 0.75;
    background: transparent;
}

/* 合格実績ページ：主な合格校 */
.results-page .results-text > h2.section-title {
    margin-top: 64px;
    margin-bottom: 26px;
    padding-left: 18px;
    border-left: 4px solid #2F4F7A;
    font-size: 28px;
    line-height: 1.6;
    color: #0F2D5C;
}

.results-page .results-text .schools {
    margin: 28px 0 38px;
    padding: 34px 38px;
    border: 1px solid rgba(30, 58, 95, 0.16);
    border-left: 5px solid #2F4F7A;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 45, 92, 0.04);
    font-size: 18px;
    line-height: 2;
    color: #27364a;
}

/* 合格実績ページ：代表的な指導事例 */
.results-page .main-case {
    margin-top: 76px;
    padding-top: 52px;
    border-top: 1px solid #dbe3ee;
}

.results-page .main-case .case-label {
    margin-bottom: 18px;
    color: #1e3a5f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}


/* 合格実績ページ：代表事例の見出し補正 */
.main-case h2,
.main-case h3 {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #111827;
    margin-bottom: 32px;
}

/* 合格実績ページ：主な合格実績と代表事例の余白調整 */
.results-page .results-text .schools {
    margin-bottom: 64px;
}

.results-page .main-case {
    margin-top: 10px;
}


/* -------------------
お問い合わせフォーム
------------------- */

form label {
    font-weight: 500;
    color: #111827;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    max-width: 520px;
    padding: 12px 14px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #111827;
    background: #ffffff;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

#message {
    min-height: 110px;
}

input[type="checkbox"] {
    margin-right: 8px;
}

form .trial-button {
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#form-complete {
    margin-top: 36px;
    padding: 18px 22px;
    border: 1px solid rgba(30, 58, 95, 0.22);
    border-radius: 10px;
    background: #ffffff;
    color: #1e3a5f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
}

form .schools {
    margin-top: -8px;
    margin-bottom: 50px;
}

form .schools p {
    margin-bottom: 0;
}

.form-field-tight {
    margin-bottom: 8px;
}

.contact-form-section .container {
    max-width: 1000px;
}

.contact-form {
    margin-top: 28px;
}

.contact-form__grid {
    display: grid;
    gap: 22px;
    margin-bottom: 18px;
}

.contact-form__grid--three {
    grid-template-columns: 0.75fr 0.75fr 1.5fr;
}

.contact-form__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    max-width: none;
}

.contact-form textarea {
    min-height: 96px;
}

.contact-form__note {
    margin-bottom: 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.contact-form__button {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-form__grid,
    .contact-form__grid--three,
    .contact-form__grid--two {
        grid-template-columns: 1fr;
    }
}

.contact-form__hint {
    display: inline-block;
    margin: 4px 0 8px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}


/* -------------------
スマホ：ヘッダー最低限補正
------------------- */

@media screen and (max-width: 768px) {

    .site-header {
        height: auto;
    }

    .site-header__inner {
        padding: 12px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .site-header__logo img {
        height: 34px;
    }

    .site-header__label {
        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .global-nav {
        margin: 0;
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .global-nav a {
        font-size: 13px;
    }

    .fv {
        padding-top: 150px;
    }

    main>section:first-child {
        padding-top: 170px;
    }
}

/* -------------------
合格実績ページ：下部導線
------------------- */

.results-page .results-more {
    padding: 96px 0 110px;
    background: #f8fafc;
}

.results-page .results-more .section-title {
    margin-bottom: 44px;
}

.results-more__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.results-more__card {
    padding: 34px 36px 36px;
    border: 1px solid rgba(30, 58, 95, 0.14);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 45, 92, 0.05);
}

.results-more__card h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.6;
    color: #111827;
}

.results-more__card p {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 2;
    color: #374151;
}

.results-more__link {
    display: table;
    margin-left: auto;
    color: #1e3a5f;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.results-more__link:hover {
    opacity: 0.75;
}

@media screen and (max-width: 768px) {
    .results-page .results-more {
        padding: 80px 0 90px;
    }

    .results-more__cards {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .results-more__card {
        padding: 28px 26px 30px;
    }
}

form .note {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.9;
}

@media screen and (max-width: 768px) {
    form {
        padding: 32px 22px 38px;
    }

    form p {
        margin-bottom: 26px;
    }

    form .schools {
        padding: 24px 22px;
    }

    form .trial-button {
        width: 100%;
        text-align: center;
    }
}

