@charset "UTF-8";

/* public */
#contents > section h1{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}
#contents > section h1:before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #5daf30;
}
#contents > section h1 img{
	background: #ffffff;
}
/* main_slider*/
.slider_wrap{
	min-width: 1000px;
}
#main_slider li{
	height: 450px;
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#main_slider li > div{
	position: absolute;
	width: 3200px;
	height: 100%;
	text-align: center;
	top: 0;
	left: 50%;
	margin-left: -800px;
}
.main_image01 .more{
	position: absolute;
	z-index: 10;
	top: 265px;
	left: 25%;
	margin-left: -500px;
}
.bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	left: 0;
}
/* joboffer */
#joboffer{
	width: 1000px;
	margin: 55px auto 0;
}
#joboffer ul{
	margin-top: 32px;
	padding-bottom: 90px;
}
#joboffer li{
	float: left;
	margin-left: 4px;
}
#joboffer li:first-child{
	margin-left: 0;
}

/* service */
#service{
	width: 1000px;
	margin: 0 auto;
}
#service ul{
	padding-bottom: 67px;
}
#service li{
	float: left;
	margin: 33px 0 43px 50px;
	height: 194px;
	overflow: hidden;
}
#service li:nth-child(3n+1){
	margin-left: 0;
}
#service li dl{
	height: 388px;
	background: url(../images/service_bg.png) no-repeat right bottom #f3f3f3;
}
#service li dd{
	padding: 0 20px;
}
#service li dd:first-of-type{
	height: 6em;
	padding-top: 18px;
	line-height: 1.8;
	font-size: 14px;
}
#service li dd:last-of-type a{
	display: inline-block;
	background: #5daf30;
}
/* recruit */
#recruit{
	min-width: 1000px;
	padding-bottom: 96px;
}
#recruit .inner_wrap{
	height: 340px;
	margin-top: 38px;
	line-height: 2;
	font-weight: bold;
	background: url(../images/recruit_bg.jpg) no-repeat center center;
	background-size: cover;
}
#recruit .inner_wrap article{
	width: 1000px;
	margin: 0 auto;
	padding-top: 66px; 
}
/* information */
#information{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 130px;
}
#information .inner_wrap{
	margin-top: 30px;
}
#information dl{
	float: left;
	width: 50%;
}
#information dt{
	font-size: 18px;
	font-weight: bold;
}
#information dd{
	font-size: 16px;
	margin-top: 1.2em;
}
#information dd a{
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	margin-left: 1.5em;
	color: #5daf30;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}