@charset "utf-8";
.recruit_image_wrap{
    margin: 40px 0;
}
.recruit_image{
    width: 20%;
}
.company-box{
    margin-top: 100px;
    margin-bottom: 100px;
}
.company-box h3{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.company-box div > img{
    width: 100%;
}
.business-box{
    margin-bottom: 100px;
}
.business-box h3{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.business-box div > img{
    width: 100%;
}






@media (max-width:767px){
    .recruit_image{
        width: 33.333%;
    }
    .company-box > div > div > div:nth-of-type(1){
        order: 2;
        margin-top: 50px;
    }
    .business-box > div > div > div:nth-of-type(2){
        margin-top: 50px;
    }
}
