@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media only screen and (min-width:960px) and (max-width:1279px){



/*========= ヘッダーナビ ===============*/
.header-nav-container-item{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 1.5%;
	padding-top: 2.5%;
	opacity: 1;
	transition: 1.0s ;
}

.header-nav-container-contact{
	background: #333;
	color: #fff;
	padding: 2.5% 3% 1.5% 3%;
	font-size: 16px;
		font-weight: bold;
		margin-left: 2%;
		opacity: 1;
		transition: 1.0s ;
}
.top_message_txt{
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 2em;
	font-weight: bold;
	height: 100px;
}

/*--------------------------------------------------------
	  事業内容
--------------------------------------------------------*/
.sec_business{
}
.top_business_block{
	width: 100%;
  margin-top: 40px;
	background-image: url("../images/business-bg.jpg");
	background-size:contain;
	background-repeat:  no-repeat;
}
.top_business_ttl{
	margin: 0 auto;
	width: 900px;
	padding-top: 140px;
}
.top_business_contents_ttl{
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
}
.top_business_txt{
		font-size: 18px;
		line-height: 2em;
		margin-top: 20px;
		text-align: justify;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_business_container{
	width: 900px;
	margin: 40px auto;
}
.top_business_container_item{
	width: 290px;
}

.top_business_container_item p {
	font-size: 20px;
  }

/*--------------------------------------------------------
		  施工実績
--------------------------------------------------------*/
.sec_results{
	margin-top: 70px;
}
.top_results_block{
	background-image: url("../images/result-bg20.png");
	background-size:60%;
	background-repeat:  no-repeat;
}
.top_results_inner{
	width: 100%;
}
.top_results_ttl{
	margin: 0 auto;
	width: 900px;
	padding-top: 60px;
}
.top_results_container_block{
		width: 90%;
		margin-left: auto;
		background-image: url("../images/top-results-bg.png");
		background-size:100%;
		background-repeat:  no-repeat;
		padding: 20px;
}
.top_results_container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	margin: 80px auto;
	padding-left: 40px;
}
.top_results_container_pic{
	width: 400px;

}
.top_results_container_pic img{

}

/*--------------------------------------------------------
	コンセプト
--------------------------------------------------------*/
.sec_concept_area{
	margin-top: 0px;
	position: relative;
	height: 1000px;
}

/*--------------------------------------------------------
アクセス
--------------------------------------------------------*/
#access-area{
}
.top_access_ttl{
	margin: 0 auto;
	width: 900px;
	padding-top: 60px;
	text-align: center;
}
.access_contents{
	margin-top: 60px;
	margin-bottom: 100px;
}
.access_address{
	width: 900px;
	display: flex;
	margin: 0 auto;
	margin-top: 60px;
}

/*--------------------------------------------------------
	リクルート
--------------------------------------------------------*/
.sec_recruit_area{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	height: 600px;
}

.sec_recruit_content{
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.top_recruit_body{
	width: 900px;
	margin: 40px auto;
	text-align: center;
}
.top_recruit_headline{
	font-size: 26px;
	font-weight: bold;
}

.sec_recruit{
		width: 100%;
}
.top_recruit_ttl{
	margin: 0 auto;
	width: 900px;
	padding-top: 50px;
	text-align: center;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer-pc{
	width: 100%;
}

.footer-container{
	width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 0px;
}
.footer_inner{
}
.footer_nav{
	padding-top: 40px;
}

.footer_company{
	width: 100%;
	margin: 20px auto;
	text-align: center;
	border-top: solid 1px #555;
	padding-top: 40px;
	border-bottom: solid 1px #555;
	padding-bottom: 40px;
}


}
