@charset "utf-8";



/*ページタイトル黒*/
.pageTitleWrapper{
	background:#000;
}
.pageTitleWrapper .sectionTitle h2{
	color: #fff;
}
.pageTitleWrapper .sectionTitle h2 div::before,
.pageTitleWrapper .sectionTitle h2 div::after{
	background:rgba(255,255,255,0.6);
}

/**/
.conceptWrapper{
	
}
.conceptWrapper .mainP{
	width:100%;
	height:41vw;
	min-height:486px;
	margin:0 auto;
}
.conceptWrapper .honbunBox{
	padding:84px 0 0;
}
/**/
.midashi{
	font-size:32px;
	font-weight:normal;
}
.kugiriMidashi{
	padding:28px 0;
}
.kugiriMidashi p:nth-child(1){
	position:relative;
	margin-bottom:14px;
	padding-bottom:12px;
	font: inherit;
	_font-family: 'Work Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 1.0em;
	-moz-osx-font-smoothing: grayscale;
}
.kugiriMidashi p:nth-child(1)::after{
	position:absolute;
	content:"";
	bottom:0px;
	left:0;
	right:0;
	margin:0 auto;
	width:62px;
	height:3px;
	background:#ccc;
}
.kugiriMidashi p:nth-child(2){
	line-height: 1.0em;
	font-size:14px;
	font-weight: normal;
}
/**/
.leadCopyBox{
	width:580px;
	margin:10px auto 0;
	text-align:left;
}
.conseptItemBox{
	display:flex;
	flex-wrap:wrap;
	width:970px;
	margin:78px auto 0;
}
.conseptItemBox div{
	width:50%;
	padding:50px 0 58px;
	background:#f2f2f2;
}
.conseptItemBox div:nth-child(2),
.conseptItemBox div:nth-child(3){
	background:#dcdcdc;
}
.conseptItemBox div h5{
	margin-bottom:30px;
	font-size:26px;
	font-weight:normal;
}
.conseptItemBox div p{
	width:350px;
	margin:0 auto;
	text-align:left;
}
/**/
.contWrapper{
	margin:110px auto 0;
	width:100%;
	border-top:solid 1px #dcdcdc;
}
.contWrapper .flexBox{
	position:relative;
	display:flex;
	align-items:center;
}
.contWrapper .flexBox .inner{
	width:50%;
}
.contWrapper .flexBox .inner.pBox{
	order:2;
	height:41vw;
	min-height:500px;
}
.contWrapper .flexBox .honbunBox{
	padding:10px 0;
	order:1;
}
.contWrapper .flexBox .honbunBox .leadCopyBox{
	width:370px;
	margin:0 auto;
}
/**/
.contWrapper .flexBox.two .inner.pBox{
	order:1;
}
.contWrapper .flexBox.two .honbunBox{
	order:2;
}
.contWrapper .flexBox .moreBtn{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	right:0;
	width:118px;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	color:rgba(255,255,255,0.7);
	font: inherit;
	font-weight:normal;
	_font-family: 'Work Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	background:rgba(0,0,0,0.8);
}












/*############################################*/
/*  */
/*############################################*/
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
.flexBox{
	width:100%;
}
	/*ページタイトル黒*/
	.pageTitleWrapper{
	}
	.pageTitleWrapper .sectionTitle h2{
	}
	.pageTitleWrapper .sectionTitle h2 div::before,
	.pageTitleWrapper .sectionTitle h2 div::after{
	}

	/**/
	.conceptWrapper{
		
	}
	.conceptWrapper .mainP{
		height:60vw;
		min-height:0px;
	}
	.conceptWrapper .honbunBox{
		padding:70px 0 0;
	}
	/**/
	.midashi{
		line-height:1.4em;
	}
	.kugiriMidashi{
	}
	.kugiriMidashi p:nth-child(1){
	}
	.kugiriMidashi p:nth-child(1)::after{
	}
	.kugiriMidashi p:nth-child(2){
	}
	/**/
	.leadCopyBox{
		width:80%;
	}
	.conseptItemBox{
		display:flex;
		flex-wrap:wrap;
		width:100%;
		margin:58px auto 50px;
	}
	.conseptItemBox div{
		width:90%;
		margin:0 auto ;
		padding:40px 0 40px;
		background:#f2f2f2;
	}
	.conseptItemBox div:nth-child(3){
		background:#f2f2f2;
	}
	.conseptItemBox div:nth-child(2),
	.conseptItemBox div:nth-child(4){
		background:#dcdcdc;
	}
	.conseptItemBox div h5{
		margin-bottom: 24px;
	}
	.conseptItemBox div p{
		width:80%;
	}
	/**/
	.contWrapper{
		margin:0px auto 0;
		width:100%;
		border-top:solid 0px #dcdcdc;
	}
	.contWrapper .flexBox{
		display:flex;
		flex-wrap:wrap;
		_align-items:center;
	}
	.contWrapper .flexBox .inner{
		width:100%;
	}
	.contWrapper .flexBox .inner.pBox{
		order:1;
		height:90vw;
		min-height:0px;
	}
	.contWrapper .flexBox .honbunBox{
		padding:50px 0;
		order:2;
	}
	.contWrapper .flexBox .honbunBox .leadCopyBox{
		width:80%;
	}
	/**/
	.contWrapper .flexBox.two .inner.pBox{
	}
	.contWrapper .flexBox.two .honbunBox{
	}
	.contWrapper .flexBox .moreBtn{
		top: calc(90vw );
		-webkit-transform: translateY(-100%); /* Safari用 */
		transform: translateY(-100%);
	}







} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/

} /* /@media */





