@charset "utf-8";
/* recruit.css */
*:hover {
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

section p {
	line-height: 1.5;
}

#mainVisual {
	width: 100%;
	height: 400px;
	background-image:url("../img/recruit/recruit_mainVisual.jpg");
	background-size: auto 505px;
	background-repeat: no-repeat;
	background-position: center -50px;
	background-color: rgba(255,255,255,0.3);
	margin-top: 15px;
}
#mainVisual h2,
#mainVisual h2 span,
#mainVisual p {
	color: #02328d;
	text-align: center;
	line-height: 1.2;
}
#mainVisual h2 {
	padding-top: 80px;
	font-size: 22.4px;
	font-family: 'Cambria', 'arial', serif;
}
#mainVisual h2 span {
	font-size: 52.8px;
	display: block;
	font-family: 'HGP明朝B', 'HGPMinchoB',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#mainVisual p {
	margin-top: 10px;
	font-size: 25.6px;
	line-height: 1.4;
	font-family: 'HGP明朝B', 'HGPMinchoB',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#recruit {
	width: 100%;
	margin: 0 auto 40px;
	min-width: 900px;
}
#recruit #recruit_inner{
	width: 900px;
	margin: 30px auto 40px;
}

#recruit #recruit_inner #greed:after {
	display: block;
	width: 0;
	height: 0;
	clear: both;
	content: ' ';
}
#recruit #recruit_inner #greed .left {
	width: 320px;
	float: left;
}
#recruit #recruit_inner #greed .right {
	width: 540px;
	float: right;
	padding-left: 40px;
	padding-bottom: 55.8px;
	background-image: url(../img/recruit/ceoname.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#recruit #recruit_inner #greed .right h4 {
	font-weight: bold;
	font-size: 22.4px;
	margin-bottom: 22px;
	margin-top: 25px;
	/*-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	font-family: 'HGP明朝B', 'HGPMinchoB',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#recruit #recruit_inner #greed .right p {
	margin-bottom: 1.2em;
	letter-spacing: 0.18em;
	font-family: 'HGP明朝B', 'HGPMinchoB',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#sub_btn {
	margin-bottom: 100px;
	margin-top: 50px;
}
#sub_btn ul {
	position: relative;
	width: 900px;
	margin: 30px auto 0;
	height: 675px;
}
#sub_btn ul li {
	background-repeat: no-repeat;
}
#sub_btn ul li.link1 {
	position: absolute;
	width: 675px;
	left: 0;
	top: 0;
	height: 225px;
	background-image: url("../img/recruit/link1_bg.jpg");
	background-position: right center;
	background-size: auto 225px;
}
#sub_btn ul li.link2 {
	position: absolute;
	width: 225px;
	right: 0;
	top: 0;
	height: 450px;
	background-image: url("../img/recruit/link2_bg.jpg");
	background-size: 225px auto;
	background-position: left 225px;
}
#sub_btn ul li.link3 {
	position: absolute;
	width: 675px;
	left: 0;
	top: 225px;
	height: 225px;
	background-image: url("../img/recruit/link3_bg.jpg");
	background-size: 225px auto;
	background-position: left top;
}
#sub_btn ul li.link4 {
	position: absolute;
	width: 675px;
	left: 0;
	bottom: 0;
	height: 225px;
	background-image: url("../img/recruit/link4_bg.jpg");
	background-size: 450px auto;
	background-position: right top;
}
#sub_btn ul li.link5 {
	position: absolute;
	width: 225px;
	right: 0;
	bottom: 0;
	height: 225px;
}

#sub_btn ul li a{
	background: #02328d;
	display: inline-block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 85px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 19.2px;
	font-family: calibri, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
#sub_btn ul li a span.bgBlue{
	color: #fff;
	font-family: calibri, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
#sub_btn ul li a span.word{
	color: #fff;
	font-size: 32px;
	display: block;
	margin-bottom: 2px;
}
#sub_btn ul li.link1 a,
#sub_btn ul li.link2 a,
#sub_btn ul li.link4 a,
#sub_btn ul li.link5 a {
	position: absolute;
	height: 225px;
	width: 225px;
}
#sub_btn ul li.link2 a {
	padding-top: 65px;
}
#sub_btn ul li.link3 a {
	position: absolute;
	right: 0;
	height: 225px;
	width: 450px;
}
