.myMvSection {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.myMvContent {
    text-align: center;
    line-height: 1.6;
}

.myMvSection h1 {
    font-size: 2.5rem;
}

.myMvSection {
    overflow: hidden;
    position: relative;
}

.myMvSectionBack {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -2;
    overflow: hidden;
}

.myMvSectionBack div {
    padding-bottom: 68.3903%;
    width: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#mv {
    background: url(/recruit/img/cj/cj001.jpeg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

#mv .slide img.yamakoshi {
    transform: translate(-50%,-50%);
}

#mv .slide img.sekiguchi {
    transform: translate(-50%,-50%);
}


#about .myMvSectionBack div {
    background: url(/recruit/img/logoOpa.png) center center no-repeat;
    background-size: 80%;
}

#about .myMvSectionBack {
    z-index: -2;
    background: #fff;
}

#about .myMvContent p{
    text-align: left;
}

.myMvSection .myButton {
    margin: 80px 0 0;
}

#service .myMvSectionBack div {
    background: url(/recruit/img/sample2.jpeg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

#service .myMvSectionBack {
    z-index: -3;
}

.myMvSection h2 {
    font-size: 4rem;
    margin-bottom: 20px;
}

#news {
    background: #fff;
}

#recruit .myMvSectionBack div {
    background: url(/recruit/img/sample3.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

#recruit .myMvSectionBack {
    z-index: -4;
}

#entry .myEntryText a {
    display: inline;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .right .myMvContent {
        text-align: left;
    }

    .myMvSection h1 {
        font-size: 3.5rem;
    }

    .right .inner {
        display: flex;
        justify-content: flex-end;
    }

    .center .inner {
        display: flex;
        justify-content: center;
    }

    .left .inner {
        display: flex;
        justify-content: flex-start;
    }

    #mv .myMvContent {
        width: 40rem;
    }

    #about .myMvContent {
        width: 40rem;
    }

    #service .myMvContent {
        width: 30rem;
        text-align: left;
        color: #fff;
    }

    #news .myMvContent {
        width: 100%;
    }

    #recruit .myMvContent {
        width: 100%;
    }
}
