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

.mid_br{
	display: none;
}

/*--------------------------------------------------------
  サブページ  タイトル
--------------------------------------------------------*/
.sb_ttl_block{
	position: relative;
	  height: 300px;
}
.sb_top-logo{
	width: 100px;
	position: absolute;
	top:25px;
	left: 40px;
	z-index: 50;
}
.sb_top-logo img{
	opacity: 1;
	transition: 1.0s ;
}
.sb_top-logo img:hover{
	opacity: 0.5;
}
.sb_top-logo-bg{
		width: 260px;
		position: absolute;
		top:0px;
		left: 0px;
		z-index: 10;
}
.sb_top-logo-bg img{
		opacity: 0.5;
}

.header-nav-container-item_black{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 0 1.6%;
	padding-top: 2%;
	opacity: 1;
	transition: 1.0s ;
}
.header-nav-container-item_black:hover{
	opacity: 0.5;
}
/*--------------------------------------------------------
  サブページ  事業内容
--------------------------------------------------------*/
#sb_business-area{
	margin-bottom: 100px;
}
.sb_top-business{
	width: 100%;
}
.sb_top-business-bg{
		display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../business/images/sb_business_top.jpg);
	background-size: cover;
	height: 300px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sb_top-business-bg-sp{
  display: none;
}

/*-- 解体工事 -- */
.sb_business_1_inner{
	position: relative;
	height: 500px;
	margin-top: 60px;
}
/*-- 1　左タイトル -- */
.sb_business_1_ttl{
	position: absolute;
	top:0;
	left:0;
	width: 55%;
}
  .sb_business_1_ttl-sp{
		display: none;
	}

/*-- 1　右テキスト -- */
.sb_business_1_txt{
	position: absolute;
	top:25%;
	left:48%;
	width: 44%;
}
.sb_business_1_catch{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.sb_business_1_txt p{
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	text-align: justify;
}
/*-- 1　背景 -- */
.sb_business_1_bg{
	position: absolute;
	top:70px;
	width: 100%;
	z-index: -10;
	height: 400px;
}
.sb_business_1_bg img{
	object-fit: cover;
	height: 400px;
}

/*-- 2足場工事 -- */
.sb_business_2_inner{
	position: relative;
	height: 500px;
}

/*-- 2　右タイトル -- */
.sb_business_2_ttl{
	position: absolute;
	top:0;
	right:0;
	left: auto;
	width: 55%;
}
.sb_business_2_ttl-sp{
			display: none;
}
/*-- 2　左テキスト -- */
.sb_business_2_txt{
	position: absolute;
	top:25%;
	right:48%;
	width: 44%;
}
.sb_business_2_txt p{
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	text-align: justify;
}

/*--------------------------------------------------------
  サブページ  会社案内
--------------------------------------------------------*/

.sb_top-company{
  width: 100%;
  margin: 0 auto;
  height: 240px;

  margin-bottom: 50px;
}
.sb_top-company-bg{
	display: block;
width: 100%;
margin: 0 auto;
background-image: url(../company/images/sb_company_top.jpg);
background-size: cover;
height: 300px;
padding-top: 50px;
margin-bottom: 50px;
}
.sb_top-company-bg-sp{
display: none;
}

.sb_company_1{
	width: 100%;
	margin: 80px auto;
}
/*-- メッセージ -- */
.sb_company_1_inner{
	position: relative;
	height: 700px;
}
/*-- 1　左タイトル -- */
.sb_company_1_pic{
	position: absolute;
	top:0;
	left:0;
	width: 40%;
}
/*-- 1　右テキスト -- */
.sb_company_1_txt{
	position: absolute;
	top:10%;
	left:45%;
	width: 50%;
}
.sb_company_1_catch{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.sb_company_1_txt p{
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	text-align: justify;
}
/*-- 1　名前 -- */
.sb_company_1_name{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: right;
	margin-top: 20px;
}
.sb_company_1_name_large{
	font-size: 22px;
	font-weight: bold;
}

/*-- 見出し多角形 -- */
.sb_company_eg {
  position: relative;
  padding: 20px;
  color: #ffffff;
  background-color: #333;
	font-size: 50px;
	width: 300px;
	text-align: center;
	margin-bottom: 40px;
}
.sb_company_eg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.sb_company_eg::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-bottom: 0px solid transparent;
}
/*-- end 見出し多角形 -- */
.sb_company_summary{
	font-size: 28px;
	margin-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: -20px;
}

/*-- 会社概要 -- */
.sb_company_2{
	width: 100%;
}
.sb_company_2_pic{
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: 0;
}
.sb_company_2_pic-sp{
	display: none;
}
.sb_company_2_container{
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto 50px;

}
.sb_company_2_left{
	width: 350px;
}
.sb_company_2_right{
	width: 500px;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 40px;
		font-family: 'Zen Kaku Gothic New', sans-serif;

}
.sb_company_list{
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.sb_company_detail{
		padding: 10px 10px 25px 10px;
		font-size: 18px;
}

/*-- 資材置き場 --*/
.sb_company_storage{
	margin-bottom: 100px;
}
.sb_company_storage_pic{
	display: block;
	width: 900px;
	margin-right: 0;
	margin-left: auto;
}
.sb_company_storage_pic-sp{
	display: none;
}
.sb_company_storage_txt{
	padding-right: 5%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: -50px;
}

/*--------------------------------------------------------
  サブページ  施工実績
--------------------------------------------------------*/
#sb_results-area{
	margin-bottom: 100px;
}
.sb_results_txt{
	margin: 60px auto;
}
.sb_results_txt_ttl{
	font-size: 26px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.sb_results_body{
	width: 800px;
	margin: 60px auto;
	padding: 40px 80px;
	border: solid 1px #555;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}
.sb_results_body_ttl{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}

.sb_results_content{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.sb_results_bg{
	width: 50%;
	position: absolute;
	z-index: -10;
}
.sb_results_bg img{
	opacity: 0.2;
}
.sb_results_inner{
	width: 900px;
	margin: 40px auto;
}
.sb_results_container{
	width: 900px;
}

/*--------------------------------------------------------
サブページ リクルート
--------------------------------------------------------*/

.sb_recruit_txt{
	margin:60px auto;
}
.sb_recruit_txt_ttl{
	font-size: 28px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
}
/*-- メッセージ -- */
.sb_recruit_1{
	width: 100%;
	margin: 40px auto 80px;
}
.sb_recruit_1_inner{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

/*-- 1　左タイトル -- */
.sb_recruit_1_pic{
	width: 40%;
}
/*-- 1　右テキスト -- */
.sb_recruit_1_txt{
	width: 55%;
	margin-left: 3%;
	margin-top: -40px;
}
.sb_recruit_point_headline{
	font-size: 22px;
	font-weight: bold;
	line-height: 2.2em;
	margin-bottom: 15px;
	margin-top: 25px;
}
.sb_recruit_point_body{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.5em;
}
.sb_recruit_1_txt p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}

/*-- 2 -- */
.sb_recruit_2_inner{
	position: relative;
	width: 100%;
	height: 1200px;
}
.sb_recruit_2_pic{
	width: 80%;
}

/*-- 見出し多角形 -- */
.sb_recruit_jp {
  position: relative;
  padding: 20px;
  color: #ffffff;
  background-color: #333;
	font-size: 26px;
	font-weight: bold;
	width: 300px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
.sb_recruit_jp::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.sb_recruit_jp::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-bottom: 0px solid transparent;
}

.sb_recruit_2_ttl{
	position: absolute;
	width: 600px;
	top: 50px;
	right: 150px;
	font-size: 26px;
	font-weight: bold;
}
.sb_recruit_2_requirements{
	position: absolute;
	width: 550px;
	top: 120px;
	right: 40px;
	background: #fff;
	padding: 20px 40px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
}
.sb_recruit_2_list{
	background: #f6f6f6;
	padding: 10px;
}
.sb_recruit_2_detail{
		padding: 10px 10px 15px 10px;
		font-size: 16px;
}


}
