@charset "utf-8";

/*メイン*/

.main_wrap {
	position: relative;
}

.main_wrap::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: rgb(233, 230, 226);
	background: -webkit-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(233, 230, 226, 1)), color-stop(26%, rgba(139, 134, 137, 1)), color-stop(52%, rgba(233, 230, 226, 1)), color-stop(88%, rgba(139, 134, 137, 1)), to(rgba(233, 230, 226, 1)));
	background: -o-linear-gradient(left, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	background: linear-gradient(to right, rgba(233, 230, 226, 1) 0%, rgba(139, 134, 137, 1) 26%, rgba(233, 230, 226, 1) 52%, rgba(139, 134, 137, 1) 88%, rgba(233, 230, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e2', endColorstr='#e9e6e2', GradientType=1);
	content: '';
	display: block;
}

.main_wrap .main_inner {}

.main_wrap .main {
	height: 0;
	padding-top: 400px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main_wrap .main::before {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

.main_wrap .ttl {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	line-height: 1;
}

.main_wrap h3 {
	font-size: 45px;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.main_wrap h3::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
	content: '';
	display: block;
	background-color: #fff;
}

.main_wrap p {
	font-size: 26px;
}


/*メイン*/


/*各ページメイン*/

#access .main_wrap .main {
	background-image: url(../images/access/main.jpg);
}
#location .main_wrap .main {
	background-image: url(../images/location/main.jpg);
}
#plan .main_wrap .main {
	background-image: url(../images/plan/main.jpg);
}
#design .main_wrap .main {
	background-image: url(../images/design/main.jpg);
}
#outline .main_wrap .main {
	background-image: url(../images/outline/main.jpg);
}
#quality .main_wrap .main {
background-image: url(../images/quality/main.png);
}
#equip .main_wrap .main {
background-image: url(../images/equip/main.png);
}
#model .main_wrap .main {
background-image: url(../images/model/main.jpg);
}
#status .main_wrap .main {
background-image: url(../images/status/main.jpg);
}
#view .main_wrap .main {
background-image: url(../images/view/main.jpg);
}
#result .main_wrap .main {
background-image: url(../result/img/result/main.jpg);
}

/*各ページメイン*/

#outline.mobile .main_wrap .main {
	background-position: left top;
}

.text16 {
	font-size: 16px;
}


/*===============//max-width: 2000px===============*/

@media screen and (max-width: 2000px) {}


/*===============//max-width: 2000px===============*/


/*===============//max-width: 1400px===============*/

@media screen and (max-width: 1400px) {
	.text16 {
		font-size: 14px;
	}
}


/*===============//max-width: 1400px===============*/


/*===============//max-width: 1380px===============*/

@media screen and (max-width: 1380px) {}


/*===============//max-width: 1380px===============*/


/*===============//max-width: 1280px===============*/

@media screen and (max-width: 1280px) {}


/*===============//max-width: 1280px===============*/


/*===============//max-width: 1200px===============*/

@media screen and (max-width: 1200px) {}


/*===============//max-width: 1200px===============*/


/*===============//max-width: 1100px===============*/

@media screen and (max-width: 1100px) {}


/*===============//max-width: 1100px===============*/


/*===============//max-width: 1080px===============*/

@media screen and (max-width: 1080px) {}


/*===============//max-width: 1080px===============*/


/*===============//max-width: 1030px===============*/

@media screen and (max-width: 1030px) {}


/*===============//max-width: 1030px===============*/


/*===============//max-width: 1000px===============*/

@media screen and (max-width: 1000px) {}


/*===============//max-width: 1000px===============*/


/*===============//max-width: 960px===============*/

@media screen and (max-width: 960px) {}


/*===============//max-width: 960px===============*/


/*===============//max-width: 900px===============*/

@media screen and (max-width: 900px) {}


/*===============//max-width: 900px===============*/


/*===============//max-width: 860px===============*/

@media screen and (max-width: 860px) {}


/*===============//max-width: 860px===============*/


/*===============//max-width: 800px===============*/

@media screen and (max-width: 800px) {}


/*===============//max-width: 800px===============*/


/*===============//max-width: 767px===============*/

@media screen and (max-width: 767px) {
	.main_wrap .main {
		padding-top: 200px;
	}
	.main_wrap h3 {
		font-size: 35px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.main_wrap p {
		font-size: 16px;
	}
}


/*===============//max-width: 767px===============*/


/*===============//max-width: 600px===============*/

@media screen and (max-width: 600px) {
	.text16 {
		font-size: 12px;
	}
	.text16 br {
		display: none;
	}
}


/*===============//max-width: 600px===============*/


/*===============//max-width: 580px===============*/

@media screen and (max-width: 580px) {}


/*===============//max-width: 580px===============*/


/*===============//max-width: 480px===============*/

@media screen and (max-width: 480px) {}


/*===============//max-width: 480px===============*/


/*===============//max-width: 375px===============*/

@media screen and (max-width: 375px) {}


/*===============//max-width: 375px===============*/


/*===============//max-width: 374px===============*/

@media screen and (max-width: 374px) {}


/*===============//max-width: 374px===============*/


/*===============//max-width: 360px===============*/

@media screen and (max-width: 360px) {}


/*===============//max-width: 360px===============*/


/*===============//max-width: 320px===============*/

@media screen and (max-width: 320px) {}


/*===============//max-width: 320px===============*/


/*===============//print===============*/

@media print {}


/*===============//print===============*/