body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background-color:#f9f9f9;color:#333;line-height:1.6}#root{padding:0}main{background-color:#f9f9f9;box-sizing:border-box;margin:0 auto;max-width:1200px;min-height:80vh;padding:20px;width:100%}.lang-en{font-family:Poppins,Helvetica,Arial,sans-serif}.lang-ja{font-family:Noto Sans JP,Yu Gothic,Meiryo,sans-serif}.hidden{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.show{opacity:1;transform:translateY(0)}ul{margin:0;padding:0}nav{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.nav-container{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:10px 20px;width:100%}.menu-icon{display:block;font-size:28px;margin-right:20px}.logo{align-items:center;display:flex;padding:5px 0}.logo img{display:block;height:40px;width:auto}#menu-toggle,.menu-icon{display:none}.menu-icon{cursor:pointer;font-size:26px}.nav-links{align-items:center;display:flex;gap:30px;list-style:none}.nav-links li a{color:#333;font-weight:500;text-decoration:none}.nav-links li a:hover{color:#0070f3}.page{display:flex;flex-direction:column;gap:60px;padding:40px}.page-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:40px 20px}.page-section h1{font-size:40px}.page-section h1,.page-section h2{margin-bottom:20px}.page-section p{font-size:20px}.flex-section{flex-wrap:wrap;gap:2rem}.flex-section,.justify-section{align-items:center;display:flex}.justify-section{justify-content:center;min-height:100vh;text-align:center}.flex-section-no-center-align{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.image-center-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:20px;text-align:center;width:100%}.width-100-image{border-radius:8px;height:auto;max-width:100%}.width-80-image{border-radius:8px;height:auto;max-width:80%}.width-50-image{border-radius:8px;height:auto;max-width:50%}.width-40-image{border-radius:8px;height:auto;max-width:40%}.width-30-image{border-radius:8px;height:auto;max-width:30%}.min-width-text{flex:1 1;min-width:250px}.min-width-100{min-width:100%}.center-text p+p{margin-top:.5em}.section-spacer{margin-top:2em}.center-text{text-align:center}.display-block{display:block}.center-vertical{align-items:center;display:flex;height:200px;justify-content:center;text-align:center}.margin-right-100{margin-right:10rem}.pop-out{box-shadow:0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.pop-out:hover{box-shadow:0 8px 20px #0003;transform:scale(1.01)}.hero-section{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;color:#fff;margin-top:50px;min-height:500px;overflow:hidden;padding:120px 20px;position:relative;text-align:center}.hero-en{background-image:url(/static/media/hero-header-en.ce19841b7abcc82172c2.png)}.hero-section h1,.hero-section p{position:relative;z-index:2}.hero-section h1{font-size:5rem;margin-bottom:20px}.hero-subtitle{font-size:2rem;margin-bottom:30px}.pricing-card{border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;margin:10px;max-width:400px;min-width:280px;padding:20px}.cta-button{background-color:#0070f3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;margin-top:15px;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#005bb5}.badge{background:#ff4081;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:10px;padding:5px 10px}.contact-content{box-sizing:border-box;margin:0 auto;max-width:800px;padding:20px;text-align:center;width:100%}.contact-form{gap:15px;text-align:left}.contact-form,.contact-form .form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;padding:10px;width:100%}.contact-form textarea{max-height:300px;min-height:100px;resize:vertical}.contact-form button{background-color:#0070f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:12px;width:100%}.contact-form button:hover{background-color:#005bb5}.char-counter{color:#555;display:block;margin-top:5px;text-align:right}.form-group{display:flex;flex-direction:column}.char-counter{align-self:flex-end;color:#666;font-size:.85rem;margin-top:4px}.founder-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:40px 20px;text-align:center}.founder-profile{align-items:center;display:flex;flex-direction:column;gap:20px}.founder-photo{border:3px solid #0070f3;border-radius:50%;height:150px;object-fit:cover;width:150px}footer{background-color:#eee;color:#666;font-size:14px;margin-top:40px;text-align:center}div,footer{padding:20px}form{display:flex;flex-direction:column;gap:10px;margin:20px auto;max-width:500px}input,textarea{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:10px}label{font-weight:500;margin-bottom:5px}button{align-self:flex-start;background-color:#0070f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}button:hover{background-color:#005bb5}.lang-button{background:none;border:1px solid #0070f3;border-radius:4px;color:#0070f3;cursor:pointer;font-size:14px;padding:5px 10px}.lang-button:hover{background-color:#0070f3;color:#fff}@media (max-width:768px){.menu-icon{display:block}.nav-links{background:#fff;display:none;flex-direction:column;padding:15px 20px;position:absolute;right:0;text-align:right;width:100%}#menu-toggle:checked+.menu-icon+.nav-links{display:flex}.nav-links li{margin:10px 0}nav{padding:8px 0;width:100%}.nav-container{align-items:center;height:60px;padding:0 15px}.logo img{display:block;height:32px;width:auto}.menu-icon{font-size:24px}.nav-links{top:60px}.hero-section{margin-top:40px;min-height:400px;padding:80px 15px}.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:20px}.center-vertical{height:auto;padding:20px 0}.flex-section{flex-direction:column;text-align:center}.width-50-image{margin-bottom:20px;max-width:100%}.min-width-text{max-width:600px;padding:0 10px;width:100%}.contact-content{padding:15px}.contact-form{gap:12px}.contact-form button,.contact-form input,.contact-form textarea{font-size:15px}.width-80-image{height:auto;max-width:100%;padding:0 2px}.image-center-container{padding:10px}.page{display:flex;flex-direction:column;gap:60px;padding:50px 5px 5px}.page-section{padding:20px 2px}.flex-section-no-center-align{align-items:center}.pricing-card{width:90%}}*,:after,:before{box-sizing:border-box}.kobalt-background{background-color:#004aad}.kobalt-background,.white-background{border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:background-color .3s ease}.white-background{background-color:#fff}.yellow-background{background-color:#ffde59;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:background-color .3s ease}.white-text{color:#fff}
/*# sourceMappingURL=main.90f4752f.css.map*/