@charset "utf-8";
/* CSS Document */


@media (max-width: 1200px){
	#content .con-text h5::after{
		width: 80vw;
	}
  
  #recruite-page .con-text h5::after{
    width: 80vw;
  }
}

@media (max-width: 1000px){
	
	.catch br{
		display: none;
	}
	
	.b-right h2 br{
		display: none;
	}
	.b-right h2, .s-left h2 {
		
	font-size: 3rem;
	line-height: 5rem;
	}
	
	.b-right{
		padding: 0 8% 0!important;
	}

	#header .h-logo{
		width: 340px;
	}
	
	
	#recruite h3, #works h3, #contact h3{
		font-size: 3rem;
	}
	
	#recruite p{
		font-size: 2rem
	
	}
	
	#contact .c-item{
		padding: 50px 60px;
	}
	
	#contact .c-item2{
		width: 50%;
		padding: 50px 0;
	}
	
	#contact h4{
		font-size: 3.5rem;
	}

	#yousetsu h1, #renovation h1, #kucho h1{
	font-size: 2.5rem;
}
	
	#private h1{
		font-size: 3.5rem;
	}
	
	#overview iframe{
		width: 90%!important;
	}
	
	#overview table{
		width: 90%;
	}
	
}

@media  (max-width: 760px){
	
	.pc{
		display: none;
	}
	
	.mb{
		display: block;
	}
	
	body{
		font-size: 1.4rem;
	}
	
	#header{
		min-height: 100px;
	}
	
	#header .h-logo{
		width: 250px;
		margin: 20px 0 0 22px;
	}
	
	
	
/*---------------ハンバーガーメニュー---------------*/	
	#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:absolute;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-170%;
		left: 0;
	width:100%;
	background:rgba(255, 255, 255, 0.9);
    /*動き*/
	transition: all 0.6s;
		padding: 320px 0;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:70px;
    left:50%;
    transform: translateX(-50%);
	width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
	font-size: 1.6rem;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:30px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
	
	#g-nav .mnav06{
		padding-top: 35px;
	}
	
	#g-nav h5{
	font-family: Tahoma, Geneva, "sans-serif";
	color: #0290b9;
		font-size: 3rem;
	}
	
	#g-nav p{
		font-size: 1.4rem;
		line-height: 2;
	}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	width: 50px;
    height:50px;
	cursor: pointer;
	background:#fff;
	z-index: 9999;
	margin: 20px 10px 0 0;
}
	
/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #666;
  }


.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

/*---------------ここまで---------------*/	
	
	
	
	
#top .mnav01 a, #jigyo .mnav02 a, #seko .mnav03 a, #sdg .mnav04 a, #gaiyo-t .mnav05 a{
	color: #0290b9;
}
	
	.catch{
		font-size: 1.6rem;
		line-height: 2.5rem;
		top: 200px
	}
	
	.catch h1{
		font-size: 3rem;
		line-height: 5rem;
		padding: 0 0 10px
	}
	
	
	/*-----TOPｰ事業内容-----*/
	
	#business{
		display: block;
	}
	
	#business .b-left, #business .b-right{
		width: 100%;
	}
	
	#business .b-left img{
		border-radius: 0;
	}
	
	#business .b-right h2{
		font-size: 2rem;
		line-height: 3rem;
	}
	
	#business .b-right{
		padding: 50px!important;
	}
	
	
	/*-----TOPｰSDGｓへの取組み-----*/
	
	#sustainable{
		display: block;
	}
	
	#sustainable .s-left, #sustainable .s-right{
		width: 100%;
	}
	
	#sustainable .s-right img{
		border-radius: 0;
	}
	
	#sustainable .s-left h2{
		font-size: 2rem;
		line-height: 3rem;
	}
	
	#sustainable .s-left{
		padding: 50px!important;
	}
	
	
	/*-----TOPｰ施工事例-----*/
	
	#works h3{
		margin-bottom: 80px;
	}
	
	#works .w-flex{
		column-gap: 5%;
	}
	
	#works .w-box{
		min-width: 90%;
		padding-bottom: 10%;
	}
	
	#works .w-box p{
		padding: 25px 30px 15px;
	}
	
	#recruite{
		height: 600px;
	}
	
	
	/*-----TOPｰお問い合わせ-----*/
	
	#contact{
		padding: 40px 0;
	}
	
	#contact h4{
		font-size: 3rem;
	}
	
	#contact .c-box{
		display: block;
	}
	
	#contact .c-item{
		border: none;
		border-bottom: solid 3px #fff;
		padding: 50px 0;
	}
	
	#contact .c-item p{
		width: fit-content;
		margin: 0 auto;
	}
	
	#contact .c-item2{
		padding: 50px 0;
		width: 100%;
	}
	
	#recruite button, #works button, #contact button, #yousetsu button, #renovation button, #sustainable button{
	width: 60%;
}
	
	#business button::after, #recruite button::after, #works button::after, #contact button::after, #yousetsu button::after, #renovation button::after {
	right: -15px;
	width: 50px;
}
	
	#recruite h3, #works h3, #contact h3{
		font-size: 2.5rem;
	}
	
	
	/*-----事業内容のページ-----*/
	
	#content .con-img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#content .con-h{
		padding: 25px 30% 15px 10%;
		margin-bottom: 50px;
	}
	
	#content h3{
		font-size: 2rem;
		line-height: 1;
	}
	
	#content .breadlist{
		padding: 10px;
		font-weight: normal;
	}
	
	#content .con-text p{
		text-align: justify;
	}
	
	#content .con-text h5 br{
		display: none;
	}
	
	#content .con-text h5{
		font-size: 2rem;
	}
	
	#content .con-text{
		padding: 100px 20px;
	}
	
	#content .con-text h5::after{
		width: 90vw;
	}
	
	#yousetsu, #kucho, #renovation{
		margin-bottom: 80px;
	}
	
	#yousetsu, #kucho, #renovation{
		display: block;
	}
	
	#yousetsu .y-img, #yousetsu .y-text, #renovation .r-img, #renovation .r-text, #kucho .k-img, #kucho .k-text{
		width: 100%;
	}
	
	#yousetsu .y-text, #renovation .r-text, #kucho .k-text{
		padding: 20px;
	}
	
	#yousetsu h1, #kucho h1, #renovation h1{
		font-size: 2rem;
	}
	
	#private h1{
		font-size: 2.5rem;
	}
	
	#private .p-box{
		display: block;
	}
	
	#private .p-item{
		width: 100%;
	}
	
	#private .p-headline{
		font-size: 2.5rem;
		padding-bottom: 20px;
	}
	
	#private .p-item2{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	
	#private .p-note p{
		font-size: 1.8rem;
	}
	
	/*-----/事業内容のページここまで-----*/
	
	
	/*-----会社概要のページ-----*/
	
	#gaiyo .gai-img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#gaiyo .gai-h{
		padding: 25px 30% 15px 10%;
		margin-bottom: 50px;
	}
	
	#gaiyo h3{
		font-size: 2rem;
		line-height: 1;
	}
	
	#gaiyo .breadlist{
		padding: 10px;
		font-weight: normal;
	}
	
	#overview{
		margin-bottom: 50px;
	}
	
	#overview table td{
		display: block;
	}
	
	#overview table tr td:first-child{
		padding: 20px 20px 20px 20px;
	}
	
	#overview table tr td:last-child{
		padding: 20px 20px 50px 20px;
		border-top: 1px solid #0290b9;
	}
	
	#overview table tr .l-td{
		border-bottom: none;
	}
	
	
	
/*-----SGDSのページ-----*/
	
		#sdgs01 h1, #sdgs02 h1, #sdgs03 h1, #sdgs04 h1{
		font-size: 2rem;
	}
			
		#sdgs h3{
		font-size: 2rem;
		line-height: 1;
	}
	
		#sdgs .breadlist{
		padding: 10px;
		font-weight: normal;
	}
  
  #sdgs .sdgs-text{
    padding: 20px 20px 100px;
  }
  
   #sdgs .sdgs-text p{
     font-size: 1.8rem;
  }
  
  #sdgs01, #sdgs02, #sdgs03, #sdgs04{
    display: block;
  }
  
  #sdgs01 .s01-img, #sdgs02 .s02-img, #sdgs03 .s03-img, #sdgs04 .s04-img{
	width: 100%;
}
  
  #sdgs01 .s01-text, #sdgs02 .s02-text, #sdgs03 .s03-text, #sdgs04 .s04-text{
	width: 100%;
    padding: 20px;
}
  
  #sdgs01 .flexbox, #sdgs02 .flexbox, #sdgs03 .flexbox, #sdgs04 .flexbox{
    justify-content: flex-start;
    column-gap: 20px;
  }
  
   #sdgs01 h1, #sdgs02 h1, #sdgs03 h1, #sdgs04 h1{
     padding-bottom: 20px;
  }
  
  
  /*-----採用情報のページ-----*/
  
  #recruite-page .con-text h5{
    font-size: 2rem;
  }
  
  #recruite-page .con-text h5::after{
		width: 90vw;
	}
  
  #recruite-page .con-text{
    padding: 100px 20px;
  }
	
    #recruite-page .con-text p{
      text-align: justify;
  }
  
  #recruite-page .breadlist{
    padding: 10px;
    font-weight: normal;
  }
  
  
	
/*---------------フッターここから---------------*/
	
	#footer .f-flex{
		display: block;
		padding: 50px 50px 20px;
	}
	
	#footer .f-box{
		margin: 0;
	}
	
	#footer .f-nav{
		margin: 0 0 50px 0;
	}
	
	#footer .f-nav ul{
		display: block;
	}
	
	#footer .f-nav ul li{
    writing-mode: horizontal-tb;
		padding-bottom: 20px;
	}
	
	#footer .f-logo{
		max-width: 300px;
	}
	
	#footer small{
		font-size: 1rem;
		margin: 10px 20px 30px;
	}
	
	#page-top{
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 600px){
	#recruite p{
		width: 90%;
	}
}