.pages.freshers .heading--primary.imgBg {
    background: url(../img/mv_f_career.webp) center/cover no-repeat;
    margin-bottom: 190rem;
    padding: 0 0 20rem;
}

@media screen and (max-width: 767.9px) {
    .pages.freshers .heading--primary.imgBg {
        background: url(../img/mv_f_career_sp.webp) center/cover no-repeat;
        margin-bottom: 81rem;
        padding: 0 0 70rem;
    }
}

.text {
    font-size: 18rem;
    width: 800rem;
    margin: 75rem auto 73rem;
    line-height: 1.67;
}

.steps {
    margin-bottom: 160rem;
}

@media screen and (max-width: 767.9px) {
    .text {
        width: 335rem;
        margin: 52rem auto 23rem;
    }

    .scroll__wrapper::before {
        left: 0;
    }

    .scroll__wrapper,
    .simplebar-content {
        padding-top: 87rem;
    }

    .scroll__img {
        width: 1020rem;
        padding-bottom: 23rem;
    }

    .steps {
        margin-bottom: 60rem;
    }
}

/* system */
.system {
    padding: 190rem 0 160rem;
    background-color: var(--color-gray-lightest);
}

/* support */
.support {
    padding: 190rem 0 160rem;
}

.caption {
    font-size: 20rem;
    text-align: center;
    margin-bottom: 20rem;
    margin-top: -8rem;
}
@media screen and (max-width: 767.9px) {

    .system,
    .support {
        padding: 85rem 0 60rem;
    }
.caption {
    margin-top: 45rem;
}
}