@charset "utf-8";
/*=============================
		headline
===============================*/
.headline_en{
	font-size: 95px;
	margin-bottom: 15px;
}
.headline_jp{
	font-size: 26px;
}

/*=============================
		mainvisual
===============================*/
#mainvisual {
	height: calc(580px + 5vw);
	min-height: 660px;
}
#mainvisual h2{
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    z-index: 99;
    line-height: 1.5;
    position: absolute;
    left: 60px;
    top: 80px;
	text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
	  -4px 4px 4px #fff,  4px -4px 4px #fff,
	  4px 0 4px #fff, -4px  0 4px #fff,
	  0 4px 4px #fff,  0 -4px 4px #fff;
	opacity: 0;
	transform: translateY(40px);
	animation: fadein_up 0.8s ease 0.4s forwards;
    -webkit-animation: fadein_up 0.8s ease 0.4s forwards;
}

#mainvisual h2 span{
	display: inline-block;
    font-size: 55px;
    color: #085aaf;
    padding: 0 2px 0 10px;
    vertical-align: 5px;
	background: url("../images/bg_wave.gif") no-repeat center;
	background-size: 100% 500px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;

}
#mainvisual h2 span::before{
    content: "快適な空間づくり";
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: -1;
	text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
	  -4px 4px 4px #fff,  4px -4px 4px #fff,
	  4px 0 4px #fff, -4px  0 4px #fff,
	  0 4px 4px #fff,  0 -4px 4px #fff;
}
/* water */
#mainvisual #mv_water{
	content: "";
	background: url("../images/common_water.jpg") no-repeat right center;
	background-size: cover;
	width: 100%;
	height: calc(320px + 2.5vw);
	min-height: 320px;
	position: absolute;
	right: 0;
	bottom: 0;

}
/*slider*/
#mainvisual #mv_slider{
	position: absolute;
	width: 66.6%;
	height: 580px;
	right: 0;
	top: 0;
	z-index: 2;
 	box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}
#mv_slider p{
	content:"";
	width: 100%;
    height: 580px;
}
#mv_slider p::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#mv_slider .slide-animation::before{
	transform: scale(1.1);
	animation: zoom 15s linear 0s forwards;  
}
#mv_slider p:nth-child(1)::before{
	background: url("../images/top/mv_slide_pc_1.jpg") no-repeat center;
	background-size: cover;
}
#mv_slider p:nth-child(2)::before{
	background: url("../images/top/mv_slide_pc_2.jpg") no-repeat center;
	background-size: cover;
}
#mv_slider p:nth-child(3)::before{
	background: url("../images/top/mv_slide_pc_3.jpg") no-repeat center;
	background-size: cover;
}
@keyframes zoom{
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* scroll */
#mv_scroll{
	display: block;
	position:absolute;
	bottom:0;
	left: 0;
	width: 74px;
	height: 195px;
	z-index: 99;
	opacity: 0;
	animation: fadein 0.8s ease 0.4s forwards;
    -webkit-animation: fadein 0.8s ease 0.4s forwards;
}
#mv_scroll span{
	font-family: 'Libre Baskerville', serif;
	position: absolute;
	left: 28px;
	top: 20px;
	color: #085aaf;
	font-size: 14px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#mv_scroll:before {
	content: "";
	position: absolute;
	bottom:0;
    left: 50%;
	margin-left: -7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:#085aaf;
	animation:circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
	z-index: 3;
}

@keyframes circlemove{
      0%{bottom:90px;}
     50%{bottom:-5px;}
     100%{bottom:45px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     25%{opacity:1;}
    40%{opacity:0.9;}
  50%{opacity:0;}
  100%{opacity:0;}
 }

#mv_scroll:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    width: 1px;
    height: 95px;
    background: #6b9ccf;
    z-index: 2;
}
/*=============================
		rec_banner
===============================*/
#rec_banner {
	text-align: center;
	padding: 100px 0 75px;
}
#rec_banner a{
	display: inline-block;
	transition: all .4s ease;
}
#rec_banner a:hover{
	transform: translateY(-15px);
 	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
/*animation*/
#rec_banner .wrap{
	padding-top: 15px;
	opacity: 0;
	transform: translateY(40px);
}
#rec_banner.inview.motion .wrap{
    animation: fadein_up 0.6s ease 0s forwards;
    -webkit-animation: fadein_up 0.6s ease 0s forwards;
}

/*=============================
		aboutus
===============================*/
#aboutus{
	padding: 50px 0 100px;
}
#aboutus .headline_box{
	margin-bottom: 60px;
}
#aboutus #about_water{
	content:"";
	width: 540px;
	height: 407px;
	position: absolute;
	top: 50px;
	right: 50px;
	background: url("../images/common_water.jpg") no-repeat right center;
	background-size: cover;
	z-index: 1;
}
#aboutus #about_water::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/top/about_bg.svg") no-repeat center;
	background-size: cover;
	z-index: 2;
}
#aboutus #about_water::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	z-index: 3;
}
#aboutus .flex_wrap{
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 100px;
}
#aboutus .flex_wrap .flex_left{
	content:"";
	width: 46.5%;
	overflow: hidden;
}

#aboutus .flex_wrap .flex_left::before{
	content:"";
	background: url("../images/top/about_img.jpg") no-repeat right center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#aboutus .flex_wrap .flex_right{
	width: calc(53.5% - 100px);
	padding: 100px 100px 100px 0;
	z-index: 5;
}
#aboutus .flex_wrap .flex_right .textbox{
	margin-bottom: 70px;
}
#aboutus .flex_wrap .flex_right .textbox p{
	line-height: 2.2;
	margin-bottom: 25px;
}
#aboutus .flex_wrap .flex_right .textbox p:last-child{
	margin-bottom: 0;
}
/*animation*/
#aboutus .flex_left::before{
	opacity: 0;
	transform: scale(1.1,1.1)
}
#aboutus .flex_wrap .flex_right{
	opacity: 0;
	transform: translateY(40px);
}
#aboutus.inview.motion .flex_left::before{
    animation: fadein_scale 0.6s ease 0s forwards;
    -webkit-animation: fadein_scale 0.6s ease 0s forwards;
}
#aboutus.inview.motion .flex_right{
    animation: fadein_up 0.6s ease 0.3s forwards;
    -webkit-animation: fadein_up 0.6s ease 0.3s forwards;
}



/*=============================
		service
===============================*/
#service{
	padding: 100px ;
}
#service .wrap_ttl{
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 65px;
}
#service .wrap_ttl .headline_box{
	display: flex;
	column-gap: 25px;
	align-items: center;
}
#service .headline_box .headline_en{
	margin-bottom: 0;
}
#service .flex_wrap.wrap_service{
	column-gap: 3%;
}
#service .flex_wrap.wrap_service .service_box{
	width: calc(94% / 3);
	display: block;
	transition: transform .4s ease-out;
}
#service .flex_wrap.wrap_service .service_box:hover{
	transform: translateY(-15px);
}
#service .flex_wrap.wrap_service .service_box h3{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	margin-top: 25px;
	letter-spacing: 0;
	text-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
#service .flex_wrap.wrap_service .service_box .num{
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	color: #1c99d2;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
#service .flex_wrap.wrap_service .service_box .num::before{
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 110px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: -1;
}
#service .flex_wrap.wrap_service .service_box .imgbox{
	overflow: hidden;
 	box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}
#service .flex_wrap.wrap_service .service_box .imgbox img{
	display: block;
	transition: transform .3s ease-out;
}
#service .flex_wrap.wrap_service .service_box:hover .imgbox img{
	transform: scale(1.1);
}
/* water */
#service #service_water{
	content: "";
	background: url("../images/common_water_blue.jpg") no-repeat right center;
	background-size: cover;
	width: 100%;
	height: calc(280px + 2.5vw);
	min-height: 280px;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*animation*/
#service .wrap_ttl{
	opacity: 0;
}
#service .flex_wrap.wrap_service,
#service .btn_common.sp_view{
	opacity: 0;
	transform: translateY(40px);
}

#service.inview.motion .wrap_ttl{
    animation: fadein 0.6s ease 0s forwards;
    -webkit-animation: fadein 0.6s ease 0s forwards;
}
#service.inview.motion .flex_wrap.wrap_service,
#service.inview.motion .btn_common.sp_view{
    animation: fadein_up 0.6s ease 0.3s forwards;
    -webkit-animation: fadein_up 0.6s ease 0.3s forwards;
}

/*=============================
		recruit
===============================*/
#recruit{
	padding: 100px 0;
	background: url("../images/top/recruit_bg.jpg") no-repeat bottom center;
	background-size: 100% auto;
}
#recruit .headline_box{
	margin-bottom: 60px;
}
#recruit .flex_wrap{
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 100px;
}
#recruit .flex_wrap .flex_left{
	content:"";
	width: 46.5%;
	overflow: hidden;
}
#recruit .flex_wrap .flex_left::before{
	content:"";
	width: 100%;
	height: 100%;
	background: url("../images/top/recruit_img.jpg") no-repeat right center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#recruit .flex_wrap .flex_right{
	width: calc(53.5% - 100px);
	padding: 100px 100px 100px 0;
	z-index: 5;
}
#recruit .flex_wrap .flex_right h3{
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4;
	color: #085aaf;
	margin-bottom: 35px;
}
#recruit .flex_wrap .flex_right .txt{
	line-height: 2.2;
	margin-bottom: 70px;
}
/*animation*/
#recruit .flex_left::before{
	opacity: 0;
	transform: scale(1.1,1.1)
}
#recruit .flex_wrap .flex_right{
	opacity: 0;
	transform: translateY(40px);
}

#recruit.inview.motion .flex_left::before{
    animation: fadein_scale 0.6s ease 0s forwards;
    -webkit-animation: fadein_scale 0.6s ease 0s forwards;
}
#recruit.inview.motion .flex_right{
    animation: fadein_up 0.6s ease 0.3s forwards;
    -webkit-animation: fadein_up 0.6s ease 0.3s forwards;
}


