.loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #FFF;
	background-image:url(../images/about-pitwash.png);

	z-index: 999;
	visibility: visible;
	-webkit-transition: 3s;
	-ms-transition: 3s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 3s;
}
.onload .loading{
	opacity: 0;
	visibility: hidden;
}
@media (max-width:750px) {
	.loading{
		-webkit-background-size: 80% auto;
		     -o-background-size: 80% auto;
		        background-size: 80% auto;
	}
}
.mainvisual_top{
	position: fixed;
	width: 100%;
	height: 600px;
	background: url(../images/mainvisual.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
	padding: 50px;
}
.mainvisual_top .cnt-inner{
	max-width: 1100px;
}
.main-copy{
	margin: 100px auto 20px;
	width: 100%;
	max-width: 700px;
	height: 340px;
	background: url(../images/copy.png) no-repeat right top;
	background-size:100% auto;
}
.link-contact{
	display: block;
	margin-left: auto;
	width: 400px;
	height: 200px;
	background: url(../images/btn-contact.png) no-repeat right top;
	background-size: 100%;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
}
.link-contact:hover{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
@media (max-width:750px) {
	.main-copy{
		height: auto;
		padding-bottom: 55%;
	}
	.mainvisual_top{
		padding-bottom: 10%;
	}
	.link-contact{
		margin-left: auto;
		background-size: 90%;
	}
}


/*//////////////////////////////////
//////////////////////////////////*/
.mainvisual_margin{
	position: relative;
	padding-bottom: 50px;
}
.mainvisual_margin .cnt-inner{
	padding-bottom: 50px;
}
@media (max-width:750px) {
	.mainvisual_margin{
		padding-bottom: 0;
	}
}

/*//////////////////////////////////
//////////////////////////////////*/
.new-area{
	position: relative;
	width: 100%;
	padding: 55px 0;
	overflow: hidden;
	background: url(../images/bg-news.jpg) no-repeat center top;
	background-size: cover;
}
.new-area::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cover-pattern.png);
}
.new-area h2{
	position: relative;
	width: 100%;
	background: url(../images/ttl-news.png) no-repeat center top;
	background-size: auto 100%;
	padding-bottom: 46px;
	margin-bottom: 40px;
}
/*//////////////////////////////////
//////////////////////////////////*/
.news-list{
	margin-bottom: 25px;
}
.news-list a{
	position: relative;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding:0 15px 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
	color: #242424;
}
.news-list a .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 120px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFF;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}

.news-list a span,
.news-list a i{
	float: left;
	display: block;
}
.right-red{
	position: absolute;
	top: 0;
	right: -14px;
	width: 15px;
	height: 100%;
}
.left-red{
	position: absolute;
	top: 0;
	left: -14px;
	width: 15px;
	height: 100%;
}
.right-white{
	position: absolute;
	top: 0;
	right: 0px;
	width: 15px;
	height: 100%;
}

#line{
	position: absolute;
	width: 100%;
	height: 100%;
}

.news-date{
	position: relative;
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	background: #0a35e4;
	color: #fff;
	padding: 10px 10px;
}
.news-ttl{
	padding: 10px 5px;
}
.ic-category{
	width: 65px;
	display: inline-block;
	padding: 2px;
	margin: 10px 20px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
}
.ic-category.category-NEWS{
	border:2px solid #9e9e9e;
	color: #9E9E9E;
}
.news-list a:hover .ic-category.category-NEWS{
	color: #FFF;
	background: #9e9e9e;
}
.ic-category.category-RECRUIT{
	border:2px solid #0a35e4;
	color: #0a35e4;
}
.news-list a:hover .ic-category.category-RECRUIT{
	color: #FFF;
	background: #0a35e4;
}
@media (max-width:750px) {
	.news-list a .inner{
		padding-left: 0;
	}
	.news-date{
		position: relative;
		width: 45%;
		float: left;
		left: 0;
		color: #242424;
		font-size: 12px;
		background: none;
		font-weight: 600;
	}
	.ic-category{
		position: absolute;
		font-size: 9px;
		top: 8px;
		right: 20px;
		margin: 0;
	}
	.news-ttl{
		border-top: 1px solid #EDE3E3;
		width: 100%;
		padding: 10px;
		background: #F0F0F0;
		font-weight: 600;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.right-red,.left-red,.right-white{
		display: none;
	}
}
/*//////////////////////////////////
//////////////////////////////////*/
.more{
	padding: 11px 0;
	position: relative;
	width: 100%;
	text-align: center;
}
.link-more{
	display: inline-block;
	width: 80%;
	font-size: 16px;
	max-width: 300px;
	border:2px solid #FFF;
	padding: 8px 5px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.link-more:hover{
	background: rgba(255,255,255,0.4);
}
.link-more span{
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/ic-taxi-wh.png) no-repeat left center;
	-webkit-background-size: 19px auto;
	     -o-background-size: 19px auto;
	        background-size: 19px auto;
}
/*//////////////////////////////////
//////////////////////////////////*/
.concept{
	position: relative;
	background: url(../images/bg-about.jpg) no-repeat center center;
	background-size: cover;
}
.about{
	position: relative;
	width: 100%;
	padding: 47px 0 60px;
	background: rgba(255,255,255,0.85);
	overflow: hidden;
}
.concept h2{
	position: relative;
	width: 100%;
	background: url(../images/about-pitwash.png) no-repeat center top;
	background-size: auto 100%;
	padding-bottom: 201px;
	margin-bottom: 40px;
}

.about-txt{
	position: relative;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
}

.about-work{
	position: relative;
	width: 100%;
	padding: 47px 0 60px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
}
.about-work-txt{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	color: #FFF;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 40px;
  text-align: center;
}

@media (max-width:750px) {
	.about-txt{
		line-height: 24px;
		text-align: left;
	}
	.about-work-txt{
		line-height: 24px;
	}
}

/*//////////////////////////////////
//////////////////////////////////*/
.menu-area{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #242424;
}
.menu-area::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cover-pattern.png);
}
.menu-area .cnt-inner{
	max-width: 1100px;
	width: 100%;
}
.menu-item{
	position: relative;
	float: left;
	width: 33.33%;
	padding-bottom: 18%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (max-width:750px) {
	.menu-item{
		width: 50%;
		padding-bottom: 40%;
	}
}

.menu-item a{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.company{background-image: url(../images/bg-menu-company.jpg);}
.service{background-image: url(../images/bg-menu-service.jpg);}
.recruit{background-image: url(../images/bg-menu-recruit.jpg);}
.staff{background-image: url(../images/bg-menu-staff.jpg);}
.tour{background-image: url(../images/bg-menu-tour.jpg);}
.contact{background-image: url(../images/bg-menu-contact.jpg);}

.company a{background-image: url(../images/menu-company.png);}
.service a{background-image: url(../images/menu-service.png);}
.recruit a{background-image: url(../images/menu-recruit.png);}
.staff a{background-image: url(../images/menu-staff.png);}
.tour a{background-image: url(../images/menu-tour.png);}
.contact a{background-image: url(../images/menu-contact.png);}


.menu-item a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.menu-item a:hover{
	background-color: rgba(0,0,0,0.4);
}
/*//////////////////////////////////
//////////////////////////////////*/
.access{
	position: relative;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #FFF;
}
.access-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.access-item{
	float: left;
	width: 100%;
}
@media (max-width:750px) {

	.access-item{
		float: none;
		width: 100%;
	}

}


/*//////////////////////////////////
//////////////////////////////////*/
.access-table{
	width: 90%;
	margin: 0 auto;
	border-collapse:collapse;
}
.access-table th,
.access-table td{
	border-bottom: 1px dotted #aaa;
}
.access-table th{
	padding: 16px;
	font-weight: normal;
	background: #e7f3ff;
	font-size: 12px;
	text-align: left;
	color: #242424;
	vertical-align: top;
}
.access-table td{
	font-size: 12px;
	padding: 13px 15px;
	color: #242424;
}
.access-table td p{
	line-height: 24px;
}
.access-table .access-line th{
	padding: 0;
	border-bottom: 4px solid #0a35e4;
}
.access-table .access-line td{
	padding: 0;
	border-bottom: 4px solid #aaa;
}
.map-area{
	position: relative;
	width: 90%;
	margin: 30px auto 0;
	overflow: hidden;
	margin-bottom: 70px;
}
.acf-map {
	width: 100%;
	height: 200px;
}
.note{
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
.note a{
	color: #333;
	font-size: 12px;
}



.resizeimage img { width: 100%; }