#mv__area-lower {
    background-image: url(/recruit4/assets/img/requirement/mv.jpg);
}
#main__container-lower{
    margin-bottom: 10rem;
}


.faq_acc-close {
    display: none;
}

.introduction--area {
    width: 920px;
    margin: 0 auto 6rem;
}

.faq-acc {
    width: 920px;
    margin: 0 auto;
    /* padding: 4rem 0; */
    border-top: 0.1rem solid #000;

    transition: .3s;
}


.faq-acc-ttl.acc-close::after {
    display: none;
}


/* 2番目以降 */
.faq-acc .faq-acc-ttl {
    position: relative;
    cursor: pointer;
    padding: 3rem 0;
    font-size: 2rem;
}

.faq-acc .faq-acc-ttl::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/recruit4/assets/img/requirement/open.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) rotate(-180deg);
    transition: .3s;
}

.faq-acc .faq-acc-ttl.acc-close::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/recruit4/assets/img/requirement/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) rotate(0deg);
    transition: .3s;
}


.faq-acc:last-of-type {
    margin: 0 auto 10rem;
    border-bottom: 0.1rem solid #000;
}

.faq-acc-ttl {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.faq-accA {
    display: flex;
    margin: 0 0 4rem 0;
    font-weight: 600;
    font-size: 2rem;
    padding-right: 10rem;
    padding-top: 1rem;
}

.faq-accA.noflex span{
    display: block;
    width: auto;
}
.faq-accA.noflex span a{
    color: #000;
}
.faq-accA.noflex span a:hover{
    color: #0032BA;
}

.faq-accA.noflex span.notice{
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 0.5rem;
}

.faq-acc-ttl::before {
    content: "Q";
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 6rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    background-color: #00A5A5;
    border-radius: 50px;
}

.faq-accA::before {
    content: "A";
    display: block;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 6rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    background-color: #0032BA;
    border-radius: 50px;
    margin-top: -1rem;
}