@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

求人情報

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(5) a img {opacity: 0;}

div#bg_h2{background:url(../recruit/img/bg_h2_pc.png) no-repeat center 0;height:320px;text-align: center;}
@media print, screen and (max-width: 767px){
div#bg_h2{background:url(../recruit/img/bg_h2_sp.png) no-repeat center 0;background-size: 100%;width: 100%;height:auto;}
div#bg_h2 img{width: 100%;}
}

/* message
---------------------------------------------- */
div#wrap_recruit_message{overflow: hidden;width: 100%;margin-bottom: 80px;}
div#txt_recruit{width: 600px;float: left;margin-right:80px;}
div#txt_recruit h3#h3_recruit{font-size: 26px;font-weight: bold;margin-bottom: 40px;}
div#txt_recruit h3#h3_recruit span{color: #009F48;}
p#img_recruit{width: 520px;float: left;}
p#img_recruit img{width: 520px;}

@media print, screen and (max-width: 767px){
/* message
---------------------------------------------- */
div#wrap_recruit_message{overflow: hidden;width: 100%;margin-bottom: 30px;}
div#txt_recruit{width: 100%;float: none;margin:0 0 25px 0;}
div#txt_recruit h3#h3_recruit{font-size: 16px;margin-bottom: 20px;}
p#img_recruit{width: 100%;float: none;}
p#img_recruit img{width: 100%;}
}