@charset "utf-8";
/* CSS Document */

/* 汎用 */


/* テンプレート */


/* ヘッダ */
.header{
    height: 8.4vw;
    box-sizing: content-box;
    padding: 3.4vw 1.77vw 0 3.6vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.header__logo img{
    height: 8.4vw;
    width: auto;
}

.navBtn{
    display: none;
}

.header__nav{
    display: block;
    background-color: transparent;
    backdrop-filter: none;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header__nav__list{
    padding: 0;
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
    align-items: flex-start;
    li{
        padding-bottom: 0;
        font-size: 2rem;
        a{
            background: none;
            color: #FFF;
            -webkit-text-fill-color:unset;
            font-weight: normal;
            &:before{
                display: none;
            }
        }
    }
}

@media (width<1350px){
    .header__nav__list{
        background-color: rgba(26, 55, 186,0.6);
        padding:0.6em 0 0.6em 2em;
        border-radius: 50vw 0 0 50vw;
    }
}


/* コンテンツ領域コンテナ */


/* フッター */
