/* 採用情報見出し中央・小見出し・文字サイズ・色*/
.recruit_midashi {
    text-align:center!important;
    font-weight:bold!important;
}

.recruit_overview {
    color:#00A1E9!important;
    font-size:28px!important;
    font-weight:bold!important;
}

@media screen and (max-width:991px) {
   .recruit_overview {
       font-size:18px!important;
    }

}

@media screen and (max-width: 520px) {
    .parts255-257_img_wrap .img_wrap h2 {
        top: 35%!important;
        width:100%!important;
    }
}

.parts22_imagebanner_w1aWw5jhLh .container .row .col:last-child {
    display:none!important;
}