.recruitmentSec:nth-of-type(n + 2){
    margin-top: 100px;
}

.recruitment__title{
    text-align: left;
    padding-left: 40px;
}


.recruitment__content{
    margin-top: 50px;
}

.recruitment___btns{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.recruitment___btn{
    font-family: Zen Kaku Gothic New, sans-serif;   
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.05em;
    background: #FFF1E7;
    border: 1px solid #B81C22;
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: calc(50% - 30px * 1 / 2);
    color: #B81C22;
}

.recruitment__subtitle{
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.01%;
    background: #FFF1E7;
    padding: 10px 40px;
    color: #B81C22;
    border-radius: 10px;
}

.recruitment__box{
    margin-top: 100px;
}

.recruitment__table{
    margin-top: 40px;
}

.recruitment__banners{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.recruitment__banner{
    width: calc(50% - 30px * 1 / 2);
    transition: all 0.3s ease;
}


.recruitment__banner:hover{
    opacity: 0.8;
}

.recruitment-message__items{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.recruitment-message__item{
    display: flex;
    gap: 70px;
    align-items: center;
}

.recruitment-message__item:nth-of-type(even){
    flex-direction: row-reverse;
}

.recruitment-message__left{
    width: calc((100% - 70px) * (400 / (935 - 70)));
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    
}

.recruitment-message__right{
    width: calc((100% - 70px) * (470 / (935 - 70)));
}

.recruitment-message__post{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin-top: 40px;

}

.recruitment-message__name{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 10px;

}

@media screen and (max-width: 768px) {
    .recruitmentSec:nth-of-type(n + 2){
        margin-top: 50px;
    }
    
    .recruitment__title{
        text-align: center;
        padding-left: 0;
		padding-right: 0;
    }
    
    
    .recruitment__content{
        margin-top: 30px;
    }
    
    .recruitment___btns{
        gap: 20px;
    }
    
    .recruitment___btn{
        font-size: 20px;
        border-radius: 0px;
        padding: 20px 20px;
        gap: 20px;
       width: 100%;
       justify-content: center;
    }

    .recruitment___btn img{
        width: 40px;
        height: 40px;
    }
    
    .recruitment__subtitle{
        font-size: 22px;
        padding: 10px 20px;
        text-align: center;
        border-radius: 0;
    }
    
    .recruitment__box{
        margin-top: 50px;
    }
    
    .recruitment__table{
        margin-top: 30px;
    }
    
    .recruitment__banners{
        gap: 20px;
        margin-top: 40px;
    }
    
    .recruitment__banner{
        width: 100%;
    }
    
    .recruitment-message__items{
        padding-left: 0;
        gap: 50px;
    }
    
    .recruitment-message__item{
        display: flex;
        gap: 20px;
    flex-direction: column;
    }
    
    .recruitment-message__item:nth-of-type(even){
        flex-direction: inherit;
    }
    
    .recruitment-message__left{
        width: 100%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.01em;
        
    }
    
    .recruitment-message__right{
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.01em;
    }
    
    .recruitment-message__post{
        font-size: 15px;
        margin-top: 25px;
    
    }
    
    .recruitment-message__name{
        font-size: 18px;
    }
}