@charset "utf-8";
/*----------------------------------------------------
	                 mainVisual
------------------------------------------------------*/
#mainVisual{
	height: 500px;
	background-image: none;
}
#mvPic{
	opacity:0;
	height: 500px;
	width: 100%;
	background-image: url(../img/home/pc/bg_mv.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #fff;
}
#mainVisual .siteInner{
	position: relative;
}
#mainLead{
	opacity:0;
	width: 680px;
}
#mainCopy{
	opacity:0;
	font-size: 60px;
	line-height: 76px;
	margin: 0 auto 40px;
	padding-top: 110px;
}
#recruitBn,
#recruitBn a{
	display: block;
	width: 205px;
	height: 205px;
}
#recruitBn{
	position: absolute;
	bottom: -230px;
	right: 0;
}
#recruitBn a,
#recruitBn a:hover{
	background-image:  url(../img/home/pc/bg_bn.png);
	background-repeat: no-repeat;
	text-align: center;
}
#recruitBn a{
	background-position: 0 0;
}
#recruitBn a:hover{
	background-position: 0 -205px;
}
#recruitbBnMaincp{
	display: block;
	width: 125px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding:45px 10px 10px;
}
#recruitbBnSubcp{
	display: block;
	width: 120px;
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.2em;
}
#recruitbBnMaincp,
#recruitbBnSubcp{
	margin: 0 auto;
}
/*----------------------------------------------------
	                 business
------------------------------------------------------*/
#business{
	padding:50px 0 70px;
}
#business p{
	padding-bottom: 25px;
	text-align: center;
}
.businessList{
	width: 150px;
	margin-right: 24px;
	opacity: 0;
}
.businessList img{
	width: 150px;
	height: 150px;
	padding-bottom: 10px;
}

#businessLists{
	width: 1048px;
	overflow: hidden;
	margin: 0 -24px 0 0;
	_zoom:0;
}
/*----------------------------------------------------
	                 service
------------------------------------------------------*/
#service{
	padding:50px 0 70px;
}
#service p{
	padding-bottom: 25px;
}

.serviceList{
	height: 190px;
	margin-right: 21px;
}
.serviceList img{
	position: absolute;
	top: 0;
	left: 0;
}
#serviceLists:after{
	content: "";
	display: block;
	clear: both;
}
#serviceLists{
	width: 1024px;
}
.serviceList a span{
	opacity: 0;
	display: table-cell;
	width: 200px;
	height: 58px;
	padding: 50px 19px;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4em;
	background: url(../img/home/pc/arrow_thum.png) no-repeat 100% 100% #45b1c7;
	-moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.ie8 .serviceList a span{
	-ms-filter: "alpha(opacity=0)";
}
.serviceList a:hover span{
	opacity: 1;
}
.ie8 .serviceList a:hover span{
	-ms-filter: "alpha(opacity=100)";
}
.ie8 .serviceList{
	margin-right: 10px;
}
.serviceList .icos{
	position: absolute;
	top: 160px;
	left: 0;
	width: 240px;
	height: 21px;
	padding: 5px 0;
	display: block;
	background: #262626;
	text-align: center;
	vertical-align: middle;
}
.bx-controls{
	display: none;
}
.bx-controls-direction{
	display: none;
}
/*----------------------------------------------------
	                 recruit
------------------------------------------------------*/
#recruit{
	padding:50px 0 70px;
	overflow: hidden;
}
#recruit .sectionTit{
	text-align: left;
}
#recruit .siteInner{
	position: relative;
}

#recruitTxt{
	width: 470px;
	padding-bottom: 65px;
}
#recruitBtn,
#recruitBtn a{
	width: 360px;
	height: 60px;
}
#recruitBtn a{
	background: #45b1c7;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	-moz-transition: background-color 0.5s linear, color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s linear, color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#recruitPh{
	width: 512px;
	height: 314px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/home/pc/ph_recruit01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}#recruitPh img{
	display: none;
}
/*----------------------------------------------------
	                 news
------------------------------------------------------*/
#news{
	padding:50px 0 70px;
}
#news .sectionTit{
	width: 170px;
	float: left;
}
#newsLists{
	border-top: 1px solid #ccc;
}
#newsLists .date{
	padding-top: 35px;
	width: 10em;
	float: left;
	font-size: 16px;
}
#newsLists .detail{
	padding: 0 0 35px 15em;
	border-bottom:1px solid #ccc;
}
#newsLists dt{
	padding: 35px 0 20px 14em;
	font-weight: bold;
	font-size: 15px;
}
#newsLists .detail:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
#newsBtn{
	padding-top: 13px;
}
#newsBtn a:after{
	content: '\e801';
	font-family: 'fontello';
	padding-left: 10px;
}
#newsBtn a{
	width: 106px;
	height: 26px;
	font-size: 12px;
}
.spBtn{
	display: none;
}

/*----------------------------------------------------
	                 access
------------------------------------------------------*/
#gMap{
	height: 386px;
}
#accessTitArea{
	padding: 50px 0;
	height: 60px;
	}
#accessTitArea .sectionTit{	
	float: left;
}
#accessTitArea p{
	float: left;
}
#accessTitArea:after{
	content: "";
	display: block;
	clear: both;
}