.recruitment{
    padding-top: 116px;
    padding-bottom: 100px;
    position: relative;
}

.recruitment::before{
    position: absolute;
    content: "";
    width: 439px;
    aspect-ratio: 439 / 398;
    background-image: url(../img/under/sec12_bg.png);
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    z-index: 1;
}

.recruitment::after{
    position: absolute;
    content: "";
    width: 448px;
    aspect-ratio: 651 / 837;
    background-image: url(../img/under/sec12_bg02.png);
    background-size: cover;
    background-position: center;
    bottom: -325px;
    left: 0;
    z-index: 1;
}


.recruitment__title{
    display: inline-block;
    position: relative;
}

.recruitment__title::before{
    position: absolute;
    content: "";
    background-image: url(../img/under/background.svg);
    width: 620px;
    aspect-ratio: 620 / 117;
    bottom: -28px;
    right: 33px;
    transform: translateX(100%);
}

.recruitment__content{
    margin-top: 46px;
}

.recruitment__text{
font-weight: 500;
font-size: 16px;
line-height: 220.00000000000003%;
letter-spacing: 0px;
}


.recruitment__text span{
    font-weight: 700;
    color: #0F65EF;
}

@media (max-width: 991px) {
    .recruitment__title::before{
        position: absolute;
        content: "";
        background-image: url(../img/under/sp/background_sp.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 310px;
        aspect-ratio: 310 / 59;
        bottom: -50px;
        right: -100px;
        transform: translateX(0%);
    }
}

@media (max-width: 768px) {
    .recruitment{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .recruitment::before{
        position: absolute;
        content: "";
        width: 343px;
        aspect-ratio: 343 / 597;
        background-image: url(../img/under/sp/sec12_bg_sp.png);
    }
    
    
    
    .recruitment__title{
        display: block;
    }
    
    .recruitment__title::before{
        position: absolute;
        content: "";
        background-image: url(../img/under/sp/background_sp.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 310px;
        aspect-ratio: 310 / 59;
        bottom: -50px;
        right: 0;
        transform: translateX(0%);
    }
    
    .recruitment__content{
        margin-top: 54px;
    }
    
    .recruitment__text{
        font-weight: 500;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: normal;
        
    }
    
    
    .recruitment__text span{
        font-weight: 700;
        color: #0F65EF;
    }

    .recruitment::after{
        display: none;
    }
}

.carpentry__img{
    position: relative;
    z-index: 2;
}