@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

RECRUIT

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(5) a img {opacity: 0;}
div#bg_h2{background:url(/recruit/img/h2_bg_pc.png) no-repeat center 0;height:400px;text-align: center;}

@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/recruit/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;height:auto;text-align: center;}
div#bg_h2 img{width: 100%;}
}

/* コンテンツ
---------------------------------------------- */
div#wrap_recruit{overflow: hidden;margin-bottom: 140px;}
div#wrap_recruit p#img_recruit{float: left;width: 650px;margin-right: 100px;}
div#wrap_recruit div#box_recruit{float: left;width: 450px;}
div#wrap_recruit div#box_recruit p{margin-bottom: 25px;}
div#wrap_recruit div#box_recruit p:last-child{margin-bottom: 0;}

ul#btn_entry{text-align: center;}

@media print, screen and (max-width: 767px){
div#wrap_recruit{overflow: visible;margin-bottom: 70px;}
div#wrap_recruit p#img_recruit{float: none;width: 100%;margin:0 0 40px 0;text-align: center;}
div#wrap_recruit p#img_recruit img{width: 95%;}
    
div#wrap_recruit div#box_recruit{float: none;width: 100%;}
div#wrap_recruit div#box_recruit p{margin-bottom: 15px;}

ul#btn_entry li img{width: 100%;}
}
























