@charset "UTF-8";

/* ==============================
   Lower Page Common
============================== */

.lower-page {
    padding-top: 0;
}

.container-narrow {
    max-width: 900px;
}

/* ==============================
   Page Hero
============================== */

.page-hero {
    padding: 64px 0 40px;
    text-align: center;
}

.page-hero-pro {
    background: #EAF2FF;
}

.page-hero-adv {
    background: #EEF5F4;
}

.page-hero h2 {
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1.3;
    margin-bottom: 14px;
    color: #1A314C;
    letter-spacing: 0.03em;
}

.page-lead {
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.5rem;
}

/* ==============================
   Admission Page
============================== */

.admission-section {
    padding: 70px 0;
}

.admission-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #DDDDDD;
}

.admission-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 24px 0;
}

.admission-label {
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 14px;
    border-left: 4px solid #DDDDDD;
}

.admission-content {
    margin: 0;
    line-height: 1.8;
}

.admission-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admission-content li+li {
    margin-top: 10px;
}

/* ==============================
   Admission Type
============================== */

.admission-type {
    margin-top: 56px;
    scroll-margin-top: 120px;
}

.admission-type:first-of-type {
    margin-top: 0;
}

.admission-type-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #1A314C;
}

.admission-type-card {
    margin-top: 48px;
    padding: 32px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
}

.admission-type-card:first-of-type {
    margin-top: 0;
}

.admission-type-title {
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 2.2rem;
    color: #1A314C;
}

/* ==============================
   Note / Download
============================== */

.admission-note {
    padding: 70px 0 100px;
    background: #F7FAFF;
    text-align: center;
}

.admission-note p {
    line-height: 1.8;
    margin-bottom: 28px;
}

.download-box {
    margin-top: 32px;
    text-align: center;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*-----------------------------------
	       概要リンク
-----------------------------------*/

.exam-link-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.exam-card {
    text-decoration: none;
    color: inherit;
    width: 80%;
    max-width: 320px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.exam-card-inner {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 25px 15px 15px;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.exam-img img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.exam-img .car-img {
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

.exam-name {
    font-weight: bold;
    margin: 5px 0;
}

.arrow-down {
    color: #DFFF4F;
    font-size: 1.8rem;
    margin-top: 5px;
}

.exam-desc {
    margin-top: 12px;
    text-align: center;
}

/*---波の背景---*/

.exam-link-section {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #E6F0FF;
}

.exam-link-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

/* ==============================
   Page Anchor Button
============================== */

.admission-anchor {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 40px 0 60px;
}

.anchor-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    padding: 18px 20px;

    background: #F7FAFF;
    border: 1px solid #D9E4F2;
    border-radius: 12px;

    color: #1A314C;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.anchor-btn::after {
    content: "↓";
    margin-left: 10px;
    font-size: 1.2rem;
}

.anchor-btn:hover {
    background: #EAF2FF;
    border-color: #427BBF;
}

/* ==============================
   List Style
============================== */

.list-disc {
    list-style: none !important;
    margin-top: 12px;
    padding-left: 0 !important;
}

.list-disc li {
    position: relative;
    list-style: none !important;
    padding-left: 1.4em;
    margin-top: 10px;
}

.list-disc li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.list-number {
    list-style: none !important;
    counter-reset: number;
    padding-left: 0;
    margin-top: 12px;
}

.list-number li {
    position: relative;
    padding-left: 1.8em;
    margin-top: 10px;
}

.list-number li::before {
    counter-increment: number;
    content: "(" counter(number) ")";
    position: absolute;
    left: 0;
    top: 0;
}


.fee-block {
    border-left: 4px solid #d9d9d9;
    padding-left: 24px;
}

.fee-heading {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 48px;
}

.fee-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.payment-methods {
    margin-top: 32px;
    padding: 32px;
    background: #f7f9fc;
    border-radius: 20px;
}

.payment-methods h5 {
    font-size: 2rem;
    margin-bottom: 12px;
}

.payment-section {
    background: #fff;
}

.payment-title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: 700;
}

.payment-lead {
    margin-bottom: 24px;
}

.payment-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.payment-card {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e0e6ef;
}

.payment-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #005bac;
    font-weight: 700;
    font-size: 1.4rem;
}

.payment-card h6 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.payment-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 12px 20px;
    background: #005bac;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.payment-link:hover {
    opacity: 0.85;
}

.payment-note {
    margin-top: 10px;
    font-size: 1.3rem;
    color: #666;
}

.payment-method {
    display: block;

    padding: 20px 20px;
    margin-top: 20px;

    background: #FFFFFF;

    border: 1px solid #D9E1EA;
    border-radius: 5px;
}


.payment-bottom-note {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.method-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 88px;
    height: 40px;

    margin-bottom: 16px;

    background: #EEF4FF;
    color: #005BAC;

    border-radius: 999px;

    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.method-content h5 {
    margin-bottom: 16px;

    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.method-content p {
    line-height: 1.9;
}



/* ==============================
   PC
============================== */

@media (min-width: 900px) {

    .page-hero {
        padding: 90px 0 56px;
    }

    .page-hero h2 {
        font-size: clamp(3.2rem, 4vw, 5rem);
    }

    .admission-section {
        padding: 90px 0;
    }

    .admission-item {
        display: flex;
        gap: 40px;
        padding: 32px 0;
    }

    .admission-label {
        width: 220px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .admission-content {
        flex: 1;
    }

    /* ==============================
       Anchor Button
    ============================== */

    .admission-anchor {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .anchor-btn {
        width: calc(50% - 10px);
        min-height: 88px;
    }

    .anchor-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(66, 123, 191, 0.12);
    }

    /*-----------------------------------
	       　　　　概要リンク
	-----------------------------------*/

    .exam-link-section {
        padding-top: 140px;
        margin-top: 150px;
    }

    .bg-wave {
        width: 150%;
        top: 20%;
    }

    .exam-link-set {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        max-width: 1000px;
        margin: 60px auto;
    }

    .exam-card {
        width: 30%;
        max-width: none;
    }

    .exam-card:hover {
        transform: translateY(-5px);
    }

    .exam-card:hover .exam-card-inner {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        border-color: #427BBF;
    }

    .exam-card-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .exam-img {
        width: 100%;
        height: 120px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 15px;
    }

    .exam-img img {
        height: auto;
        max-height: 110px;
        width: auto;
    }

    .exam-img .car-img {
        height: 70px;
    }

    .exam-name {
        font-size: 1.6rem;
        margin-top: auto;
    }


    .payment-method {
        display: flex;
        gap: 28px;

        padding: 30px;
    }

    .method-label {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .method-content {
        flex: 1;
    }

}

/* ==============================
   Card Active Motion
============================== */

.exam-card:active {
    transform: translateY(2px);
    transition: transform 0.1s;
}

.exam-card:active .exam-card-inner {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}