div.visual_wrapper { width:100%; border-top:0px solid #00829C;}
.swiper-container {width:100%;height:100%;}
.swiper-slide {text-align:center;font-size:18px;background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-slide a {display:block;width:100%;height:368px;}
.swiper-slide a.a1 {background:url("/mobile/main_visual/img/img1.jpg") no-repeat 50% 50%;background-size:100% auto;}
.swiper-slide a.a2 {background:url("/mobile/main_visual/img/img2.jpg") no-repeat 50% 50%;background-size:100% auto;}
.swiper-slide a.a3 {background:url("/mobile/main_visual/img/img3.jpg") no-repeat 50% 50%;background-size:100% auto;}
.swiper-slide a img {position:relative;top:50%;margin-top:-75px;width:auto;height:210px;}

@media all and (max-width :750px) {
.swiper-slide a {display:block;width:100%;height:380px;}
.swiper-slide a.a1 {background:url("/mobile/main_visual/img/img1_1.jpg") no-repeat 50% 50%;background-size:auto 100%;}
.swiper-slide a.a2 {background:url("/mobile/main_visual/img/img2_1.jpg") no-repeat 50% 50%;background-size:auto 100%;}
.swiper-slide a.a3 {background:url("/mobile/main_visual/img/img3_1.jpg") no-repeat 50% 50%;background-size:auto 100%;}
.swiper-slide a img {position:relative;top:50%;margin-top:-50px;width:auto;height:160px;}
}
@media all and (max-width :395px) {
.swiper-slide a {display:block;width:100%;height:380px;}
.swiper-slide a.a1 {background:url("/mobile/main_visual/img/img1_1.jpg") no-repeat 50% 50%;background-size:auto 100%;}
.swiper-slide a.a2 {background:url("/mobile/main_visual/img/img2_1.jpg") no-repeat 80% 50%;background-size:auto 100%;}
.swiper-slide a.a3 {background:url("/mobile/main_visual/img/img3_1.jpg") no-repeat 50% 50%;background-size:auto 100%;}
.swiper-slide a img {position:relative;top:50%;margin-top:-45px;width:auto;height:150px;}
}


