@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&family=Noto+Sans+JP:wght@400;500;600&display=swap");.cvc-header{--ink:#14161a;--bg:#fff;--blue:#0e9fbd;--green:#5fa33a;--line:rgba(31,27,24,.1);background:var(--bg);border-bottom:1px solid var(--line);font-family:Noto Sans JP,sans-serif;left:50%;margin-left:-50vw;overflow:hidden;width:100vw}.cvc-header,.cvc-header__inner{box-sizing:border-box;position:relative}.cvc-header__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0;padding:14px 40px;width:100%}.cvc-header__logo{align-items:center;display:flex;flex-shrink:0;text-decoration:none!important}.cvc-header__divider{background:var(--line);height:24px;margin:0 16px;width:1px}.cvc-header__site-label{color:var(--ink)!important;font-family:Zen Kaku Gothic New,sans-serif;font-size:16px;font-weight:700;white-space:nowrap}.cvc-header__logo img{display:block;height:46px!important;max-width:none!important;object-fit:contain;width:auto!important}.cvc-header__logo-fallback{color:var(--ink);font-family:Zen Kaku Gothic New,sans-serif;font-size:24px;font-weight:900}.cvc-header__nav{align-items:center;display:flex;gap:28px}.cvc-header__nav-link{color:var(--ink)!important;font-family:Zen Kaku Gothic New,sans-serif;font-size:14px;font-weight:700;padding-bottom:4px;position:relative;text-decoration:none!important}.cvc-header__nav-link:after{background:var(--green);bottom:0;content:"";height:2px;left:0;position:absolute;right:100%;transition:right .25s ease}.cvc-header__nav-link:hover:after{right:0}.cvc-header__cta{background:var(--blue);border-radius:999px;color:#fff!important;display:inline-block;flex-shrink:0;font-family:Zen Kaku Gothic New,sans-serif;font-size:13.5px;font-weight:700;padding:11px 26px;text-decoration:none!important;transition:opacity .2s ease,transform .2s ease}.cvc-header__cta:hover{opacity:.88;transform:translateY(-1px)}@media (max-width:900px){.cvc-header__nav{display:none}.cvc-header__inner{padding:16px 20px}}