@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	margin: 30px 0 60px;
	position: relative;
	z-index: 0;
}

#recruit:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#recruit:after {
	content: '';
	width: 100%;
	height: 913px;
	background: url(../../common/images/page_bg.png) no-repeat center / 100% 913px;
	position: absolute;
	bottom: 200px;
	left: 0;
	z-index: -1;
}

#recruit h3 {
	height: 180px;
	padding-top: 30px;
	font-size: 31px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #0378a6;
}

#recruit .article {
	width: 894px;
	width: 901px;
	margin: 0 auto;
	padding: 10px 10px 11px;
	background: #f5ede1 url(../images/bg_02.png) 0 0;
}

#recruit .section {
	padding: 30px 20px 13px 30px;
	background: #faf5ed;
	position: relative;
}

#recruit h4 {
	height: 44px;
	margin-top: 100px;
	margin-bottom: 30px;
	padding-left: 70px;
	background: url(../images/bg_05.png) repeat-x left bottom;
	text-align: left;
	font-size: 26px;
	line-height: 36px;
	color: #0378a6;
	position: relative;
}

#recruit h4:before {
	content: '';
	width: 56px;
	height: 29px;
	background: url(../images/bg_04.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

#recruit h4:first-of-type {
	margin-top: 0;
}

#recruit h4 span {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

#recruit .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recruit .flex figure {
	width: 334px;
	height: 409px;
}

#recruit .flex .block {
	flex: 1;
	margin-left: 30px;
}

#recruit dl {
	margin-bottom: 40px;
	text-align: left;
}

#recruit dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #009ee2;
}

#recruit .floor li span:after {
	display: block;
	content: '';
	width: 100%;
	height: 23px;
	margin-top: 5px;
	background: url(../images/icon_gmap.png) no-repeat top / auto 100%;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 90px;
}

#contact li {
	margin-bottom: 30px;
}

#contact li a {
	display: inline-block;
	vertical-align: top;
	width: 498px;
	height: 60px;
	border-radius: 60px;
	background: #009ee2;
	box-shadow: 0 5px 0 #6ac1e2;
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	transition: .4s;
}

#contact li a:hover {
	opacity: 0.6;
}

#contact .link a {
	letter-spacing: 4px;
}

#contact .link a:after {
	content: '';
	width: 17px;
	height: 60px;
	background: url(../images/link.png) no-repeat left;
	position: absolute;
	top: 0;
	right: 15px;
}

#contact .mail a {
	background: #2fc2fb;
	box-shadow: 0 5px 0 #a5dff1;
	transition: .4s;
}

#contact .mail a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 25px;
	height: 60px;
	margin-right: 15px;
	background: url(../images/mail.png) no-repeat left;
}
