/* Scss Document */
#key {
	background: url(../img/access/key.jpg) center no-repeat;
	background-size: cover;
	min-height: 755px;
}
#key .txt {
	position: absolute;
	top: 398px;
	left: 0;
	right: 0;
	text-align: center;
}

#recruit {
	padding: 47px 0 129px;
}
#recruit:before {
	background: url(../img/index/bg2.jpg) 0 0 repeat;
	content: '';
	position: absolute;
	top: 0;
	height: 242px;
	right: 0;
	left: 0;
	z-index: 0;
}
#recruit h2 {
	border-top: 36px solid #000;
	position: relative;
	z-index: 2;
	padding-top: 60px;
}
#recruit .tbl_info {
	width: 620px;
	position: relative;
	z-index: 2;
	padding-top: 66px;
}
#recruit .tbl_info dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 25px;
}
#recruit .tbl_info dl dt, #recruit .tbl_info dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 12px 0 12px;
	box-sizing: border-box;
}
#recruit .tbl_info dl dt {
	width: 224px;
	padding-left: 52px;
}
#recruit .photo {
	width: 380px;
}
#recruit .photo img {
	margin-left: -40px;
}
#recruit .contact {
	text-align: center;
	background: url(../img/index/line1.jpg) 0 bottom repeat-x, url(../img/index/bg1.jpg) center 0 repeat;
	position: relative;
	padding: 46px 0 60px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 70px;
}
#recruit .contact .tit {
	font-size: 35px;
	    padding: 10px 0 0 0;
    letter-spacing: -2px;
}
#recruit .contact dt {
	padding: 19px 0 24px;
	font-weight: bold;
}
