@charset "UTF-8";
/* CSS Document */

#recruit_hed {
	background:url(../img/category/recruit/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.recruit_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:15px 0 5px;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}

.fs16 {
	font-size:1.6em;
}

.btn_res01 {
	text-align: center;
}
.btn_res01 a {
	display: inline-block;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 25%;
}
.btn_res01 a {
	background: #0054B9;
	border: #0054B9 2px solid;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 40px;
	border-radius: 6px;
	transition: 0.6s;
}

.btn_res01 a:hover {
	background: #FFFFFF;
	border: #0054B9 2px solid;
	color: #1c1c1c;
	padding: 10px 30px;
	margin-bottom: 40px;
	border-radius: 6px;
}





/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#recruit_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.recruit_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}

.fs16 {
	font-size:1.4em;
}

.btn_res01 {
	text-align: center;
}
.btn_res01 a {
	display: inline-block;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 80%;
}
.btn_res01 a {
	background: #0054B9;
	border: #0054B9 2px solid;
	color: #FFFFFF;
	padding: 10px 10px;
	margin-bottom: 40px;
	border-radius: 6px;
	transition: 0.6s;
}

.btn_res01 a:hover {
	background: #FFFFFF;
	border: #0054B9 2px solid;
	color: #1c1c1c;
	padding: 10px 10px;
	margin-bottom: 40px;
	border-radius: 6px;
}



	
}