:root{--line-color:rgba(198,209,227,.5);--T5-Red-01:#ff1444;--T5-Red-02:#f87a92;--T5-Red-03:#fecad7;--White-100:#fff;--White-30:hsla(0,0%,100%,.3);--White-10:hsla(0,0%,100%,.1);--White-05:hsla(0,0%,100%,.05);--White-50:hsla(0,0%,100%,.5);--Gray-01:#c6d1e3;--Gray-02:#a1aec1;--Gray-03:#394456;--Gray-04:#22262f;--Gray-05:#15171d;--Black-100:#000;--Black-20:rgba(0,0,0,.2);--border-width:1px;--border-radius:.4rem;--transition-speed:.2s;--header-height:8rem;--header-height-mobile:6.2rem;font-family:Archivo,Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}:where(:lang(en)){font-family:Archivo,Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}:where(:lang(ja)){font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}html{font-size:62.5%}html::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:1024px){html{font-size:.8vw}}@media(max-width:768px){html{font-size:62.5%}}body{background-color:var(--Gray-05);color:var(--Gray-01);font-family:Archivo;font-size:1.6rem}.nuxt-loading-indicator{display:none}::-moz-selection{background-color:#000;color:#fff}::selection{background-color:#000;color:#fff}.white-paper-form{display:flex;flex-direction:column;gap:2.4rem;padding-top:4rem}@media(max-width:1023.98px){.white-paper-form{padding-top:2.4rem}}.white-paper-form__head{display:flex;flex-direction:column;gap:1.6rem}.white-paper-form__title{color:var(--Gray-05);font-family:Archivo;font-kerning:normal;font-size:2.4rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:500;font-weight:600;letter-spacing:0;line-height:1.2;margin:0;text-rendering:optimizeLegibility}.white-paper-form__divider{background:var(--Gray-01);display:block;height:.5px;width:100%}.white-paper-form__form{display:flex;flex-direction:column;gap:2.4rem}.white-paper-form__grid{display:grid;gap:2.4rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1023.98px){.white-paper-form__grid{grid-template-columns:1fr}}.white-paper-form__field{display:flex;flex-direction:column;gap:.8rem;min-width:0}.white-paper-form__field--full{grid-column:1/-1}.white-paper-form__label{color:var(--Gray-05);font-family:Archivo;font-kerning:normal;font-size:1.4rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:400;font-weight:500;letter-spacing:.01em;line-height:1.4;text-rendering:optimizeLegibility}.white-paper-form__required{color:var(--T5-Red-01)}.white-paper-form__input{background:var(--White-100);border:.5px solid var(--Gray-01);border-radius:.5rem;color:var(--Gray-05);font:inherit;font-family:Archivo;font-kerning:normal;font-size:1.4rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:400;height:4.8rem;letter-spacing:.01em;line-height:1.4;padding:.8rem 1.6rem;text-rendering:optimizeLegibility;width:100%}.white-paper-form__input::-moz-placeholder{color:var(--Gray-02)}.white-paper-form__input::placeholder{color:var(--Gray-02)}.white-paper-form__input:focus-visible{outline:1px solid var(--Gray-03);outline-offset:1px}.white-paper-form__input.is-error{border-color:var(--T5-Red-01)}.white-paper-form__input:disabled{cursor:not-allowed;opacity:.6}.white-paper-form__select-wrap{position:relative}.white-paper-form__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:4rem}.white-paper-form__select.is-placeholder{color:var(--Gray-02)}.white-paper-form__select-icon{color:var(--Gray-03);font-size:1.8rem;pointer-events:none;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%)}.white-paper-form__consent{display:flex;flex-direction:column;gap:.8rem}.white-paper-form__checkbox{align-items:center;color:var(--Gray-05);cursor:pointer;display:flex;font-family:Archivo;font-kerning:normal;font-size:1.4rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:400;gap:1.2rem;letter-spacing:.01em;line-height:1.4;text-rendering:optimizeLegibility}.white-paper-form__checkbox input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--White-100);border:1px solid var(--Gray-01);border-radius:.1rem;cursor:pointer;display:grid;flex-shrink:0;height:1.6rem;margin:0;place-content:center;width:1.6rem}.white-paper-form__checkbox input:checked{background:var(--Gray-05);border-color:var(--Gray-05)}.white-paper-form__checkbox input:checked:after{border:solid var(--White-100);border-width:0 2px 2px 0;content:"";height:.8rem;transform:translateY(-1px) rotate(45deg);width:.4rem}.white-paper-form__submit{align-self:flex-start;background:var(--Gray-03);border:.5px solid var(--Gray-04);border-radius:.2rem;color:var(--White-100);cursor:pointer;font:inherit;font-family:Archivo;font-kerning:normal;font-size:1.8rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:500;font-weight:300;height:4.2rem;letter-spacing:0;line-height:1.3;padding:.8rem 2.4rem;text-rendering:optimizeLegibility;transition:background-color var(--transition-speed,.2s)}@media(min-width:768px){.white-paper-form__submit:hover:not(:disabled){background:var(--Gray-04)}}@media(max-width:1023.98px){.white-paper-form__submit{height:auto;width:100%}}.white-paper-form__submit:disabled{cursor:not-allowed;opacity:.6}.white-paper-form__error{color:var(--T5-Red-01);font-size:1.2rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;line-height:1.3}.white-paper-form__error,.white-paper-form__status{font-family:Archivo;font-kerning:normal;font-weight:400;letter-spacing:.01em;margin:0;text-rendering:optimizeLegibility}.white-paper-form__status{font-size:1.4rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;line-height:1.4}.white-paper-form__status--success{color:var(--Gray-05);font-weight:500}.white-paper-form__status--error{color:var(--T5-Red-01)}.white-paper-form__recaptcha{color:var(--Gray-02);font-family:Archivo;font-kerning:normal;font-size:1.2rem;font-synthesis-style:none;font-synthesis-weight:none;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:.01em;line-height:1.3;margin:0;text-rendering:optimizeLegibility}
