  @charset "UTF-8";
/* CSS Document */
/*20220726 ×·¼Ó ST*/
.pcVis {
	display: block!important;
}
.spVis {
	display: none!important;
}
.slick-dots li button:before{
    content: none;
}
#contents .mvWrap{
    position: relative;
    margin-bottom: 100px;
}
#contents .mvWrap .mvSlider img{
    width: 100%;
    height: auto;
}
#contents .mvWrap .mvSlider{
    position: relative;
}
#contents .mvWrap .mvTxt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contents .mvWrap .slick-dots {

}
#contents .mvWrap .slick-dots li {
    background: #e6e6e6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 7px;
}
#contents .mvWrap .slick-dots li.slick-active {
    background: #00a7ac;
}
#contents .mvWrap .nextOverlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


#contents .topMenu ul li{
    margin-bottom: 50px;
    text-align: center;

}
#contents .topMenu ul li:first-of-type{
    background: url("/jp/yss/shared/images/top/bg_menu_about.jpg") no-repeat center center / cover;
}
#contents .topMenu ul li:nth-of-type(2){
    background: url("/jp/yss/shared/images/top/bg_menu_business.jpg") no-repeat center center / cover;
}
#contents .topMenu ul li:nth-of-type(3){
    background: url("/jp/yss/shared/images/top/bg_menu_recruit.jpg") no-repeat center center / cover;
}
#contents .topMenu ul li a{
    color: #fff;
    text-decoration: none!important;
    padding: 50px 0!important;
    display: block;
    transition: 0.2s;
}
#contents .topMenu ul li .txt{
position: relative;
padding: 28px 0!important;
}
#contents .topMenu ul li .txt::before{
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
#contents .topMenu ul li .txt::after{
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}
#contents .topMenu ul li .txt h1{
    font-size: 36px;
    letter-spacing: 0.2em;
}
#contents .topMenu ul li .txt h2{
    font-size: 16px;
    margin-bottom: 28px;
}
#contents .topMenu ul li .txt p{
    font-size: 16px;
}
#contents .topMenu ul li a:hover{
    color: #ffe100;
}
#contents .topMenu ul li a:hover .txt::before,
#contents .topMenu ul li a:hover .txt::after{
    background: #ffe100;
}

@media screen and (max-width: 767px){
.pcVis {
	display: none!important;
}
.spVis {
	display: block!important;
}
    #contents .mvWrap{
    position: relative;
    margin-bottom: 100px;
}
    #contents .mvWrap .mvTxt{
       width: 90%;
}
    #contents .mvWrap .mvSlider{
        padding-bottom: 30px;
    }
    #contents .topMenu ul li .txt h1{
    font-size: 32px;
    letter-spacing: 0.2em;
}
#contents .topMenu ul li .txt h2{
    font-size: 14px;
    margin-bottom: 20px;
}
#contents .topMenu ul li .txt p{
    font-size: 14px;
}
    #contents .topMenu ul li a{
    padding: 40px 0!important;
}
}
/*20220726 ×·¼Ó ED*/