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

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 80px;
	font-size: 16px;
}

#about p:first-child {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 44px;
	color: #000;
}

#about ul {
	margin-top: 40px;
}

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

#recruit .section {
	margin-bottom: 60px;
	background: rgba(231, 233, 236, 0.2);
	font-size: 0;
}

#recruit .container {
	padding: 50px 100px;
	text-align: left;
}

#recruit .h3 {
	margin-bottom: 40px;
}

#recruit dl {
	margin-top: -1px;
	border-bottom: solid 1px #e7e9ec;
	padding: 15px 0;
	text-align: left;
}

#recruit dt {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	font-size: 15px;
}

#recruit dd {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	font-size: 15px;
}

#recruit li a {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: 100px;
	background: #00408e;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 100px;
	color: #fff;
}

#recruit li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 22px;
	height: 100px;
	margin-right: 10px;
	background: url(../images/email.png) no-repeat left;
	background-size: 22px auto;
}

#recruit li a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
