@charset "UTF-8";.p-loading{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10000}.p-loading::before,.p-loading::after{position:absolute;content:"";display:block;z-index:10;background:#003e92;left:0;right:0;transition-property:scale;transition-duration:0.35s;transition-timing-function:cubic-bezier(.63,.06,1,-.14)}.p-loading::before{top:0;height:calc(50vh - 1px);transform-origin:center top}.p-loading::after{bottom:0;height:50vh;transform-origin:center bottom}.p-loading.is-open::before,.p-loading.is-open::after{scale:1 0}.p-loading__container{--screen-scale:1}.p-loading__container::before{position:absolute;content:"";display:block;z-index:50;background:#003e92;top:0;bottom:0;right:0;width:100%;transform-origin:right center;scale:var(--screen-scale)}.p-loading__number{position:absolute;z-index:200;top:50%;left:50%;translate:-50% -50%;color:#fff;font-size:20px;font-weight:400;opacity:0}.p-loading.is-active .p-loading__number{opacity:1}@media screen and (max-width:768px){.p-loading__number{font-size:16px}}.p-loading__company-name-text{position:absolute;z-index:100;top:50%;left:50%;translate:-50% -50%;width:160px;opacity:0}.p-loading.is-active .p-loading__company-name-text{opacity:1}.p-loading__company-name-text img{display:block;width:100%;height:auto;aspect-ratio:1}@media screen and (max-width:768px){.p-loading__company-name-text{width:120px}}