/*全体のCSS*/
@font-face {font-family: icons;
    src: url(/_nuxt/fonts/icons.dd7403b.eot#iefix) format("embedded-opentype"),url(data:font/woff2;base64,d09GMgABAAAAAANQAAsAAAAAB1AAAAMDAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDGgqCZIJSATYCJAMUCwwABCAFg3IHTxtuBsgOJS0RwQyQAQxAPDy/v//WPlfvn/tHQAQrrAa4pEl1Smek/0/nfkkR8cOsPmGTmEYuqcS4XAtslMm8siw8htF04u1Mg01cTpvnXSDzl+a29qY2xlsswB/Z3iAJJZKYpyCezWQc9whks3WKWdEzNAVpJ1iqQhEzYzyIq+OER2IhgQ8plch1hLrtog/xDCpihC9gqv/1Z9DTSpBUBeOANYe6Bbj9GB/LmA4Mi94Z2jA9oUKB6SuzxLb61AaMKGMysstsMvBLwcfy/38+hmsRq/7DSwolUTMqu8ESpEs+hq3kqxOUoC6gBHUJyRvZqwIZDc4CD8DQDKfF5/2WGNkPZZjjujfnXh3kz4aDeTOh/Zycy+3c6aT9S3DtKjl5QyrHZ1MbYsnDsMmUN3ve66GkIkPvVA+VaQgFkgV17Ctw7VIRaoMVZiPJ5k3F07OFo+ijNUkIsqv9vlekdgWDTsCZ5nwXPDI2dNfsxufV0bi7scGuNOiMfft2TeVS0mfSv82/VJnek8ysYJadZlehb77e1ZUZnyUwNq5yeVcCM7+EwS9+5XdJIUh8VOY69BO6NOY08PK6x7S/tGPI6y1Gw07QDWeAHTOi5r/AZzUDrF7f/pRfPZoFu9Pbv3ba8uilCTfbVGv7dEeCk/RXT6/p9P2IOQElrhX74j41KvMw3HGTLOM/PL09j+MJVetKkkYVA4VKN7mk9wEqrYFArTIGyKapXdzqZxwjyi4hO0CApKdTQCG7RC7pd4DKQKdALXsOZJvczG5NjLijvKYaE1jyyywhIodoBhPDo6nIbrGlP9GLVUxYigXEbSEjIDkoFZFINAX1aCrFsqwhnWhezFOLm1K91WoVy35q4TUFPHgalWECJvGTsQhpCR0zsCrMCTEZsbOw1ZF7VWo9kkVhwqacLYghQOJAUSJEJA6NAlVPP2HLhEymcSq9nMgL41EW7h4JXSur2U1sq7LMrFHeUi/8rc9RRYoiyqii1uwlRNtoscdzMqv6/PwEGVOKCRuP02W/4RkBAAA=) format("woff2"),url(/_nuxt/fonts/icons.362b906.woff) format("woff")
    }

    abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video{
    margin:0;
    padding:0;
    border:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

*,::after,::before{
    box-sizing: border-box;
}
*,:after,:before{
    box-sizing: border-box;
}

::selection{
    color: #fff;
    background: #0e0f17;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}

body{
    font-family: YakuHanJP,Arial,Helvetica,kinto-sans,sans-serif;
    color: #0e0f17;
    font-weight: 500;
    line-height: 1.2;
}
nav,ul,li{/*リストマーク消し*/
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
iframe,img,video{
    width: 100%;
}

/*ヘッダー関連のCSS*/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
    .header-pc{/*ヘッダーのコンテナ*/
        width: 100%;
        height: 112px;
        position:fixed;
        top: 0;
        left: 0;
        z-index: 9;
        transition: background 1s cubic-bezier(.14,1,.34,1),transform 1s cubic-bezier(.14,1,.34,1);
    }
    .header-pc.is-scrolled{
        background: #fff;
    }
    .header-pc_logo{
        width: 103px;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity .15s ease-out;
    }
    .header-pc-nav{
        position:absolute;
        right: 2.928257686676428vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-pc-nav_inner{/*項目を横並びに*/
        display: flex;
        align-items: center;  
    }
    .header-pc-nav_item{
        cursor: pointer;
        opacity: 0;
        transition: opacity .3s ease-out;
    }
    .header-pc-nav_item.is-active{
        opacity: 1;
    }
    .header-pc-nav_item.is-active.se{
        margin-left: 2.928257686676428vw;
    }
    .header-pc-nav_item.is-list{
        position: relative;
    }
    .header-pc-nav_category-item{
        position: relative;
        z-index: 1;    
    }
    .header-pc-nav_category-item-text,.child-cnt,.child-cnt2,.child-cnt3{
        font-family: quasimoda, "Avenir Next","Arial Black",sans-serif;
        font-weight: 600!important;
        font-size: 10px;
        line-height: 2;
        letter-spacing: .2em;
        color:#6b6b70;
        transition: all 1s cubic-bezier(.14,1,.34,1)
    }
    .header-pc-nav_category-item-text,.child-cnt,.child-cnt2,.child-cnt3{
        color: #9844b7;
    }

    .header-pc-nav_category-item-text:hover{
        color:#3bade3;
    }

    .child-cnt{
        opacity: 1;
        position: absolute;
        padding-top: 10px;
    }
    .child-cnt:hover{
        color:#3bade3
    }
    .child-cnt2{
        position: absolute;
        top: 51px;
        padding-top: 10px;
    }
    .child-cnt2:hover{
        color:#3bade3
    }
    .child-cnt3{
        position: absolute;
        top:80px;
        padding-top: 10px;        
    }
    .child-cnt3:hover{
        color:#3bade3
    }

.header-sma{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left:0;
    z-index: 9;
    transition: background 1s cubic-bezier(.14,1,.34,1);
    background: #fff;
}
.h-nav{
    position:fixed;
    z-index: 999;
    top:0;
    left: -120%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#212129;
    /*動き*/
    transition: all 0.6s cubic-bezier(.14,1,.34,1);
}
.h-nav.panelactive{
    left:0;
}
.h-nav.panelactive.h-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 102vh;/*表示する高さ*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.header-cnts{
    background: #212129;
    color: #dadadb;
    position: relative;
    padding: 80px 40px 50px;
}
.header-clm-cnt-a,.header-clm-cnt-a_ac{
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    display: block;
    transition: opacity ease-out .15s;
}
.header-cnts-list{
    padding: 27px 0;
}

.header-cnts-list-item{
    display: block;
    color: #a2a3a6;
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 11px;
    line-height: 1.454545454545455;
    letter-spacing: .1em;
    white-space: pre-line;
    transition: opacity ease-out .15s;
}
.header-clms{
    margin-top: 52px;   
}
.header-clm-cnt-a{
    position: relative;
    cursor: pointer;
    padding: 30px 0;
    transition: all .5s ease;
}
.header-clm-cnts_1,.header-clm-cnts{
    border-bottom: 1px solid #707070;
}
.hidden-menu1,.hidden-menu2,.hidden-menu3,.hidden-menu4{
    opacity: 0;
    transition: all .5s cubic-bezier(.14,1,.34,1);
}
.hidden-menu1.active,.hidden-menu2.active,.hidden-menu3.active,.hidden-menu4.active{
    opacity: 1;
}


/*スマホヘッダーボタン*/

    .header-sma_btn{
        z-index: 1000; 
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }
    .header-sma_btn span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        right: 13px;
        height: 2px;
      background-color: #666;
      }
    
    
    .header-sma_btn span:nth-of-type(1) {
      top:22px; 
        width: 50%;
    }
    
    .header-sma_btn span:nth-of-type(2) {
      top:29px;
        width:50%;
    }
    
    /*activeクラスが付与されると線が回転して×に*/
    
    .header-sma_btn.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 35%;
    }
    
    .header-sma_btn.active span:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 35%;
    }


/*背景動画*/
.home-bg{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.home-video{
    width: 100%;
}

/*メディアクエリ*/
@media(max-width:767px){/*スマホ*/
    .header-pc{/*PC用ヘッダーを非表示*/
        display:none!important;
    }
    .home-video{
        display: none!important;
    }
    .home-bg{
        padding-top: 50px;
    }
    .home-video-sma video{
        height:100vh;
        width:100vw;
        object-fit: cover;
    }
}
@media(min-width:768px){
    .header-sma{/*スマホ用ヘッダーを非表示*/
        display:none!important;
    }
    .home-video-sma{
        display: none!important;
    }
}
@media(min-width:1025px){/*PC*/
    .home-video video{
        height:100vh;
        width:100vw;
        object-fit: cover;
    }
}

/*div class="main"関連のCSS*/
.title-plateau{
    background-color: #fff;
    padding-top: 200px;
    padding-bottom: 60px;
}

.whatsplateau,.teamproject{
    background-color: #fff;
}
.teamproject{
    padding: 200px 0;
}
.team-contents{
    margin-top: 100px;        
}
    .team-list{
        width: 100%;
    }
    .team-contents{
        display: block;
        position: relative;
        width: 100%;
    }
    .team-link{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .team-thumbnail{
        margin-bottom: 30px;
    }
    .t-thumbnail{
        overflow: hidden;
        border-radius: 8px;
    }
    .t-thumbnail_inner{
        transform: scale(1);
        transition: all cubic-bezier(.34,1.56,.64,1) .4s;
    }
    .t-image{
        font-size: 0;
        border-radius: 8px;
        overflow: hidden;
    }
    .team-des-text{
        white-space: pre-line;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: .05em;
        margin-top: 5px;
        padding-right: 30.158730158730158%;
        transition: opacity cubic-bezier(.34,1.56,.64,1) .4s;
    }
    .team-btn-icon{
        position: absolute;
        right: 0;
        bottom: 5px;
        width: 40px;
    }
    .t-icon-circle{
        width: 100%;
        padding-top: 100%;
        font-size: inherit;
        position: relative;
    }
    .t-icon-circle_bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all cubic-bezier(.34,1.56,.64,1) .4s;
        transform: scale(1);
    }
        .t-icon-circle_bg.is-primary{
            background: #000;
        }
    .t-icon-circle_inner{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        line-height: 1;
    }
        .t-icon-circle_inner.is-primary{
            color:#fff;
        }
    .t-icon-arrow{
        content: url('pic/arrow.svg');
        background-size: cover;
        height: 55%;
        width: 55%;
    }
@media(min-width:768px){
    .title-plateau{
        padding-top: 240px;
        padding-bottom: 100px;
    }
    .title-plateau-div{
        padding-left: 20.937042459736457vw;
    }
}
.fade-animation.fadeUP{
    opacity: 1;
    transform: translateY(0);
}
.fade-animation{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s cubic-bezier(.14,1,.34,1),transform 1s cubic-bezier(.14,1,.34,1);
}

/*横幅1153px以上のとき改行しない*/
.sma{
    display: none;
}
.title-plateau-h,.title-team-h{
    word-break: break-all;
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 46px;
    line-height: 1.08695652173913;
    letter-spacing: .04em;
}
    .title-plateau-h.fade-text,.title-team-h.fade-text{
        display: inline-block;
    }
    .title-team-h.fade-text-space{
        min-width: 20px;
    }
    .title-plateau-h.fade-text-space{
        min-width: 20px;
    }
.keywords{
    width: 100%;
    background: linear-gradient(45deg, #3bade3,#9844b7,#44ea76);
    background-size: 200% 200%;
    animation: bggradient 5s ease infinite;
}
/*グラデーション動き*/
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.keywords-inner{
    display: flex;
    justify-content: flex-start;
}
.word-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    width: calc(50% - 8px);
    height: 150px;
    transition: background-color .15s ease-out;
}
.box-text{
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: break-all;
    transition: color .15s ease-out;
    white-space: pre-line;
}
.describe-text{
    background-color: #fff;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .05em;
}
.plateau-text-wrap{
    background-color: #fff;
    padding-top: 28px;
}
.plateau-btn-wrap{
    background-color: #fff;
    padding-top: 100px;
}
.plateau-btn-wrap_{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.plateau-btn{
    display: block;
    width: 315px;
    max-width: 100%;
}
.p-button{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 0 60px 0 30px;
    position: relative;
    cursor: pointer;
    transition: all cubic-bezier(.34,1.56,.64,1);
}
    .p-button.is-primary{
        background: #0e0f17;
        color: #fff;
    }
    .p-button-inner{
        width: 100%;
        font-size: 13px;
        line-height: 1.923076923076923;
        letter-spacing: .1em;
        line-height: normal;
        position: relative;
    }
    .p-button-icon{
        position: absolute;
        right: 18px;
        width: 30px;
    }
.icon-circle{
    width: 100%;
    padding-top: 100%;
    font-size: inherit;
    position: relative;
}
    .icon-circle_inner{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        line-height: 1;
    }
    .icon-circle_inner.is-primary{
        color: #fff;
    }
    .circle_bg.is-primary{
        background: #000;
    }
    .circle_bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all cubic-bezier(.34,1.56,.64,1) .4s;
        transform: scale(1);
    }
@media(max-width:564px){
    /*564px以下は改行*/
    .sma{
        display: block;
    }
}
@media(max-width:767px){
    .title-plateau{
        padding-right: 0;
        padding-left: 8vw;
    }
    .contents-inner{
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .title-plateau-h{
        white-space: pre-line;
    }
    
    .teamproject-all{
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .cnts-inner{
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .keywords-inner{
        padding: 100px 0;
    }
    .word-box{
        margin-left: 16px;
    }
}

@media(min-width:768px){
    .team-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .team-list-contents{
        width: 46%;
    }
    .team-thumbnail{
        margin-bottom: 20px;
    }
    .team-des-text{
        padding-right: 45px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: .05em;
    }
    .team-btn-icon{
        width: 30px;
    }
    .teamproject-all{
        padding-right: 5.856515373352855vw;
        padding-left: 20.937042459736457vw;
    }
    .title-plateau-h,.title-team-h{
        font-size: 80px;
        line-height: 1;
        letter-spacing: .06em;
    }
        .title-plateau-h.fade-text-space,.title-team-h.fade-text-space{
            min-width: 50px;
        }
    .cnts-inner{
        padding-right: 20.937042459736457vw;
        padding-left: 20.937042459736457vw;
    }
    .keywords-inner{
        margin: 0 auto;
        padding: 120px 0;
    }
    .word-box{
        width: 31.98992443324937%;
        height: 175px;
    }
        .word-box.se{
            margin-left: 2.015113350125945%;
        }

    .box-text{
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: .06em;
    }
    .describe-text{
        font-size: 14px;
        line-height: 2;
        letter-spacing: .1em;
    }
    .contents-inner{
        padding-left: 20.937042459736457vw;
        padding-right: 5.856515373352855vw;
    }
    .plateau-text-wrap{
        padding-top: 53px;
    }
    .plateau-btn{
        width: 279px;
    }
    .p-button{
        height: 64px;
        border-radius: 32px;
    }
    .p-button-inner{
        font-size: 12px;
        line-height: 1.666666666666667;
        letter-spacing: .1em;
    }
}
@media(min-width:768px) and (max-width:1157px){
    .sma{
        display: block;
    }
}


/*フッター関連のCSS*/
.footer-cnts{
    background: #212129;
    color: #dadadb;
    position: relative;
    padding: 80px 40px 50px;
}
.footer-clm-cnt-a,.footer-clm-cnt-a_ac{
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    display: block;
    transition: opacity ease-out .15s;
}
.footer-cnts-list{
    padding: 27px 0;
}
.footer-cnts-list-item{
    display: block;
    color: #a2a3a6;
    font-family: quasimoda,"Avenir Next","Arial Black",sans-serif;
    font-weight: 600!important;
    font-size: 11px;
    line-height: 1.454545454545455;
    letter-spacing: .1em;
    white-space: pre-line;
    transition: opacity ease-out .15s;
}
    .footer-cnts-list-item.se{
        margin-top: 25px;
    }

.accordion_btn{
    cursor: pointer;
}

/*ここから参考*/
@media(min-width:768px){
    .footer-cnts{
        display: flex;
        padding: 80px 80px 110px;
    }
    .footer-clms{
        display: flex;
        margin-left: 44.08126%;
        width: 65.83747927031509%;
    }
    .footer_clms2{
        margin-left: 3.778337531486146%;
        width: 22.16624685138539%;
    }
    .footer-clm-cnts{
        margin-top: 30px;
    }
    .footer-clm-cnt-a{
        line-height: 1.6;
    }
    .footer-clm-cnt-a_ac{
        line-height: 1.6;
    }
    .footer-cnts-list{
        padding: 14px 0 0;
    }
    .footer-cnts-list-item{
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: .1em;
    }
    .footer-cnts-list-item.se{
        margin-top: 9px;
    }

}

@media(max-width:767px){
    .footer-clms{
        margin-top: 52px;   
    }
    .footer-clm-cnts_1,.footer-clm-cnts{
        border-bottom: 1px solid #707070;
    }
    .footer-clm-cnt-a,.accordion_btn{
        position: relative;
        cursor: pointer;
        padding: 30px 0;
        transition: all .5s ease;
    }
        .accordion_btn::before,
        .accordion_btn::after{
            position: absolute;
            content:'';
            width: 15px;
            height: 2px;
            background-color: #707070;
            transition: all 1s cubic-bezier(.14,1,.34,1);
            
        }
        .accordion_btn::before{
            top:48%;
            left: 90.5%;
            transform: rotate(0deg);
            
        }
        .accordion_btn::after{    
            top:48%;
            left: 90.5%;
            transform: rotate(90deg);
        
        }
        .accordion_btn.close::before{
            transform: rotate(45deg);   
        }
        .accordion_btn.close::after{    
            transform: rotate(-45deg); 
        }
    .accordion_cnt{
        display: none;
    }
}

/*ぼかしCSS*/
.mainblur{
    filter: blur(8px);
    transition: all cubic-bezier(.34,1.56,.64,1) 0.3s;
}
