@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #f4f5f6;
}
.sp-nav{
	display: none;
}
.footer ul a{
		text-decoration: none;
		color: #333;
	}

.work{
	    max-width: 1040px;
    margin: 150px auto 0 auto;
}
.work-block{
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}
.work h4{
	font-size: 1.2rem;
	width:90px;
	color:#fff;
	background-color: #333;
	margin:0 auto;
	padding:5px;
}
.work-pickup img{
	max-width: 300px;
}
.work-picckup_p{
	text-align: left;
}
.work-picckup_p h3{
	color:#fff;
	background-color: #333;
	line-height: 1.1rem;
	font-size: 1.1rem;
	padding:10px 20px;
	margin:20px 0;
	width:120px;
	text-align: center;
	border-radius: 30px;
}
.work-picckup_p p{
	font-size: 1.2rem;
}
.work a{
	text-decoration: none;
	color:#333;
}
.work-pickup:hover{
	background-color: #fff;
	opacity: 0.5;
	 transition-property: opacity;
  transition-duration: 0.8s;
}
.colum{
	max-width: 1040px;
	margin: 150px auto 0 auto;
}
.colum-list{
	display: flex;
	justify-content: space-around;
}
.colum-pickup img{
	max-width: 220px;
}
.colum-list .colum-pickup h3{
	font-size: 9px;
	background-color: #eee;
    width: 180px;
    margin: 0 auto 20px
}
.colum-pickup{
	max-width: 320px;
	border:1px solid #999;
    padding: 20px 50px;
}
.colum-pickup h4{
font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 30px;
}
.colum-pickup p{
	font-size: 0.9rem;
	max-width: 220px;
	line-height: 1.4rem;
	text-align: left;
	margin-top: 20px;
}
.colum-list a{
	text-decoration: none;
	color:#333;
}
.colum-pickup:hover{
	background-color: #fff;
	opacity: 0.5;
	 transition-property: opacity;
  transition-duration: 0.8s;
}
.slick-dots li button {
    background: #ccc;
}
/* navigation */
/*ナビゲーションmobile*/
@media(max-width:960px) {
	.open-button {
	  display: block;
	  position: absolute;
	  right: 25px;
	  top: 25px;
	  width: 50px;
	  height: 40px;
	  cursor: pointer;
	}
	.open-button span, .open-button span:before, .open-button span:after {
	  position: absolute;
	  height: 1.5px;
	  width: 30px;
	  border-radius: 1px;
	  background: #333;
	  display: block;
	  content:"";
	}
	.open-button span:before {
	  bottom: -8px;
	}
	.open-button span:after {
	  bottom: -16px;
	}
	.close-button {
	  position: absolute;
	  top: 0;
	  right: 0;
	  color: #FFF;
	  font-size: 20px;
	  padding: 35px 20px;
	}
  .header nav {
	  display: none;
	  z-index: 1000;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #f4f5f0;
	  width: 100%;
	  height: 100%;
	  padding-top: 30px;
		font-weight: 300;
	}
	.header nav ul li {             
	  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}
	.header nav ul li:first-child {             
	  border-top: solid 1px rgba(255, 255, 255, 0.5);
	}
	.header nav ul li a {
	  font-weight: 200;
	  line-height: 40px;
	  vertical-align: middle;
	  text-decoration: none;
	  color: #333;;
	}
	  .header-content-wrapper__otamesi{
		  display: none;
	  }
	  .gnavi__lists{
		text-align: left;
		padding-left: 50px;
	  }
	  .gnavi__lists li{
		font-size: 1.4rem;
	  }
	  .gnavi__list ul li a{
		padding-left: 30px;
		font-size: 1.2rem;
		font-weight: 200;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	  }
	  .dropdown__lists{
		position: relative;
	  }
	  /*
	  .dropdown__list:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 37px;
		display: inline-block;
		width: 100px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #333;
	}*/
	.header-content-wrapper nav{
		text-align: left;
	}
	.header-content-wrapper nav img{
		margin-bottom: 20px;
	}
	.dropdown__lists br{
		display: none;
	}
	.qa-icon_nav{
		display: flex;
		justify-content: center;
		        margin-top: 20px;
	}
	.header-logo{
		margin-left: 30px;
	}
  }
/* navigation */
/*ナビゲーションmobile*/
@media(max-width:960px) {
	.header {
  height: 66px;
  background-color: #f4f5f6;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 10000;
}
	.header h1{
		position: absolute;
		top:20px;
	}
	.header-content-wrapper{
		margin:20px 0 20px 25px;
	}
	.header-content-wrapper nav{
		display: none;
	}
	.header-content-wrapper img{
		height: 30px;
	}
	.qa-icon_nav img{
		width:80px;
		height:80px;
		margin: 0 15px;
	}
	.instagram-icon_nav{
		padding-top: 20px;
		text-align: center;
	  }
	  .instagram-icon_nav img{
		margin:0;
	  }


	/*フッターmobile*/
	.footer{
		background-color: #d6e1e2;
	}
	.footer ul{
		display: flex;
		justify-content: center;
		font-size: 1rem;
	}
	.footer ul li{
		display: inline;
		margin:0 10px;
	}
	.footer_logo{
		margin:60px auto;
		text-align: center;
		width:160px;
	}
	
	.instagram{
		display:block;
		width:30px;
		margin: 30px auto 50px;
	}
	.footer__copyright{
		display: block;
		font-size: 1.2rem;
		font-family: "Barlow Condensed", sans-serif;
        font-weight: 400;
        font-style: normal;
		padding-bottom: 50px;
	}
	.qa-icon{
		position: fixed;
		bottom: 10%;
		right:5%;
		z-index: 1000;
	}
	.qa-icon img{
		width:60px;
		margin:0 5px;
	}
	.close-button img{
		height:20px;
	}
}

/*ナビゲーションPC*/
@media(min-width:960px) {
	.open-button, .close-button {
  display: none;
}
.header-content-wrapper nav img{
	display: none;
}
  .header {
    margin: 0 auto;
	padding: 0 10px;
    height: 125px;
	background-color: #f4f5f6;
	position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 100000;
  }
	.header h1{
		position: absolute;
		padding-top: 40px;
	}
	.header nav li a{
		display: block;
		text-decoration: none;
		color: #333;
		position: relative;
	}
	.header nav li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #000000;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}
.header nav li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
	.header-content-wrapper img{
		height: 45px;
		margin-left: 125px;
	}
	.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 240px;
    position: absolute;
    top: 90px;
    right: 145px;
}
.header nav li .dropdown__lists li a{
		padding:12px;
		color: #fff;
		font-size: 1.4rem;
	margin:0;
	}
	.gnavi__lists{
		display: flex;
		justify-content: flex-end;
		margin-right: 125px;
		padding: 45px 0;
		font-size: 1.4rem;
	}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #799492;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #003558;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.footer{
		background-color: #d6e1e2;
	}
	.footer ul{
		display:flex;
		justify-content:center;
		list-style: none;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.footer ul li{
		margin:0 15px;
		font-weight: 800;
	}
	.footer_logo{
		margin:50px auto;
		text-align: center;
		width:160px;
	}
	.instagram{
		display: block;
		width:45px;
		margin:50px auto;
	}
	.footer__copyright{
		display: block;
		font-size: 1.4rem;
		padding-bottom: 100px;
		font-family: "Barlow Condensed", sans-serif;
        font-weight: 400;
        font-style: normal;
	}
	.qa-icon{
		position: fixed;
		bottom:10%;
		right:5%;
		z-index: 10000;
	}
	.qa-icon img{
		width:160px;
		margin:0 10px;
	}

}

@media(max-width:1050px){
	.work-pickup{
		margin-bottom: 30px;
	}
.work-picckup_p p {
    font-size: 1rem;
	line-height: 1.6rem;
}
	.work h4 {
    font-size: 1rem;
    width: 200px;
    color: #333;
    background-color: #fff;
		border:1px solid #333;
}
	.has-child{
		display: none;
	}
	.sp-nav{
	display: block;
}
	.work-block {
    display: block;
		margin-bottom: 30px;
}
	.work-picckup_p {
    max-width: 350px;
	margin:0 auto;
}
	.work-pickup img {
		max-width: 350px;
	}
	.work-picckup_p h3{
		font-size: 1rem;
		margin: 10px;
	}
	.work {
    margin: 80px auto 0 auto;
}
	    .section-top_about h3, .section-top_service h3, .section-top_renovation h3, .work h3, .colum h3, .service h3 {
        font-size: 1rem;
        margin-bottom: 20px;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        padding: 5px;
			margin: 10px 0;
	}
	}
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1.5s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:-110px;
    /*テキストの形状*/
	color: #333;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -120px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #333;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:-120px;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 100px;
	background:#333;
}

.section-top_service_text{
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeRightAnime{
	  from {
		opacity: 0;
	  transform: translateX(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateX(0);
	  }
	}