@charset "UTF-8";
/* charset */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #5f5d60;
	background: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
	letter-spacing: 1px\9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6, h7,
ul, ol, li, dl, dt, dd,
article, section,
div, figure, p, form, img, legend, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	text-decoration: none!important;
}

a:link {color: #545454;}
a:visited {color: #545454;}
a:active {color: #545454;}

a:hover {
	color: #F57514;
	text-decoration: none!important;
}

a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
@@color: #000;
}
 
.clearfix {
	*zoom: 1;
}

.clear {
	clear: both!important;
}

.error {
	color: #c00;
}
.error:before {
	content: "\f071";
	margin-right: 3px;
	color: #c00;
	font-size: 15px;
	font-family: "FontAwesome";
}

.hide {
	display: none!important;
}

.pchide {
	display: none;
}

.sphide {
	display: block;
}

.inner {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1170px;
}

.wrapper {
	position: relative;
}

.wrap {
	background: #f7f7f7;
	padding: 0 5% 80px;
	text-align: center;
}
#home.wrap {
	padding: 180px 0 100px;
	color: #fff;
	background: url("../img/topimg2.jpg") no-repeat;
	background-size: cover;
}
#service.wrap {
}
#about.wrap {
	border-bottom: 1px solid #eee;
	padding: 0 0 80px;
	background: #fff;
}
#recruit.wrap {
	text-align: left;
}

#recruit.wrap .cap {
	text-align: center;
}

#recruit.wrap p {
	margin: 0 0 15px;
}

#recruit.wrap dl {
	margin: 0 auto 40px;
	padding: 0 15px;
	width: 900px;
	overflow: hidden;
}

#recruit.wrap dl dt {
	clear: both;
	float: left;
	margin: 0 0 15px 15px;
	padding: 5px 0 3px;
	width: 230px;
	color: #fff;
	background: #323232;
	text-align: center;
}

#recruit.wrap dl dd {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	padding: 5px 15px 0 280px;
}

#recruit.wrap dl dd h3 {
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	padding: 5px 30px 3px;
	color: #000;
	background: #fff;
}

#recruit.wrap dl dd ul {
	margin-bottom: 20px;
	font-size: 1.1em;
}

#recruit.wrap .foot {
	margin: 0 auto;
/*	padding: 15px;*/
	width: 870px;
	background: #fff;
	text-align: center;
}

#recruit.wrap .foot img {
	width: 100%;
	height: auto;
}
#recruit.wrap .foot br {
	display: none;
}

#contact.wrap {
	border-bottom: 1px solid #eee;
	padding: 0 0 80px;
	background: #fff;
}

.cap {
	padding: 80px 0 50px;
	font-size: 32px;
	font-weight: bold;
}

header {
	background: #fff;
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

header h1 {
	display: inline-block;
}

header h3 {
	display: none;
}

header nav {
	float: right;
}

header nav a {
	float: left;
	display: block;
	color: #545454!important;
	line-height: 65px;
	padding: 0 25px;
}

header nav a:hover {
	color: #fff!important;
	background: rgba(12,12,12,0.3);
}

#service h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

#service ul {
	
}

#service ul li {
	float: left;
	margin: 0 0.5%;
	width: 24%;
}

#service ul li p {
	margin: 0 auto;
	padding-top: 15px;
	width: 85%;
	line-height: 1.5em;
	color: #999;
	font-size: 13px;
	text-align: left;
}

#about dl {
	float: left;
	padding-top: 70px;
	width: 55%;
}

#about dl dt {
	float: left;
}

#about dl dd {
	margin-left: 150px;
	text-align: left;
}

#about .map {
	float: left;
	width: 55%;
}

#contact a {
	display: inline-block;
	border-radius: 4px;
	padding: 15px 40px;
	cursor: pointer;
	color: #fff;
	background: #5dca88;
	opacity: 0.8;
	box-shadow: 0px 7px #1a7940;
	text-align: center;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

#contact a:hover {
	opacity: 1;
}
#contact a:active {
	position: relative;
	top: 7px;
	box-shadow: none;
}

footer {
	padding: 30px 0 20px;
	color: #b3aeb5;
	font-size: 12px;
	text-align: center;
}

footer p {
	margin: 12px 0;
}

.foot a {
	display: block;
	background: #000;
}

.foot a.sp {
	display: none;
}