@charset "utf-8";

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


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

  .pc_br{
    display: none;
  }
  .sp_br{
    display: block;
  }
  /*--------------------------------------------------------
    サブページ  タイトル
  --------------------------------------------------------*/
  .sb_ttl_block{
  	position: relative;
  	height: 220px;
  }
  .sb_top-logo{
    position: absolute;
		z-index: 20;
		top: 3%;
		left: 6%;
		width: 18%;
  }
  .sb_top-logo img{
  	opacity: 1;
  	transition: 1.0s ;
  }
  .sb_top-logo img:hover{
  	opacity: 0.5;
  }
  .sb_top-logo-bg{
    position: absolute;
  	z-index: 10;
  	top: 0%;
  	left: 0%;
  	width: 40%;
  }
  .sb_top-logo-bg img{
  		opacity: 0.5;
  }
  .sb_top-ttl_block{
  	position: absolute;
  	top: 80px;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	text-align: center;
  }
  .sb_top_mark{
  	width: 50%;
  	margin: 0 auto;
  }
  .sb_top-ttl_eg{
  	font-size: 12vw;
  	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: 5vw;
  		font-weight: bold;
  		letter-spacing: 0.1em;
  		margin-top: -10px;
  		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: 100px;
  }
  .sb_top-business{
  	width: 100%;
    margin: 0 auto;
    height: 240px;

    margin-bottom: 50px;
  }
.sb_top-business-bg{
  display: none;
}
.sb_top-business-bg-sp{
  display: block;
  width: 100%;
  background-image: url(../business/images/sb_business_top-sp.jpg);
  background-size: cover;
  margin: 0 auto;
  height: 240px;
  margin-bottom: 50px;
}
  /*-- 解体工事 -- */
  .sb_business_1_inner{
  	position: relative;
  	height: 640px;
  	margin-top: 60px;
  }
  /*-- 1　左タイトル -- */
  .sb_business_1_ttl{
    display: none;
  }
  .sb_business_1_ttl-sp{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 95%;
  }
  /*-- 1　右テキスト -- */
  .sb_business_1_txt{
  	position: absolute;
  	top: 40vh;
  	left:9%;
  	width: 86%;
    padding-right: 3%;
  }
  .sb_business_1_catch{
  	font-size: 22px;
  	font-weight: bold;
  	line-height: 2em;
  	margin-bottom: 10px;
  }
  .sb_business_1_txt p{
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 2em;
  	text-align: justify;
  }

  /*-- 1　背景 -- */
  .sb_business_1_bg{
  	position: absolute;
  	top: 350px;
  	width: 100%;
  	z-index: -10;
  	height: 300px;
  }
  .sb_business_1_bg img{
  	object-fit: cover;
  	height: 300px;
  }

  /*-- 2足場工事 -- */
  .sb_business_2_inner{
  	position: relative;
  height: 640px;
  }
  /*-- 2　右タイトル -- */
  .sb_business_2_ttl{
  		display: none;
  }
  .sb_business_2_ttl-sp{
    display: block;
    position: absolute;
    top:0;
    right:0;
    left: auto;
    width: 95%;
  }
  /*-- 2　左テキスト -- */
  .sb_business_2_txt{
  	position: absolute;
    top: 40vh;
  	right:8%;
    width: 86%;
    padding-left: 4%;
  }
  .sb_business_2_txt p{
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 2em;
  	text-align: justify;
  }

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

  .sb_results_txt{
  	margin: 80px auto 40px;
  }
  .sb_results_txt_ttl{
  	font-size: 20px;
  	text-align: center;
  	line-height: 1.8em;
  	font-weight: bold;
  	letter-spacing: 0.1em;
  	margin-bottom: 40px;
  }
  .sb_results_body{
  	width: 90%;
  	margin: 40px auto;
  	padding: 20px 20px;
  	border: solid 1px #555;
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 1.8em;
  }
  .sb_results_body_ttl{
  	text-align: center;
  	font-size: 18px;
  	font-weight: bold;
  	padding-bottom: 20px;
  }
  .sb_results_body p{

  }
  .sb_results_content{
  	width: 100%;
  	position: relative;
  	margin-bottom: 20px;
  }
  .sb_results_bg{
  	width: 70%;
  	position: absolute;
  	z-index: -10;
  }
  .sb_results_bg img{
  	opacity: 0.2;
  }
  .sb_results_inner{
  	width: 90%;
  	margin: 30px auto;
  }
  .sb_results_detail{
  	padding-top: 20px;
  }
  .sb_results_number{
  	font-size: 50px;
  }
  .sb_results_category{
  	background: #333;
  	border-radius: 24px;
  	color: #fff;
  	text-align: center;
  	width: 200px;
  	font-size: 18px;
  	padding: 5px;
  	font-weight: bold;
  	letter-spacing: 0.5em;
  }
  .sb_results_date{
  	margin-top: 10px;
  	font-size: 16px;
  	letter-spacing: 0.1em;
  	font-family: 'Zen Kaku Gothic New', sans-serif;
  	font-weight: bold;
  	padding-left: 10px;
  }
  .sb_results_body{
  	margin-top: 10px;
  	margin-bottom: 10px;
  	font-size: 16px;
  	font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: justify;
  }
  .sb_results_container{
  	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
  }
  .sb_results_file{
  	width: 30%;
  }
  .file-border{
  	width: 70%;
  	border: solid 1px #dcdcdc;
  	margin-right: 0;
  	margin-left: auto;
  }


  /*--------------------------------------------------------
    サブページ  会社案内
  --------------------------------------------------------*/
  .sb_top-company{
  	width: 100%;
    margin-bottom: 50px;
  }
  .sb_top-company{
  	width: 100%;
    margin: 0 auto;
  	height: 240px;
  }
  .sb_top-company-bg{
    display: none;

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


  .sb_company_1{
  	width: 100%;
  	margin: 60px auto;
  }
  /*-- メッセージ -- */
  .sb_company_1_inner{
  	position: relative;
  	height: 1050px;
  }
  /*-- 1　左タイトル -- */
  .sb_company_1_pic{
  	position: absolute;
  	top:0;
  	left:0;
  	width: 90%;
  }
  .sb_company_1_pic img{
    object-fit: cover;
    height: 200px;
  }
  /*-- 1　右テキスト -- */
  .sb_company_1_txt{
  	position: absolute;
  	top: 240px;
  	left:10%;
  	width: 85%;
    padding-right: 3%;
  }
  .sb_company_1_catch{
  	font-size: 22px;
  	font-weight: bold;
  	line-height: 1.8em;
  	margin-bottom: 20px;
  }
  .sb_company_1_txt p{
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 2em;
  	text-align: justify;
  }
  /*-- 1　名前 -- */
  .sb_company_1_name{
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 2.2em;
  	text-align: right;
  	margin-top: 20px;
  }
  .sb_company_1_name_large{
  	font-size: 18px;
  	font-weight: bold;
  }

  /*-- 見出し多角形 -- */
  .sb_company_eg {
    position: relative;
    padding: 15px;
    color: #ffffff;
    background-color: #333;
  	font-size: 40px;
  	width: 90%;
  	text-align: center;
  	margin-bottom: 30px;
  }
  .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: 22px;
  	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: none;
  }
  .sb_company_2_pic-sp{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
  .sb_company_2_container{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 40px auto 50px;
  }
  .sb_company_2_left{
  	width: 80%;
  }
  .sb_company_2_right{
  	width: 90%;
  	margin-left: 10px;
  	font-weight: bold;
  	margin-top: 10px;
  	font-family: 'Zen Kaku Gothic New', sans-serif;
  }
  .sb_company_list{
  	background: #f6f6f6;
  	padding: 5px 10px;
  	font-size: 16px;
  }
  .sb_company_detail{
  		padding: 5px 10px 15px 10px;
  		font-size: 16px;
  }

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

  /*--------------------------------------------------------
  サブページ リクルート
  --------------------------------------------------------*/
  .sb_top-recruit{
  	width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .sb_top-recruit-bg{
  	 display: none;
  }
  .sb_top-recruit-bg-sp{
    display: block;
    width: 100%;
    margin: 0 auto;
    background-image: url(../recruit/images/sb_recruit_top-sp.jpg);
    background-size: cover;
    height: 240px;
    padding-top: 0px;
    margin-bottom: 50px;
  }
  .sb_recruit_txt{
  	margin: 40px auto 20px;
  }
  .sb_recruit_txt_ttl{
  	font-size: 20px;
  	text-align: center;
  	line-height: 1.8em;
  	font-weight: bold;
  }
  /*-- メッセージ -- */
  .sb_recruit_1{
  	width: 100%;
  	margin: 20px auto;
  }
  .sb_recruit_1_inner{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 0 auto;
  }

  /*-- 1　左タイトル -- */
  .sb_recruit_1_pic{
  	width: 90%;
    margin-bottom: 15px;
  }
  /*-- 1　右テキスト -- */
  .sb_recruit_1_txt{
  	width: 90%;
  	margin-left: 0%;
  	margin-top: -40px;
  }
  .sb_recruit_point_headline{
  	font-size: 4vw;
  	font-weight: bold;
  	line-height: 2.4em;
  	margin-bottom: 10px;
  	margin-top: 25px;

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

  }
  .sb_recruit_point_body{
  	font-size: 3.3vw;
  	font-weight: bold;
  	padding-left: 0px;
    line-height: 2em;

  }

  .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: 1200px;
    margin-top: 50px;
  }
  .sb_recruit_2_pic{
  	width: 100%;
  }

  /*-- 見出し多角形 -- */
  .sb_recruit_jp {
    position: relative;
    padding: 10px;
    color: #ffffff;
    background-color: #333;
  	font-size: 5vw;
  	font-weight: bold;
  	width: 60%;
  	text-align: center;
  	margin-bottom: 30px;
  	letter-spacing: 0.1em;
  	margin-top: 10px;
  }
  .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: 100%;
  	top: 180px;
  	right: 0px;
  	background: #fff;
  	padding: 20px;
  	font-family: 'Zen Kaku Gothic New', sans-serif;
  	font-weight: bold;
  }
  .sb_recruit_2_list{
  	background: #f6f6f6;
  	padding: 10px;
    font-size: 3.5vw
  }
  .sb_recruit_2_detail{
  		padding: 10px 10px 15px 10px;
    font-size: 3.5vw
  }

  /*--------------------------------------------------------
  	  ボトム：会社案内・お問い合わせ
  --------------------------------------------------------*/
  .bottom_block{
  	width: 100%;
  	position: relative;
  	margin: 0 auto;
  	height: 200px;
  }

  .bottom-block-pic{
  	display: none;
  	width: 100%;
  	height: 200px;
  	background: #fff;
  }
  /*　sp　*/
  .bottom-block-pic-sp{
  	display: block;
  	width: 100%;
  	height: 200px;
  	background: #fff;
  }
  .bottom-block-pic-sp img{
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  /*　透過　*/
  .bottom-block-pic-sp img {
    opacity:1;
    transition: .3s ease-in-out;
  }
  .bottom-block-pic-sp:hover img {
  	opacity:0.8;
  	object-fit: cover;
  }

  .bottom-ttl{
  	width: 100%;
  	font-size: 12vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  		text-align: center;
  }
  .bottom-ttl_jp{
    color: #fff;
  		font-size: 5vw;
  	font-weight: bold;
  	letter-spacing: 0.1em;
  }

  /*--------------------------------------------------------
  サブページ PRIVACY POLICY
  --------------------------------------------------------*/
  #sb_pv-area{
    margin-top: 70px;
  	margin-bottom: 50px;
  	font-family: 'Zen Kaku Gothic New', sans-serif;
  	font-weight: bold;
  }
  .sb_top-pv{
  	width: 100%;
    margin: 0 auto;
  }
  .sb_top-pv-bg{
    display: none;
  }
  .sb_top-pv-bg-sp{
    display: block;
    width: 100%;
    background-image: url(../privacy/images/sb_pv_top-sp.jpg);
    background-size: cover;
    margin: 0 auto;
    height: 240px;
    margin-bottom: 50px;
  }
  .sb_top-ttl_block{
  	position: absolute;
  	top: 80px;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	text-align: center;
    width: 100%;
  }
  .sb_top-ttl_pv{
  	font-size: 8vw;
  	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: 5vw;
  		font-weight: bold;
  		letter-spacing: 0.1em;
  		color: #333;
  }
  .sb_pv{
    width: 90%;
  	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: 20px;
    text-align: left;
  	color: #fff;
  	background: #555;
  	padding: 10px 20px;
  }
  .pv-title-sub{
    margin: 0 auto;
  	padding: 10px;
  	font-size: 18px;
  	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;
    line-height: 1.8em;
  }

/***********************************
サブページ CONTACT
***********************************/
.sb_top-contact{
  width: 100%;
  margin: 0 auto;
  height: 240px;
}
.sb_top-contact-bg{
  display: none;

}
.sb_top-contact-bg-sp{
  display: block;
  width: 100%;
  background-image: url(../contact/images/sb_contact_top-sp.jpg);
  background-size: cover;
  margin: 0 auto;
  height: 240px;
  margin-bottom: 50px;
}
.sb_contact_content{
  	margin: 60px auto;
}

  .Form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 90%;
  }
  .Form-Item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  /* 項目 */
  .Form-Item-Label {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  	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: 16px;
    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: 100%;
    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;
  }


}
/**** END media screen *****/
