@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
#fade_slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

#fade_slider_gest,#fade_slider_cowork{
    width: 90%;
    height: 40vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin-right: 10%;
}

.gest_photo {
    width: 40%;
	max-width: 500px;
    margin-top: -80px;
    float: right;
    z-index: 999;
    position: relative;
    margin-left: 2%;
}

.gest_photo_in1,.gest_photo_in2,.gest_photo_in3 {
    margin-bottom: 10%;
    position: relative;
}

.gest_photo_in1,.gest_photo_in2,.gest_photo_in3 img{width: 100%;}


#fade_slider h1{
    position: absolute;
    z-index: 2;
    left: 5%;
    font-size: 2vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    bottom: 10%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	mix-blend-mode: difference;
}

.wrapper{
	position: relative;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {margin:0 5px;/*スライド左右の余白調整*/}

/*========================= SP用 ============================*/

@media screen and (max-width: 850px){
#slider h1{
    left: 5%;
    font-size: 5.5vw;
    bottom: 10%;
    line-height: 1.8em;
    font-weight: bold;
	}
	
.gest_photo {
    width: 100%;
	margin-left: 0%;
    margin-top: -40px;
}
.gest_photo_in1 {
    width: 70%;
    margin-bottom: 5%;
    margin-left: 30%;
}
.gest_photo_in2 {width: 60%;margin-right: 40%;margin-bottom: -10%;z-index: 999;}
.gest_photo_in3 {width: 60%;margin-left: 30%;margin-bottom: 5%;}
	
}

