
@charset "UTF-8";
/* ===============================================

    ■ 命名規則 BEM + MCSS

    block     block
    element   block_element
    modifier  block_element.__modifier

    ※状態を表すものはprefixをつける is-, has-, not-...

=============================================== */


/* font-size
----------------------------------------*/
#mv .title { font-size: 2.2rem; line-height: 2.8rem;}
#mv .title span { font-size: 1.2rem; line-height: 1.8rem;}
#mv .lead { font-size: 2.2rem; line-height: 2.8rem;}
#mv div.cvBtn .btn { font-size: 1.0rem; line-height: 1.0rem;}
#mv .lead2 { font-size: 0.8rem; line-height: 0.8rem;}
#mv .btn-border-gradient-wrap .btn { font-size: 1.6rem;}

@media screen and (max-width: 768px) {
    #mv .title { font-size: 3.2rem; line-height: 3.8rem;}
    #mv .title span { font-size: 3.2rem; line-height: 3.8rem;}
    #mv .lead { font-size: 3.2rem; line-height: 3.2rem;}
    #mv .lead2 { font-size: 2.2rem; line-height: 2.8rem;}
    #gNavi ul li a{ font-size: 2.8rem; line-height: 3rem; writing-mode: inherit;}
    #mv div.cvBtn .btn { font-size: 1.8rem; line-height: 1.8rem;}
    #mv .period { font-size: 1.8rem;}
    #mv .btn-border-gradient-wrap .btn { font-size: 2.2rem;}
    .menuList li a { font-size: 2.4rem;}
}


.frame768 { width: 768px;}
.frame1024 { width: 1024px;}
.frame768, .frame1024 {
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .frame1024 { width: 100%;}
}
@media screen and (max-width: 768px) {
    .frame1024, .frame768 { width: 100%;}
    .inner { width: 92%; margin: 0 auto; padding: 4rem 0;}
    .spInner { width: 92%; margin: 0 auto;}
    h2 { margin-bottom: 3rem;}
    h3 { margin-bottom: 2rem;}
}




/* loading
----------------------------------------*/
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loading.loaded {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
  }
  #loading video {
    width: 100%;
  }

/* mv
----------------------------------------*/
/*header設定*/

#mv {
    height: 29rem;
    overflow: hidden;
    background: url('../images/bg_mv.png') right center no-repeat, 
    rgba(0,0,0,0.3) left top;
    background-size: cover, cover;
    position: relative;
}

#mv .leftArea h1.lead {
    width: 100%;
    margin: 0 0 10px;
    color: #fff;
}
#mv .lead .rubyWrap {
    width: 100%;
    position: relative;
    display: block;
}
#mv .lead .ruby {
    width: fit-content;
    padding: 0 0 0 3rem;
    display: inline-block;
    font-size: 0.6rem;
    position: absolute;
    top: -1.8rem;
    left: 6rem;
}
#mv .explanation {
    margin-bottom: 1rem;
    word-break: break-all;
    color: #fff;
}
#mv div.cvBtn .btn {
    padding: 1rem 0;
    text-align: center;
}
#mv .lead2 {
    width: 100%;
    color: #fff;
    text-align: center;
}

#mv .rightArea {
    width: 400px;
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 5;
}

.titleArea {
    padding: 1rem;
    height: fit-content;
    margin: auto;
    text-align: center;
    background: rgba(0,0,0,0.3);
    color: #fff;
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    z-index: 3;
}
.title span {
    width: 20rem;
    margin: 0.5rem auto 0;
    display: block;
    background: #dd5f0d;
}
#mv .theme {
    width: 25rem;
    margin: auto;
    padding: 20px 100px;
}

#mv .gear1 {
    width: 20rem;
    height: 20rem;
    background: url(/lp/business-game/images/img_gear02.png) no-repeat;
    background-size: contain;
    display: block;
    opacity: 0.3;
    position: absolute;
    top: -4rem;
    right: -6rem;
    animation:30s linear infinite rotation1;
}
#mv .gear2 {
    width: 12rem;
    height: 12rem;
    background: url(/lp/business-game/images/img_gear02.png) no-repeat;
    background-size: contain;
    display: block;
    opacity: 0.3;
    position: absolute;
    top: 12rem;
    right: 9rem;
    animation:20s linear infinite rotation2;
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(-360deg); }
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#mv .overlay {
    min-height: 100%;
    min-width: 100%;
    background: url('/lp/business-game/images/pattern-02.png') repeat rgba(0,0,0,0.5);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
#mv #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

@media screen and (min-width: 769px) {
    #mv .leftArea {
        width: 490px;
        position: absolute;
        top: 200px;
    }
}

@media screen and (max-width: 768px) {
    body main {
        padding-top: 7rem;
    }
   #mv{
        padding: 5rem 1rem 0;
        position: relative;
        height: 29rem;
        overflow: hidden;
    }
    .title {
        width: 90%;
        top: 4rem;
    }
    #mv .lead {
        
    }

    #mv .leftArea {
        position: inherit;
        z-index: 10;
    }
    #mv .leftArea h1.lead {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    #mv .lead .ruby {
        display: inline-block;
        font-size: 0.8rem;
        position: absolute;
        top: -2.6rem;
        left: 19.5rem;
    }
    #mv .explanation {
        margin-bottom: 2rem;
        word-break: break-all;
        color: #fff;
    }
    #mv .lead2 {
        width: 100%;
        color: #fff;
        text-align: center;
    }
    #mv div.cvBtn .btn {
        width: 50%;
        margin: auto;
        display: block;
    }
}    



/* h1{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 15px #666;
} */
@media screen and (min-width: 769px) {
    
}    
@media screen and (max-width: 768px) {
    
}    
