#wrapper nav {
    max-width:1450px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    #wrapper nav {
        width:100%;
        left: 0;
        transform: translateX(0);
    }
}
#mainvisual {
    max-width:1450px;
    margin:0 auto 30px;
    background: none;
    overflow: hidden;
}
#mainvisual.slick-initialized {
    overflow: inherit;
}
#mainvisual .inner {
    min-width: 980px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}
@media screen and (max-width: 767px) {
    #mainvisual {
        width:100%;
        height: auto;
    }

    #mainvisual .inner {
        min-width: 100%;
        display: block;
        padding-top: 30px
    }
}

#mainvisual .topslider__item {
    width: 100%;
    height: 575px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
@media screen and (max-width: 767px) {
    #mainvisual .topslider__item {
        height: auto;
        background-size: 130% auto;
        background-position: top
    }
    #mainvisual .topslider__item img {
        width:100%;
    }
}

#mainvisual .slick-dots {
    bottom: -30px;
}
#mainvisual .slick-dots li {
    width: 10px;
}
#mainvisual .slick-dots li button:before {
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;

}
#mainvisual .slick-dots li.slick-active button:before {
    color: #0F5681;
    background-color: #0F5681;
}