.header-container{font-size:16px;font-family:"Darker Grotesque",sans-serif;line-height:1;--header-pad-top:0.5em;display:flex;width:100%;box-sizing:border-box;position:relative;flex-direction:row;flex-wrap:wrap;align-items:center;padding-top:var(--header-pad-top);}html[lang="ja"] .header-container{font-family:"IBM Plex Sans JP","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;font-synthesis:none;}@media (max-width:915px){.header-container{font-size:14px;}}@media (max-width:755px){.header-container{font-size:13px;}}@media (max-width:600px){.header-container{font-size:min(12px,2.353vw);}}.site-header{padding-right:3em;}html.company-page-html .site-header{border-bottom:1px solid rgba(255,255,255,0.12);padding-bottom:0.5em;}.header-logo{height:6em;width:24em;object-fit:contain;}.header-logo-wrap{padding-left:1em;}.site-header .header-logo{height:3em;width:15.3em;}.site-header .header-logo-wrap{padding-top:0.25em;padding-bottom:0.25em;}.header-right{flex:1 1 42em;display:flex;flex-direction:row;align-items:center;min-width:0;min-height:3.5em;}.header-main{flex:1 1 42em;min-width:0;display:flex;flex-direction:column;}.header-top-row{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;column-gap:0.5em;row-gap:0.8em;}.header-left{flex:1 1 22em;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;row-gap:0.4em;min-width:0;margin-left:0.4em;}.header-info{padding-left:1em;align-items:flex-end;display:flex;flex-direction:column;min-width:13em;padding-right:2em;}.header-info-container{max-width:24em;}.header-info-desc{color:rgba(125,125,125,1);font-size:0.9em;}.header-left .header-info{align-items:flex-start;padding-left:0;flex:1 1 13em;}.header-buttons-wrap{display:flex;flex-direction:column;align-items:flex-end;padding-right:2em;padding-left:1em;flex:0 0 auto;margin-left:auto;}.header-buttons{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;}.rank-toggle{background-color:rgba(20,20,20,1);padding-left:1.2em;padding-right:1.2em;padding-bottom:0.5em;padding-top:0;opacity:0.5;color:rgba(110,110,110,1);}.rank-toggle--active{opacity:1;color:var(--brand);}.rank-toggle--profile{opacity:1;color:var(--brand);cursor:pointer;}.header-button{font-weight:bold;font-size:2.4em;}@media (max-width:1300px){.header-button{font-size:1.6em;}}.header-nav-actions,.header-nav-auth{display:flex;flex-direction:row;align-items:center;gap:0.2em 1.1em;}.header-nav-btn{font-size:0.85em;font-weight:bold;color:var(--brand);opacity:0.5;cursor:pointer;transition:opacity 0.15s ease;text-decoration:none;}.header-nav-btn:hover,.header-nav-btn:focus-visible{opacity:1;}.site-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:0.2em 1.1em;}.header-nav{padding-left:1em;padding-right:2em;flex-direction:column;align-items:flex-start;gap:0.1em;}button.site-nav-link{padding:0;background:none;border:0;font-family:inherit;text-align:left;cursor:pointer;}.site-nav-link{color:var(--brand);opacity:0.35;line-height:1;font-size:0.85em;font-weight:bold;text-decoration:none;text-transform:uppercase;transition:opacity 0.15s ease;}.site-nav-link:hover,.site-nav-link:focus-visible{opacity:1;}.site-nav-link--current{opacity:1;}.location-picker,.section-picker{position:relative;}.section-toggle{cursor:pointer;}.location-toggle{color:#fff;opacity:1;}.header-nav .location-toggle{font-size:1.75em;}.header-nav .section-toggle{font-size:1.05em;}.location-menu{display:none;position:absolute;top:calc(100% + 0.35em);left:0;z-index:5;min-width:7em;padding:0.3em 0;background-color:rgba(20,20,20,1);border:0.0625em solid rgba(255,255,255,0.5);box-shadow:0 0.5em 1.25em rgba(0,0,0,0.6);}.location-picker.open .location-menu,.section-picker.open .section-menu{display:block;}.location-menu-item{display:block;padding:0.3em 0.95em;font-size:0.85em;font-weight:bold;white-space:nowrap;color:rgba(200,200,200,1);cursor:pointer;}.location-menu-item:hover{background-color:rgba(40,40,40,1);}.location-menu-item--current{color:#fff;}.header-rail-btn{display:grid;place-items:center;position:absolute;font-size:inherit;top:calc(var(--header-pad-top,0.5em) + 1.75em);transform:translateY(-50%);right:1em;width:40px;height:40px;padding:0;color:#b4b4b4;background:none;border:0;cursor:pointer;transition:color 0.15s ease;}.header-rail-btn:hover,.header-rail-btn:focus-visible{color:#ececec;}.header-rail-btn svg{width:40px;height:40px;}.header-loader{position:absolute;top:calc(var(--header-pad-top,0.5em) + 1.75em);transform:translateY(-50%);right:calc(1em + 40px);display:grid;place-items:center;width:40px;height:40px;pointer-events:none;}.header-loader--flush{right:1em;}.header-loader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;}.header-loader.is-busy::before{content:"";width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,133,0,0.22);border-top-color:var(--brand);animation:header-loader-spin 0.7s linear infinite;}@keyframes header-loader-spin{to{transform:rotate(360deg);}}@media (prefers-reduced-motion:reduce){.header-loader.is-busy::before{animation:none;}}@media (max-width:510px){.site-header .header-right{box-sizing:border-box;padding:0.35em 0.25em 0;}.site-header .header-top-row{column-gap:0.25em;align-items:flex-start;}.site-header{--header-gut:14px;--header-pad-top:12px;padding-bottom:10px;padding-right:var(--header-gut);}.site-header .header-rail-btn{width:44px;height:3.5em;right:6px;}.site-header .header-rail-btn svg{width:28px;height:28px;}.site-header .header-loader{width:44px;height:3.5em;right:50px;}.site-header .header-loader.is-busy::before{width:14px;height:14px;border-width:2px;}.site-header .header-logo-wrap,.site-header .header-nav{padding-left:var(--header-gut);}.site-header .header-left{margin-left:0;}.site-header .header-nav{width:auto;max-width:33.333vw;min-width:0;box-sizing:border-box;flex-wrap:nowrap;gap:0.2em 0.6em;padding-left:1.5em;padding-right:0.25em;}.site-header .location-picker{flex:0 0 auto;}.site-header .section-picker{flex:1 1 auto;width:100%;min-width:0;}.site-header .site-nav-link{font-size:1.275em;white-space:nowrap;}.site-header .location-toggle{font-size:1.9em;}.site-header .section-toggle{display:block;white-space:normal;overflow-wrap:normal;}.site-header .location-menu{min-width:9em;max-width:calc(100vw - 3em);max-height:65vh;padding:0.5em 0;border-width:1px;border-color:rgba(255,255,255,0.7);box-shadow:0 8px 28px rgba(0,0,0,0.85);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;}.site-header .section-menu{width:min(18em,calc(100vw - 3em));}.site-header .location-menu-item{padding:0.45em 0.9em;font-size:max(1.1em,10px);line-height:1.2;overflow:hidden;text-overflow:ellipsis;}.site-header .header-buttons-wrap{padding-left:0.25em;padding-right:1.5em;}.site-header .header-buttons{flex-wrap:nowrap;}.site-header .rank-toggle{padding-left:0.55em;padding-right:0.55em;padding-bottom:0.4em;}.site-header .header-button{font-size:1.9em;white-space:nowrap;}.site-header .header-nav-btn{font-size:1.05em;}.site-header .header-info{min-width:13em;padding-left:1.5em;padding-right:0.5em;}.site-header .header-info-desc{font-size:1.1em;line-height:1.15;}}html[lang="ja"] .site-header .header-info-desc{line-height:1.45;}html[lang="ja"] .site-header .header-button{line-height:1;}html[lang="ja"] .site-header .rank-toggle{padding-top:0.25em;padding-bottom:0.25em;}@media (max-width:1300px){}@media (max-width:510px){html[lang="ja"] .site-header .rank-toggle{padding-top:0.2em;padding-bottom:0.2em;}html[lang="ja"] .site-header .header-info-desc{line-height:1.3;}}