header{background-color:#001e3c;position:sticky;top:0;z-index:100;-webkit-transition:ease .2s;transition:ease .2s;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header.is-scrolled{background-color:rgba(0,30,60,.9);height:70px}header .inner{max-width:1400px;padding:0 20px}header .inner .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .inner .content .header-logo{max-width:130px}header .inner .content .header-logo .header-logo-link .header-logo-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .inner .content .header-nav .header-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .inner .content .header-nav .header-nav-list .header-nav-item{margin-left:30px}header .inner .content .header-nav .header-nav-list .header-nav-item:first-child{margin-left:0}header .inner .content .header-nav .header-nav-list .header-nav-item a{color:#fff;display:block;font-size:15px}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a{color:#001e3c;border-radius:100vh;background:#fff;padding:10px 40px;-webkit-transition:all .2s ease;transition:all .2s ease;display:block;position:relative;font-weight:600}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px;width:30px;aspect-ratio:3/1;background:url("../img/common/icon_arrow_top_right.svg") no-repeat center/contain;z-index:1}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}@media screen and (max-width: 959px){header{position:sticky;top:0;background:#001e3c;z-index:1000;overflow:visible;height:60px}header.is-scrolled{height:60px}header .inner{max-width:100%;padding:0px 15px}header .inner .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .inner .content .header-logo{max-width:100px}header .inner .content .header-logo .header-logo-link .header-logo-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .inner .content .nav-header-logo-wrap{background:#001e3c;position:absolute;top:0px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:2000;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0px 15px}header .inner .content .nav-header-logo-wrap .nav-header-logo{max-width:100px}header .inner .content .hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2001;background:none;border:none;cursor:pointer}header .inner .content .hamburger span{display:block;height:2px;background-color:#fff;border-radius:5px;-webkit-transition:.3s;transition:.3s;width:100%}header .inner .content .hamburger.is-active span:nth-child(1){-webkit-transform:translateY(11px) rotate(45deg);transform:translateY(11px) rotate(45deg)}header .inner .content .hamburger.is-active span:nth-child(2){opacity:0}header .inner .content .hamburger.is-active span:nth-child(3){-webkit-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg)}header .inner .content .header-nav{position:fixed;inset:0;width:100%;height:100%;background:#eaebef;padding:0px 20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-transition:right .3s ease;transition:right .3s ease;opacity:0;-webkit-transform:scale(0.95);transform:scale(0.95);pointer-events:none}header .inner .content .header-nav.is-open{opacity:1;-webkit-transform:scale(1);transform:scale(1);pointer-events:auto}header .inner .content .header-nav.is-open .header-nav-list{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}header .inner .content .header-nav .header-nav-list{display:block;width:100%;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .35s ease,-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .5s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .5s cubic-bezier(0.22, 1, 0.36, 1),-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);-webkit-transition-delay:.08s;transition-delay:.08s}header .inner .content .header-nav .header-nav-list .header-nav-item{margin-left:0}header .inner .content .header-nav .header-nav-list .header-nav-item a{color:#000;font-size:18px;text-align:left;font-weight:500;border-bottom:1px solid rgba(0,30,60,.34);padding-bottom:20px;margin-bottom:20px}header .inner .content .header-nav .header-nav-list .header-nav-item:nth-last-child(-n+2) a{border-bottom:none}header .inner .content .header-nav .header-nav-list .header-nav-item-contact{margin-top:20px}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a{color:#001e3c;border-radius:100vh;background:#fff;padding:10px 30px;-webkit-transition:all .2s ease;transition:all .2s ease;display:block;position:relative;font-weight:600}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:25px;width:15px;aspect-ratio:1/1;background:url("../img/common/icon_arrow_top_right.svg") no-repeat center/contain;z-index:1}header .inner .content .header-nav .header-nav-list .header-nav-item-contact a:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}}/*# sourceMappingURL=header.css.map */