/*////////////////////////
///////////////////////*/
.mainvisual{
	background: url(../images/mainvisual.jpg) no-repeat center top;
	background-size: cover;
}

.mainvisual-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainvisual-logo.png) no-repeat center center;
	background-size: 210px auto;
}
.contents{
	padding: 0;
}
.ttl-field{
	position: relative;
	width: 100%;
	height: 55px;
	background: url(../images/h2-field.png) no-repeat center top;
	background-size: auto 100%;
	margin-bottom: 30px;
}
.field-lead{
	position: relative;
	width: 100%;
	height: 66px;
	max-width: 640px;
	background: url(../images/field-lead.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 auto 80px;
}
.field-img{
	width: 30%;
	height: 133px;
	float: left;
}

.field-box0 .field-img{
	background: url(../images/service-img1.jpg) no-repeat top center;
}
.field-box1 .field-img{
	background: url(../images/service-img2.jpg) no-repeat top center;
}
.field-box2 .field-img{
	background: url(../images/service-img3.jpg) no-repeat top center;
}
.field-box3 .field-img{
	background: url(../images/service-img4.jpg) no-repeat top center;
}
.field-box4 .field-img{
	background: url(../images/service-img5.jpg) no-repeat top center;
}



.field-txt{
	float: right;
	width: 68%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

@media (max-width:750px) {
	.ttl-field{
		height: 48px;
	}
	.field-lead{
		width: 80%;
		height: 0;
		padding-bottom:30%;
		margin-bottom: 30px;
		background-image: url(../images/field-lead_.png);
	}
	.field-img{
		width: 100%;
		height: 133px;
	}
	.field-txt{
		width: 100%;
	}
}


/*////////////////////////
///////////////////////*/
.about{
	position: relative;
	width: 100%;
	min-height: 350px;
	overflow: hidden;
	background: url(../images/bg-about.jpg) no-repeat;
	background-size:cover;
	/**/
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 40px;
}
.about-txt{
	padding: 100px 0 50px 0px;
}
.about::before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../images/bg-pattern.png);
}
.partner-voice-bnr-area{
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 620px;
	margin: 0	auto;
	padding-bottom: 50px;
}
.link-partner-voice img{
	max-width: 620px;
	width: 100%;
}
.partner-voice-bnr-area a{
	transition: 0.6s ;
}
.partner-voice-bnr-area a:hover{
	opacity: 0.8 ;
}
@media (max-width:750px) {
	.about{
		font-size: 14px;
		line-height: 24px;
		min-height: 0;
	}
	.about-txt{
		padding: 50px 0;
	}
}


/*////////////////////////
///////////////////////*/
.bussines{
	position: relative;
	background: url(../images/bg.png);
	padding: 95px 0;
}
.ttl-field{
	position: relative;
	width: 100%;

}

.field{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #aaa;
	background: #FFF;
	padding: 20px 60px 40px;
	margin-bottom: 40px;
}

.field-movie{
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.field-movie iframe{
	display: inline-block;
}
.main-work{
	position: relative;
	width: 100%;
	padding: 30px 0 0;
}
.main-work p{
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #cdcdcd;
}
.main-work p::after{
	content:"";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}
.main-work ul{
	width: 100%;
	padding: 20px 0 0;
	overflow: hidden;
}
.main-work li{
	float: left;
	width: 25%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
@media (max-width:750px) {
	.field{
		padding: 20px 20px 40px;
	}
	.main-work li{
		width: 50%;
		font-size: 12px;
		padding-bottom: 7px;
	}
}



.field h2{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
}
.field h2 span{
	position: relative;
	display: block;
	width: 100%;
	max-width: 416px;
	height: 64px;
	background: no-repeat left center;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}

.field h2::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #aaa;
}


@media (min-width:750px) {
	.field-box0 h2 span{background-image: url(../images/step1.png);}
	.field-box1 h2 span{background-image: url(../images/step2.png);}
	.field-box2 h2 span{background-image: url(../images/step3.png);}
	.field-box3 h2 span{background-image: url(../images/step4.png);}
	.field-box4 h2 span{background-image: url(../images/step5.png);}
}
@media (max-width:750px) {
	.field-box0 h2 span{background-image: url(../images/step1_.png);}
	.field-box1 h2 span{background-image: url(../images/step2_.png);}
	.field-box2 h2 span{background-image: url(../images/step3_.png);}
	.field-box3 h2 span{background-image: url(../images/step4_.png);}
	.field-box4 h2 span{background-image: url(../images/step5_.png);}
}





