@charset "utf-8";
/* CSS Document */
header{
	background: url('/img/index/img_recruit.jpg') no-repeat center bottom;
	height: 692px;
}
.contentWrap{
	padding: 100px 0;
}
#recruit.contentWrap{
	padding: 50px 0 0;
}
.contentWrap:nth-child(even){
	background-color:#f2eee4;
}
.contentBox > p{
	line-height: 1.5em;
	margin: 0px auto 21px;
	font-size: 18px;
	letter-spacing: 1.8px;
	color:#8c836c;
}
/* =========================================================
recruit
========================================================= */
#recruitText > p{
	line-height: 1.5em;
	margin: 0px auto 21px;
	font-size: 18px;
	letter-spacing: 1.8px;
	color:#8c836c;
}
#recruitText table{
	width: 978px;
	margin-bottom: 50px;
}
#recruitText table th{
    background-color: #d2ccbd;
    border: 1px solid #696969;
    color: #565656;
    font-weight: bold;
    width: 177px;
    text-indent: 20px;
}
#recruitText table td{
	border: 1px solid #696969;
    padding: 16px 0px 14px 20px;
	line-height: 1.5em;
}
/* =========================================================
flow
========================================================= */
.flowBox{
	width: 206px;
	height: 206px;
	border-radius: 107px;
	background-color:#ffffff;
	position: relative;
	float: left;
	margin-right: 52px;
}
.flowBox:after{
	position: absolute;
	content: '▲';
	color:#654b29;
	transform: rotate(90deg);
	right: -32px;
    top: 99px;
}
.flowBox:last-child{
	margin-right: 0;
}
.flowBox:last-child:after{
	content: '';
}
p.step {
    font-size: 30px;
    text-align: center;
    padding-top: 89px;
    margin-bottom: 15px;
}
p.stepText {
    width: 90%;
    margin: 0 auto;
}
#step1{
	background-color:#fffef9;
}
#step2{
	background-color:#fffdf2;
}
#step3{
	background-color:#fffce7;
}
#step4{
	background-color:#fffbdd;
}
/* =========================================================
contact
========================================================= */




