@charset "utf-8";

/*-----スタイルシート　1910--------------------------------------------*/
/*HTML5 Doctor Reset Stylesheet*/

@import url("rest.css");

/*-------------------------------------------------*/
/*全体設定*/


.sp_only { display:none;}
#wrapper {
	width:100%;
	font-family:'Noto Sans JP', sans-serif,'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';;
}
#contents {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

div[class$="_box"],section[class$="_box"]{
width: 1100px;
margin-left: auto;
margin-right: auto;
}
p:not(.tuyomi_nuder p,.tuyomi_cnter p){
	font-size: 19px;
	line-height: 1.4;
}
.Futu_H{font-family: "FuturaLTPro-Heavy";}
.shin_R{font-family: 'UD Shin Go NT Regular'}
.shin_H{font-family: 'UD Shin Go NT Heavy';}
/*-------------------------------------------------*/
/*ヘッダー*/


header h1{
font-size: 15px;
margin: 0 auto;
max-width: 1100px;
font-weight: normal;
}
header{
width: 100%;
padding: 5px 0 0;
}
.header_box{
width:95%;
margin: 0  0 0 auto;
display: flex;
justify-content: space-between;
}

a{
text-decoration: none;
color:#000;
}
nav {
display: flex;
}
nav a{
display:block;
padding-top:35px;
font-size: 18px;
 position: relative;
margin: 0 10px;
font-family:'Noto Sans JP', sans-serif;
font-weight: 600;
}

.logo img{
margin-top: 10px
}
.top_form{
width: 110px;
height: 100px;
background:#ff5a1e;
color:#fff;
margin: -19px -85px 0 15px;
padding-top:22px;
    font-size: 14px;
    text-align: center;
	display: block;
}


.top_form img{
display: block;
margin: 0 auto 5px;
}

nav a{
display:block;
padding-top:35px;
font-size: 18px;
 position: relative;

}

nav a.nav_bo:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 20px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #FF5A1E; /*下線の色*/
  
  transition: all 0.2s ease-in-out;
  }
  nav a.nav_bo:hover:before {
  width: 100%; /*下線の幅*/
  }

/*-------------------------------------------------*/
/*フッター*/


.map-embed {
	max-width: 510px ;
	height: 400px;

	padding: 0 0px ;
	overflow: hidden ;
	background:#CCC;
}


.map-embed > div {
right: 0;
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.map-embed img {
	max-width: none ;
}


#footarea_c {
	position:relative;
	width:100%;
	background:#6ed2e6;
	padding:15px 0 10px;
	z-index:500;
}
.footlink {
	width:930px;
	margin:0 auto 18px;
}
.footlink li {
	display:inline-block;
	margin-right:30px;
}
.footlink li a:link {
	color:#446;
	text-decoration:none;
}
.footlink li a:visited {
	color:#446;
	text-decoration:none;
}
#copyright {
	color:rgba(255,255,255,0.7);
	font-size:90%;
	text-align:center;
}

footer{
background-color:#FF5A1E;
height: 400px;
}
.footer_bo{
display: flex;
justify-content: space-between;
position: relative;

}

.footer_bo .map{
width: 900px;
height: 400px;
object-fit: cover;

}
.footer_info{
width: 50%;
position: relative;

}

.footer_info img{
width: 460px;
margin-bottom: 10px;
}

.footer_info > div{
width: 80%;
margin: 0 auto;
}

.footer_info p{
color:#fff;
line-height: 1.6;
white-space: nowrap;
}

.footer_info address{
font-style: normal;

}


.footer_info address a{
color: #fff;
font-size: 25px;
}

.footer_info div i{
color: #fff;
font-size: 25px;
}

.footer_bg{
height: 400px;
width: 500px;
transform: skewX(-16deg);
background-color: #FF5A1E;
margin-right: -10% !important;
position: absolute;
right: 0;
z-index: 2
}
.footer_text{position: absolute;
top:120px;
left: calc(50% - 230px);
z-index: 3;}

.footer_text > div{
  display: flex;
}

.footer_text > div > img{
  width: 80px;
  margin-right: 15px;
}

/*-------------------------------------------------*/
/*コンテンツ*/

.slider {
	position   : relative;
 /* 画像のサイズに合わせて変更ください */
	width      : 100%;
	min-width: 1200px;
  aspect-ratio: 2.3/1;
	margin     : auto;      /* サンプルは中央寄せの背景：白 */
	z-index: 100;

  }
   
   /*=== 画像の設定 ======================================= */
  .top_s{
	display    : block;
	position   : absolute;
						/* 画像のサイズを表示エリアに合せる */
	width      : inherit;
	height     : inherit;
	left       : 100%;
	animation  : slideAnime 12s ease infinite;
  padding-bottom: 50px;

  }
   
   /*=== スライドのアニメーションを段差で開始する ========= */
  .top_s:nth-of-type(1) { animation-delay: 0s }
  .top_s:nth-of-type(2) { animation-delay: 4s }
  .top_s:nth-of-type(3) { animation-delay: 8s }

   
   /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
  0% { left: 100%  }
  6% { left: 0     }
 33.4% { left: 0     }
 39.4% { left: -100% }
100% { left: -100% }
}
  
  #top_visual{
  width: 100%;
  }
  
  
  /*.slider{
  position: relative;
  width: 100%;
  }
  
  .slider .top_s{
  position: absolute;
  display: none;
  width: 100%;
  }
  
  .top_s{
  position: relative;
  }*/
  
  .top_s img{
  width: 100%;
  height: 100%;
  object-fit: cover;  }

  .top_s h2{
  font-size: 120px;
  color:#fff;
  text-shadow: 5px 5px 30px #000;
  text-align:right;
  }
  .top_s p{
  font-size: 150px !important;
  color: #ff5a1e;
  opacity: 0.7;
  text-align:right;
}
  
  .top_s div{
  position: absolute;
  bottom: 0px;
  right:6%;
  }
  
  .h_size{
  width: 100%;
  opacity: 0;
  
  }
  /*------------------------------------------------------------*/
  #mese{
  background: #ddd;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-top: -10px;
  }
  
  #mese .mese_bg{
  background-image: url("../images/bg01.png");
	  background-size:auto 100% ;
  background-repeat: no-repeat;
  background-position: center;
  margin:  0 auto;
  width: 100%;
  height: 100%;
  }
  
  #mese h2{
  padding-top:80px; 
  font-size: 34px;
  text-align: center;
  line-height: 1.2;
  
  }
  
  #mese p{
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  padding-top:10px; 
  }
  /*-------------------------------------------*/
  
  #work{
  width: 100%;
  background: #0c5281;
  min-width: 1100px;
  }
  .work_content{
  display: flex;
  height: 300px;
  justify-content: center;
  position: relative;
  }
  
  .work_content img{
  width: 54%;
  object-fit: cover;

  }

  .wcon_text {
	
	  width: 550px;
	 

  }
  .wcon_t{
    width: 480px;
  }
  

  .L{
   margin: 0 -55px 0 auto;
  }
  
  .R{
   margin: 0  auto 0 -55px;
   text-align: right;
  }
  
  .L .wcon_bg{
  width: 100%;
  height: 100%;
  background: #0c5281;
  transform: skewX(-15deg);
  position: absolute;
  right: 50%;
  }
 
  .L .wcon_t{
  position: absolute;
  top: 50px
  }
  .wcon_text h2{
  font-size: 70px;
  color:#ff5a1e;
  }
  
  
  .wcon_text h3{
  color:#fff;
  font-size: 40px;
  margin: 15px 0;
  }
  
  
  .wcon_text p{
  color:#fff;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  }
  
  .R .wcon_bg{
  width: 100%;
  height: 100%;
  background: #0c5281;
  transform: skewX(15deg);
  position: absolute;
  left: 50%;
  }
  
  .R .wcon_t{
  position: absolute;
  top: 50px;
  left: calc(50% + 100px);
  text-align: right;
  }
  
  /*-----------------------事例-----------------------------*/
  #exameple{
  width:100%;
  margin-bottom: 80px
  }
  
  .ex_tell{
  width: 950px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #FF5A1E 1px solid;
  padding: 10px 25px 10px;
  }
  
  .ex_tell > p{
  font-size: 34px !important;
  text-align: center;
  font-family:'UD Shin Go NT Heavy';;
  transform: rotate(0.1deg);
  line-height: 1.2 !important;
  margin-top: -5px;
}
.ex_tell address p{
  font-size: 22px;
  margin-top: -7px;
}
  
  .ex_tell p span{
    font-size: 20px;
    /* padding-bottom: 10px; */
    font-family: 'UD Shin Go NT Regular';
    display: inline-block;
   
  }
  
  .ex_tell address{
  font-size: 45px;
  font-style:normal;
  }
  
  address i{
  font-size: 45px;
  color: #ff5a1e;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 8px;
  }
  
  .ex_box{
  width: 800px !important;
  margin: 0 auto;
  }
  #contact h2,
  .ex_box h2{
  font-size: 32px;
  text-align: center;
  }
  #contact h2 span,
  .ex_box h2 span{
  color: #ff5a1e;
  vertical-align: 2px;
  }
  .ex_box h4{
    margin-bottom: 50px !important;
  }
.ex_content{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ex_content::after{
content: "after";
position: absolute;
right: 0;
bottom: 0;
font-size: 22px;
display: block;
padding: 5px 10px;
background-color: rgba(0, 0, 0, 0.6);
color: #ddd;
}

.ex_content::before{
  content: "before";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  display: block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ddd;
  }

.ex_content > div{
  width: 47%;
  position: relative;
}

.ex_content > div:after{
  content: "";

  width: 15px;
  width: 15px;
  border-style: solid;
  border-width: 12px 0 12px 15px;
border-color: transparent transparent transparent #ff5a1e;
display: block;
  position: absolute;
  right: -20px;
  top: 50%;
}


.ex_content > div h5{
  font-size: 28px;
  margin-bottom: 15px;
}
.ex_content > div img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.ex_content >  img{
  width: 50%;
  height: 363px;
  object-fit: cover;
}
  
  /*-----------------------------------------------*/
  
  #erea{
  background-image: url("../images/area_bg.jpg");
  background-position:50% 70%;
  background-size:120%  auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  }
  
  .erea_box{
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  }
  #erea h2{
  font-size: 42px;
  padding-top:80px; 
  color: #fff;
  font-family: "A1 Mincho";
  line-height: 1.2;
  }
  #erea p{
  color: #fff;
  padding-top: 20px;
  line-height: 1.6;
  font-size: 18px
  }
  
  /*-----------------------------------------------------*/
  #tuyomi{
	margin-bottom: -4px;
  }
  .tuyomi_box h2{
  font-size: 32px;
  text-align: center;
  padding-top:50px 
  }
  
  .tuyomi_box h2 span{
  color: #ff5a1e;
  vertical-align: 2px
  }
  
  .tuyomi_box{
  width: 100%;
  height: 705px;
  position: relative;
  }
  .tuyomi_flex{
	  margin-top: 30px;
  display: flex;
  position: absolute;
  top:100px;
	  left: calc(50% + 30px);
	  transform: translateX(-50%) scale(0.9);
	  -webkit-transform: translateX(-50%) scale(0.9);
	  -ms-transform: translateX(-50%) scale(0.9); 
  }
  
  .tuyomi_flex > div{
    flex-grow: 1;
  }

  h4:not(#formWrap h4){
    text-align: right;
    width: 100%;
    margin: -30px auto 10px;
    font-size: 30px;
    color:#918E8E;
    }
 
 .tuyomi_cnter{
  margin: 0 -5px 0 -198px;
    }

    .tuyomi_cnter .tuyomi_top{
      padding: 30px  50px 0  230px;
      height: 243px;

    }

    .tuyomi_flex h3{
      font-size: 26px;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .tuyomi_flex p{
      font-size: 19px;
      line-height: 1.4;
    }
 
    .tuyomi_flex > div:nth-child(1) .tuyomi_nuder{
      padding: 0 190px 0 64px;
      margin-top: 30px;
    }

    .tuyomi_flex > div:nth-child(3) .tuyomi_nuder{
      padding: 0 190px 0 64px;
      margin-top: 30px;
    }
    
 /* 画面外にいる状態 */
 .fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 1000ms;
  }

    .fadein_R {
	  opacity : 0.1;
	  transform : translate(50px, 0);
	  transition : all 1000ms;
	  }
  .fadein_L {
	  opacity : 0.1;
	  transform : translate(-50px, 0);
	  transition : all 1000ms;
	  }

  /* 画面内に入った状態 */
   .fadein_R.scrollin,.fadein_L.scrollin,.fadein.scrollin{
	  opacity : 1 !important;
	  transform : translate(0, 0) !important;
	  }
	  
	  /* 2つ目の要素に200msのdelayをかける */
   .fadein:nth-of-type(2) {
	  -moz-transition-delay:500ms;
	  -webkit-transition-delay:500ms;
	  -o-transition-delay:500ms;
	  -ms-transition-delay:500ms;
	  }
  /* 3つ目の要素に400msのdelayをかける */
  .fadein:nth-of-type(3) {
	  -moz-transition-delay:1000ms;
	  -webkit-transition-delay:1000ms;
	  -o-transition-delay:1000ms;
	  -ms-transition-delay:1000ms;
	  }
  /*--------------------------------------------------------------------*/
  
  
  .example_box{
  width:800px;
  margin: 30px auto;
  
  }
  .example_box> div{
    width: 80%;
    margin: 0 auto;
  }
  .example_box h2{
  background: #ff5a1e;
  font-size: 42px;
  padding:8px 10px 10px;
  margin-bottom:60px;
  color:#fff;
  display: flex;
  justify-content: space-between;
  }
  
  .ex_visual{
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: 20px 0 35px;
  }
  
  .ba_images{
  display: flex;
  justify-content: space-between;
  }
  
  .ba_images p{
  font-size: 20px;
  padding-bottom:5px;
  }
  
  .ba_images div img{
  width: 380px;
  height: 260px;
  object-fit: cover;
  }
  
  .ex_yazirusi{
  height: auto;
  object-fit: contain;
  margin-top:20px;
  }
  .ex_info{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
   }
   .ex_date{
   width:45%;
   }
  
  
  .ex_date table{
  width: 100%;
  margin:15px 0 0;
  text-align: left;
  }
  
  .ex_date table tr{
  border-bottom:solid 1px #0c5281;
  
  }
  .ex_date table tr td, .ex_date table tr th{
  padding: 10px 5px;
  }
  .ex_point{
  width: 45%;
  }
  
  .ex_point p{
  margin-top: 20px;
  line-height: 1.4;
  
  border-radius: 3px;
  height: 210px
  }
  
  #example h3{font-size: 20px; color:#0c5281;}
  
  .ex_koe p{
  margin: 15px 0 80px;
  text-align: justify;
  line-height: 1.4;
  background: rgba(49,49,49,0.10);
  border-radius: 3px;
  padding: 30px;
  }
  
  /*----------------強み-------------------*/

  #sub_visual{
	position: relative;
	height: 280px;
	padding-top: 65px;
  }


  #sub_visual h1{
	font-family: 'UD Shin Go NT Heavy';
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 0 15px #000;
	font-size: 110px;
  }

  #sub_visual h1 span{
	display: block;
	font-size: 60px;
	background-color: #FF5A1E;
	padding: 20px 20px 10px;
	margin-top: -10px;
	text-shadow: none;
  }

  #sub_visual .subv_img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51%;
	right: 0;
  }

  #sub_visual .subv_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

#advta{
	margin-top: 80px;
}




.adv_box div h2{
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.adv_box div h2 span{
	text-align: right;
	display: block;
	color: #FF5A1E;
	font-family: "FuturaLTPro-Heavy";
  letter-spacing: 2px;
}

.adv_box div p{
	margin-bottom: 30px;
}

.adv_box div ul{
	font-size: 24px;
}

.adv_box div ul li{
	margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.adv_box div ul li::before{
	content: url(../images/list_icon.png);
	vertical-align: middle;
	padding-right: 8px;

}

.adv_box div{
	width: 58%;
	padding-top: 80px;
	position: relative;
	margin-bottom: 120px;
}
.adv_box div:nth-child(3),
.adv_box div:nth-child(1){
	margin-bottom: 200px;
}
.adv_box > div:nth-child(2n - 1){
	margin-left: auto;
}
.adv_box > div::before{
	position:absolute;
	top: 15px;
	display: block;
	content: "";
	background-color: #0c5281;
	height: 240px;
}
.adv_box > div::after{
	position:absolute;
	top: 0;
}
.adv_box > div:nth-child(1)::after{
content: url(../images/adv_img1.png);
left: -880px;
}

.adv_box > div:nth-child(2)::after{
content: url(../images/adv_img2.png);
right: -1000px;
}

.adv_box > div:nth-child(3)::after{
	content: url(../images/adv_img3.png);
	left: -960px;
	}
	.adv_box > div:nth-child(2n + 1)::before{
		left: calc(100% + 10px);
		right: -100%;
		clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
	}

	.adv_box > div:nth-child(2n)::before{
		right:calc(100% + 10px);
			left: -100%;
			clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	}
/*---------------屋根--------------*/

#roof{
  margin-top: 80px;
}

  .roof_box > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding:0 15px;
  }

  .roof_box > div::after{
    content: "";
    height: 1px;
    background-color:#707070 ;
    position: absolute;
    right: 0;
    left: 0;
    top: 49%;
  }

  
  .roof_box > div div{
    width: 47%;
    margin-bottom: 80px;
    position: relative;
    padding: 10px 0;
  }

  .roof_box > div > div:nth-child(2n)::after {
    content: "";
    width: 1px;
    background-color:#707070 ;
    position: absolute;
    left: -30px;
    top: 0;
    bottom:  0;

  }

  .roof_box > p{
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 1.5;
  }

  .roof_box h2{
    font-size: 40px;
    color: #0c5281;
    margin-bottom: 15px;
    font-family: 'UD Shin Go NT Heavy';
  }
  .roof_box img{
    margin-bottom: 30px;
  }
  .wall .roof_box >div::after{
    top: 44%;
  }

  /*-------リフォーム-------*/

  #sub_visual.reform  h1{
    position: relative;
    z-index: 1;
  }

  #sub_visual.reform  h1 span{
    width: 570px;
  }

  .reform .roof_box > div::after{
    display: none;
  }


  /*-----------------info--------------------*/
  .info_box{
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
  }

  .info_box > div:first-child{
    width: 65%;
  }

  .info_box > div:last-child{
    width: 33%;
  }


  .info_box > div:first-child img{
    margin: 15px 0 25px;
  }
  
  .info_box > div:last-child img{
    margin-bottom: 20px;
  }


  .info_box > div table{
    font-size: 22px;
    font-family: 'UD Shin Go NT Regular';
    line-height: 1.4;
  }

  .info_box > div table tr td:nth-child(1){
    width: 25%;
    padding: 15px;
  }


  #contact{
    background-color: #efefef;
    padding:80px 0;
  }

  #contact p{
    text-align: center;
    margin: 20px 0 40px;
  }
  #contact h2{
  font-family: 'UD Shin Go NT Regular'
}
  #contact form{
    width: 60%;
    margin:  0 auto;
  }

  #contact form input{
    border: none;
    background-color: #fff;
    height: 45px;
    width: 69%;
    border-radius: 5px;
  }

  #contact form textarea{
    border: none;
    background-color: #fff;
    height:220px;
    width: 69%;
    border-radius: 5px;
  }

  #contact form label{
    width: 28%;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
    font-family: 'UD Shin Go NT Regular';
    font-size: 22px;
    
  }

  #contact form div:nth-last-of-type(1) label{
    vertical-align: top;
    padding-top: 5px;
  }


  #contact form input:focus{
    border: none;
  }

  #contact form div{
    margin: 28px 0;
  }
  #contact form button
  {
    display: block;
    background: #ff5a1e;
    width: 350px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15px 0 13px;
    position: relative;
    margin-top: 50px;
    border: none;
  }

  #contact form button i{
    position: absolute;
    top: 33%;
    right: 5px;
  }

  
