.pages.freshers .heading--primary.imgBg {
    background: url(../img/mv_f_faq.webp) center/cover no-repeat;
    margin-bottom: 190rem;
    padding: 0 0 83rem;
}

.pages.freshers .heading--text {
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    .pages.freshers .heading--primary.imgBg {
        background: url(../img/mv_f_faq_sp.webp) center/cover no-repeat;
        margin-bottom: 81rem;
        padding: 0 0 197rem;
    }

    .pages.freshers .heading--text {
        text-align: left;
    }
}

.container--s {
    margin-top: 190rem;
}

.qa__lists {
    margin-top: 80rem;
}

.qa__list {
    border: 1px solid var(--color-gray-border);
    border-radius: 10rem;
    position: relative;
    margin-bottom: 25rem;
}

.qa__list::before {
    position: absolute;
    content: "Q";
    color: var(--color-green);
    line-height: 1;
    font-size: 20rem;
    font-weight: 600;
    top: 32rem;
    left: 39rem;
}

.acc__title {
    font-size: 20rem;
    font-weight: 600;
    padding: 24rem 76rem 23rem;
    border-radius: 10rem;
    line-height: 1.7;
}

.acc__title.active {
    border-radius: 10rem 10rem 0 0;
}

.acc__title::before,
.acc__title::after {
    background-color: var(--color-black);
    right: 29rem;
    width: 24rem;
    height: 2rem;
    top: 40rem;
}

.acc__contents {
    font-size: 16rem;
    font-weight: 600;
    padding: 27rem 20rem 25rem 76rem;
    color: var(--color-black);
    background-color: var(--color-gray-lightest);
    border-radius: 0 0 10rem 10rem;
}

.acc__contents .text {
    position: relative;
}

.acc__contents .text::before {
    position: absolute;
    content: "A";
    color: var(--color-black);
    line-height: 1;
    font-size: 20rem;
    font-weight: 600;
    top: 5rem;
    left: -38rem;
}
.text--link {
    color: var(--color-green);
}

@media screen and (max-width: 767.9px) {
    .container--s {
        margin-top: 81rem;
    }

    .qa__lists {
        margin-top: 60rem;
    }

    .qa__list {
        margin-bottom: 20rem;
    }

    .qa__list::before {
        top: 19rem;
        left: 19rem;
    }

    .acc__title {
        padding: 12rem 47rem 11rem 48rem;
    }

    .acc__title::before,
    .acc__title::after {
        top: 50%;
        right: 18rem;
    }

    .acc__contents {
        padding: 15rem 20rem 13rem 48rem;
        line-height: 1.7;
    }

    .acc__contents .text::before {
        top: 3rem;
        left: -29rem;
    }
}

.btn--topF {
    margin-top: 160rem;
}

@media screen and (max-width: 767.9px) {
    .btn--topF {
        margin-top: 60rem;
    }
}