#pagetitle{
	background:url('../images/recruit/h2.jpg') no-repeat top center;
}
main section{
	max-width:1200px;
	margin:0 auto 150px;
	color:#5a4d4d;
	padding:0 0 80px;
	background:url('../images/recruit/recruit3_icon.png') no-repeat bottom center;
}
main section:last-child{
	background:transparent !important;
	margin:0 auto 70px !important;
}
.voice1{
	width:860px;
	margin:0 auto 40px;
	position:relative;
}
.midashi{
	font-weight:bold;
	text-align:center;
	margin:0 0 60px;
	font-size:24px;
	
}
.voice1 .fll{
	width:340px;
	min-height:430px;
}
.voice1 .fll img{
	width:100%;
	height:auto;
}
.voice1 .flr{
	width:420px;
	height:220px;
	padding:70px 0 0 0;
	box-sizing:border-box;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	text-align:center;
	position:absolute;
	top:200px;
	right:0;
}
.voice1 .flr p{
	color:#c89faa;
	font-size:16px;
}
.voice1 .flr h3{
	font-size:25px;
	padding:10px 0 0 0;
}
.voice2 h4,
.voice3 h4,
.voice4 h4{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	width:270px;
	height:270px;
	background:#fcf4f5;
	font-size:30px;
	line-height:1.5em;
	position:relative;
}
.voice2 h4,
.voice4 h4{
	margin-left:100px;
	float:left;
}
.voice3 h4{
	margin-right:100px;
	float:right;
}
.voice2 h4:before,
.voice4 h4:before{
	width:136px;
	height:221px;
	background:url('../images/recruit/recruit3_guide1.png') no-repeat;
	display:block;
	content:"";
	position:absolute;
	left:-100px;
	top:50px;
}
.voice2 h4:before,
.voice4 h4:before{
	width:136px;
	height:221px;
	background:url('../images/recruit/recruit3_guide1.png') no-repeat;
	display:block;
	content:"";
	position:absolute;
	left:-100px;
	top:50px;
}
.voice3 h4:before{
	width:136px;
	height:221px;
	background:url('../images/recruit/recruit3_guide2.png') no-repeat;
	display:block;
	content:"";
	position:absolute;
	right:-100px;
	top:50px;
}

.voice2 img{
	float:left;
	margin:0 20px 20px 0;
	max-width:400px;
}

.voice2 .comment{
	width:calc(100% - 450px);
	padding:0 0px 0 0px;
	box-sizing:border-box;
	float:right;
}
*/
.voice3 .comment{
	width:600px;
	padding:0 40px 0 60px;
	box-sizing:border-box;
	float:left;
}
.voice2,
.voice3,
.voice4{
	margin:0 0 100px;
}
#copyright{
	padding-bottom:10px !important;
}