*{margin:0;padding:0;box-sizing:border-box}:root{--accent-blue:#10a4e5;--accent-blue-dark:#1270e1;--accent-blue-darker:#1371e2;--base-color:#051c33;--white:#ffffff;--gray:#667380;--light-gray:#ebedef;--shadow:0px 19px 74px 0px rgba(0,0,0,0.1),0px 74px 134px 0px rgba(0,0,0,0.09),0px 167px 181px 0px rgba(0,0,0,0.05),0px 296px 214px 0px rgba(0,0,0,0.01),0px 463px 234px 0px rgba(0,0,0,0)}html{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:'Zen Kaku Gothic New','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;color:var(--base-color);line-height:1.6;overflow-x:hidden;width:100%;max-width:100vw;background:linear-gradient(90deg,#10A4E5 0%,#1371E2 50%,#1270E1 100%)}.container{margin:0 auto}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,rgba(5,28,51,0.50) 0%,rgba(5,28,51,0.00) 100%);padding:40px}.header-container{margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:inline-block;text-decoration:none;cursor:pointer}.logo-img{height:23px;width:auto}.nav-list{display:flex;list-style:none;gap:16px;align-items:center}.nav-link{display:inline-block;color:var(--white);text-decoration:none;font-family:'Roboto',sans-serif;font-weight:700;font-size:12px;line-height:16px;padding:8px 12px;border-radius:16px;position:relative;transition:all 0.3s ease-out;}.nav-link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;background:transparent;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);pointer-events:none;z-index:-1}.nav-link:hover{background-color:rgba(255,255,255,0.15)}.nav-link:hover::before{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.nav-link.current{background:rgba(255,255,255,0.8);color:var(--base-color)}.nav-link.current::before{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.nav-link-contact{display:inline-block;background:rgba(255,255,255,0.2);border:0.5px solid rgba(255,255,255,0.1);position:relative}.nav-link-contact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);pointer-events:none;z-index:-1}.nav-link-contact:hover{background:rgba(255,255,255,0.8);color:var(--base-color)}.nav-link-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;padding:8px 12px;text-decoration:none;gap:4px;background:rgba(255,255,255,0.2);border:0.5px solid rgba(255,255,255,0.1);position:relative;border-radius:16px;transition:all 0.3s ease-out;width:auto;height:auto}.nav-link-hamburger::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);pointer-events:none;z-index:-1}.nav-link-hamburger:hover{background:rgba(255,255,255,0.8)}.nav-link-hamburger:hover .hamburger-line{background-color:var(--base-color)}.hamburger-line{width:16px;height:2px;background-color:var(--white);border-radius:2px;transition:all 0.3s ease;display:block}.nav-link-hamburger.active{background:rgba(255,255,255,0.8)}.nav-link-hamburger.active .hamburger-line{background-color:var(--base-color)}.nav-link-hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-link-hamburger.active .hamburger-line:nth-child(2){opacity:0}.nav-link-hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#10A4E5 0%,#1371E2 50%,#1270E1 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.menu-overlay.active{opacity:1;visibility:visible}.menu-overlay-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:80px 20px;background:var(--white);gap:64px}.menu-overlay-nav .logo{margin-bottom:0}.menu-overlay-list{list-style:none;display:flex;flex-direction:column;gap:24px;align-items:center;padding:0;margin:0}.menu-overlay-link{background:linear-gradient(90deg,var(--accent-blue) 0%,var(--accent-blue-darker) 50%,var(--accent-blue-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;font-family:'Roboto',sans-serif;font-weight:700;font-size:16px;line-height:24px;padding:12px 24px;border-radius:16px;transition:all 0.3s ease}.menu-overlay-link:hover{background-color:rgba(16,164,229,0.1)}.hero{position:relative;padding:0 0 48px 0;z-index:-1;scroll-margin-top:120px}.hero-background{position:absolute;top:70%;left:0;right:0;aspect-ratio:1440 / 1440;background:url('assets/image-background-bubble.png') center/cover;opacity:0.5}.hero-content{position:relative;z-index:1;margin:0 auto;padding:16px;display:flex;gap:16px;height:100%}.hero-main{flex:1;display:flex;gap:8px;align-items:stretch;position:relative;transition:height 0.3s ease,min-height 0.3s ease,max-height 0.3s ease}.hero-image-container{flex:1;height:100%;position:relative;border-radius:16px;overflow:hidden;display:flex;align-items:stretch;transition:height 0.3s ease,min-height 0.3s ease,max-height 0.3s ease}.hero-image-container picture{width:100%;height:100%;display:block;min-height:0;transition:height 0.3s ease,min-height 0.3s ease,max-height 0.3s ease}.hero-image{width:100%;height:100%;object-fit:cover;display:block;min-height:0;transition:height 0.3s ease,min-height 0.3s ease,max-height 0.3s ease}.hero-logo-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60vw}.hero-logo{width:100%;height:100%;object-fit:contain}.hero-text{position:absolute;bottom:0;left:0;padding:64px;color:var(--white);max-width:696px}.hero-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:48px;line-height:72px;margin-bottom:20px}.hero-subtitle{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:16px;line-height:24px}.hero-sub{flex:1;display:flex;gap:16px}.hero-sub-col{flex:1;display:flex;flex-direction:column;gap:16px}.hero-sub-image{flex:1;border-radius:16px;overflow:hidden}.hero-sub-image img{width:100%;height:100%;object-fit:cover}.hero-scroll-indicator{position:absolute;bottom:20px;right:32px;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px;transition:opacity 0.3s ease}.scroll-indicator-link{display:flex;align-items:center;justify-content:center;width:32px;height:48px;border-radius:24px;background:rgba(255,255,255,0.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0.5px solid rgba(255,255,255,0.3);text-decoration:none;color:var(--white);transition:all 0.3s ease;cursor:pointer;box-shadow:var(--shadow)}.scroll-indicator-link:hover{background:rgba(255,255,255,0.3);transform:scale(1.1)}.scroll-indicator-icon{animation:scrollBounce 2s ease-in-out infinite}.scroll-indicator-text{font-family:'Roboto',sans-serif;font-weight:400;font-size:10px;color:var(--white);text-transform:lowercase}@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}.about{position:relative;padding:80px 0;border-bottom:0.5px solid rgba(255,255,255,0.20)}.about-background{position:absolute;top:0;left:0;right:0;bottom:0}.about-content{position:relative;display:flex;gap:40px;align-items:center;padding:0 80px}.about-text{flex:0 0 504px}.section-label{margin-bottom:40px;display:inline-block}.section-label-svg{height:40px;width:auto;display:block}.about-description{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:48px;color:var(--white)}.about-description p{margin-bottom:20px}.about-image{flex:1;position:relative}.about-bubble{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80vw}.service{padding:80px 0;color:var(--white)}.service-header{padding:0 80px}.service-subtitle{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--white);margin-top:8px}.service-cards{display:flex;gap:64px;padding:0 80px;margin-bottom:80px}.service-card{flex:1;display:flex;flex-direction:column;gap:24px}.service-card-image{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.service-card-image img{width:100%;height:100%;aspect-ratio:1280 / 580;object-fit:cover}.service-card-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.service-card-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--white);border-bottom:4px solid var(--accent-blue);padding-bottom:4px}.service-card-description{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--white)}.service-points{background:var(--white);padding:64px;border-radius:16px;box-shadow:var(--shadow);margin:0 80px 40px}.service-points-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--base-color);margin-bottom:24px}.accent-text{color:var(--accent-blue)}.service-points-list{display:flex;gap:24px}.service-point-item{flex:1;display:flex;gap:16px;align-items:center;padding:24px;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%),linear-gradient(90deg,var(--accent-blue) 0%,var(--accent-blue) 100%)}.service-point-icon{width:64px;height:64px;background:var(--white);border-radius:64px;display:flex;align-items:center;justify-content:center;padding:16px;flex-shrink:0}.service-point-icon img{width:32px;height:32px}.service-point-text{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:16px;line-height:24px;color:var(--accent-blue)}.service-list-section{padding:64px 80px}.service-list-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--white);margin-bottom:32px;width:340px}.service-list-container{display:flex;gap:64px}.service-menu{width:340px;display:flex;flex-direction:column;gap:16px}.service-segmentbar{display:flex;gap:8px;padding:8px;background:rgba(5,28,51,0.2);border-radius:16px;box-shadow:var(--shadow)}.segment-button{flex:1;padding:16px 8px;border:none;background:transparent;color:var(--white);font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:14px;line-height:20px;border-radius:8px;cursor:pointer;opacity:0.5;transition:all 0.3s}.segment-button:hover{opacity:1}.segment-button.active{background:var(--white);color:var(--base-color);opacity:1;box-shadow:var(--shadow)}.service-products{background:rgba(5,28,51,0.2);border-radius:16px;padding:8px;min-height:488px;height:100%;box-shadow:var(--shadow);position:relative;overflow-y:auto;overflow-x:hidden}.service-products::-webkit-scrollbar{width:8px}.service-products::-webkit-scrollbar-track{background:rgba(255,255,255,0.1);border-radius:4px}.service-products::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.3);border-radius:4px}.service-products::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.5)}.service-products{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.3) rgba(255,255,255,0.1)}.service-product-list{display:flex;flex-direction:column;gap:8px}.service-product-item{display:flex;gap:16px;align-items:center;padding:20px;cursor:pointer;transition:all 0.3s;border-radius:8px}.service-product-item:hover{background:rgba(255,255,255,0.10)}.service-product-item.active{background:var(--white);box-shadow:var(--shadow)}.service-product-item.active .service-product-icon{background:var(--white)}.service-product-item:not(.active){color:var(--white)}.service-product-item:not(.active) .service-product-icon{background:rgba(255,255,255,0.1)}.service-product-icon{width:48px;height:48px;border-radius:48px;display:flex;align-items:center;justify-content:center;padding:8px;flex-shrink:0}.service-product-icon img{width:24px;height:24px}.service-product-item span{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:14px;line-height:20px}.service-product-item.active span{color:var(--base-color)}.service-picture{flex:1;position:relative;aspect-ratio:876 / 564;min-height:564px;background:rgba(5,28,51,0.2);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:0.5px solid rgba(5,28,51,0.1);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.service-picture-before{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.service-picture-before img{width:100%;height:100%;object-fit:cover;object-position:center}.service-picture-before-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.6);pointer-events:none}.service-picture-after{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;clip-path:inset(0 0 0 50%);-webkit-clip-path:inset(0 0 0 50%);transition:clip-path 0.3s ease,-webkit-clip-path 0.3s ease}.service-picture-after img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.service-picture-labels{position:absolute;top:-0.25px;left:-0.5px;right:-0.5px;display:flex;justify-content:space-between;padding:16px;z-index:15}.label-before,.label-after{padding:4px 12px;border-radius:4px;font-family:'Roboto',sans-serif;font-weight:700;font-size:10px;line-height:16px}.label-before{background:rgba(5,28,51,0.2);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);color:var(--white)}.label-after{background:rgba(255,255,255,0.8);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);color:var(--accent-blue)}.service-picture-separator{position:absolute;top:0;left:50%;width:1px;height:100%;display:flex;align-items:center;box-shadow:3px 0px 6px 0px rgba(0,0,0,0.08);z-index:10;transition:left 0.3s ease}.separator-line{position:absolute;left:0;top:0;width:1px;height:100%;background:var(--white)}.separator-handle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:var(--white);border-radius:24px;padding:4px;display:flex;align-items:center;justify-content:center;cursor:grab;transition:transform 0.3s}.separator-handle:hover{transform:translate(-50%,-50%) scale(1.2)}.separator-handle:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.2)}.separator-handle img{width:16px;height:16px}.service-contact{background:var(--base-color);padding:32px 40px;border-radius:16px;box-shadow:var(--shadow);margin:0 80px;display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:center}.service-contact-text{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--white)}.btn-contact{background:linear-gradient(90deg,var(--accent-blue) 0%,var(--accent-blue-darker) 50%,var(--accent-blue-dark) 100%);color:var(--white);border:none;padding:24px 32px;border-radius:8px;font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:16px;line-height:24px;cursor:pointer;transition:opacity 0.3s,transform 0.3s}.btn-contact:hover{opacity:0.9;transform:scale(1.05)}.other-services{background:var(--white);padding:80px 0;border-radius:48px 48px 0 0}.other-services-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--base-color);margin-bottom:40px;padding:0 80px}.other-services-cards{display:flex;gap:64px;padding:0 80px}.other-service-card{flex:1;display:flex;flex-direction:column;gap:24px}.other-service-image{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.other-service-image img{width:100%;height:100%;aspect-ratio:1280 / 680;object-fit:cover}.other-service-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.other-service-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--base-color);border-bottom:4px solid var(--accent-blue);padding-bottom:4px}.other-service-description{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--base-color)}.message-company-wrapper{position:relative;background:var(--light-gray)}.message-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url('assets/images-background-logo.png') center/cover}.message{position:relative;padding:80px 0 0 0;z-index:1;scroll-margin-top:120px}.message-content{position:relative;z-index:1;display:flex;gap:40px;padding:64px 80px}.message-text{flex:1;padding:0 544px 0 64px}.gradient-text{background:linear-gradient(90deg,var(--accent-blue) 0%,var(--accent-blue-darker) 50%,var(--accent-blue-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-body{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:48px;color:var(--base-color)}.message-body p{margin-bottom:40px}.message-signature{margin-top:40px}.message-portrait{position:absolute;right:80px;bottom:-60px;width:480px;padding:0 32px}.message-portrait img{width:100%;height:auto;aspect-ratio:1082 / 2048;object-fit:cover}.company{position:relative;z-index:1;padding:0 0 64px 0;scroll-margin-top:120px}.company-content{background:var(--white);padding:64px;border-radius:16px;margin:0 80px}.company-logo{margin-bottom:64px}.company-logo-img{height:72px;width:auto}.company-data{display:flex;gap:64px}.company-data-left,.company-data-right{flex:1;display:flex;flex-direction:column;gap:24px}.company-data-divider{width:0px;border-left:0.5px solid rgba(0,0,0,0.20);position:relative}.company-data-divider img{position:absolute;left:-0.25px;top:0;bottom:0;height:100%}.company-data-item{display:flex;gap:16px;align-items:baseline;font-family:'Zen Kaku Gothic New',sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--base-color)}.company-data-label{width:120px;opacity:0.5;flex-shrink:0}.company-data-value{flex:1}.company-data-list{list-style:none;flex:1;line-height:0}.company-data-list li{margin-bottom:0;margin-left:21px;line-height:20px;list-style-type:initial}.company-data-list li:last-child{margin-bottom:0}.recruit{position:relative;padding:0px 80px 80px;background:var(--light-gray);overflow:hidden}.recruit .container{background:var(--white);padding:64px;border-radius:16px}.recruit-header{position:relative;z-index:1}.recruit-header .section-label{margin-bottom:64px}.recruit-subtitle{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:20px;line-height:40px;color:var(--base-color);margin-top:8px}.recruit-cards{position:relative;z-index:1;display:flex;gap:64px;margin-bottom:64px}.recruit-card{flex:1;display:flex;flex-direction:column;gap:24px}.recruit-card-image{border-radius:16px;overflow:hidden}.recruit-card-image img{width:100%;height:100%;aspect-ratio:1280 / 680;object-fit:cover}.recruit-card-title{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:14px;line-height:20px;color:var(--base-color)}.recruit-contact{position:relative;z-index:1;background:var(--light-gray);padding:40px;border-radius:16px;text-align:center}.recruit-contact-inner{display:inline-block}.recruit-contact-text{font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:14px;line-height:20px;color:var(--base-color);margin-bottom:32px}.recruit-contact .btn-contact{width:100%}.footer{background:var(--white);padding:80px}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:64px}.footer-logo-link{display:inline-block;text-decoration:none;cursor:pointer}.footer-logo-img{height:40px;width:auto}.footer-nav-list{display:flex;list-style:none;gap:16px;align-items:center}.footer-nav-link{color:var(--base-color);text-decoration:none;font-family:'Roboto',sans-serif;font-weight:700;font-size:12px;line-height:16px;padding:8px;transition:opacity 0.3s}.footer-nav-link:hover{opacity:0.7}@media (max-width:1200px){.hero-logo-overlay{width:120vw}.hero-image-container{border-radius:0px}.hero-main{min-height:80vh;max-height:90vh;height:100%}.hero-image-container{height:100%;min-height:80vh;max-height:90vh}.hero-image-container picture{width:100%;height:100%;min-height:80vh;max-height:90vh;display:block}.hero-image{width:100%;height:100%;min-height:80vh;max-height:90vh;object-fit:cover;object-position:bottom;display:block}.hero-background{top:90%}.hero-sub{padding-left:48px;padding-right:48px;gap:24px}.hero-sub-col{gap:24px}.hero-scroll-indicator{position:fixed;bottom:32px;right:40px;left:auto;transform:none}.container{padding:0 48px}.about-content{flex-direction:column}.about-text{order:2;flex:0}.about-image{order:1;flex:none;position:relative;width:100%;aspect-ratio:1 / 0.6}.about-image img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1.4);width:100%;height:auto;min-width:100%}.service-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:0px;overflow:hidden;gap:0}.service-card-image{box-shadow:none;border-radius:0px}.service-card-image img{display:block}.service-card-content{padding:48px;gap:24px}.service-card-title{color:var(--base-color)}.service-card-description{color:var(--base-color)}.section-label{margin-bottom:48px !important}.service-cards{gap:24px;margin-bottom:48px}.service-points{margin-left:0;margin-right:0;margin-bottom:0;padding:48px !important}.service-points-list{flex-direction:column;gap:16px}.service-product-list{flex-direction:row;flex-wrap:nowrap;width:max-content;min-width:100%}.service-products{height:auto;min-height:auto;overflow-x:visible;overflow-y:visible;width:fit-content}.service-product-item{flex:0 0 auto;white-space:nowrap;gap:8px;padding:16px 24px 16px 16px}.service-product-icon{width:auto;height:auto;background:transparent !important}.service-product-item.active .service-product-icon{background:transparent !important}.service-product-item:not(.active) .service-product-icon{background:transparent !important}.about-content,.service-header,.service-cards,.service-points,.service-list-section,.service-contact,.other-services-title,.other-services-cards,.message-content,.company-content,.recruit-header,.recruit-cards,.recruit-contact{padding-left:0px;padding-right:0px}.service-contact{margin:0;padding:48px}.other-service-image img{display:block}.hero-content{flex-direction:column;padding:0px}.service-cards,.other-services-cards,.recruit-cards{flex-direction:column;gap:48px}.service-list-container{flex-direction:column;gap:24px}.service-menu{width:100%;gap:8px}.service-menu::-webkit-scrollbar{display:none}.service-menu{-ms-overflow-style:none;scrollbar-width:none}.service-picture{min-height:unset}.message-content{flex-direction:column;padding:0;gap:0}.message-text{padding:0}.message-signature{margin-bottom:24px}.message-portrait{position:relative;right:auto;top:auto;bottom:0;width:100%;max-width:340px;margin:0 auto;padding:0}.message-portrait img{display:block}.company-data{}.company-data-divider{}.message-background{background-size:200% auto;background-position:center;background-repeat:no-repeat}.company-content{margin:0;padding:48px;position:relative}.company-logo{position:absolute;right:48px;bottom:48px;margin-bottom:0}.company-logo-img{height:48px}.company-data-item{flex-direction:column;gap:8px}.company{padding:0 0 48px 0}.recruit{padding:0px 48px 80px}.recruit .container{padding:48px}.recruit-contact{padding:48px}.footer{padding:80px 40px}.footer .container{padding:0}@media (max-width:768px){.header{padding:20px}.nav-list{flex-wrap:wrap;gap:8px}.nav-list .nav-link:not(.nav-link-contact):not(.nav-link-hamburger){display:none}.nav-link-hamburger{display:flex}.hero-title{font-size:32px;line-height:48px}.section-label-svg{height:32px}.service-points-list{flex-direction:column}.service-point-icon{width:48px;height:48px;border-radius:48px;padding:12px}.service-point-icon img{width:24px;height:24px}.service-contact{grid-template-columns:1fr;margin:0;padding:24px}.service-contact-text{font-size:16px;line-height:24px}.other-services{background:var(--white);padding:64px 0;border-radius:32px 32px 0 0}.other-services-title{font-size:16px;line-height:24px;margin-bottom:24px}.other-service-title{font-size:16px;line-height:24px}.other-service-description{font-size:12px;line-height:16px}.other-services-cards{gap:24px}.other-service-card{gap:16px}.message{padding:64px 0 0 0}.message-body{font-size:16px;line-height:32px}.message-body p{margin-bottom:24px}.message-portrait{width:50%;max-width:340px}.company-content{padding:32px}.company-data{flex-direction:column;gap:32px}.company-data-row{display:flex;flex-direction:row;gap:24px}.company-data-row .company-data-item{flex:1}.company-data-divider{width:100%;height:0px;border-left:none;border-top:0.5px solid rgba(0,0,0,0.20)}.company-data-divider img{display:none}.company-logo{position:absolute;right:24px;top:24px;margin-bottom:0}.company-logo-img{height:32px}.recruit{padding:0px 24px 48px}.recruit-subtitle{font-size:14px;line-height:24px}.recruit-cards{gap:24px;margin-bottom:48px}.recruit-card{gap:16px}.recruit-card-image img{display:block}.recruit .container{padding:32px}.recruit-contact{padding:24px}.recruit-contact-text{font-size:14px;line-height:24px;margin-bottom:24px;text-align:left}.footer{padding:48px 24px}.footer-content{flex-direction:column;gap:32px}.footer-nav-list{flex-wrap:wrap;justify-content:center}.hero-text{padding:32px}.hero-subtitle br{display:none}.hero-sub{padding-left:24px;padding-right:24px;gap:16px}.hero-sub-col{gap:16px}.section-label{margin-bottom:24px !important}.container{padding:0 24px}.about-description{font-size:16px;line-height:32px}.service{padding:64px 0}.service-card-content{padding:24px;gap:16px}.service-card-title{font-size:16px;line-height:24px}.service-card-description{font-size:12px;line-height:16px}.service-cards{flex-direction:column;gap:16px;margin-bottom:16px}.service-points{padding:24px !important}.service-list-section{padding:48px 0px}.service-points-title span{display:block}.service-list-title{margin-bottom:24px}.service-product-item{gap:4px;padding:8px 16px 8px 8px}.hero-main{min-height:80vh;max-height:90vh;height:80vh;height:-webkit-fill-available}.hero-image-container{min-height:80vh;max-height:90vh;height:80vh;height:-webkit-fill-available}.hero-image-container picture{min-height:80vh;max-height:90vh;height:80vh;height:-webkit-fill-available}.hero-image{min-height:80vh;max-height:90vh;height:80vh;height:-webkit-fill-available}@supports (height:100dvh){.hero-main{min-height:80dvh;max-height:90dvh;height:80dvh}.hero-image-container{min-height:80dvh;max-height:90dvh;height:80dvh}.hero-image-container picture{min-height:80dvh;max-height:90dvh;height:80dvh}.hero-image{min-height:80dvh;max-height:90dvh;height:80dvh}}}