@charset "utf-8";
/*----------------------------------------------------
	                 mainVisual
------------------------------------------------------*/
#mainVisual{
	width: 100%;
	height: 300px;
	background-image: url(../img/home/sp/bg_mv.jpg);
	background-size: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #9a9fa1;
	position: relative;
}
#mainLead{
	width: 100%;
	text-align: left;
	font-size: 9px;
}
#mainCopy{
	width: 100%;
	font-size: 38px;
	line-height: 1.2em;
	padding-top: 50px;
	padding-bottom: 10px;
}
#recruitbBnSubcp{
	display: none;
}
#recruitBn{
	background: #f09e1d;
	width: 180px;
	height: 15px;
	padding: 10px;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -93px;
	text-align: center;
}
#recruitbBnMaincp:after{
	content: '\e801';
	font-family: 'fontello';
	padding-left: 10px;
}
/*----------------------------------------------------
	                 business
------------------------------------------------------*/
#business{
	padding:30px 0 25px;
}
#business p{
	padding-bottom: 20px;
	text-align: left;
	margin: 0 auto;
	font-size: 10px;
}
.businessList{
	width: 120px;
	margin:0 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 1.2em;
}
.businessList:nth-child(even){
	margin-right: 0;
}
.businessList img{
	width: 120px;
	height: 120px;
	padding-bottom: 10px;
}
.businessList a{
	text-decoration: none;
}
#businessLists{
	width: 260px;
	overflow: hidden;
	margin: 0 auto;
}
/*----------------------------------------------------
	                 service
------------------------------------------------------*/
#service{
	background: url(../img/home/bg02.png);
	padding:50px 0 30px;
}
#service p{
	padding-bottom: 20px;
	text-align: left;
	margin: 0 auto;
	font-size: 10px;
}
.serviceList{
	margin-right: 10px;
	margin-left: 10px;
}
#serviceWrap01{
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
}
#serviceLists {
	width: 1280px; /* 320px(item width) * 4(item count) */
	}
.serviceList {
	width: 240px;
	}
#serviceLists{
	height: 240px;
	position: relative;
	margin: 0 auto 10px;
	overflow: hidden;
}
.serviceList a span{
	display: block;
	width: 220px;
	padding: 10px 10px 0 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
	line-height: 1.4em;
    background-color: #262626;
}
.serviceList .icos{
	text-align: center;
	padding: 5px 10px 10px;
	width: 220px;
}
.serviceList a:hover{
	text-decoration: none;
}
.serviceList .ico span {
	background-image: url(../img/home/icos.png);
}
.genre{
	position: absolute;
    height: 11px;
    top: 10px;
    left: -6px;
    background-color: #262626;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    line-height: 1em;
}
.genre:after {
    content: '';
    position: absolute;
    border-top: 3px solid #0d0000; 
    border-left: 3px solid transparent; 
    border-right: 3px solid #0d0000; 
    border-bottom: 3px solid transparent; 
    bottom: -6px;
    left: 0px;
}
.bx-prev,
.bx-next{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	font-family: 'fontello';
	font-size: 60px;
	text-decoration: none;
	text-align: center;
	background-color:transparent;
	border: none;
	cursor: pointer;
	line-height: 60px;
	outline: none;
}

.bx-prev{
	top: 0;
	left: -20px;
}
.bx-next{
	top: 0;
	right: -20px;
}
.bx-prev:hover,
.bx-next:hover{
	text-decoration: none;
}
.bx-prev:after{
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 30px;
	width: 20px;
	height: 20px;
	z-index: 2000;
}
.bx-controls{
	text-align: left;
}
.bx-controls-direction{
	height: 50px;
	width: 260px;
	position: absolute;
	margin: 0 auto;
	top: 75px;
	left: 0;
	z-index: 1000;
}
/*----------------------------------------------------
	                 recruit
------------------------------------------------------*/
#recruit{
	padding:20px 0 30px;
}
#recruit .sectionTit{
	text-align: center;
}
#recruitTxt{
	width: 95%;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 10px;
}
#recruitBtn,
#recruitBtn a{
	width: 225px;
	height: 30px;
	margin: 0 auto 20px;
	font-size: 11px;
}
#recruitPh{
	width: 95%;
	margin: 0 auto;
	background: transparent;
}
#recruitPh img{
	width: 100%;
	height: auto;
}
/*----------------------------------------------------
	                 news
------------------------------------------------------*/
#news{
	padding:20px 0 30px;
}
#news .sectionTit{
	text-align: left;
	display: block;
	width: 170px;
	float: left;
}
#newsLists .date{
	font-size: 10px;
	color: #5b5b5b;
	padding-bottom: 10px;
	line-height: 1em;
	margin-top: 15px;
}
#newsLists .detail{
	display: none;
	background: #fff;
	padding: 10px;
	font-size: 10px;
}
#newsLists dt{
	background: #fff;
	padding: 15px;
	color: #5b5b5b;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}
#newsLists dt:after{
	content: '\e803';
	font-family: 'fontello';
	position: absolute;
	right: 15px;
	top: 15px;
	color: #262626;
}
#newsLists dt.on:after{
	content: '\e802';
}
.spBtn{
	background: transparent;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#newsBtn{
	width: 75px;
	height: 25px;
	float: right;
}
#newsBtn a{
	width: 75px;
	height: 25px;
	font-size: 10px;
}
/*----------------------------------------------------
	                 access
------------------------------------------------------*/
#access,
#gMap{
	width: 100%;
}
#gMap{
	height: 265px;
}
#accessTitArea{
	padding: 20px 0;
	}
#accessTitArea .sectionTit{
}
#accessTitArea p{
	font-size: 10px;
	line-height: 1.2em;
}
#accessTitArea .siteInner{
	margin: 0 auto;
}