/* ==========カスタマイズ============ */

.main-menu { 
    font-size: 17px;
}
.main-menu ul a { padding-inline: 7.5px; }

/* === Utility CTA === */
.nav.nav--utility {
    --ico-size: 1.2em;
    --ico-shift: -2px;
}
.nav.nav--utility li > a::before {
    content: "";
    display: inline-block;
    line-height: 1;
    font-family: "Font Awesome 7 Free";
    font-size: var(--ico-size);
}
/* ===　各ボタンの見た目 === */

/* 資料請求 */
.nav.nav--utility .request > a::before {
    font-weight: 400;
    content: "\f15b";
}

/* 無料体験 */
.nav.nav--utility .trial > a::before {
    font-weight: 900;
    content: "\f303";
}

/* お問い合わせ */
.nav.nav--utility .contact > a::before {
    font-weight: 400;
    content: "\f0e0";
    margin: 0;
}

#nav-cover {
    --color-light-glass: var(--main-color-glass);
    z-index: 5;
}
/*Responsive*/


@media screen and (max-width: 920px) {
    .menu-trigger[open] .main-menu {
        width: 100vw;
        text-align: center;
    }
    .menu-trigger[open] .main-menu ul {
        padding-top: var(--pad-3);
    }
    .menu-trigger[open] .main-menu a {
        line-height: 1.6;
    }

    .menu-trigger[open] .main-menu {
        padding-top: var(--section-space);
    }
}