@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.topslider {
   position:relative;
   z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
   width: 100vw;/*スライダー全体の横幅を画面の幅いっぱい（100vw）にする*/
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
.topslider {
   position:relative;
   z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
   width: 100vw;/*スライダー全体の横幅を画面の幅いっぱい（100vw）にする*/
　　　　height: 50vh;
}
}

/*　背景画像設定　*/
.slider-item01 {
    background:url(../img/slider/top01.jpg);
}
@media (max-width: 991px) {
.slider-item01 {
    background:url(../img/slider/top01m.jpg);
  }
}

.slider-item02 {
    background:url(../img/slider/top02.jpg);
}
@media (max-width: 991px) {
.slider-item02 {
    background:url(../img/slider/top02m.jpg);
  }
}

.slider-item03 {
    background:url(../img/slider/top03.jpg);
}
@media (max-width: 991px) {
.slider-item03 {
    background:url(../img/slider/top03m.jpg);
  }
}

.slider-item04 {
    background:url(../img/slider/top04.jpg);
}
@media (max-width: 991px) {
.slider-item04 {
    background:url(../img/slider/top04m.jpg);
  }
}

.slider-item05 {
    background:url(../img/slider/top05.jpg);
}
@media (max-width: 991px) {
.slider-item05 {
    background:url(../img/slider/top05m.jpg);
  }
}

.slider-item06 {
    background:url(../img/slider/top06.jpg);
}
@media (max-width: 991px) {
.slider-item06 {
    background:url(../img/slider/top06m.jpg);
  }
}

.slider-item07 {
    background:url(../img/slider/top07.jpg);
}
@media (max-width: 991px) {
.slider-item07 {
    background:url(../img/slider/top07m.jpg);
  }
}

.slider-item08 {
    background:url(../img/slider/recruit01.jpg);
}
@media (max-width: 991px) {
.slider-item08 {
    background:url(../img/slider/recruit01m.jpg);
  }
}

.slider-item09 {
    background:url(../img/slider/recruit02.jpg);
}
@media (max-width: 991px) {
.slider-item09 {
    background:url(../img/slider/recruit02m.jpg);
  }
}

.slider-item10 {
    background:url(../img/slider/recruit03.jpg);
}
@media (max-width: 991px) {
.slider-item10 {
    background:url(../img/slider/recruit03m.jpg);
  }
}

.slider-item11 {
    background:url(../img/slider/recruit04.jpg);
}
@media (max-width: 991px) {
.slider-item11 {
    background:url(../img/slider/recruit04m.jpg);
  }
}

.slider-item12 {
    background:url(../img/slider/recruit05.jpg);
}
@media (max-width: 991px) {
.slider-item12 {
    background:url(../img/slider/recruit05m.jpg);
  }
}

.slider-item13 {
    background:url(../img/slider/recruit06.jpg);
}
@media (max-width: 991px) {
.slider-item13 {
    background:url(../img/slider/recruit06m.jpg);
  }
}

.slider-item14 {
    background:url(../img/slider/recruit07.jpg);
}
@media (max-width: 991px) {
.slider-item14 {
    background:url(../img/slider/recruit07m.jpg);
  }
}

.slider-item {
    width: 100%;
    height: 0;
    padding-top: 10%;
    background-position: center center; 
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 51%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}
@media (max-width: 991px) {
.slick-prev, 
.slick-next {
   top: 55%;
	height: 15px;
   width: 15px;
  }
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:-20%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:-20%;
    transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
	display:none;
}

.slick-dots li {
   display:none;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:none;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}



/*========= レイアウトのためのCSS ===============*/
ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
}

a:hover,
a:active{
	text-decoration: none;
}

.wrapper {
	position: relative;
}
.wrapper-m{
	width: 100vw;
	position: relative;
	height: auto;
}
.wrapper-rm{
	position: relative;
	height: auto;
}

/*========= トップタイトル ===============*/

.topslider-title img {
	position: absolute;
	top: 36%;
	left: 5%;
	z-index:10;
	width: 39%;
}
@media (max-width: 1024px) {
.topslider-title img {
	position: absolute;
   top: 38%;
   left: 6%;
   z-index: 10;
   width: 50%;
}
}
@media (max-width: 599px) {
.topslider-title img {
    position: absolute;
    top: 37%;
    left: 5%;
    z-index: 10;
    width: 82%;
}
}
@media (max-width: 1024px) {
.topslider-title2 img {
    position: absolute;
    top: 52%;
    left: 8%;
    z-index: 10;
    width: 42%;
}
}
@media (max-width: 599px) {
.topslider-title2 img {
    position: absolute;
    top: 59%;
    left: 8%;
    z-index: 10;
    width: 42%;
}
}

.recruitslider-title img {
	position: absolute;
	top: 30%;
	left: 7%;
	z-index:10;
	width: 39%;
}
@media (max-width: 1024px) {
.recruitslider-title img {
    position: absolute;
    top: 40%;
    left: 6%;
    z-index: 10;
    width: 50%;
}
}
@media (max-width: 991px) {
.recruitslider-title img {
    position: absolute;
    top: 33%;
    left: 6%;
    z-index: 10;
    width: 60%;
}
}
@media (max-width: 599px) {
.recruitslider-title img {
	position: absolute;
	top: 30%;
	left: 5%;
	z-index:10;
	width: 82%;
}
}

.scroll {
	position: absolute;
	top: 12%;
	right: 4vw;
	z-index: 9999;
	opacity:1;
}

.scroll {
    animation-name: scroll;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
    z-index: 9999;
}
@keyframes scroll {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

@media (max-width: 1024px) {
.scroll {
	position: absolute;
	top: 88%;
	right: 4vw;
	z-index: 9999;
	opacity:1;
}

.scroll {
    animation-name: scroll;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
    z-index: 9999;
}
@keyframes scroll {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}
}


@media (max-width: 599px) {
.scroll {
	position: absolute;
	top: 74%;
	right: 4vw;
	z-index: 9999;
	opacity:1;
}

.scroll {
    animation-name: scroll;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
    z-index: 9999;
}
@keyframes scroll {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}
}