.fv-img{
    margin: 0 auto;
}


.hireMessage{
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
}

.hireMessage__title{
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.hireMessage__title::before{
    content: "";
    position: absolute;
    background-image: url(../../images/newgraduate/img-left-quotation.png);
    bottom: 0;
    right: -0.5625rem;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;

}

.hireMessage__title::after{
    content: "";
    background-image: url(../../images/newgraduate/img-right-quotation.png);
    position: absolute;
    top: 0;
    left: -1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.hireMessage__text{
    font-size: 1rem;
    margin-top: 1.25rem;
}

.hireWork{
    background: var(--colorBase);
    padding-top: 12.5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.hireWork__title{
    color: var(--colorMain);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.hireWork__title::before{
    content: "Work";
    position: absolute;
    top: -307%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10rem;
    color: var(--colorMain);
    font-family: var(--familyMontserrat);
    opacity: .1;
    font-weight: 500;
    z-index: -1;


}



.hireWork__subtitle{
    font-size: 1.125rem;
}



.hireWork__Wrap{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 5rem;
    padding-top: 6.25rem;
}

.hireWork__text{
    font-size: 1rem;
    /* margin-top: 1.25rem; */
    text-align: left;
    line-height: 2.2;
}





/* 後で削除する */
.notice_closed{
    text-align: center;
    padding-block: 5rem;
}

.notice_buttonWrap{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 5rem;
}