@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-gutter:stable}body{font-family:Outfit,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f1f1f;font-size:1rem;line-height:1.8}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.4;color:#1f1f1f}a{transition:color .3s ease}button{transition:all .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.app .app-content{flex:1}.header{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014;transition:background-color .3s ease,box-shadow .3s ease,border-bottom-color .3s ease}@media(max-width:767px){.header{box-shadow:none}}@media(max-width:767px){.header.header-recruit{border:0!important;border-style:none!important}}.header .header-container{max-width:100%;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}@media(min-width:768px){.header .header-container{padding:1.5rem}}.header .header-logo{transition:opacity .3s ease}.header .header-logo:hover{opacity:.8}.header .header-logo img{height:32px}@media(min-width:768px){.header .header-logo img{height:40px}}.header .desktop-nav{display:none}@media(min-width:768px){.header .desktop-nav{display:flex;gap:3rem}}.header .desktop-nav a{color:#13132a;text-decoration:none;font-family:Outfit,sans-serif;font-weight:500;font-size:1rem;position:relative}.header .desktop-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#0ec197;transition:width .3s ease}.header .desktop-nav a:hover{color:#0ec197}.header .desktop-nav a:hover:after{width:100%}.header .mobile-menu-button{display:block;background:none;border:none;font-size:24px;cursor:pointer;padding:0;color:#1f1f1f}@media(min-width:768px){.header .mobile-menu-button{display:none}}.header .mobile-menu-button:hover{color:#0ec197}@media(max-width:767px){.header.header-transparent{background:#fff0!important;border-bottom:none!important;box-shadow:none!important}}@media(max-width:767px){.header.header-scrolled:not(.header-recruit){background:#fff!important;border-bottom:1px solid #e8e8e8!important;box-shadow:0 2px 8px #00000014!important}}.header.header-recruit{background:#13132a;border-bottom:none;box-shadow:none}@media(max-width:767px){.header.header-recruit{transition:none;border-bottom:none!important}}.header.header-recruit .desktop-nav a{color:#fff}.header.header-recruit .desktop-nav a:hover{color:#0ec197}.header.header-recruit .mobile-menu-button{color:#fff}.header.header-recruit .mobile-menu-button:hover{color:#0ec197}.header.header-recruit.header-scrolled{border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000004d}@media(max-width:767px){.header.header-recruit.header-scrolled{background:#13132a!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:0 2px 8px #0000004d!important}}@media(max-width:767px){.header.header-recruit:not(.header-scrolled){border-bottom:none!important}}.mobile-drawer{z-index:1000}.mobile-drawer .ant-drawer-body{padding:0;background:#fff}.mobile-drawer .ant-drawer-mask{z-index:999}.mobile-drawer .ant-drawer-content-wrapper{z-index:1000}.mobile-drawer .drawer-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.mobile-drawer .drawer-header .drawer-logo img{height:32px}.mobile-drawer .drawer-header .close-button{background:none;border:none;font-size:28px;cursor:pointer;padding:0;color:#1f1f1f;display:flex;align-items:center;justify-content:center}.mobile-drawer .drawer-header .close-button:hover{color:#0ec197}.mobile-drawer .mobile-nav{display:flex;flex-direction:column;padding:1.5rem}.mobile-drawer .mobile-nav a{color:#1f1f1f;text-decoration:none;font-family:Outfit,sans-serif;font-weight:500;font-size:1.5rem;padding:1rem 0}.mobile-drawer .mobile-nav a:hover{color:#0ec197}.mobile-drawer.mobile-drawer-recruit .ant-drawer-body{background:#13132a}.mobile-drawer.mobile-drawer-recruit .drawer-header{border-bottom-color:#ffffff1a}.mobile-drawer.mobile-drawer-recruit .drawer-header .close-button{color:#fff}.mobile-drawer.mobile-drawer-recruit .drawer-header .close-button:hover{color:#0ec197}.mobile-drawer.mobile-drawer-recruit .mobile-nav a{color:#fff}.mobile-drawer.mobile-drawer-recruit .mobile-nav a:hover{color:#0ec197}.footer{background:#13132a;color:#fff;padding:3rem 1rem;margin-top:auto}@media(min-width:768px){.footer{padding:4rem 8%}}@media(min-width:1024px){.footer{padding:4rem 10%}}.footer .footer-container{max-width:100%;margin:0 auto;padding:0}.footer .back-home{display:inline-flex;align-items:center;gap:.5rem;color:#6b6b77;text-decoration:none;margin-bottom:6rem;font-size:.875rem;font-family:Outfit,sans-serif;font-weight:800}.footer .back-home:hover{color:#0ec197}.footer .footer-nav{display:flex;flex-direction:column;gap:1.5rem}.footer .footer-main-links{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.footer .footer-main-links{flex-direction:row;gap:1.5rem}}.footer .footer-main-links a{color:#dfdfec;text-decoration:none;font-family:Outfit,sans-serif;font-weight:500;font-size:1rem;position:relative;width:fit-content}.footer .footer-main-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0ec197;transition:width .3s ease}.footer .footer-main-links a:hover{color:#0ec197}.footer .footer-main-links a:hover:after{width:100%}.footer .footer-sub-links{display:flex;flex-direction:row;gap:1.5rem}.footer .footer-sub-links a{color:#fff;text-decoration:none;font-family:Noto Sans JP,sans-serif;font-weight:400;font-size:12px}.footer .footer-sub-links a:hover{color:#0ec197}.footer .footer-copyright{color:#6b6b77;font-family:Outfit,sans-serif;font-weight:400;font-size:12px;padding-top:1.5rem}.footer.footer-light{background:#fff}.footer.footer-light .back-home{color:#6b6b77;font-family:Outfit,sans-serif;font-weight:800}.footer.footer-light .back-home:hover{color:#0ec197}.footer.footer-light .footer-main-links a{color:#2f2f49}@media(min-width:768px){.footer.footer-light .footer-main-links a{text-shadow:0 4px 4px rgba(0,0,0,.25)}}.footer.footer-light .footer-main-links a:hover{color:#0ec197}.footer.footer-light .footer-sub-links a{color:#13132a}@media(min-width:768px){.footer.footer-light .footer-sub-links a{color:#6b6b77;text-shadow:0 4px 4px rgba(0,0,0,.25)}}.footer.footer-light .footer-sub-links a:hover{color:#0ec197}.footer.footer-light .footer-copyright{color:#888}@media(min-width:768px){.footer.footer-light .footer-copyright{color:#13132a;text-shadow:0 4px 4px rgba(0,0,0,.25)}}.intro-animation{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:transparent;pointer-events:none;opacity:1;transition:opacity 1s ease-in-out}.intro-animation.fade-out{opacity:0}.intro-animation.show-header{z-index:99}.intro-animation .lottie-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;background:#fff;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .5s ease-out}.intro-animation .lottie-layer.hidden{opacity:0;pointer-events:none}.intro-animation .lottie-layer>div{width:100%!important;height:auto!important;display:flex;align-items:center;justify-content:center}.intro-animation .lottie-layer svg{width:100%!important;height:auto!important}@media(min-width:769px){.intro-animation .lottie-layer>div{width:auto!important;height:100%!important;max-width:100%}.intro-animation .lottie-layer svg{width:auto!important;height:100%!important;max-width:100%}}.top-page .hero-section{margin-top:0}@media(max-width:767px){.top-page .hero-section{margin-top:-100px}}.top-page .hero-section .ant-carousel,.top-page .hero-section .ant-carousel .slick-slider,.top-page .hero-section .ant-carousel .slick-list,.top-page .hero-section .ant-carousel .slick-track{background-color:#000}.top-page .hero-section .ant-carousel .slick-slide{transition:opacity .8s ease-in-out!important}.top-page .hero-section .ant-carousel .slick-dots{display:none!important}.top-page .hero-section .carousel-slide{position:relative;height:100vh;min-height:600px;overflow:hidden}@media(max-width:767px){.top-page .hero-section .carousel-slide{height:calc(100vh + 100px);min-height:700px}}.top-page .hero-section .carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(.85)}.top-page .hero-section .carousel-slide .dark-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:5;pointer-events:none;transition:opacity .1s linear}.top-page .hero-section .carousel-slide .hero-content{position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;z-index:10}.top-page .hero-section .carousel-slide .hero-content .hero-text-first,.top-page .hero-section .carousel-slide .hero-content .hero-text-second{position:absolute;left:1rem;width:calc(100% - 2rem);max-width:600px;text-align:left;font-family:Noto Sans JP,sans-serif;transition:opacity .3s ease,transform .3s ease}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content .hero-text-first,.top-page .hero-section .carousel-slide .hero-content .hero-text-second{left:8%;width:85%;max-width:550px}}@media(min-width:1024px){.top-page .hero-section .carousel-slide .hero-content .hero-text-first,.top-page .hero-section .carousel-slide .hero-content .hero-text-second{left:10%;max-width:600px}}.top-page .hero-section .carousel-slide .hero-content .hero-text-first{bottom:25%}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content .hero-text-first{bottom:30%}}@media(min-width:1024px){.top-page .hero-section .carousel-slide .hero-content .hero-text-first{bottom:25%}}.top-page .hero-section .carousel-slide .hero-content .hero-text-second{top:50%;transform:translateY(-50%)}.top-page .hero-section .carousel-slide .hero-content .hero-text-second .mission-label{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:.05em;text-shadow:0 2px 12px rgba(0,0,0,.5)}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content .hero-text-second .mission-label{font-size:2.5rem;margin-bottom:1.5rem}}@media(min-width:1024px){.top-page .hero-section .carousel-slide .hero-content .hero-text-second .mission-label{font-size:3rem}}.top-page .hero-section .carousel-slide .hero-content h1{font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#fff;line-height:1.4;letter-spacing:.02em;text-shadow:0 2px 12px rgba(0,0,0,.5)}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content h1{font-size:2.5rem;margin-bottom:1.5rem}}@media(min-width:1024px){.top-page .hero-section .carousel-slide .hero-content h1{font-size:3rem}}.top-page .hero-section .carousel-slide .hero-content p{font-family:Noto Sans JP,sans-serif;font-size:.875rem;font-weight:400;opacity:.95;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.5);margin-bottom:0}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content p{font-size:.9rem;line-height:1.8}}@media(min-width:1024px){.top-page .hero-section .carousel-slide .hero-content p{font-size:1rem}}@media(min-width:768px){.top-page .hero-section .carousel-slide .hero-content p .mobile-only-br{display:none}}.top-page .mission-section,.top-page .products-section{padding:4rem 1rem}@media(min-width:768px){.top-page .mission-section,.top-page .products-section{padding:6rem 1.5rem}}.top-page .mission-section,.top-page .products-section{background:#fff}.top-page .team-section{padding:0 0 4rem;background:#fff}@media(min-width:768px){.top-page .team-section{padding:0 0 6rem}}.top-page .team-section .section-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.top-page .team-section .section-content{padding:0 1.5rem}}.top-page .team-section .section-content{text-align:left}@media(min-width:768px){.top-page .team-section .section-content{padding:0 8%}}@media(min-width:1024px){.top-page .team-section .section-content{padding:0 10%;max-width:none}}.top-page .team-section .section-content h2{font-family:Outfit,sans-serif;font-size:3.5rem;color:#0ec197;margin-bottom:1rem;font-weight:700;letter-spacing:.02em}@media(min-width:1024px){.top-page .team-section .section-content h2{font-size:5rem}}.top-page .team-section .section-content h3{font-size:1.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.4}@media(min-width:768px){.top-page .team-section .section-content h3{font-size:2rem;margin-bottom:1.5rem}}.top-page .team-section .section-content p{font-family:Noto Sans JP,sans-serif;color:#13132a;font-size:15px;font-weight:400;line-height:1.8;margin-bottom:1rem}.top-page .mission-section{background:linear-gradient(to bottom,#000000a6,#000000a6),url(/src/assets/images/mv_04.png);background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.top-page .mission-section h2,.top-page .mission-section h3{color:#fff}.top-page .mission-section p{color:#ffffffeb}.top-page .products-section{background:#fff;padding:6rem 0 0;overflow:hidden}@media(min-width:768px){.top-page .products-section{padding:100px 0 0}}@media(min-width:1024px){.top-page .products-section{padding:120px 0 clamp(50px,15vw,300px)}}.top-page .products-section .section-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.top-page .products-section .section-content{padding:0 1.5rem}}.top-page .products-section .section-content{position:relative;min-height:600px}@media(min-width:768px){.top-page .products-section .section-content{min-height:450px;padding:0 10%;max-width:none}}@media(min-width:1024px){.top-page .products-section .section-content{min-height:550px}}.top-page .products-section .products-text{position:relative;z-index:10;text-align:left}@media(min-width:768px){.top-page .products-section .products-text{position:absolute;left:10%;top:30%;transform:translateY(-50%);max-width:550px}}.top-page .products-section .products-text h2{font-family:Outfit,sans-serif;font-size:3.5rem;color:#0ec197;margin-bottom:1rem;font-weight:700;letter-spacing:.02em;line-height:1.2}@media(min-width:1024px){.top-page .products-section .products-text h2{font-size:5rem}}.top-page .products-section .products-text p{font-family:Noto Sans JP,sans-serif;color:#13132a;font-size:15px;font-weight:400;line-height:1.8;margin-bottom:1rem}.top-page .products-section .products-text .coming-soon{font-family:Noto Sans JP,sans-serif;color:#1f1f1f;font-weight:600;font-size:1rem;margin-bottom:0;margin-top:1.5rem}@media(min-width:768px){.top-page .products-section .products-text .coming-soon{font-size:1.125rem}}.top-page .products-section .product-image{position:relative;width:100%;margin-top:3rem}@media(max-width:767px){.top-page .products-section .product-image{width:120%;margin-left:-25%;margin-right:5%}}@media(min-width:768px){.top-page .products-section .product-image{position:absolute;left:30%;right:8%;top:8%;transform:none;width:auto;max-width:550px;margin-top:0}}@media(min-width:1024px){.top-page .products-section .product-image{left:18%;right:6%;top:8%;max-width:1150px}}.top-page .products-section .product-image img{width:100%;height:auto;object-fit:contain}.top-page .team-section{overflow-x:hidden}.top-page .team-section .team-carousel{cursor:grab;overflow:hidden;margin:3rem -1rem;padding-left:1rem;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain}@media(min-width:768px){.top-page .team-section .team-carousel{margin-left:0;margin-right:calc(-50vw + 50%);padding-left:0}}.top-page .team-section .team-carousel:active{cursor:grabbing}.top-page .team-section .team-carousel .slick-list,.top-page .team-section .team-carousel .slick-track,.top-page .team-section .team-carousel .slick-slide,.top-page .team-section .team-carousel .slick-slide *{cursor:inherit}.top-page .team-section .team-carousel .slick-slide{padding:0 1rem 0 0;flex-shrink:0}.top-page .team-section .team-carousel .slick-list{overflow:visible;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain}.top-page .team-section .team-carousel .slick-track{display:flex}.top-page .team-section .team-carousel .team-member{text-align:left;-webkit-user-select:none;user-select:none;transition:transform .3s ease}.top-page .team-section .team-carousel .team-member:hover{transform:translateY(-4px)}.top-page .team-section .team-carousel .team-member img{width:100%;aspect-ratio:366/229;object-fit:cover;margin-bottom:1rem;border-radius:0;box-shadow:none;transition:box-shadow .3s ease}.top-page .team-section .team-carousel .team-member:hover img{box-shadow:none}.top-page .team-section .team-carousel .team-member h4{font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#13132a}.top-page .team-section .team-carousel .team-member .role{font-family:Noto Sans JP,sans-serif;color:#6b6b77;font-size:11px;font-weight:400;margin-bottom:1rem;line-height:1.5}.top-page .team-section .team-carousel .team-member .bio{font-family:Noto Sans JP,sans-serif;color:#13132a;font-size:11px;font-weight:400;line-height:1.7;margin-bottom:0}.top-page .team-section .supported-by{text-align:left;margin-top:4rem}.top-page .team-section .supported-by p{font-size:.875rem;color:#13132a;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.top-page .team-section .supported-by .delight-logo{max-width:200px;height:auto}@media(min-width:768px){.top-page .team-section .supported-by .delight-logo{max-width:250px}}.top-page .join-section{padding:0;position:relative;overflow:hidden}.top-page .join-section .section-content{position:relative;max-width:none;min-height:750px;background-size:cover;background-position:center top;background-repeat:no-repeat;padding-bottom:50px}@media(min-width:768px){.top-page .join-section .section-content{min-height:1050px;display:block;padding-bottom:350px}}@media(min-width:1024px){.top-page .join-section .section-content{min-height:1100px;padding-bottom:400px}}.top-page .join-section .section-content .join-content{position:relative;top:0;left:0;color:#fff;text-align:left;width:100%;padding:3rem 1rem;padding-top:360px;z-index:10}@media(min-width:768px){.top-page .join-section .section-content .join-content{position:absolute;top:60%;left:0;transform:translateY(-50%);width:100%;max-width:55%;display:flex;flex-direction:column;justify-content:flex-start;padding:3rem 4rem 3rem 8%;background:transparent}}@media(min-width:1024px){.top-page .join-section .section-content .join-content{padding:4rem 6rem 4rem 10%;max-width:50%;top:67%}}.top-page .join-section .section-content .join-content h2{font-family:Outfit,sans-serif;font-size:3rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.1;letter-spacing:.02em;margin-top:0}@media(min-width:768px){.top-page .join-section .section-content .join-content h2{font-size:3.5rem;margin-bottom:3rem;margin-top:0}}@media(min-width:1024px){.top-page .join-section .section-content .join-content h2{font-size:5rem}}.top-page .join-section .section-content .join-content h3{font-family:Noto Sans JP,sans-serif;font-size:1.4375rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.8}@media(min-width:768px){.top-page .join-section .section-content .join-content h3{font-size:1.4375rem;margin-bottom:3rem}}.top-page .join-section .section-content .join-content p{font-family:Noto Sans JP,sans-serif;color:#ffffffe6;line-height:1.8;margin-bottom:3rem;font-size:.9375rem;font-weight:400}@media(min-width:768px){.top-page .join-section .section-content .join-content p{font-size:.9375rem;margin-bottom:4rem}}.top-page .join-section .section-content .join-content p .desktop-only-br{display:none}@media(min-width:768px){.top-page .join-section .section-content .join-content p .desktop-only-br{display:block}}.top-page .join-section .section-content .join-content .ant-btn-primary{background:#00d9b4;border-color:#00d9b4;color:#13132a;font-family:Outfit,sans-serif;font-weight:700;padding:1.5rem 3rem;height:auto;font-size:1rem;transition:all .3s ease;box-shadow:none;letter-spacing:.05em;border-radius:4px;align-self:flex-start}.top-page .join-section .section-content .join-content .ant-btn-primary:hover{background:#00c4a3;border-color:#00c4a3;color:#13132a;transform:translateY(-2px);box-shadow:0 4px 12px #00d9b44d}.top-page .join-section .section-content .join-content .ant-btn-primary .anticon{font-size:.875rem;font-weight:900;stroke-width:2}.company-page .company-container{max-width:100%;margin:0 auto;padding:1rem}@media(min-width:768px){.company-page .company-container{padding:1.5rem 8%}}@media(min-width:1024px){.company-page .company-container{padding:1.5rem 10%}}.company-page .page-title{font-size:3rem;color:#0ec197;font-weight:700;margin-bottom:1rem;letter-spacing:.02em}@media(min-width:768px){.company-page .page-title{font-size:4rem;margin-bottom:3rem}}.company-page .company-hero{margin-bottom:1rem;margin-left:-1rem;margin-right:-1rem}@media(min-width:768px){.company-page .company-hero{margin-left:0;margin-right:0;margin-bottom:3.5rem}}.company-page .company-hero .hero-image{display:block;width:100%;height:auto}.company-page .company-vision{margin-bottom:1.5rem}.company-page .company-vision h2{font-size:1.75rem;font-weight:700;margin-top:1.5rem;margin-bottom:1.5rem;line-height:1.4}@media(min-width:768px){.company-page .company-vision h2{font-size:2.5rem;margin-top:0;margin-bottom:3rem}}.company-page .company-vision p{color:#1f1f1f;line-height:1.8;margin-bottom:0;font-size:1rem}@media(min-width:768px){.company-page .company-vision p{font-size:1.125rem}}.company-page .founders{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.company-page .founders{flex-direction:row;gap:50px}}.company-page .founders .founder .founder-label{color:#666;font-size:.875rem;margin-bottom:.5rem;font-weight:400}.company-page .founders .founder h3{font-size:1rem;font-weight:700;color:#1f1f1f}@media(min-width:768px){.company-page .founders .founder h3{font-size:1.125rem}}.company-page .company-info{padding-top:4rem}.company-page .company-info h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#1f1f1f}@media(min-width:768px){.company-page .company-info h2{font-size:2rem}}.company-page .company-info .info-grid{display:flex;flex-direction:column;gap:0}.company-page .company-info .info-grid .info-item{display:grid;grid-template-columns:1fr;gap:.5rem;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}@media(min-width:768px){.company-page .company-info .info-grid .info-item{grid-template-columns:200px 1fr;gap:1.5rem;padding:1.5rem 0}}.company-page .company-info .info-grid .info-item .info-label{font-weight:600;color:#666;font-size:1rem}.company-page .company-info .info-grid .info-item .info-value{color:#1f1f1f;line-height:1.8;font-size:1rem}.news-page{padding-bottom:1rem}@media(min-width:768px){.news-page{min-height:60vh;padding-bottom:0}}.news-page .news-container{max-width:100%;margin:0 auto;padding:1rem}@media(min-width:768px){.news-page .news-container{padding:2rem 8%}}@media(min-width:1024px){.news-page .news-container{padding:2rem 10%}}.news-page .page-title{font-size:3rem;color:#0ec197;font-weight:700;margin-bottom:3rem}@media(min-width:768px){.news-page .page-title{font-size:4rem}}.news-page .news-list .news-item{padding:2rem 0;border-bottom:1px solid #e8e8e8;cursor:pointer;transition:background-color .2s}.news-page .news-list .news-item:first-child{padding-top:0}.news-page .news-list .news-item:hover{background-color:#f8f8f8}.news-page .news-list .news-item .news-content{width:100%}.news-page .news-list .news-item .news-content .news-meta{display:flex;gap:1rem;margin-bottom:.5rem}.news-page .news-list .news-item .news-content .news-meta .news-category{color:#13132a;font-size:.9rem;font-weight:700}.news-page .news-list .news-item .news-content .news-meta .news-date{color:#888;font-size:.9rem;font-weight:700;font-family:Noto Sans JP,sans-serif}.news-page .news-list .news-item .news-content .news-title{font-size:1.1rem;font-weight:400;color:#333;margin:0}.news-detail-page{padding-bottom:1rem;background-color:#fff}@media(min-width:768px){.news-detail-page{min-height:60vh;padding-bottom:0}}.news-detail-page .news-detail-container{max-width:768px;margin:0 auto;padding:1rem}@media(min-width:768px){.news-detail-page .news-detail-container{padding:2rem}}.news-detail-page .article-content a{color:#3075ff;text-decoration:none;font-family:Noto Sans JP,sans-serif}.news-detail-page .article-content a:hover{text-decoration:underline}.news-detail-page .article-content .article-header{margin-bottom:2.5rem}.news-detail-page .article-content .article-header .article-date{display:block;color:#888;font-size:.9rem;font-weight:700;margin-bottom:1rem;font-family:Noto Sans JP,sans-serif}.news-detail-page .article-content .article-header .article-title{font-size:1.5rem;font-weight:700;color:#13132a;line-height:1.6;margin:0}@media(min-width:768px){.news-detail-page .article-content .article-header .article-title{font-size:1.8rem}}.news-detail-page .article-content .article-body .article-intro{color:#13132a;font-size:1rem;line-height:1.8;margin-bottom:2.5rem;white-space:pre-wrap}.news-detail-page .article-content .article-body .article-section{margin-bottom:2.5rem}.news-detail-page .article-content .article-body .article-section .section-title{font-size:1.1rem;font-weight:700;color:#13132a;margin-bottom:1rem;line-height:1.6}@media(min-width:768px){.news-detail-page .article-content .article-body .article-section .section-title{font-size:1.2rem}}.news-detail-page .article-content .article-body .article-section .section-content{color:#13132a;font-size:1rem;line-height:1.8;white-space:pre-wrap}.news-detail-page .article-content .article-body .article-section .executives-list{margin-top:1.5rem;padding-left:1.5rem;list-style-type:disc}.news-detail-page .article-content .article-body .article-section .executives-list .executive-item{margin-bottom:1.5rem;color:#13132a}.news-detail-page .article-content .article-body .article-section .executives-list .executive-item:last-child{margin-bottom:0}.news-detail-page .article-content .article-body .article-section .executives-list .executive-item .executive-title{font-size:1rem;font-weight:400;color:#13132a;display:block;margin-bottom:.5rem}.news-detail-page .article-content .article-body .article-section .executives-list .executive-item .executive-description{font-size:1rem;line-height:1.8;color:#13132a;margin:0}.news-detail-page .article-content .article-body .company-info{margin-top:3rem}.news-detail-page .article-content .article-body .company-info .section-title{font-size:1.1rem;font-weight:700;color:#13132a;margin-bottom:1.5rem}.news-detail-page .article-content .article-body .company-info .info-list{padding-left:1.5rem;list-style-type:disc;margin-bottom:2rem}.news-detail-page .article-content .article-body .company-info .info-list .info-item{margin-bottom:.75rem;color:#13132a;font-size:.95rem;line-height:1.6}.news-detail-page .article-content .article-body .company-info .info-list .info-item:last-child{margin-bottom:0}.news-detail-page .article-content .article-body .company-info .press-contact .contact-title{color:#13132a;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 .5rem}.news-detail-page .article-content .article-body .company-info .press-contact .contact-info{color:#13132a;font-size:1rem;line-height:1.6;margin:0}.recruit-page,.recruit-page .recruit-hero{background:#13132a}.recruit-page .recruit-hero .hero-banner-container{position:relative;width:100%}.recruit-page .recruit-hero .hero-banner-img{display:block;width:100%}@media(max-width:767px){.recruit-page .recruit-hero .hero-banner-img{position:absolute;top:3%;left:0;width:100%;z-index:0}}.recruit-page .recruit-hero .hero-banner-img img{width:100%;height:auto;display:block}.recruit-page .recruit-hero .hero-banner-txt{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.recruit-page .recruit-hero .hero-banner-txt{position:relative;height:auto}}.recruit-page .recruit-hero .hero-banner-txt img{width:100%;height:100%;object-fit:contain}@media(max-width:767px){.recruit-page .recruit-hero .hero-banner-txt img{height:auto}}.recruit-page .page-navigation-section{background:#13132a;padding:3rem 0}@media(min-width:768px){.recruit-page .page-navigation-section{display:none}}.recruit-page .page-navigation-section .section-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.recruit-page .page-navigation-section .section-container{padding:0 1.5rem}}.recruit-page .page-navigation-section .page-navigation{display:flex;flex-direction:column;gap:0}.recruit-page .page-navigation-section .page-navigation .nav-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.125rem;cursor:pointer;transition:all .3s ease;width:100%;text-align:left}.recruit-page .page-navigation-section .page-navigation .nav-item:hover{color:#0ec197}.recruit-page .page-navigation-section .page-navigation .nav-item:hover svg{color:#0ec197}.recruit-page .page-navigation-section .page-navigation .nav-item span{font-weight:500}.recruit-page .page-navigation-section .page-navigation .nav-item svg{color:#fff;transition:color .3s ease}.recruit-page .content-with-sidebar{background:#13132a;display:block}@media(min-width:768px){.recruit-page .content-with-sidebar{display:grid;grid-template-columns:280px 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}}@media(min-width:1024px){.recruit-page .content-with-sidebar{gap:80px}}.recruit-page .sidebar-navigation{display:none}@media(min-width:768px){.recruit-page .sidebar-navigation{display:block;padding-top:3rem}}.recruit-page .sidebar-navigation .sticky-nav{position:sticky;top:100px;display:flex;flex-direction:column;gap:0}.recruit-page .sidebar-navigation .sticky-nav .nav-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;width:100%;text-align:left}.recruit-page .sidebar-navigation .sticky-nav .nav-item:hover{color:#0ec197}.recruit-page .sidebar-navigation .sticky-nav .nav-item:hover svg{color:#0ec197}.recruit-page .sidebar-navigation .sticky-nav .nav-item span{font-weight:500}.recruit-page .sidebar-navigation .sticky-nav .nav-item svg{color:#fff;font-size:.875rem;transition:all .3s ease}.recruit-page .main-content{width:100%}.recruit-page .positions-section{padding:3rem 0;background:transparent}@media(min-width:768px){.recruit-page .positions-section{padding:4rem 1.5rem}}.recruit-page .positions-section .section-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.recruit-page .positions-section .section-container{padding:0 1.5rem}}.recruit-page .positions-section .section-container h2{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media(min-width:768px){.recruit-page .positions-section .section-container h2{font-size:1.5rem;margin-bottom:3rem}}.recruit-page .positions-section .positions-list{max-width:800px}.recruit-page .positions-section .positions-collapse{background:transparent;border:none;display:flex;flex-direction:column;gap:1.5rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item{border:.5px solid #6B6B77;border-radius:8px;margin-bottom:0;overflow:hidden;transition:all .3s ease}.recruit-page .positions-section .positions-collapse .ant-collapse-item:hover{border-color:#ffffff4d}.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active{background:#dfdfec}.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{background:#dfdfec;color:#1f1f1f}.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .position-label,.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .position-label .position-title{color:#1f1f1f}.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .position-label .position-subtitle{color:#1f1f1f;opacity:.7}.recruit-page .positions-section .positions-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .ant-collapse-expand-icon{color:#1f1f1f}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header{background:transparent;color:#fff;padding:1.5rem 1rem;font-size:1.125rem;font-weight:500;min-height:80px;display:flex;align-items:center;transition:all .3s ease}@media(min-width:768px){.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header{padding:1.5rem}}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header .position-label .position-title{color:inherit}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header .position-label .position-subtitle{font-size:.875rem;color:#6b6b77;margin-top:.5rem;display:block}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon{color:#fff;transition:color .3s ease;display:flex;align-items:center;height:100%}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon svg{font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-header:hover .ant-collapse-expand-icon{color:#0ec197}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content{background:#dfdfec;border:none;color:#1f1f1f}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0 1rem 1.5rem}@media(min-width:768px){.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0 1.5rem 1.5rem}}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-separator{border-top:1px solid #1f1f1f;margin-bottom:1.5rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details p{color:#1f1f1f;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details p:has(+ul){margin-bottom:.5rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details h4{color:#1f1f1f;font-size:1.125rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:700}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol{margin-left:0;margin-bottom:1.5rem;padding-left:1rem}@media(min-width:768px){.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol{padding-left:1.5rem}}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol>li{color:#1f1f1f;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol>li ul{margin-left:0;margin-top:.5rem;margin-bottom:0;padding-left:0;list-style-position:inside;list-style-type:disc}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol>li ul li{color:#1f1f1f;line-height:1.8;margin-bottom:.5rem;font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ol>li ul li::marker{color:#000!important}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul{margin-left:1.5rem;margin-bottom:1.5rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul li{color:#1f1f1f;line-height:1.8;margin-bottom:.5rem;font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul li strong{color:#1f1f1f}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul li ul{margin-left:0;margin-top:.5rem;margin-bottom:0;padding-left:0;list-style-position:inside;list-style-type:disc}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul li ul li{color:#1f1f1f;line-height:1.8;margin-bottom:.5rem;font-size:1rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details ul li ul li::marker{color:#000!important}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details .position-entry-button-wrapper{display:flex;justify-content:center;margin-top:3rem;padding-top:1.5rem}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details .position-entry-button-wrapper a{text-decoration:none;width:100%}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details .position-entry-button-wrapper .position-entry-button{background:#54e7c4;border:none;border-radius:4px;height:auto;padding:1.5rem calc(4rem - 30px);font-size:1.125rem;font-weight:700;color:#1f1f1f;box-shadow:none;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;width:100%}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details .position-entry-button-wrapper .position-entry-button:hover{background:#45d6b3;color:#1f1f1f;box-shadow:none}.recruit-page .positions-section .positions-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .position-details .position-entry-button-wrapper .position-entry-button .anticon{color:#1f1f1f;font-weight:700}.recruit-page .selection-section{padding:3rem 0;background:transparent}@media(min-width:768px){.recruit-page .selection-section{padding:4rem 1.5rem}}.recruit-page .selection-section .section-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.recruit-page .selection-section .section-container{padding:0 1.5rem}}.recruit-page .selection-section .section-container h2{font-size:1.125rem;font-weight:700;margin-bottom:3rem;color:#fff}@media(min-width:768px){.recruit-page .selection-section .section-container h2{font-size:1.5rem}}.recruit-page .selection-section .requirements-box,.recruit-page .selection-section .compensation-box,.recruit-page .selection-section .skills-box{margin-bottom:1.5rem}.recruit-page .selection-section .requirements-box .section-subtitle,.recruit-page .selection-section .compensation-box .section-subtitle,.recruit-page .selection-section .skills-box .section-subtitle{font-size:1.125rem;color:#fff;font-weight:700;margin-top:4.5rem;margin-bottom:1.5rem;border-top:none;border-bottom:none;padding-top:0;padding-bottom:0}.recruit-page .selection-section .requirements-box .section-subtitle+h3,.recruit-page .selection-section .compensation-box .section-subtitle+h3,.recruit-page .selection-section .skills-box .section-subtitle+h3{margin-top:0;padding-top:0;border-top:none}.recruit-page .selection-section .requirements-box h3,.recruit-page .selection-section .compensation-box h3,.recruit-page .selection-section .skills-box h3{font-size:1rem;color:#6b6b77;margin-bottom:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);font-weight:500}.recruit-page .selection-section .requirements-box h3:first-child,.recruit-page .selection-section .compensation-box h3:first-child,.recruit-page .selection-section .skills-box h3:first-child{margin-top:0;padding-top:0;border-top:none}.recruit-page .selection-section .requirements-box h3.bold-title,.recruit-page .selection-section .compensation-box h3.bold-title,.recruit-page .selection-section .skills-box h3.bold-title{font-weight:700}.recruit-page .selection-section .requirements-box h4,.recruit-page .selection-section .compensation-box h4,.recruit-page .selection-section .skills-box h4{font-size:1rem;color:#fff;margin-top:1.5rem;margin-bottom:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);font-weight:600}.recruit-page .selection-section .requirements-box h4:first-of-type,.recruit-page .selection-section .compensation-box h4:first-of-type,.recruit-page .selection-section .skills-box h4:first-of-type{margin-top:1.5rem;border-top:none;padding-top:0}.recruit-page .selection-section .requirements-box p,.recruit-page .selection-section .compensation-box p,.recruit-page .selection-section .skills-box p{color:#ffffffd9;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.recruit-page .selection-section .requirements-box p.last-item-in-section,.recruit-page .selection-section .compensation-box p.last-item-in-section,.recruit-page .selection-section .skills-box p.last-item-in-section{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.recruit-page .selection-section .requirements-box ul,.recruit-page .selection-section .compensation-box ul,.recruit-page .selection-section .skills-box ul{margin-left:1.5rem;margin-top:1rem}.recruit-page .selection-section .requirements-box ul li,.recruit-page .selection-section .compensation-box ul li,.recruit-page .selection-section .skills-box ul li{color:#ffffffd9;line-height:1.8;margin-bottom:.5rem;font-size:1rem}.recruit-page .selection-section .requirements-box .checkmark-list,.recruit-page .selection-section .compensation-box .checkmark-list,.recruit-page .selection-section .skills-box .checkmark-list{list-style:none;margin-left:0}.recruit-page .selection-section .requirements-box .checkmark-list li,.recruit-page .selection-section .compensation-box .checkmark-list li,.recruit-page .selection-section .skills-box .checkmark-list li{padding-left:1.5rem;position:relative}.recruit-page .selection-section .requirements-box .checkmark-list li:before,.recruit-page .selection-section .compensation-box .checkmark-list li:before,.recruit-page .selection-section .skills-box .checkmark-list li:before{content:"✓";position:absolute;left:0;color:#0ec197;font-weight:700}.recruit-page .selection-section .more-content{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.recruit-page .selection-section .more-content h3:first-child{margin-top:0}.recruit-page .selection-section .more-content h4:first-of-type{border-top:none;padding-top:0}.recruit-page .selection-section .more-button-bottom{color:#fff;font-size:1rem;display:flex;align-items:center;gap:.5rem;padding:0;margin-top:1.5rem}.recruit-page .selection-section .more-button-bottom svg{transition:transform .3s ease}.recruit-page .selection-section .more-button-bottom:hover{color:#0ec197}.recruit-page .process-section{padding:3rem 0;background:transparent}@media(min-width:768px){.recruit-page .process-section{padding:4rem 1.5rem}}.recruit-page .process-section .section-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.recruit-page .process-section .section-container{padding:0 1.5rem}}.recruit-page .process-section .section-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(max-width:767px){.recruit-page .process-section .section-container{padding:0}}.recruit-page .process-section .process-image{margin-bottom:4rem}@media(min-width:768px){.recruit-page .process-section .process-image{padding:0;margin-bottom:4rem}}.recruit-page .process-section .process-image img{width:100%;height:auto;display:block}.recruit-page .process-section .process-content{padding:0 1rem}@media(min-width:768px){.recruit-page .process-section .process-content{padding:0}}.recruit-page .process-section .process-content h2{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media(min-width:768px){.recruit-page .process-section .process-content h2{font-size:1.5rem;margin-bottom:3rem}}.recruit-page .process-section .process-content .process-list{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.recruit-page .process-section .process-content .process-list .process-item{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.recruit-page .process-section .process-content .process-list .process-item:first-child{padding-top:0}.recruit-page .process-section .process-content .process-list .process-item:last-child{padding-bottom:1.5rem}.recruit-page .process-section .process-content .process-list .process-item .process-number{background:#0ec197;color:#13132a;font-weight:700;font-size:1rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recruit-page .process-section .process-content .process-list .process-item .process-details h3{color:#fff;font-size:1.125rem;margin-bottom:0;font-weight:600}.recruit-page .process-section .process-content .process-list .process-item .process-details p,.recruit-page .process-section .process-content .process-list .process-item .process-details .process-duration{display:none}.recruit-page .process-section .process-content .process-list .process-item .process-description{width:100%}.recruit-page .process-section .process-content .process-list .process-item .process-description p{color:#fff;line-height:1.6;font-size:1rem}@media(min-width:768px){.recruit-page .process-section .process-content .process-list .process-item .process-description p{font-size:1.125rem}}.recruit-page .process-section .process-content .process-list .process-item .process-description .process-duration{display:block;color:#dfdfec;font-size:.875rem;line-height:1.6}@media(min-width:768px){.recruit-page .process-section .process-content .process-list .process-item .process-description .process-duration{font-size:1rem}}.recruit-page .process-section .process-content .process-note{color:#fff;font-size:.875rem;line-height:1.8;margin-top:1.5rem;margin-bottom:4rem;padding-top:0;border-top:none}.recruit-page .apply-section{background:#fff;padding:4rem 1rem}@media(min-width:768px){.recruit-page .apply-section{padding:6rem 1.5rem}}.recruit-page .apply-section{width:100%}.recruit-page .apply-section .section-container{max-width:800px;margin:0 auto;padding:0;text-align:left}@media(min-width:768px){.recruit-page .apply-section .section-container{padding:0 1.5rem;text-align:center}}.recruit-page .apply-section .section-container h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1f1f1f}@media(min-width:768px){.recruit-page .apply-section .section-container h2{font-size:2.5rem;margin-bottom:1.5rem}}.recruit-page .apply-section .section-container p{color:#13132a;line-height:1.8;margin-bottom:3rem;font-size:1rem}@media(min-width:768px){.recruit-page .apply-section .section-container p{font-size:1.125rem}}.recruit-page .apply-section .section-container a{text-decoration:none;width:100%;max-width:400px;display:block;margin:0 auto}.recruit-page .apply-section .section-container .entry-button{background:#54e7c4;border:none;border-radius:4px;height:auto;padding:1.5rem calc(4rem - 30px);font-size:1.125rem;font-weight:700;color:#1f1f1f;box-shadow:none;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;width:100%}.recruit-page .apply-section .section-container .entry-button:hover{background:#45d6b3;color:#1f1f1f;box-shadow:none}.recruit-page .apply-section .section-container .entry-button .anticon{color:#1f1f1f;font-weight:700}.contact-page{min-height:70vh;padding:1rem}@media(min-width:768px){.contact-page{padding:2rem}}.contact-page .contact-container{max-width:800px;margin:0 auto}.contact-page .page-title{font-size:1.8rem;font-weight:700;margin-bottom:3rem;padding-top:1rem}.contact-page .page-title .title-mobile{display:inline}.contact-page .page-title .title-desktop{display:none}@media(min-width:768px){.contact-page .page-title{font-size:4rem;color:#0ec197}.contact-page .page-title .title-mobile{display:none}.contact-page .page-title .title-desktop{display:inline}}.contact-page .contact-form .ant-form-item{position:relative;margin-bottom:2rem}.contact-page .contact-form .ant-form-item-label label{font-weight:600;font-size:1rem}.contact-page .contact-form .required-label{position:absolute;top:-25px;right:0;color:#ff3f3c;font-size:.85rem;font-family:Hiragino Sans,sans-serif;font-weight:600;z-index:1}.contact-page .contact-form .ant-form-item-extra{min-height:0}.contact-page .contact-form .ant-form-item:last-child{display:flex;justify-content:center}.contact-page .contact-form .ant-btn-primary{background:#54e7c4;color:#13132a;border-radius:4px;height:50px;font-size:1.1rem;font-weight:700;margin-top:1rem;width:auto;padding:0 70px}.contact-page .contact-form .ant-btn-primary:hover{background:#30e2b8;color:#13132a}.contact-page .contact-form .ant-input-textarea textarea{resize:none!important}.contact-page .contact-form .ant-select,.contact-page .contact-form .ant-input,.contact-page .contact-form .ant-input-textarea{border-radius:8px}.contact-page .contact-form textarea{resize:none!important}.presskit-page{min-height:60vh;padding:1rem}@media(min-width:768px){.presskit-page{padding:2rem}}.presskit-page .presskit-container{max-width:800px;margin:0 auto;text-align:left}@media(min-width:768px){.presskit-page .presskit-container{max-width:900px}}.presskit-page .page-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem}@media(min-width:768px){.presskit-page .page-title{font-size:2rem}}.presskit-page .description{color:#666;font-size:1rem;margin-bottom:3rem;line-height:1.6}.presskit-page .logo-preview{background:#fff;border:1px solid #e8e8e8;padding:3.5rem 2rem;border-radius:8px;margin-bottom:.5rem;display:flex;justify-content:center;align-items:center;min-height:230px}@media(min-width:768px){.presskit-page .logo-preview{padding:4rem 2rem;min-height:300px}}.presskit-page .logo-preview img{max-width:300px;width:100%;height:auto}.presskit-page .download-button{font-size:1.1rem;color:#0ec197;font-weight:600;padding:0;display:block;text-align:left;text-decoration:none}.presskit-page .download-button:hover{color:#0caa85}.privacy-page{padding:1rem 1rem 0}@media(min-width:768px){.privacy-page{padding:2rem 2rem 0}}.privacy-page .privacy-container{max-width:900px;margin:0 auto}@media(min-width:768px){.privacy-page .privacy-container{max-width:700px}}.privacy-page .page-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem}@media(min-width:768px){.privacy-page .page-title{font-size:2rem}}.privacy-page .policy-content a{color:#3075ff;text-decoration:none}.privacy-page .policy-content a:hover{text-decoration:underline}.privacy-page .policy-content .intro{color:#13132a;line-height:1.8;margin-bottom:3rem;font-size:.95rem}.privacy-page .policy-content .policy-section{margin-bottom:3rem}.privacy-page .policy-content .policy-section h2{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#13132a}@media(min-width:768px){.privacy-page .policy-content .policy-section h2{font-size:1.1rem}}.privacy-page .policy-content .policy-section p{color:#13132a;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.privacy-page .policy-content .policy-section ul{margin-left:1.5rem;margin-top:1rem}.privacy-page .policy-content .policy-section ul li{color:#13132a;line-height:1.8;margin-bottom:.5rem;font-size:.95rem}
