@charset "utf-8";

/* メイン */
#main_v {
    overflow: hidden;
}

#main_v video {
    overflow: hidden;
    width: 100%;
    display: block;
}

#visual {
    height: auto;
}

#visual svg{
    display: none;
}

.scroll{
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    width: 80px;
    position: absolute;
    z-index: 150;
    bottom: 50%;
    left:50%;
    margin-left: -40px;
    margin-bottom: -200px;
    text-align: center;
}

.main-arrow{
    margin: 0 auto;
    width: 30px;
    animation: main-a 1s ease -1s infinite alternate;
    -webkit-animation: main-a 1s ease -1s infinite alternate;

}

@-webkit-keyframes main-a {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

}


/* メインコピー */
#headcopy {
    text-align: center;
    padding: 20px;
    position: relative;
    margin: 30px auto 0 auto;
}

#headcopy h1 {
    margin-bottom: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 100;
    letter-spacing: 0.3rem;
    font-size: 2rem;
}

#headcopy p {
    line-height: 2.2;
}

.san01,.san02{
    margin: 0 auto;
}

/* サービス */
#service {
    margin: 80px auto 50px auto;
}

#service h2 {
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

#service p {
    text-align: center;
    margin-bottom: 30px;
}

#service img {
    width: 80%;
    margin: 0 auto;
}

#service a {
    width: 100%;
}


/* スタッフ */
#staff {
    overflow: hidden;
}

#staff .scopy {
    text-align: center;
    margin: 70px auto;
}

.scopy a{
    width: 90%;
}

#staff h2 {
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

#staff a{
    width: 100%;
}

#staff a:hover {
    background-color: #fff;
}

.apply h2 span{
    font-size: 1rem;
}

/* バナー */
#banner {
    margin: 60px 0;
}

#banner h2 {
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
}

#banner h2:before {
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ccc;
}

#banner h2 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}

#banner a {
    display: block;
    transition: 0.4s;
    margin-bottom: 20px;
}

#banner a:hover {
    opacity: 0.5;
}

/* 地図 */
#map iframe {
    border: 0;
    width: 100%;
    height: 500px;
    vertical-align: bottom;
}

#map p {
    font-size: 0.9rem;
    margin: 0 auto 40px auto;
    padding: 20px;
}

#map p span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    
    #loading {
        width: 100vw;
        height: 100vh;
        transition: all 1s;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    
    .loaded {
        opacity: 0;
        visibility: hidden;
    }
    
    .spinner {
        width: 70px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -35px;
        margin-top: 18px;
    }

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #0089c0;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
    }

    @keyframes sk-bouncedelay {
        0%, 80%, 100% { 
            -webkit-transform: scale(0);
            transform: scale(0);
        } 40% { 
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }
    
    
    .san01,.san02{
        margin: 0 0 10px 0;
    }
 
    #visual svg{
        display: block;
    }
    
    .st0{fill:#FFFFFF;}
    
    /* メイン */
    
    #visual {
        position: relative;
        width: 100%;
    }
    
    #visual::before {
        content:'';
        display: block;
        padding-top: 56.25%;
    }
    
    #visual video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .v_logo{
        position: absolute;
        width: 320px;
        height: 171px;
        top: 50%;
        left: 50%;
        z-index: 100;
        margin-left: -160px;
        margin-top: -85px;
    }

    #bgdot{
        position: absolute;
        background-image: url('../img/dot.gif');
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 50;
        overflow: hidden;
    }

    /* メインコピー */
    
    #headcopy {
        font-size: 1.2rem;
        padding: 100px 50px;
    }
    
    #headcopy h1 {
        font-size: 3rem;
        margin-bottom: 50px;
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
        line-height: 1.4;
    }
    
    /* ・サービス */
    

    #service h2 {
        text-align: left;
    }

    #service p {
        text-align: left;
    }
    
    #service img {
        width: 100%;
        margin: 0;
    }
    
    #service a {
        padding: 20px 60px;
        width: auto;
    }

    /* スタッフ */
    #staff {
        background-position: left top;
        background-size: 50%;
        display: flex;
    }

    #staff .scopy {
        text-align: left;
        margin: 0 auto 30px auto;
    }

    #staff h2 {
        text-align: left;
    }
    
    #staff a {
        padding: 20px 60px;
        width: auto;
    }

    .apply h2 span{
        font-size: 1.2rem;
    }


    /* バナー */
    #banner {
        margin: 150px 0;
    }
    
    #banner a {
        margin-bottom: 30px;
    }

    /* 地図 */
    #map p {
        margin-left: 20px;
    }


    #map p span {
        display: inline;
        margin-right: 15px;
    }


}