.service-section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.service-section .container{display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:hidden}.service-section img{height:100%;object-fit:cover}.service-section .pc{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-section .mobile{display:none}.service-section .pc .segment{position:relative}.service-section .pc img{width:380px}.service-section .text{position:absolute;bottom:0;padding-left:1rem;padding-right:1rem;background-color:rgba(255,255,255,.8);border-top-right-radius:1rem;width:100%}.service-section .main:hover .text{background-color:rgba(var(--logo-light-rgb),.9)}.service-section .main{position:relative}.service-section .pc .text{height:55px;overflow:hidden;transition:all .34s}.service-section .pc .segment:hover .text{height:100%;background-color:rgba(var(--logo-light-rgb),.9);border-top-right-radius:initial}.service-section .pc .segment:hover h3{margin-top:120px}@media screen and (max-width:992px){.service-section .container{display:initial}.service-section .pc{display:none}.service-section .mobile{display:initial}.service-section .main img{width:100%;height:initial}.service-section .mobile .text{position:initial}.service-section .mobile img{width:100%;height:auto}.service-section .mobile .text p{margin-bottom:40px}}.product-section{height:200px;background-color:var(--logo-light);display:flex;justify-content:space-evenly;align-items:center}.product-section>div{display:flex;gap:1rem;flex-direction:row;align-items:center}@media screen and (max-width:992px){.product-section>div{flex-direction:column}.product-section svg{height:50px;width:auto}}.cloud-layer{--left:160px;--top:120px;--step:35px}.cloud-layer .layer{position:absolute;width:500px;height:270px;background-color:#fff;opacity:50%}.cloud-layer .one{left:var(--left);top:var(--top)}.cloud-layer .two{left:calc(var(--left) + var(--step)*1);top:calc(var(--top) + var(--step)*1)}.cloud-layer .three{left:calc(var(--left) + var(--step)*2);top:calc(var(--top) + var(--step)*2)}.cloud-layer .text{position:absolute;left:calc(var(--left) + var(--step)*3);top:calc(var(--top) + var(--step)*3);width:calc(500px - var(--step)*3);height:calc(230px - var(--step)*3);font-size:18px}.cloud-layer .text .link{display:flex;gap:8px;margin-top:40px}.cloud-layer a{color:#000;text-decoration:underline}.cloud-layer a:hover{text-decoration-color:var(--logo-light);text-decoration-thickness:4px}@media screen and (max-width:992px){.cloud-layer{padding:20px 12px 40px 12px;background-color:#fff;opacity:85%}.cloud-layer .layer{position:initial;display:none}.cloud-layer .text{position:initial;width:100%;height:auto;font-size:initial}.cloud-layer a{font-size:18px}}.post-section{background-color:var(--lightgrey);padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.post-section .top{display:flex;justify-content:space-between;align-items:center}.post-section .list img{width:100%;aspect-ratio:7/5;object-fit:cover;object-position:center;border-radius:1rem}.post-section .link{display:flex;align-items:center}.post-section .link img{width:2rem;height:2rem}.post-section .link a{color:#000;margin-left:8px}.post-section .link:hover a{text-decoration-color:var(--logo-light);text-decoration-thickness:4px}.post-section .swiper-wrapper{padding-bottom:60px}.post-section .swiper-slide{box-shadow:0 8px 23px 6px rgba(213,226,245,.8);border-radius:1rem;overflow:hidden;height:auto}.post-section .swiper-slide>div{padding-left:8px;padding-right:8px}.post-section .swiper-slide a{text-decoration:none;color:#000}.post-section h3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;text-decoration:none;line-height:2}.request-section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.request-section .container{display:grid;gap:100px;grid-template-columns:1fr 1fr}.request-section .gallery{display:grid;gap:20px;grid-template-columns:1fr 1fr}.request-section .gallery .left{text-align:right}.request-section img.g1{margin-top:14px}.request-section img.g1,.request-section img.g4{width:60%}.request-section img{transition:transform .35s}.request-section img:hover{transform:scale(1.05)}.request-section img.g2{width:90%;margin-top:20px}.request-section img.g3{width:100%;margin-bottom:20px}.request-section .content{position:relative}.request-section .wrapper{position:absolute;top:40%;transform:translateY(-50%)}.request-section .buttons{display:flex;margin-top:100px;gap:60px}.request-section .buttons a{text-decoration:none;line-height:3;padding:8px 24px;background-color:var(--logo-light);color:#000;border-radius:30px}.request-section .buttons a:hover{background-color:var(--logo-dark);color:#fff}@media screen and (max-width:992px){.request-section .container{display:initial}.request-section .content{position:initial}.request-section .gallery{padding-left:.75rem;padding-right:.75rem}.request-section .wrapper{position:initial;transform:none;padding-left:.75rem;padding-right:.75rem}.request-section .buttons{flex-wrap:wrap;justify-content:space-between;gap:10px}}.video-section{max-width:100%;overflow:hidden;position:relative}.video-mask{position:absolute;top:0%;left:0%;width:100%;height:100%;background-image:url(/_content/smtui/icon/bg-dot.svg?v=x--JO3t1s3cY32TRURh_g0VNzxw);background-size:4px;background-repeat:repeat;opacity:.1}.video-wrapper{line-height:0}.video-wrapper>video{width:100%}.video-section h1{font-size:18px;font-weight:400;line-height:1.5}@media screen and (max-width:992px){.video-wrapper>video{object-fit:cover;object-position:center}.video-mask{display:none}}main{--section-padding:100px;--title-size:40px;font-weight:400}h2{font-size:var(--title-size);line-height:1.2}h3{font-size:18px}.swiper-pagination-bullet{width:20px;height:20px;text-align:center;line-height:20px;font-size:12px;color:#000;opacity:1;background:rgba(0,0,0,.2)}.swiper-pagination-bullet-active{background:var(--logo-light)}@media screen and (max-width:992px){main{--section-padding:80px;--title-size:24px}}.inovation-section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.inovation-section .container{position:relative}.inovation-section h2{position:absolute;left:0;top:0}.inovation-section .swiper-slide{display:flex;flex-direction:row;justify-content:space-between}.inovation-section .counter{margin-top:calc(var(--title-size)*4)}.inovation-section h3{margin-top:50px;margin-bottom:30px;color:var(--logo-dark)}.inovation-section .counter span{font-size:var(--title-size)}.inovation-section .description p{width:490px;max-width:100%;line-height:2}.inovation-section .switcher{display:flex;flex-direction:row;justify-content:flex-start;gap:80px;margin-top:120px}.inovation-section .switcher .swiper-button-prev,.inovation-section .switcher .swiper-button-next{position:initial;display:inline-block;color:var(--logo-light);width:60px;height:60px;background-repeat:no-repeat;background-size:100% auto;background-position:center}.inovation-section .switcher .swiper-button-next{background-image:url(/icon/arrow_circle_right.svg?v=o9bLFI4E8SUAH8iR5zBGNRAFvPY) !important}.inovation-section .switcher .swiper-button-prev{background-image:url(/icon/arrow_circle_left.svg?v=tKNzTtLhuXrEndHMOkq95stfjIE) !important}.inovation-section .swiper-button-next::after{display:none}.inovation-section .swiper-button-prev::after{display:none}@media screen and (max-width:992px){.inovation-section h2{position:initial}.inovation-section .swiper-slide{flex-direction:column}.inovation-section .counter{margin-top:var(--title-size)}.inovation-section .image img{max-width:100%}.inovation-section h3{margin-top:20px;margin-bottom:15px}.inovation-section .switcher{position:absolute;bottom:10px;justify-content:space-between}}.reliability-section{position:relative}.reliability-section .description{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1000px;max-width:100%;min-height:500px;background-color:rgba(var(--lightgrey-rgb),.9);padding:calc(var(--section-padding)/2) var(--section-padding)}.reliability-section h2{text-align:center}.reliability-section .features{display:grid;grid-template-columns:1fr 1fr}.reliability-section .features>div{padding:8px;cursor:pointer}.reliability-section .features>div.active{background-color:var(--logo-light)}.reliability-section>.mobile{display:none}.reliability-section img{width:100%}@media screen and (max-width:992px){.reliability-section>.pc{display:none}.reliability-section>.mobile{display:initial}.reliability-section h2{background-color:var(--logo-light);padding:40px 0;margin:0}.reliability-section .description{position:initial;transform:none;padding-left:.75rem;padding-right:.75rem}.reliability-section .features{grid-template-columns:1fr}.reliability-section .features>div{background-color:rgba(255,255,255,.8);position:absolute;bottom:0;width:100%;padding-bottom:48px}}