@charset "utf-8";

/* 人材
-------------------------------------------------- */
/* リード */
.humanresources .lead{
	background:#f5f5f5 url(../jpg/bg_humanresources.jpg) no-repeat center -50px;
	background-size:100% auto;
	padding-top:190px;
}
.humanresources .lead-inner{
	padding:15px 10px 20px 10px;
	background:#f5f5f5;
}
.humanresources .lead-box{
	line-height:157%;
}
.humanresources .lead-box .leadobj img{
	display:block;
	width:25.4rem;
	margin-bottom:15px;
}
.humanresources .lead-box .note{
	font-size:1.1rem;
	text-align:right;
}
.humanresources .about {
}
.humanresources .about h5{
	text-align:center;
	background:#d90013;
	padding:10px 0;
	color:#ffffff;
	font-weight:400;
	margin-top:20px;
	line-height:100%;
}
.humanresources .about p{
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:15px;
	line-height:125%;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* 人材
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* パンくず */
	#crumb{
		background:#f5f5f5;
	}

	/* リード */
	.humanresources .lead{
		background:#f5f5f5 url(../jpg/bg_humanresources.jpg) no-repeat right center;
		background-size:contain;
		padding-top:0;
	}
	.humanresources .lead-inner{
		padding:45px 0 50px 0;
		background: -moz-linear-gradient(left,  rgba(245,245,245,1) 0%, rgba(245,245,245,1) 45%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 45%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 45%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	.humanresources .lead-box{
		max-width:1280px;
		line-height:200%;
		margin:0 auto;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 50px;
	}
	.humanresources .lead-box .leadobj img{
		display:block;
		width:295px;
		margin-bottom:20px;
	}
	.humanresources .lead-box .text{
		max-width:715px;
	}
	.humanresources .policy{
	}
	.humanresources .about{
		display:table;
		max-width:715px;
	}
	.humanresources .about .left,
	.humanresources .about .right{
		display:table-cell;
	}
	.humanresources .about .left{
		padding-right:12px;
	}
	.humanresources .about .right{
		padding-left:12px;
	}
	.humanresources .about p{
		background:#ffffff;
	}
}