.pages.freshers .heading--primary.imgBg {
    background: url(../img/mv_f_about.webp) center/cover no-repeat;
    margin-bottom: 190rem;
}

@media screen and (max-width: 767.9px) {
    .pages.freshers .heading--primary.imgBg {
        background: url(../img/mv_f_about_sp.webp) center/cover no-repeat;
        margin-bottom: 81rem;
    }
}

.about__title {
    font-size: 20rem;
    font-weight: 600;
    margin-bottom: 15rem;
    color: var(--color-green);
}

.text {
    line-height: 1.75;
}

/* message */
.message {
    position: relative;
    margin-bottom: 345rem;
}

.message::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 267rem;
    left: 0;
    width: 100%;
    height: 1222rem;
    background-color: var(--color-gray-lighter);
}

.message div.container {
    background-color: var(--color-white);
    padding: 70rem 100rem 102rem;
}
.message__text {
    font-size: 17rem;
    font-weight: 600;
}
div.container .about__title {
    text-align: center;
}

.message__lists {
    margin-top: 80rem;
}

.message__list {
    display: flex;
    justify-content: space-between;
}

.message__list.reverse {
    flex-direction: row-reverse;
    margin-top: 80rem;
}

.message__img {
    width: 600rem;
}

.message .text__wrapper {
    width: 540rem;
    margin-top: 73rem;
}

.message__list.reverse .text__wrapper {
    margin-top: 51rem;
}

.btn--linkF {
    margin: 73rem 0 0;
    gap: 33rem;
    padding-left: 54rem
}

@media screen and (max-width: 767.9px) {
    .about__title {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 18rem;
    }

    .message {
        margin-bottom: 135rem;
    }

    .message::before {
        top: 289rem;
        height: 1622rem;
    }

    .message div.container {
        padding: 54rem 20rem 26rem;
    }

    .message__lists {
        margin-top: 0;
    }

    .message__list {
        flex-direction: column;
        gap: 23rem;
    }

    .message__list.reverse {
        flex-direction: column;
        margin-top: 0;
    }

    .message__list.reverse .text__wrapper {
        margin-top: 26rem;
    }

    .message .text__wrapper {
        margin-top: 24rem;
    }

    .message__img,
    .message .text__wrapper {
        width: 335rem;
    }

    .btn--linkF {
        margin: 24rem 0 7rem;
        width: 335rem;
        height: 80rem;
        gap: 17rem;
        padding-left: 40rem;
    }
}

/* strength */
.strength {
    padding-bottom: 150rem;
}

.strength .heading--secondaryF,
.numbers .heading--secondaryF {
    line-height: 1.6;
}

.strength .heading--secondaryF::before,
.numbers .heading--secondaryF::before {
    top: -25rem;
}

.strength__lists {
    display: flex;
    justify-content: space-between;
    margin-top: 71rem;
}

.strength__list {
    position: relative;
}

.strength__list {
    width: 340rem;
}

.strength__title {
    width: 100%;
    color: var(--color-white);
    font-size: 32rem;
    font-weight: 600;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: .1em;
}

.strength__text {
    font-size: 24rem;
    line-height: 1.33;
    text-align: center;
    margin-top: 20rem;
}

@media screen and (max-width: 767.9px) {
    .strength {
        padding-bottom: 56rem;
    }

    .strength .heading--secondaryF,
    .numbers .heading--secondaryF {
        line-height: 1.4;
    }

    .strength .heading--secondaryF::before,
    .numbers .heading--secondaryF::before {
        top: -18rem;
    }

    .strength__lists {
        margin-top: 54rem;
        flex-direction: column;
        align-items: center;
        gap: 28rem;
    }

    .strength__list {
        width: 280rem;
    }

    .strength__title {
        font-size: 28rem;
        top: 31%;
    }

    .strength__text {
        font-size: 20rem;
        margin-top: 17rem;
    }
}

/* numbers */
.numbers {
    background-color: var(--color-gray-lightest);
    padding: 183rem 0 162rem;
}

.numbers__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
    margin-top: 70rem;
}

.numbers__list {
    width: 380rem;
    height: 436rem;
}

@media screen and (max-width: 767.9px) {
    .numbers {
        padding: 75rem 0 62rem;
    }

    .numbers__lists {
        gap: 20rem;
        margin-top: 54rem;
    }

    .numbers__list {
        width: 335rem;
        height: 385rem;
    }

    .numbers__list.emp {
        display: none;
    }

}

/* group */
.group {
    text-align: center;
    padding: 193rem 0 160rem;
}

.group .about__title {
    margin-top: 76rem;
    letter-spacing: .2em;
    line-height: 1.5;
}

.group .text {
    font-size: 18rem;
    line-height: 2;
    margin: 26rem 0 30rem;
}

.scroll__wrapper {
    margin-top: 49rem;
}

.scroll__img {
    width: 800rem;
    margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
    .group {
        padding: 77rem 0 85rem;
    }
        .group .heading--secondaryF {
            letter-spacing: -.02em;
        }
    .group .about__title {
        margin-top: 54rem;
        margin-bottom: 0;
    }

    .group .text {
        margin: 16rem 0 20rem;
    }

    picture .group__img {
        width: 100vw;
        margin-left: calc((100% - 100vw)/2);
    }

    .group picture+.about__title {
        margin-top: 24rem;
    }

    .scroll__wrapper {
        margin-top: 21rem;
    }

    .scroll__wrapper::before {
        left: 0;
    }

    .simplebar-content {
        padding-top: 80rem !important;
    }

    .scroll__img {
        width: 600rem;
        padding-bottom: 56rem;
    }
}