@charset "utf-8";
@media screen and (max-width: 750px) {
/*=============================
		headline
===============================*/
.headline_en{
	font-size: 10.6vw;
	margin-bottom: 2vw;
}
.headline_jp{
	font-size: 4.4vw;
}


/*=============================
		mainvisual
===============================*/
#mainvisual {
	height: 75vw;
	min-height: 70vw;
}
#mainvisual h2{
	display: inline-block;
    font-size: 5.2vw;
    line-height: 1.45;
	left: 5.3vw;
    top: auto;
    bottom: 5.3vw;
	text-shadow: 0.5vw 0.5vw 0.5vw #fff, -0.5vw -0.5vw 0.5vw #fff,
	  -0.5vw 0.5vw 0.5vw #fff, 0.5vw -0.5vw 0.5vw #fff,
	  0.5vw 0 0.5vw #fff, -0.5vw 0 0.5vw #fff,
	  0 0.5vw 0.5vw #fff,  0 -0.5vw 0.5vw #fff;
	opacity: 0;
	transform: translateY(5.3vw);
}
#mainvisual h2 span{
    font-size: 6.6vw;
    padding: 0;
    vertical-align: 0;
	background: url("../images/bg_wave.gif") no-repeat center;
	background-size: 100% 50vw;
	-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: 0.5vw 0.5vw 0.5vw #fff, -0.5vw -0.5vw 0.5vw #fff,
	  -0.5vw 0.5vw 0.5vw #fff, 0.5vw -0.5vw 0.5vw #fff,
	  0.5vw 0 0.5vw #fff, -0.5vw 0 0.5vw #fff,
	  0 0.5vw 0.5vw #fff, 0 -0.5vw 0.5vw #fff;
}
/* water */
#mainvisual #mv_water{
	width: 100%;
	height: 35vw;
	min-height:1px;
}
/*slider*/
#mainvisual #mv_slider{
	position: absolute;
	width: 85%;
	height: 50vw;
	right: 0;
	top: 0;
	z-index: 2;
 	box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}
#mv_slider p{
    height: 50vw;
}
#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;
}
/* scroll */
#mv_scroll{
	display: none;
}
#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 {
	padding: 12vw 5.3vw 18vw;
}
#rec_banner a{
	display: block;
}
#rec_banner a:hover{
	transform: translateY(0);
 	box-shadow: 0;
}
/*animation*/
#rec_banner .wrap{
	padding: 0;
	opacity: 0;
	transform: translateY(5.3vw);
}
#rec_banner a img{
	width: 100%;
	height: auto;
}

/*=============================
		aboutus
===============================*/
#aboutus{
	padding: 0 0 16vw;
}
#aboutus .headline_box{
    margin-bottom: 9.6vw;
}
#aboutus #about_water{
	display: none;
}
#aboutus .flex_wrap{
	width: 100%;
	flex-wrap: wrap;
	flex-direction: column-reverse;
    justify-content: flex-end;
	align-items: center;
	column-gap: 0;
	row-gap: 16vw;
}
#aboutus .flex_wrap .flex_left{
    display: none;
}
#aboutus .flex_wrap .flex_right{
	width: 100%;
	padding: 0 10.6vw;
}
#aboutus .flex_wrap .flex_right .textbox{
	margin-bottom: 12vw;
}
#aboutus .flex_wrap .flex_right .textbox p{
	line-height: 2.2;
	margin-bottom: 4vw;
	text-align: justify;
    text-justify: inter-ideograph;
}
#aboutus .imgbox{
	margin-bottom: 8vw;
}
#aboutus .imgbox img{
	width: 100%;
	height: 45vw;
	object-fit: cover;
}
/*animation*/
#aboutus .flex_wrap .flex_right{
	opacity: 0;
	transform: translateY(5.3vw);
}

/*=============================
		service
===============================*/
#service{
	padding: 16vw 10.6vw;
}
#service .wrap_ttl{
    margin-bottom: 11.6vw;
}
#service .wrap_ttl .headline_box{
	flex-wrap: wrap;
	column-gap: 0;
}
#service .headline_box .headline_en{
	margin-bottom: 2vw;
	background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
	color: #fff;
	width: 100%;
}
#service .headline_box .headline_jp{
	color: #fff;
	width: 100%;
}
#service .headline_box .headline_jp::before{
	background: rgba(255,255,255,0.6);
}
#service .wrap_ttl .btn_common{
	display: none;
}
#service .flex_wrap.wrap_service{
	column-gap: 0;
	row-gap: 8vw;
	flex-wrap: wrap;
	margin-bottom: 12vw;
}
#service .flex_wrap.wrap_service .service_box{
	width: 100%;
	box-shadow: 0 1vw 1vw rgba(0,0,0,0.1);
}
#service .flex_wrap.wrap_service .service_box:hover{
	transform: translateY(0);
}
#service .flex_wrap.wrap_service .service_box h3{
	font-size: 4.6vw;
	color: #1c99d2;
	margin-top: 0;
	letter-spacing: 0.01em;
	text-shadow: none;
	background: #fff;
	padding: 3.6vw 0 3.7vw;
	transition: letter-spacing .4s ease-out;
}
#service .flex_wrap.wrap_service .service_box:hover h3{
	letter-spacing: 0.08em;
}
#service .flex_wrap.wrap_service .service_box .num{
	display: none;
}
#service .flex_wrap.wrap_service .service_box .imgbox{
	overflow: hidden;
 	box-shadow: none;
	height: 40vw;
}
#service .flex_wrap.wrap_service .service_box .imgbox img{
	height: 40vw;
	object-fit: cover;
}
/* water */
#service #service_water{
	content: "";
	background: url("../images/common_water_blue_sp.jpg") no-repeat right center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
/*animation*/
#service.inview.motion .wrap_ttl,
#service .flex_wrap.wrap_service,
#service .btn_common.sp_view{
	transform: translateY(5.3vw);
}

#service.inview.motion .wrap_ttl{
    animation: fadein_up 0.6s ease 0.3s forwards;
    -webkit-animation: fadein_up 0.6s ease 0.3s forwards;
}

/*=============================
		recruit
===============================*/
#recruit{
	padding: 16vw 0;
	background: url("../images/top/recruit_bg.jpg") no-repeat bottom center;
	background-size: 100% auto;
}
#recruit .headline_box{
	margin-bottom: 9.6vw;
}
#recruit .flex_wrap{
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	column-gap: 0;
	row-gap: 8vw;
}
#recruit .flex_wrap .flex_left{
	display: none;
}
#recruit .imgbox{
	margin-bottom: 8vw;
}
#recruit .imgbox img{
	width: 100%;
	height: 45vw;
	object-fit: cover;
}
#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: 100%;
	padding: 0 10.6vw;
	margin-bottom: 15vw;
	z-index: 5;
}
#recruit .flex_wrap .flex_right h3{
	font-size: 5.2vw;
	line-height: 1.4;
	margin-bottom: 8vw;
}
#recruit .flex_wrap .flex_right .txt{
	line-height: 2.2;
	margin-bottom: 12vw;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*animation*/
#recruit .flex_wrap .flex_right{
	transform: translateY(5.3vw);
}
/*=============================
		con_service
===============================*/
#con_service .se_imgbox_sp {
	display: block;
	width: 100%;
}
}