@charset "utf-8";

.barun-grade,
.barun-grade * {
    box-sizing: border-box;
}

.barun-grade {
    width: 100%;
    margin: 0;
    padding: 0 20px 100px;
    overflow: hidden;
    color: #000;
    background: #fff;
    word-break: keep-all;
}

.barun-grade__heading {
    width: 100%;
    padding: 30px 20px 50px;
    text-align: center;
}

.barun-grade__heading h1 {
    margin: 0;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 100px;
}

.barun-grade__heading p {
    margin: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.barun-grade__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.barun-grade__section {
    width: 100%;
    padding-top: 100px;
}

.barun-grade__section--first {
    padding-top: 50px;
}

.barun-grade__line {
    display: block;
    width: 60px;
    height: 5px;
    margin-bottom: 20px;
    background: #647f86;
}

.barun-grade__title {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.barun-grade__title--wide {
    line-height: 60px;
}

.barun-grade__text {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}

.barun-grade__text p {
    margin: 0;
}

.barun-grade__text--target p + p {
    margin-top: 2px;
}

.barun-grade__indent {
    display: inline-block;
    padding-left: 18px;
}

.barun-grade__text--support {
    font-size: 18px;
}

.barun-grade__text--support p + p {
    margin-top: 28px;
}

.barun-grade__red {
    color: #d83a3d;
    font-size: 28px;
}

.barun-grade__apply {
    margin-top: 30px;
}

.barun-grade__apply-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 50px;
    border-radius: 60px;
    color: #fff;
    background: #a75b58;
    font-size: 20px;
    font-weight: 700;
}

.barun-grade__apply-box {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    background: #0a3768;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.barun-grade__apply-box strong {
    color: #f8c83a;
    font-size: 22px;
}

.barun-grade__number-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.barun-grade__number-list li {
    display: grid;
    grid-template-columns: 49px 1fr;
    align-items: center;
    min-height: 50px;
    margin-bottom: 30px;
}

.barun-grade__number-list li:last-child {
    margin-bottom: 0;
}

.barun-grade__number-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.barun-grade__number-list--blue span {
    background: #647f86;
}

.barun-grade__number-list--red span {
    background: #af5050;
}

.barun-grade__number-list p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.barun-grade__steps {
    display: grid;
    grid-template-columns: 332px 24px 332px 24px 332px 24px 332px;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.barun-grade__step {
    width: 332px;
    border: 5px solid #647f86;
}

.barun-grade__step-head {
    height: 30px;
    color: #fff;
    background: #647f86;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.barun-grade__step-body {
    min-height: 270px;
    text-align: center;
}

.barun-grade__step-body img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 15px auto 0;
    object-fit: contain;
}

.barun-grade__step-body p {
    margin: 15px 0 0;
    color: #647f86;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.barun-grade__step-arrow {
    text-align: center;
}

.barun-grade__step-arrow img {
    display: inline-block;
    width: 10px;
    height: 14px;
}

.barun-grade__cost-title {
    line-height: 60px;
}

.barun-grade__cost-title span {
    font-size: 24px;
    font-weight: 500;
}

.barun-grade__cost-picture,
.barun-grade__cost-picture img {
    display: block;
}

.barun-grade__cost-picture {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.barun-grade__cost-picture img {
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.barun-grade__cost-bottom {
    width: 100%;
    margin-top: 100px;
}

.barun-grade__cost-bottom img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .barun-grade {
        padding: 0 0 40px;
    }

    .barun-grade__heading {
        padding: 15px 2.5% 20px;
    }

    .barun-grade__heading h1 {
        font-size: 24px;
        line-height: 50px;
    }

    .barun-grade__heading p {
        color: #b0adad;
        font-size: 16px;
        line-height: 24px;
    }

    .barun-grade__inner {
        width: 95%;
    }

    .barun-grade__section,
    .barun-grade__section--first {
        padding-top: 25px;
    }

    .barun-grade__section--first {
        padding-top: 0;
    }

    .barun-grade__line {
        width: 40px;
        height: 3px;
        margin-bottom: 10px;
    }

    .barun-grade__title,
    .barun-grade__title--wide {
        font-size: 19px;
        line-height: 28px;
    }

    .barun-grade__text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
    }

    .barun-grade__text--target p + p {
        margin-top: 0;
    }

    .barun-grade__indent {
        padding-left: 10px;
    }

    .barun-grade__text--support {
        font-size: 15px;
        line-height: 22px;
    }

    .barun-grade__text--support p + p {
        margin-top: 18px;
    }

    .barun-grade__red {
        color: #e11518;
        font-size: inherit;
    }

    .barun-grade__apply {
        margin-top: 15px;
    }

    .barun-grade__apply-pill {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .barun-grade__apply-box {
        margin-top: 10px;
        padding: 12px 10px;
        background: #0d3e74;
        font-size: 15px;
        line-height: 24px;
    }

    .barun-grade__apply-box strong {
        font-size: 16px;
    }

    .barun-grade__pc-only {
        display: none;
    }

    .barun-grade__number-list {
        margin-top: 15px;
    }

    .barun-grade__number-list li {
        display: block;
        min-height: 30px;
        margin-bottom: 10px;
    }

    .barun-grade__number-list span {
        display: inline;
        width: auto;
        height: auto;
        border-radius: 0;
        color: #000;
        background: transparent !important;
        font-size: 14px;
        font-weight: 700;
    }

    .barun-grade__number-list span::after {
        content: ".";
    }

    .barun-grade__number-list p {
        display: inline;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
    }

    .barun-grade__steps {
        grid-template-columns: 48% 4% 48%;
        gap: 15px 0;
        margin-top: 15px;
    }

    .barun-grade__step {
        width: 100%;
        border-width: 5px;
    }

    .barun-grade__step:nth-of-type(3) {
        grid-column: 1;
    }

    .barun-grade__step:nth-of-type(4) {
        grid-column: 3;
    }

    .barun-grade__step-arrow:nth-of-type(2) {
        display: none;
    }

    .barun-grade__step-head {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .barun-grade__step-body {
        min-height: 130px;
    }

    .barun-grade__step-body img {
        width: 40%;
        height: auto;
        max-height: 70px;
        margin-top: 8px;
    }

    .barun-grade__step-body p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }

    .barun-grade__step-arrow img {
        width: 10px;
        height: 14px;
    }

    .barun-grade__cost-title {
        line-height: 28px;
    }

    .barun-grade__cost-title span {
        display: block;
        font-size: 19px;
        font-weight: 700;
    }

    .barun-grade__cost-picture {
        margin-top: 15px;
    }

    .barun-grade__cost-picture img {
        width: 100%;
    }

    .barun-grade__cost-bottom {
        margin-top: 50px;
    }

    .barun-grade__cost-bottom img {
        width: 100%;
    }
}