@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*カラー青#0E7AC4から#00a960へ置換*/

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

/**************メインビジュアル*******************/
#setsumei{/****メインビジュアル内のバー****/
	width: 1018px;/*-----1024px-#w1024のborder幅×２------*/
/*	background-color: rgba(0,0,0,0.45);*/
	margin-top: 300px; padding: 8px 0;/*12px 0*/
	text-align: center;display: inline-block;
	font-size: 32px;position: absolute;
	letter-spacing: .2em;z-index: 10;
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	pointer-events: none;
	background-color: rgba(90,90,90,0.3);/*rgba(100,100,100,.4)*/

}
#setsumei_sub{
	font-size: 16px;
	margin-top: -3px; margin-bottom: 3px;
}


/*#setsumei{/****メインビジュアル内のバー****
	width: 1018px;/*-----1024px-#w1024のborder幅×２------*
	background-color: rgba(244,246,255,0.85);
	margin-top: 310px; padding: 8px 0;/*12px 0*
	text-align: center;display: inline-block;
	font-size: 28px;position: absolute;
	letter-spacing: .2em;z-index: 10;
	color: #000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	pointer-events: none;
}*/


#w1024{
	width: 1024px;
	margin: 15px auto;
	margin-bottom: 30px;
	border: 3px solid #ccc/*#D8D8D8*/;
	box-sizing: border-box;
}
#main_visual{
	width: 100%;height: 400px;
	display: block;
	/*background-color: #ccc;*/
	background: url(data/main.jpg) 50% 50% no-repeat;
}

#main_b_div{
	width: 1024px;
	margin: auto;
	border-top: 2px solid #9E9E9E;
	border-bottom: 2px solid #9E9E9E;
	/*display:flex;justify-content: center;/*均等配置*/
}

#n_info{/***左のブロック***/
	width: 68%;height: 100%;
	background-color: #F1F5F9;
	float: left;
	box-sizing: border-box;
	margin: 16px 0;
	margin-left: 14px;
	padding: 15px 30px;
}
.p_info_title{
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .1em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.p_info{
	margin: 0;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: .05em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.p_info a{text-decoration: none;color: #000099;}
.p_info a:hover{opacity: .7;text-decoration: underline;}


#banner_div{/***右のブロック***/
	width: 30%;	
	display:flex;justify-content: center;/*均等配置*/
}
.chu{
	font-size: 12px;
	display:flex;justify-content: center;/*均等配置*/
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
.banner{
	display: inline-block;
	margin-top: 16px;/*30px上下位置を真ん中に*/
}
.banner:hover{
	opacity: .8;
}

#recruit{
	border:#0F70B7 solid 1px;
	height:120px;
	width:600px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #F1F5F9;
	background-size:auto 120px;
	background-repeat:no-repeat;
	background-position:10px 0%;
	position:relative;
	box-sizing:border-box;
	padding:10px;
	display:block;
	text-decoration:none;
	color:#000;
}
#recruit h3{
	text-align:center;
	width:80%;
	margin:auto;
}

#recruit hr{
	border:0;
	border-bottom:#0F70B7 solid 1px;
	width:80%;
	margin:10px auto;
}
#recruit:after{
	content:'\f105';
	font-family: FontAwesome;
	color:#0F70B7;
	font-size:50px;
	display:block;
	position:absolute;
	top:0;
	right:10px;
	line-height:100px;
}

#recruit p{
	font-size:14px;
	margin:auto;
	text-align:center;
	width:80%;
}