html.locked,
html.locked body,
html.locked #wrap {
    height: 100%;
    overflow: hidden;
}

#wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

#content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    position: relative;
}

.cover-image {
    height: 950px;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
}



[data-100vh] {
    height: calc(100vh - 60px);
}



@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoomOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





.button--red {
    background-color: #e50020;
}

.button--gray {
    background-color: #333;
}


.main-visual {
    position: relative;
    overflow: hidden;
}

.main-visual__slides,
.main-visual__slide {
    height: 950px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-visual__slides:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    top: 0;
    left: 0;
}

.main-visual__inner {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-visual__inner .button {
    margin-top: 18px;
    height: 36px;
    width: 260px;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.main-visual__title {
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 25px;
    line-height: 1.76;
    letter-spacing: 0.3em;
}

.main-visual__title,
.main-visual__inner .button {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;

    -webkit-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}


.mv-news.is-animated,
.main-visual__title.is-animated,
.main-visual__staff-info.is-animated,
.main-visual__inner .button.is-animated {
    opacity: 1;
    transform: none;
}

    .main-visual__title {
        font-size: 35px;
        line-height: 1.71;
    }



    .main-visual__inner .button {
        margin-top: 40px;
    }


.main-visual.is-animated .main-visual__slide {
    -webkit-animation: mvSlide 7s linear;
    animation: mvSlide 7s linear;
}

.other-services__item:last-of-type .other-services__picture {
    margin-bottom: 0;
}

@-webkit-keyframes mvSlide {
    from {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes mvSlide {
    from {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media only screen and (max-width: 1094px) {
.main-visual__slides,
.main-visual__slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-visual__slides:after {
    content: "";
    height: 150;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    top: 0;
    left: 0;
}
.cover-image {
    height: 100%;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
}
.main-visual__inner {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-100vh] {
    height: calc(50vh - 0px);
}
}