/* Visual */

.visual__background { height: 660px; }
.visual__background:hover{cursor:pointer;}


.visual__background--1 { background: url('/child/img/visual/v1.png') no-repeat center / cover; }
.visual__background--2 { background: url('/child/img/visual/v2.jpg') no-repeat center / cover; }
.visual__background--3 { background: url('/child/img/visual/v3.jpg') no-repeat center / cover; }
.visual__background--4 { background: url('/child/img/visual/v4.jpg') no-repeat center / cover; }
.visual__background--5 { background: url('/child/img/visual/v5.jpg') no-repeat center / cover; }
.visual__prev,
.visual__next { z-index: 2; position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer !important; }
.visual__prev { left: 100px; width: 40px; height: 70px; background: url('/child/img/visual/prev.png') no-repeat center; }
.visual__next { right: 100px; width: 40px; height: 70px; background: url('/child/img/visual/next.png') no-repeat center; }
.visual__pagination { z-index: 2; position: absolute; bottom: 30px; text-align: center; font-size: 0; }
.visual__pagination .swiper-pagination-bullet { width: 15px; height: 15px; background: #ffffff; }



.main-section2{max-width: 1100px; margin: auto; margin-top: 100px;
                display: flex; flex-direction: row; justify-content: space-between;
}
.main-section2 .box1{ max-width: 540px; width: 100%;}
.main-section2 .box2{ max-width: 540px; width: 100%;}
.main-section2 .title{font-size: 34px; color: #354d40; font-weight: bold; padding-left: 20px; padding-top: 5px; margin-bottom: 30px;}
.main-section2 .box1 .title{
    background-image: url(/child/img/main/rec1.png);
    background-repeat: no-repeat;
}
.main-section2 .box1 .inbox2{display: flex; flex-direction: row;justify-content: space-between; margin-top: 18px;}
.main-section2 .box2 .title{
    background-image: url(/child/img/main/rec2.png);
    background-repeat: no-repeat;
}
.main-section2 .box2 h4{font-size: 26px;color: #000000; font-weight: bold;margin-bottom: 17px;}
.main-section2 .box2 a{display: inline-block;margin-right: 24px;}
.main-section2 .box2 a:last-child{margin-right: 0px;}
.main-section2 .box2 .inbox{}
.main-section2 .box2 .inbox div{display: flex; flex-direction: row;justify-content: center; align-items: center;
background-color: #fafafa; border-radius: 10px; border: 1px solid #f1ead9;padding: 55px 0; margin-bottom: 20px;}




@media(max-width:1024px){
    .visual__background { height: 460px; }
    .visual__prev,
    .visual__next { display: none; }
}
@media(max-width:768px){
    .visual__background { height: 340px; }
    .visual__pagination { bottom: 20px; }
    .visual__pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
}
@media(max-width:500px){
    .visual__background { height: 240px; }
}
