:root{--space-xxs: .25rem;--space-xs: .5rem;--space-s: 1rem;--space-m: 1.5rem;--space-l: 2rem;--space-xl: 3rem;--space-xxl: 4rem;--color-brand-primary: #0D69FF;--color-surface-primary: #FFFFFF;--color-surface-secondary: #F7F9FC;--color-text-high-emphasis: #1A202C;--color-text-medium-emphasis: #4A5568;--color-text-low-emphasis: #718096;--color-action-primary-default: #0D69FF;--color-action-primary-hover: #0052CC;--color-action-primary-active: #0041A3;--color-action-primary-text: #FFFFFF;--color-action-disabled-bg: #E2E8F0;--color-action-disabled-text: #A0AEC0;--color-border-default: #CBD5E0;--color-border-focus: #0D69FF;--color-tag-event: #E53E3E;--color-tag-product: #3182CE;--font-heading: "Inter", sans-serif;--font-body: "Noto Sans JP", sans-serif;--font-mono: "Fira Code", monospace;--typography-display-large-size: 3rem;--typography-display-large-weight: 700;--typography-display-large-line-height: 1.25;--typography-display-large-letter-spacing: -.02em;--typography-headline-large-size: 2.25rem;--typography-headline-large-weight: 700;--typography-headline-large-line-height: 1.33;--typography-headline-large-letter-spacing: -.02em;--typography-headline-medium-size: 1.5rem;--typography-headline-medium-weight: 600;--typography-headline-medium-line-height: 1.4;--typography-headline-medium-letter-spacing: -.01em;--typography-body-large-size: 1.125rem;--typography-body-large-weight: 400;--typography-body-large-line-height: 1.6;--typography-body-large-letter-spacing: 0em;--typography-body-regular-size: 1rem;--typography-body-regular-weight: 400;--typography-body-regular-line-height: 1.7;--typography-body-regular-letter-spacing: 0em;--typography-label-medium-size: .875rem;--typography-label-medium-weight: 500;--typography-label-medium-line-height: 1.5;--typography-label-medium-letter-spacing: .01em;--typography-label-small-size: .75rem;--typography-label-small-weight: 500;--typography-label-small-line-height: 1.5;--typography-label-small-letter-spacing: .02em;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .05);--shadow-none: none;--z-negative: -1;--z-normal: 0;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000;--radius-sm: .25rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){:focus-visible{outline:3px solid currentColor;outline-offset:3px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);border-radius:var(--radius-md);font-size:var(--typography-label-medium-size);font-weight:var(--typography-label-medium-weight);font-family:var(--font-body);line-height:1;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all .25s ease-out;position:relative;outline:none}.btn-primary{background-color:var(--color-action-primary-default);color:var(--color-action-primary-text);box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--color-action-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.btn-primary:active{background-color:var(--color-action-primary-active);box-shadow:var(--shadow-none);transform:translateY(0)}.btn-primary:disabled{background-color:var(--color-action-disabled-bg);color:var(--color-action-disabled-text);box-shadow:var(--shadow-none);cursor:not-allowed;transform:none}.btn-secondary{background-color:transparent;color:var(--color-action-primary-default);border-color:var(--color-action-primary-default)}.btn-secondary:hover{background-color:var(--color-action-primary-default);color:var(--color-action-primary-text);box-shadow:var(--shadow-sm)}.btn-secondary:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.btn-secondary:active{background-color:var(--color-action-primary-active);border-color:var(--color-action-primary-active);color:var(--color-action-primary-text)}.btn-secondary:disabled{background-color:transparent;border-color:var(--color-action-disabled-bg);color:var(--color-action-disabled-text);cursor:not-allowed}.btn-tertiary{background-color:transparent;color:var(--color-action-primary-default);border-color:transparent;padding:var(--space-xs) var(--space-s);text-decoration:underline;text-underline-offset:2px}.btn-tertiary:hover{color:var(--color-action-primary-hover);text-decoration-thickness:2px}.btn-tertiary:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.btn-tertiary:active{color:var(--color-action-primary-active)}.btn-tertiary:disabled{color:var(--color-action-disabled-text);cursor:not-allowed;text-decoration:none}.btn-small{padding:var(--space-xs) var(--space-s);font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);gap:var(--space-xxs)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skip-to-content{position:fixed;top:-100px;left:50%;transform:translate(-50%);background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;text-decoration:none;font-weight:600;z-index:10000;transition:top .3s ease}.skip-to-content:focus{top:0}.typography-display-large{font-size:var(--typography-display-large-size);font-weight:var(--typography-display-large-weight);line-height:var(--typography-display-large-line-height);letter-spacing:var(--typography-display-large-letter-spacing);font-family:var(--font-heading)}.typography-headline-large{font-size:var(--typography-headline-large-size);font-weight:var(--typography-headline-large-weight);line-height:var(--typography-headline-large-line-height);letter-spacing:var(--typography-headline-large-letter-spacing);font-family:var(--font-heading)}.typography-headline-medium{font-size:var(--typography-headline-medium-size);font-weight:var(--typography-headline-medium-weight);line-height:var(--typography-headline-medium-line-height);letter-spacing:var(--typography-headline-medium-letter-spacing);font-family:var(--font-heading)}.typography-body-large{font-size:var(--typography-body-large-size);font-weight:var(--typography-body-large-weight);line-height:var(--typography-body-large-line-height);letter-spacing:var(--typography-body-large-letter-spacing);font-family:var(--font-body)}.typography-body-regular{font-size:var(--typography-body-regular-size);font-weight:var(--typography-body-regular-weight);line-height:var(--typography-body-regular-line-height);letter-spacing:var(--typography-body-regular-letter-spacing);font-family:var(--font-body)}.typography-label-medium{font-size:var(--typography-label-medium-size);font-weight:var(--typography-label-medium-weight);line-height:var(--typography-label-medium-line-height);letter-spacing:var(--typography-label-medium-letter-spacing);font-family:var(--font-body)}.typography-label-small{font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);line-height:var(--typography-label-small-line-height);letter-spacing:var(--typography-label-small-letter-spacing);font-family:var(--font-body)}.app-container{position:fixed;width:100%;height:100vh;background:transparent;overflow:hidden}.main-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0;overflow:hidden}.main-container:has(.homepage){align-items:center;padding-top:0}.main-container:has(.simple-page){align-items:center;padding-top:0}.homepage{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.homepage.logo-only{display:flex;align-items:center;justify-content:center;height:100%}.logo-section{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:transparent;z-index:1;text-align:center}.logo-text{font-feature-settings:"kern" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}@media (max-width: 768px){.logo-responsive[style*="9rem"]{font-size:6rem!important}.logo-responsive{letter-spacing:-.07em!important}}.orbit-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-style:preserve-3d;z-index:0;pointer-events:none;perspective:1000px;background:linear-gradient(165deg,#f8fafc,#f1f5f9 35%,#e2e8f0 65%,#f8fafc)}.orbit-wrapper{width:540px;height:540px;animation:orbitRotation 30s linear infinite;transform-style:preserve-3d;position:absolute;top:50%;left:50%;margin-top:-270px;margin-left:-270px;transform-origin:center center}.orbit-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:1px solid rgba(91,143,249,.3);transform-style:preserve-3d;transform-origin:center center}.orbit-ring-0{transform:rotateY(0) translateZ(120px)}.orbit-ring-1{transform:rotateY(60deg) translateZ(96px)}.orbit-ring-2{transform:rotateY(120deg) translateZ(72px)}.orbit-ring-3{transform:rotateY(180deg) translateZ(48px)}.orbit-ring-4{transform:rotateY(240deg) translateZ(24px)}.orbit-ring-5{transform:rotateY(300deg) translateZ(0)}@keyframes orbitRotation{0%{transform:rotateY(0) rotateX(30deg)}to{transform:rotateY(360deg) rotateX(30deg)}}@media (max-width: 768px){.orbit-container{perspective:500px}.orbit-wrapper{width:384px;height:384px;margin-top:-192px;margin-left:-192px}.orbit-ring-0{transform:rotateY(0) translateZ(60px)}.orbit-ring-1{transform:rotateY(60deg) translateZ(48px)}.orbit-ring-2{transform:rotateY(120deg) translateZ(36px)}.orbit-ring-3{transform:rotateY(180deg) translateZ(24px)}.orbit-ring-4{transform:rotateY(240deg) translateZ(12px)}.orbit-ring-5{transform:rotateY(300deg) translateZ(0)}}.navigation-bar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.25rem;background:#fffc;padding:.5rem .75rem;border-radius:30px;box-shadow:0 8px 32px #1f268726;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);animation:gentle-float 3s ease-in-out infinite;max-width:95vw;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.navigation-bar:before,.navigation-bar:after{content:"";position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:1}.navigation-bar:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.8),transparent);border-radius:30px 0 0 30px}.navigation-bar:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.8),transparent);border-radius:0 30px 30px 0}.navigation-bar::-webkit-scrollbar{display:none}@keyframes gentle-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-5px)}}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;padding:.4rem .2rem;border-radius:12px;transition:all .3s ease;text-decoration:none;color:#666;background:transparent;border:none;cursor:pointer;position:relative;flex-shrink:0}.nav-item:hover{background:#5b8ff91a;color:#5b8ff9}.nav-item.active{background:#5b8ff91a;color:#5b8ff9;box-shadow:0 2px 8px #5b8ff933}.nav-icon{width:18px;height:18px;stroke-width:1.5;margin-bottom:.2rem}.nav-label{font-size:.55rem;font-weight:500;text-align:center;line-height:1;white-space:nowrap}@media (max-width: 768px){.navigation-bar{bottom:1rem;gap:.15rem;padding:.3rem .4rem;border-radius:25px}.nav-item{min-width:42px;padding:.3rem .15rem}.nav-icon{width:16px;height:16px}.nav-label{font-size:.5rem}}.simple-page{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background:transparent;padding-bottom:5rem;color:#333}.simple-content-wrapper{max-width:600px;width:100%;padding:2rem;text-align:center}.simple-page-title{font-size:3rem;font-weight:700;color:#3b82f6;margin:0 0 3rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.card{background:var(--color-surface-primary);border-radius:var(--radius-md);padding:var(--space-m);box-shadow:var(--shadow-soft);transition:all .25s ease-out}.card-interactive:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-news{padding-top:var(--space-xs)}.card-news .card-tag{display:inline-block;padding:var(--space-xs) var(--space-s);border-radius:var(--radius-full);font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);line-height:var(--typography-label-small-line-height);letter-spacing:var(--typography-label-small-letter-spacing);margin-bottom:var(--space-s)}.card-news .card-tag-event{background-color:var(--color-tag-event);color:var(--color-action-primary-text)}.card-news .card-tag-product{background-color:var(--color-tag-product);color:var(--color-action-primary-text)}.card-team{text-align:center;padding:var(--space-l)}.card-team .avatar{width:96px;height:96px;border-radius:50%;margin:0 auto var(--space-m);background:linear-gradient(135deg,var(--color-brand-primary) 0%,var(--color-tag-product) 100%);display:flex;align-items:center;justify-content:center;color:var(--color-action-primary-text);font-size:var(--typography-headline-large-size);font-weight:var(--typography-headline-large-weight)}.card-team .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.card-service{position:relative;overflow:hidden}.card-service .service-icon{width:48px;height:48px;margin-bottom:var(--space-m);color:var(--color-brand-primary)}.text-page-primary{color:#111827}.text-page-secondary{color:#4b5563}.text-page-tertiary{color:#6b7280}.input-light{background:#fffc;border:1px solid rgba(209,213,219,.8);color:#111827}.input-light::-moz-placeholder{color:#9ca3af}.input-light::placeholder{color:#9ca3af}.input-light:focus{border-color:#3b82f6;background:#fffffff2}.tag{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-xs) var(--space-s);border-radius:var(--radius-full);font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);line-height:1;transition:all .25s ease-out;cursor:pointer;border:none;background-color:var(--color-surface-secondary);color:var(--color-text-medium-emphasis)}.tag:hover{background-color:var(--color-border-default);transform:scale(1.05)}.tag:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.tag.active{background-color:var(--color-text-high-emphasis);color:var(--color-action-primary-text)}.tag.active:hover{background-color:var(--color-text-high-emphasis);transform:scale(1.05)}.tag-event{background-color:var(--color-tag-event);color:var(--color-action-primary-text)}.tag-product{background-color:var(--color-tag-product);color:var(--color-action-primary-text)}.form-group{margin-bottom:var(--space-m)}.form-label{display:block;margin-bottom:var(--space-xs);font-size:var(--typography-label-medium-size);font-weight:var(--typography-label-medium-weight);line-height:var(--typography-label-medium-line-height);letter-spacing:var(--typography-label-medium-letter-spacing);color:var(--color-text-medium-emphasis)}.form-label-required:after{content:" *";color:var(--color-tag-event)}.form-input,.form-textarea,.form-select{width:100%;padding:var(--space-s) var(--space-m);background-color:var(--color-surface-primary);border:1px solid var(--color-border-default);border-radius:var(--radius-md);font-size:var(--typography-body-regular-size);font-weight:var(--typography-body-regular-weight);line-height:var(--typography-body-regular-line-height);color:var(--color-text-high-emphasis);transition:all .25s ease-out}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--color-text-low-emphasis)}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-low-emphasis)}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:var(--color-text-medium-emphasis)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-border-focus);box-shadow:0 0 0 3px #0d69ff1a}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background-color:var(--color-surface-secondary);color:var(--color-text-low-emphasis);cursor:not-allowed}.form-input-error,.form-textarea-error,.form-select-error{border-color:var(--color-tag-event)}.form-input-error:focus,.form-textarea-error:focus,.form-select-error:focus{border-color:var(--color-tag-event);box-shadow:0 0 0 3px #e53e3e1a}.form-error-message{margin-top:var(--space-xs);font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);color:var(--color-tag-event)}.form-helper-text{margin-top:var(--space-xs);font-size:var(--typography-label-small-size);font-weight:var(--typography-label-small-weight);color:var(--color-text-low-emphasis)}.form-checkbox,.form-radio{display:inline-flex;align-items:center;gap:var(--space-xs);cursor:pointer}.form-checkbox input[type=checkbox],.form-radio input[type=radio]{width:1rem;height:1rem;margin:0;cursor:pointer}.avatar-sm{width:32px;height:32px}.avatar-md{width:48px;height:48px}.avatar-lg{width:96px;height:96px}.avatar-fallback{display:flex;align-items:center;justify-content:center;background-color:var(--color-brand-primary);color:var(--color-action-primary-text);font-weight:var(--typography-label-medium-weight);border-radius:50%}@media (max-width: 767px){.typography-display-large{font-size:2rem}.typography-headline-large{font-size:1.5rem}.typography-headline-medium{font-size:1.25rem}}@media (max-width: 767px){.card{padding:var(--space-s)}.card-team{padding:var(--space-m)}}.grid-responsive{display:grid;gap:var(--space-m)}@media (min-width: 768px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}.text-center{text-align:center}.w-full{width:100%}.flex-1{flex:1}.cursor-pointer{cursor:pointer}
