@charset "utf-8";

.sb_top_txt{
	text-align: center;
	margin: 80px auto 60px;
	line-height: 2em;
}
.main-mark_sp{
  display: none;
}

.pc_br{
  display: block;
}
.sp_br{
  display: none;
}
/*--------------------------------------------------------
  サブページ  タイトル
--------------------------------------------------------*/
.sb_ttl_block{
	position: relative;
	  height: 300px;
}
.sb_top-logo{
	width: 155px;
	position: absolute;
	top:25px;
	left: 70px;
	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: 380px;
		position: absolute;
		top:0px;
		left: 0px;
		z-index: 10;
}
.sb_top-logo-bg img{
		opacity: 0.5;
}

.sb_top-ttl_block{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
}
.sb_top_mark{
	width: 250px;
	margin: 0 auto;
}
.sb_top-ttl_eg{
	font-size: 80px;
	text-align: center;
	color: #0099d9;
	font-family: 'Chakra Petch', sans-seri;
	margin-top: -10px;
}
.top-catch-jp{
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-top: -15px;
		color: #333;
}
.header-nav-container-item_black{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 0 2%;
	padding-top: 2.5%;
	opacity: 1;
	transition: 1.0s ;
}
.header-nav-container-item_black:hover{
	opacity: 0.5;
}
/*--------------------------------------------------------
  サブページ  事業内容
--------------------------------------------------------*/
#sb_business-area{
	margin-bottom: 150px;
}
.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: 650px;
	margin-top: 120px;
}
/*-- 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:30%;
	left:48%;
	width: 35%;
}
.sb_business_1_catch{
	font-size: 32px;
	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:250px;
	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: 800px;
}

/*-- 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: 35%;
}
.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: 100px auto;
}
/*-- メッセージ -- */
.sb_company_1_inner{
	position: relative;
	height: 700px;
}
/*-- 1　左タイトル -- */
.sb_company_1_pic{
	position: absolute;
	top:0;
	left:0;
	width: 45%;
}
/*-- 1　右テキスト -- */
.sb_company_1_txt{
	position: absolute;
	top:10%;
	left:52%;
	width: 40%;
}
.sb_company_1_catch{
	font-size: 32px;
	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: 60px;
	width: 400px;
	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: 32px;
	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: 1200px;
	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: 400px;
}
.sb_company_2_right{
	width: 700px;
	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: 180px;
}
.sb_company_storage_pic{
	display: block;
	width: 1200px;
	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: -70px;
}

/*--------------------------------------------------------
  サブページ  施工実績
--------------------------------------------------------*/
#sb_results-area{
	margin-bottom: 150px;
}
.sb_top-results{
	width: 100%;
}
.sb_top-results-bg{
		display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../results/images/sb_results_top.jpg);
	background-size: cover;
	height: 300px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sb_top-results-bg-sp{
  display: none;
}



.sb_results_txt{
	margin: 80px auto;
}
.sb_results_txt_ttl{
	font-size: 32px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
.sb_results_body{
	width: 1000px;
	margin: 140px 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: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}
.sb_results_body p{

}
.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: 1200px;
	margin: 60px auto;
}
.sb_results_detail{
	padding-top: 40px;
}
.sb_results_number{
	font-size: 80px;
}
.sb_results_category{
	background: #333;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	width: 240px;
	font-size: 22px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 0.5em;
}
.sb_results_date{
	margin-top: 15px;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	padding-left: 20px;
}
.sb_results_body{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Zen Kaku Gothic New', sans-serif;

}
.sb_results_container{
	width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}
.sb_results_file{
	width: 32%;
}
.file-border{
	width: 70%;
	border: solid 1px #dcdcdc;
	margin-right: 0;
	margin-left: auto;
}
/*--------------------------------------------------------
サブページ リクルート
--------------------------------------------------------*/
.sb_top-recruit{
	width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  margin-bottom: 50px;
}
.sb_top-recruit-bg{
	display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../recruit/images/sb_recruit_top.jpg);
	background-size: cover;
	height: 300px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sb_top-recruit-bg-sp{
  display: none;
}
.sb_recruit_txt{
	margin: 80px auto;
}
.sb_recruit_txt_ttl{
	font-size: 32px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
}
/*-- メッセージ -- */
.sb_recruit_1{
	width: 100%;
	margin: 100px auto;
}
.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: 45%;
}
/*-- 1　右テキスト -- */
.sb_recruit_1_txt{
	width: 48%;
	margin-left: 3%;
	margin-top: -40px;
}


.sb_recruit_point_headline{
	font-size: 28px;
	font-weight: bold;
	line-height: 2.4em;
	margin-bottom: 20px;
	margin-top: 40px;

}
.sb_recruit_point{
	display: inline-block;
	background:linear-gradient(transparent 90%, #ADCC8F 90%);

}
.sb_recruit_point_body{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;

}

.sb_recruit_1_txt p{
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2em;
}

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

/*-- 見出し多角形 -- */
.sb_recruit_jp {
  position: relative;
  padding: 20px;
  color: #ffffff;
  background-color: #333;
	font-size: 34px;
	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: 32px;
	font-weight: bold;
}
.sb_recruit_2_requirements{
	position: absolute;
	width: 700px;
	top: 120px;
	right: 150px;
	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: 18px;
}
/*--------------------------------------------------------
サブページ PRIVACY POLICY
--------------------------------------------------------*/
#sb_pv-area{
  margin-top: 100px;
	margin-bottom: 100px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
}
.sb_top-pv{
	width: 100%;
  margin: 0 auto;
}
.sb_top-pv-bg{
	display: block;
	width: 100%;
	background-image: url(../privacy/images/sb_pv_top.jpg);
	background-size: cover;
	margin: 0 auto;
	height: 300px;
	margin-bottom: 50px;
}
.sb_top-pv-bg-sp{
display: none;
}

.sb_top-contact{
	width: 100%;
  margin: 0 auto;
	height: 240px;
}
.sb_top-ttl_pv{
	font-size: 60px;
	text-align: center;
	color: #0099d9;
	font-family: 'Chakra Petch', sans-seri;
}
.top-catch_pv-jp{
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #333;
}
.sb_pv{
  width: 860px;
	line-height: 2em;
	margin: 20px auto;
}
.sb_pv_border{
  margin-top: 5px;
  margin-bottom: 10px;
}
.pv-txt{
	text-align: justify;
	margin-bottom: 40px;
}
.pv-txt p{
	padding-left: 10px;
}
.pv-title{
	font-size: 24px;
  text-align: left;
	color: #fff;
	background: #555;
	padding: 15px 20px;
}
.pv-title-sub{
  margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	background: #555;
	padding-left: 20px;
	}
.pv-txt_body{
  margin-bottom: 40px;
  margin-top: 10px;
	padding: 0 10px;
}
.pv-txt_body p{
	color: #555;
	text-align: justify;
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}


/***********************************
サブページ CONTACT
***********************************/
.sb_top-contact{
	width: 100%;
  margin: 0 auto;
	height: 240px;
}
.sb_top-contact-bg{
	display: block;
	width: 100%;
	background-image: url(../contact/images/sb_contact_top.jpg);
	background-size: cover;
	margin: 0 auto;
	height: 300px;
	margin-bottom: 50px;
}
.sb_top-contact-bg-sp{
display: none;
}

.sb_contact_content{
	margin: 100px auto;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  width: 600px;
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
}
/* 項目 */
.Form-Item-Label {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: #333;
	color: #fff;
	padding: 10px 20px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
}
/* 必須マーク */
.Form-Item-Label-Required {
  margin-left: 10px;
  color: #dc143c;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding:5px;
}
.Form-Item-Input {
  height: 48px;
  width: 100%;
  background: #fff;
  font-size: 18px;
  padding: 0px 10px;
	border: solid 1px #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;

}

/*----- お問い合わせ内容 -----*/
.Form-Item-Textarea {
  padding: 5px 10px;
  height: 216px;
  width: 100%;
  background: #fff;
  font-size: 18px;
	border: solid 1px #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;

}

/*----- 送信するボタン -----*/
.contact_confirm{
  margin: 40px auto;
}

.button{
  padding: 10px;
  width: 600px;
  font-size: 18px;
  font-weight: bold;
  background: #333;
  color: #fff;
  text-align: center;
	opacity: 1;
	transition: 1.0s ;
}
.button:hover{
	opacity: 0.5;
}

.contact_confirm_back{
  text-align: center;
}
.button_back{
  padding: 10px;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: solid 1px #555;
  background: #fff;
}

/***********************************
サブページ CONTACT 確認画面
***********************************/
.confirm_ttl{
  text-align: center;
  font-size: 32px;
	margin-top: 100px;
	font-weight: bold;
}

/***********************************
サブページ CONTACT 送信完了
***********************************/
.message-complete{
  text-align: center;
  margin-top: 40px;
  line-height: 1.5em;
  margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
}

.message-complete-back{
  border: solid 1px #555;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
}



/***********************************
　　PC共通
***********************************/
.pcLayer,
img.pcImg {
	display: block !important;
}
.spLayer,
img.spImg {
	display: none !important;
}

.c-both {
	clear: both;
}
