@charset "UTF-8";

div.main-img-wrap {
	width: 100%;
	position: relative;
}
.main-img-wrap:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/common/headd-bg.png) 50% 100% no-repeat;
	background-size: 100% auto;
}
div.main-img-wrap img {
	width: 100%;
	vertical-align: bottom;
}
div.cap-wrap {
	width: 100%;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
}
.cap-wrap:before {
	content: "";
	display: block;
	padding-top: 19%;
}
.cap-wrap div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cap-wrap div img {
	display: block;
	height: auto;
}
.cap-wrap h2 {
	width: 100%;
	margin: auto;
	padding-bottom: 5%;
/*	border-bottom: 1px solid #0061b1;*/
}
.cap-wrap h2 span {
	color: #0061b1;
	display: block;
	text-align: center;
	line-height: 1;
}
.cap-wrap p {
	text-align: center;
	width: 100%;
	letter-spacing: .1rem;
	text-indent: .1rem;
}



div.headd-wrap {}
.headd-wrap > div {
	text-align: center;
}
.headd-wrap h1 {
	border-bottom-style: solid;
	border-bottom-color: #221814;
	display: inline-block;
	line-height: 1;
	padding-bottom: 1.3%;
	margin-bottom: 1.7%;
}



div.const-wrap div.inner-wrap,
div.steel-wrap div.inner-wrap {
	width: 94%;
	max-width: 960px;
	margin: auto;
}



ul.list {}
.list li {}
.list li a {
	display: block;
}
.list li h2 {
	background: #0061b1;
	position: relative;
	line-height: 1;
}
.list li h2 > strong {
	color: #ffffff;
}
/*
.list li > img {
	width: 100%;
	height: auto;
}
*/
.list li h2 > span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/works/h2-bg.png) 100% 100% no-repeat;
}
.list li h2 > span img {
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}





/* const */
div.const-wrap {
	padding: 0 0 4%;
}









/* steel */
div.steel-wrap {
	background: #E5E6E6;
	padding: 4.5% 0 6.5%;
}














div.footer-nav {
	background-image: url(../img/common/footer-bg-gr.jpg);
}







/**==============================================**/
/**==============================================**/
/*
/*			SP 〜 tab
/*
/*			〜599px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:599px){


	.main-img-wrap:after {
		width: 52.3%;
	}
	.cap-wrap:before {
		padding-top: 27%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 span {
		letter-spacing: .2rem;
		text-indent: .2rem;
		font-size: 2.2rem !important;
	}
	
	.headd-wrap {
/*		margin-bottom: 8%;*/
	}
	.headd-wrap h1 {
		font-size: 1.8rem;
		letter-spacing: .1em;
		text-indent: .1em;
		width: 36%;
	}
	.headd-wrap div {
		width: 94%;
		margin: 2% auto;
	}
	.headd-wrap div p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 2% auto 5%;
	}
	.headd-wrap div p span {}

	
	
	
	
	.list li {
		margin-bottom: 3.1%;
	}
	.list li h2 {
		width: 14.1%;
		float: right;
	}
	.list li h2 > strong {
		width: 1em;
		font-size: 1.6rem;
		position: absolute;
		top: 12%;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 1.1;
	}
	.list li h2 > strong span {
		display: block;
	}
	.list li img {
		float: right;
		width: 85.8%;
	}

	.list li h2 > span {
		width: 100%;
		background-size: 100% auto;
	}
	.list li h2 > span:before {
		content: "";
		display: block;
		padding-top: 92.4%;

	}
	.list li h2 > span img {
		background: #ffffff;
		width: 30.3%;
		height: auto;
	}

	
	
	
	
	.const-wrap {
		padding: 8% 0;
	}



	.steel-wrap {
		padding: 8% 0;
	}


















}









/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {

	.main-img-wrap::after {
		width: 52.3%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 {
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.headd-wrap {
		margin-bottom: 2%;
	}
	.headd-wrap h1 {
		font-size: 27px;
		max-width: 154px;
		letter-spacing: .3em;
		text-indent: .3em;
		border-bottom-width: 3px;
	}
	.headd-wrap div {
		width: 94%;
		margin: 0 auto 2%;
	}
	.headd-wrap div h2 {
		font-size: 19px;
		padding-bottom: 2%;
	}
	

	ul.list {}
	.list li {
		margin-bottom: 3.1%;
	}
	.list li a {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.list li a:hover {
		opacity: .8;
	}
	.list li h2 {
		width: 14.1%;
		float: right;
	}
	.list li h2 > strong {
		width: 1em;
		font-size: 21px;
		position: absolute;
		top: 12%;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 1.1;
	}
	.list li h2 > strong span {
		display: block;
	}
	.list li img {
		float: right;
		width: 85.8%;
	}

	.list li h2 > span {
		width: 100%;
		background-size: 100% auto;
	}
	.list li h2 > span:before {
		content: "";
		display: block;
		padding-top: 92.4%;

	}
	.list li h2 > span img {
		background: #ffffff;
		width: 30.3%;
		height: auto;
	}

	.const-wrap {
		padding: 8% 0;
	}

	.steel-wrap {
		padding: 8% 0;
	}






}





/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) and (max-width: 739px){

	

	
	
	
	
}








/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) {

	.list li {
		width: 48.5%;
		margin-bottom: 3.1%;
	}

	.list li h2 > strong {
		font-size: 18px;
	}





	.const-wrap .list li:nth-child(odd) {
		float: left;
	}
	.const-wrap .list li:nth-child(even) {
		float: right;
	}


	.steel-wrap .list li {
		margin: auto;
	}







}






/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜959px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) and (max-width: 959px){

/*
	.sp.tab {
		display: block !important;
	}
	.pc {
	display: none !important;
}
	*/









}












/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:960px){


	.main-img-wrap:after {
		width: 32.3%;
	}
	.cap-wrap:before {
		padding-top: 15.6%;
	}
	.cap-wrap div {
		width: 22%;

	}
	.cap-wrap div img {
		margin: -6% auto 11%;
		width: 20.8%;
	}
	.cap-wrap h2 {
		font-size: 38px;
		}


	div.headd-wrap {
		text-align: center;
	}
	.headd-wrap h1 {
/*		width: 14.5%;*/
/*		height: 322px;*/
	}
	.headd-wrap div {
		
	}
	.headd-wrap div p {
		font-size: 15px;
		line-height: 1.8;
	}

	
	.list li h2 > strong {
		font-size: 21px;
	}


	
	.const-wrap {
/*		padding: 0;*/
	}







	.steel-wrap {
/*		padding: 6.7% 0 3.8%;*/
	}




















}




















