:root{--light-blue:#a2ceef;--brown-grey:#7d7d7d;--blue-green:#188673;--blue-green-light:#178677;--brownish-grey:#747474}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;top:30px;left:50%;z-index:9999;width:94.8%;padding:17px 5%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:61px;border-style:solid;border-width:2px;border-image-source:linear-gradient(to left,rgba(255,255,255,0.7),#fff);background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.2))),-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.7)));background-image:linear-gradient(to right,rgba(255,255,255,0.2)),linear-gradient(to right,rgba(255,255,255,0.7));background-origin:border-box;background-clip:content-box,border-box}@media screen and (min-width:1024px){header{padding:30px 50px}}@media screen and (min-width:1200px){header{border-image-slice:1}}@media screen and (min-width:1366px){header{padding:37px 75px}}header.visible{visibility:visible}header.hidden{visibility:hidden}header .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35%}@media screen and (min-width:768px){header .logo{width:20%}}@media screen and (min-width:1000px){header .logo{width:25%}}@media screen and (min-width:1024px){header .logo{width:15%}}header .logo__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}header .logo__link img{width:100%}header .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:18px;cursor:pointer}@media screen and (min-width:1200px){header .menu{display:none}}header .menu__button{position:relative;width:35px;height:3px;border-radius:1.5px;background-color:#6fdccd}header .menu__button:after,header .menu__button:before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;margin-bottom:4px;content:"";border-radius:1.5px;background-color:#6fdccd}header .menu__button:before{-webkit-transform:translateY(-200%);transform:translateY(-200%)}header .menu__button:after{-webkit-transform:translateY(200%);transform:translateY(200%)}header .nav{position:absolute;top:0;left:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:7% 10%;margin-top:60px;font-size:1rem;color:var(--brown-grey);border-radius:30px;background-color:rgba(255,255,255,0.9)}@media screen and (min-width:1024px){header .nav{font-size:18px}}@media screen and (min-width:1200px){header .nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:28em;padding:0;margin-top:0;font-size:20px;border-radius:0;background-color:inherit}}@media screen and (min-width:1366px){header .nav{font-size:22px}}@media screen and (min-width:1600px){header .nav{font-size:26px}}header .nav__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}@media screen and (min-width:1200px){header .nav__item{width:auto}}header .nav__item:not(:last-of-type){margin-bottom:2em}@media screen and (min-width:1200px){header .nav__item:not(:last-of-type){margin-bottom:0}}header .nav__item:first-of-type .nav__item__link{padding-left:0}header .nav__item:last-of-type .nav__item__link{padding-right:0}header .nav__item.has-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1200px){header .nav__item.has-sub{display:block}}header .nav__item.has-sub .nav__item__sub{margin-top:2em}@media screen and (min-width:1200px){header .nav__item.has-sub .nav__item__sub{margin-top:0}}header .nav__item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;color:inherit}@media screen and (min-width:1200px){header .nav__item__link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 1em}}header .nav__item__icon{width:18px;margin-left:4px;cursor:pointer}@media screen and (min-width:1200px){header .nav__item__icon{width:29px}}header .nav__item.active{color:var(--blue-green)}header .nav__item__sub{display:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-left:1em}@media screen and (min-width:1200px){header .nav__item__sub{position:absolute;top:calc(100% + 37px);padding:25px 17px 37px 22px;opacity:0.7;background-color:var(--blue-green-light);color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px}}header .nav__item__sub .item{width:50%;margin-bottom:2em;color:var(--blue-green)}@media screen and (min-width:1200px){header .nav__item__sub .item{display:block;width:100%;margin-bottom:0;text-align:left;color:inherit;letter-spacing:1.5px;color:inherit}}header .nav__item__sub .item:last-of-type,header .nav__item__sub .item:nth-last-of-type(2){margin-bottom:0}@media screen and (min-width:1200px){header .nav__item__sub .item:not(:last-of-type){padding-bottom:0.6em}}h1{display:none}.overview{width:100%;padding-bottom:30px;background-color:#fff}@media screen and (min-width:1024px){.overview{padding-bottom:0}}.overview__item{position:relative}.overview__item__title{position:absolute;left:7.4%;bottom:5.4%;width:53.5%}@media screen and (min-width:1200px){.overview__item__title{left:6.4%;bottom:8.4%;width:35.6%}}.overview__item__image{width:100%}@media screen and (min-width:560px){.overview__item .mobile{display:none}}.overview__item .pc{display:none}@media screen and (min-width:560px){.overview__item .pc{display:block}}.overview .swiper-pagination-overview{position:absolute;bottom:10px;left:50%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding-top:14px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width:1024px){.overview .swiper-pagination-overview{bottom:10px;margin:1em 0;background-color:unset}}.overview .swiper-pagination-overview .swiper-pagination-bullet{width:44px;height:8px;border-radius:4px;background:#39e5a3;opacity:0.4}.overview .swiper-pagination-overview .swiper-pagination-bullet-active{opacity:1}.title{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:50%;margin-bottom:40px;font-size:1.375rem;-webkit-transform:translateX(calc(100% - 3em));transform:translateX(calc(100% - 3em))}@media screen and (min-width:768px){.title{font-size:32px}}@media screen and (min-width:1024px){.title{font-size:38px}}@media screen and (min-width:1200px){.title{margin-left:2em;margin-top:0.5em;margin-bottom:0;font-size:42px;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (min-width:1400px){.title{font-size:46px}}@media screen and (min-width:1600px){.title{font-size:50px}}.title__en{position:absolute;top:-0.7em;left:calc(-2em + 5px);font-size:inherit;font-weight:bold;letter-spacing:5px;text-align:left;color:#efefef}.title__zh{position:relative;font-size:inherit;font-weight:bold;letter-spacing:7.5px;color:var(--blue-green-light)}.title__zh:after{position:absolute;left:calc(1em + 7.5px);bottom:-5px;display:block;width:77%;height:5px;content:"";-webkit-box-shadow:0px 6px 9px 1px rgba(56,56,56,0.09);box-shadow:0px 6px 9px 1px rgba(56,56,56,0.09);background-image:-webkit-gradient(linear,left bottom,left top,from(#1b8874),to(#8abdc3));background-image:linear-gradient(to top,#1b8874,#8abdc3)}@media screen and (min-width:1200px){.title__zh:after{width:100%}}.cold-chain-services{position:relative;padding-top:30px;padding-bottom:35%;background-image:url("../images/services-bg-m.svg?v=1709193784703"),url("../images/services-bg_02-m.svg?v=1709193784703"),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));background-image:url("../images/services-bg-m.svg?v=1709193784703"),url("../images/services-bg_02-m.svg?v=1709193784703"),linear-gradient(to bottom,#fff,#f9f9f9);background-size:100%,contain,cover;background-position:bottom,top,top;background-repeat:no-repeat}@media screen and (min-width:1024px){.cold-chain-services{padding-top:50px}}@media screen and (min-width:1200px){.cold-chain-services{padding:60px 4% 300px;background-image:url("../images/services-bg.png?v=1709193784703"),url("../images/services-bg_02.svg?v=1709193784703");background-size:60%,contain}}@media screen and (min-width:1400px){.cold-chain-services{padding:70px 4% 300px;background-size:70%,contain}}@media screen and (min-width:1600px){.cold-chain-services{padding:114px 4% 300px;background-size:75%,contain}}@media screen and (min-width:1920px){.cold-chain-services{background-size:80%,contain}}.cold-chain-services__content{position:relative;padding:23px 5% 23px}@media screen and (min-width:1024px){.cold-chain-services__content{padding-top:40px;padding-left:8.5%}}.cold-chain-services__content__description{position:relative;width:100%;padding:0 5.5%;margin-bottom:50px;font-size:1rem;letter-spacing:7px;color:#5c5c5c;text-align:justify}@media screen and (min-width:768px){.cold-chain-services__content__description{font-size:36px}}@media screen and (min-width:1200px){.cold-chain-services__content__description{position:absolute;top:0;right:6%;width:40%;padding:0;margin-bottom:0;font-size:18px;color:#133034;letter-spacing:3px}}@media screen and (min-width:1400px){.cold-chain-services__content__description{font-size:20px}}@media screen and (min-width:1600px){.cold-chain-services__content__description{font-size:24px}}@media screen and (min-width:1820px){.cold-chain-services__content__description{font-size:26px}}@media screen and (min-width:1200px){.cold-chain-services__content__description .description{position:absolute;top:0;right:0;z-index:-1;opacity:0}}@media screen and (min-width:1200px){.cold-chain-services__content__description .description.active{z-index:1;opacity:1}}.cold-chain-services__content__description .description:not(.default){display:none;overflow:hidden}@media screen and (min-width:1200px){.cold-chain-services__content__description .description:not(.default){display:block;width:auto;opacity:0.96;border-radius:80px;background-color:#fff}}.cold-chain-services__content__description .description:not(.default) .description__info{font-size:inherit}@media screen and (min-width:1200px){.cold-chain-services__content__description .description:not(.default) .description__info{position:absolute;bottom:0;left:0;z-index:2;padding:0 6% 5%}}.cold-chain-services__content__description .description:not(.default) .description__info__title{font-size:1rem;font-weight:bold;line-height:2.25;letter-spacing:8px;color:var(--blue-green)}@media screen and (min-width:768px){.cold-chain-services__content__description .description:not(.default) .description__info__title{font-size:22px}}@media screen and (min-width:1400px){.cold-chain-services__content__description .description:not(.default) .description__info__title{font-size:26px}}@media screen and (min-width:1600px){.cold-chain-services__content__description .description:not(.default) .description__info__title{font-size:32px}}@media screen and (min-width:1820px){.cold-chain-services__content__description .description:not(.default) .description__info__title{letter-spacing:7.3px;font-size:36px;line-height:1.66}}.cold-chain-services__content__description .description:not(.default) .description__info__text{color:inherit;font-size:inherit;line-height:1.32;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}@media screen and (min-width:1200px){.cold-chain-services__content__description .description:not(.default) .description__cover{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(190,190,190,0.1)}}.cold-chain-services__content__description .description:not(.default) .description__cover img{width:100%}@media screen and (min-width:1200px){.cold-chain-services__content__description .description:not(.default) .description__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}}.cold-chain-services__content__description .description:not(.default) .description__image img{width:100%}.cold-chain-services__content__map{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}@media screen and (min-width:1200px){.cold-chain-services__content__map{width:62%}}@media screen and (min-width:1600px){.cold-chain-services__content__map{width:65%}}.cold-chain-services__content__skip{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;padding-left:12px;color:#fff;cursor:pointer;border-radius:22px;background-image:-webkit-gradient(linear,left bottom,left top,from(#0e6b5e),to(#6fdccd));background-image:linear-gradient(to top,#0e6b5e,#6fdccd);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:1200px){.cold-chain-services__content__skip{position:absolute;right:4%;bottom:0}}@media screen and (min-width:1200px){.cold-chain-services__content__skip.pc{display:none}}.cold-chain-services__content__skip svg{width:36px;fill:currentColor}.cold-chain-services .building-blocks{cursor:pointer}.cold-chain-services .cold-chain-services-animate{position:absolute;top:50%}.cold-chain-services .cold-chain-services-animate-m{position:absolute;top:20%}.products{margin-top:30px}@media screen and (min-width:1200px){.products{margin-top:0;padding:0 3% 0 4%}}@media screen and (min-width:1200px){.products__title{margin-top:-220px;margin-bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}}.products__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}@media screen and (min-width:1200px){.products__content{padding-top:44px}}.products__content.pc{display:none}@media screen and (min-width:1200px){.products__content.pc{display:-webkit-box;display:-ms-flexbox;display:flex}}.products__content__controller{width:32%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:start;align-self:flex-start;padding:0 2% 0 3%;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}@media screen and (min-width:1024px){.products__content__controller{width:32%;margin-right:1%}}@media screen and (min-width:1600px){.products__content__controller{width:27%;margin-right:1%}}.products__content__controller__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:2.25rem;letter-spacing:3.5px;color:var(--brownish-grey);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.products__content__controller__item:before{display:block;width:3px;height:132px;content:"";margin-bottom:15px;background-image:-webkit-gradient(linear,left bottom,left top,from(#d9f1f1),to(#d3d3d3));background-image:linear-gradient(to top,#d9f1f1,#d3d3d3)}.products__content__controller__item span{cursor:pointer}.products__content__controller__item span.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:27px;height:27px;margin-top:10px;background-color:#d3d3d3;border-radius:50%}.products__content__controller__item span.icon:before{display:block;content:"";border-style:solid;border-width:4.5px 0 4.5px 13px;border-color:transparent transparent transparent #f9f9f9}.products__content__controller__item.active{color:var(--blue-green-light)}.products__content__controller__item.active:before{background-image:-webkit-gradient(linear,left bottom,left top,from(#d9f1f1),to(var(--blue-green-light)));background-image:linear-gradient(to top,#d9f1f1,var(--blue-green-light))}.products__content__controller__item.active span.icon{background-color:var(--blue-green-light)}.products__content__slider{width:calc(100% - 32% - 1%)}.products__content__slider__item{display:none;width:100%;height:100%}.products__content__slider__item:first-of-type{display:block}.products__content__slider__item .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.products__content__slider__item .products-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:32%;height:100%;padding:30px 2% 46px;border-radius:10px;border:solid 2px #b5b5b5;background-color:#f9f9f9}.products__content__slider__item .products-info:not(:last-of-type){margin-right:2%}.products__content__slider__item .products-info:first-of-type{-webkit-transform:translateY(0px);transform:translateY(0px)}.products__content__slider__item .products-info:nth-of-type(2){-webkit-transform:translateY(30px);transform:translateY(30px)}.products__content__slider__item .products-info:nth-of-type(3){-webkit-transform:translateY(60px);transform:translateY(60px)}.products__content__slider__item .products-info:nth-of-type(4){-webkit-transform:translateY(90px);transform:translateY(90px)}.products__content__slider__item .products-info__image{width:100%}.products__content__slider__item .products-info__title{margin-top:22px;font-size:1.7813rem;font-weight:bold;letter-spacing:4px;text-align:justify;color:#5b5b5b}.products__content__slider__item .products-info__description{margin-top:25px;font-size:1.2813rem;text-align:justify;color:#404040}.products__content__slider .swiper-button__cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:120px}.products__content__slider .swiper-button__cover.visible div[class^=swiper-button-next],.products__content__slider .swiper-button__cover.visible div[class^=swiper-button-prev]{visibility:visible}.products__content__slider .swiper-button__cover div[class^=swiper-button-next],.products__content__slider .swiper-button__cover div[class^=swiper-button-prev]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:67px;height:67px;margin-left:30px;background-image:-webkit-gradient(linear,left top,left bottom,from(#cbefef),to(var(--blue-green)));background-image:linear-gradient(to bottom,#cbefef,var(--blue-green));border-radius:50%;cursor:pointer;visibility:hidden}.products__content__slider .swiper-button__cover div[class^=swiper-button-next] img,.products__content__slider .swiper-button__cover div[class^=swiper-button-prev] img{width:17px}.products__content__slider .swiper-button__cover div[class^=swiper-button-prev] img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.products__content__slider .swiper-button__cover div.swiper-button-disabled{background-image:-webkit-gradient(linear,left top,left bottom,from(#cbefef),to(#88d3c9));background-image:linear-gradient(to bottom,#cbefef,#88d3c9);cursor:auto}.products__content__collapsible{border-bottom:2px solid #d0d0d0}.products__content__collapsible:first-of-type{border-top:2px solid #d0d0d0}.products__content__collapsible__group{position:relative;width:100%;padding:20px 11%;font-size:1.0625rem;letter-spacing:1.7px;color:var(--brownish-grey);background-color:#f9f9f9}@media screen and (min-width:768px){.products__content__collapsible__group{font-size:24px}}@media screen and (min-width:1200px){.products__content__collapsible__group{display:none}}.products__content__collapsible__group.active .title-text{color:var(--blue-green)}.products__content__collapsible__group.active .title-icon{background-color:var(--blue-green)}.products__content__collapsible__group.active .title-icon:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.products__content__collapsible__group .title-icon{position:absolute;top:50%;right:11%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#d3d3d3;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s;transition:all 0.3s}@media screen and (min-width:768px){.products__content__collapsible__group .title-icon{width:23px;height:23px}}.products__content__collapsible__group .title-icon:after{display:block;content:"";border-style:solid;border-width:3px 0 3px 8px;border-color:transparent transparent transparent #f9f9f9}@media screen and (min-width:768px){.products__content__collapsible__group .title-icon:after{border-width:4px 0 4px 10px}}.products__content__collapsible__gallery{display:none;padding:21px 0 25px 1em;background-color:#e3f5f5}.products__content__collapsible__gallery .products-gallery{position:relative;width:40%;padding:13px 6px 0;border-radius:3px;border:solid 1px #b5b5b5;background-color:#f9f9f9}.products__content__collapsible__gallery .products-gallery__image{max-width:720px;width:100%}.products__content__collapsible__gallery .products-gallery__title{padding:0 10px;text-align:center;font-size:1rem;letter-spacing:2.4px;color:#5b5b5b}@media screen and (min-width:768px){.products__content__collapsible__gallery .products-gallery__title{padding:0 1em;font-size:24px}}@media screen and (min-width:1024px){.products__content__collapsible__gallery .products-gallery__title{font-size:28px}}.products__content__collapsible__gallery .products-gallery__description{padding:9px 1rem 1rem;font-size:0.8125rem;text-align:justify;color:var(--brownish-grey)}@media screen and (min-width:768px){.products__content__collapsible__gallery .products-gallery__description{padding:1em;font-size:20px}}@media screen and (min-width:1024px){.products__content__collapsible__gallery .products-gallery__description{font-size:26px}}.products__content__text{position:absolute;top:0;right:0;width:6.5%;-webkit-transform:translate(50%,15%);transform:translate(50%,15%)}.products__content__text img{width:100%}.solution{position:relative;margin-top:40px;padding-top:35%;background:url("../images/solution-bg-m.svg?v=1709193784703") no-repeat;background-position:left top;background-size:cover;padding-bottom:25%}@media screen and (min-width:1200px){.solution{padding-top:8%;margin-top:-60px;background:url("../images/solution-bg.svg?v=1709193784703") no-repeat;background-size:59.6%;padding-bottom:0}}@media screen and (min-width:1200px){.solution__title{width:calc(100% - 4%);margin-bottom:100px;-webkit-transform:translateX(4%);transform:translateX(4%)}}.solution__slider.splide{display:none}@media screen and (min-width:1200px){.solution__slider.splide{display:block}}@media screen and (min-width:1200px){.solution__slider.swiper{display:none}}.solution__slider__item{position:relative;overflow:hidden;cursor:pointer}@media screen and (min-width:1200px){.solution__slider__item{border-radius:10px;border-style:solid;border-width:3px;border-image-source:linear-gradient(to bottom,#fff,#d9ecee);border-image-slice:1;background-image:-webkit-gradient(linear,left bottom,left top,from(#dcdcdc),to(#dcdcdc)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#d9ecee));background-image:linear-gradient(to top,#dcdcdc,#dcdcdc),linear-gradient(to bottom,#fff,#d9ecee);background-origin:border-box;background-clip:content-box,border-box}}.solution__slider__item:hover .solution__slider__item__cover{background-color:rgba(0,0,0,0.5)}.solution__slider__item:hover .solution__slider__item__info{z-index:5}.solution__slider__item__cover{display:none;position:absolute;top:0;left:0;z-index:4;width:100%;height:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media screen and (min-width:1200px){.solution__slider__item__cover{display:block}}.solution__slider__item__image{position:relative;z-index:1;width:100%;border-radius:10px;border-style:solid;border-width:3px;border-image-source:linear-gradient(to bottom,#fff,#d9ecee);border-image-slice:1;background-image:-webkit-gradient(linear,left bottom,left top,from(#dcdcdc),to(#dcdcdc)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#d9ecee));background-image:linear-gradient(to top,#dcdcdc,#dcdcdc),linear-gradient(to bottom,#fff,#d9ecee);background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}@media screen and (min-width:1200px){.solution__slider__item__image{border:none;background:none}}.solution__slider__item__image img{width:100%}.solution__slider__item__info{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2%}@media screen and (min-width:1200px){.solution__slider__item__info{position:absolute;top:0;left:0;z-index:0;padding:0 3%}}@media screen and (min-width:1600px){.solution__slider__item__info{padding:0 7.2%}}.solution__slider__item__info__description{font-size:1rem;line-height:1.58;letter-spacing:1.25px;text-align:center;color:var(--brownish-grey)}@media screen and (min-width:1200px){.solution__slider__item__info__description{font-size:22px;color:#fff;text-shadow:0 0 4.8px #323437}}@media screen and (min-width:1600px){.solution__slider__item__info__description{font-size:25px}}.solution__slider__item__tag{position:absolute;bottom:0;left:50%;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:8em;height:8em;padding-top:0.6em;-webkit-transform:translate(-50%,74%);transform:translate(-50%,74%);background-color:var(--blue-green);font-size:1.25rem;font-weight:bold;letter-spacing:7.5px;color:#f4f4f4;border-radius:50%}@media screen and (min-width:1200px){.solution__slider__item__tag{font-size:32px}}@media screen and (min-width:1600px){.solution__slider__item__tag{font-size:37px}}.solution__slider__item__tag.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:1200px){.solution__slider__item__tag.mobile{display:none}}.solution__slider__item__tag.pc{display:none}@media screen and (min-width:1200px){.solution__slider__item__tag.pc{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:1200px){.solution__slider .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}}.solution__text{position:absolute;top:0;right:0;width:77.6%;margin-top:3%}@media screen and (min-width:1200px){.solution__text{position:unset;width:44%;margin-top:2%}}@media screen and (min-width:1600px){.solution__text{width:46.6%;margin-top:3%}}.solution__text img{width:100%}.solution .splide__arrows,.solution .splide__pagination{display:none}.news{padding:0 5%}@media screen and (min-width:768px){.news{padding:0 16%}}@media screen and (min-width:1000px){.news{padding:0 20%}}@media screen and (min-width:1200px){.news{margin-top:-26%;padding:0 0 0 4%}}.news__content{position:relative;width:100%}@media screen and (min-width:1200px){.news__content{padding:0 8% 0 36.5%;margin-top:-35px}}@media screen and (min-width:1820px){.news__content{padding:0 11% 0 39.5%}}.news__content__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}.news__content__item__line{width:100%;height:2px;border-radius:2.5px;background-image:-webkit-gradient(linear,left top,right top,from(#d9f1f1),to(#f9f9f9));background-image:linear-gradient(to right,#d9f1f1,#f9f9f9)}@media screen and (min-width:1200px){.news__content__item__line{height:6px}}.news__content__item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width:1200px){.news__content__item__info{padding:0 2% 0 4%}}.news__content__item__info__main{padding:20px 0}@media screen and (min-width:1200px){.news__content__item__info__main{padding:48px 0}}.news__content__item__info__main__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news__content__item__info__main__summary.single{padding:10px 0}@media screen and (min-width:1200px){.news__content__item__info__main__summary.single{padding:22px 0}}.news__content__item__info__main__summary .news-date{width:6em;margin-right:10px;font-size:0.875rem;letter-spacing:1.5px;color:#282828}@media screen and (min-width:768px){.news__content__item__info__main__summary .news-date{font-size:20px}}@media screen and (min-width:1024px){.news__content__item__info__main__summary .news-date{font-size:26px}}@media screen and (min-width:1366px){.news__content__item__info__main__summary .news-date{font-size:30px}}@media screen and (min-width:1600px){.news__content__item__info__main__summary .news-date{margin-right:31px;font-size:36px;letter-spacing:3.5px}}.news__content__item__info__main__summary .news-headline{font-size:1rem;font-weight:bold;line-height:2;letter-spacing:1.5px;color:var(--blue-green)}@media screen and (min-width:768px){.news__content__item__info__main__summary .news-headline{font-size:22px}}@media screen and (min-width:1024px){.news__content__item__info__main__summary .news-headline{font-size:28px}}@media screen and (min-width:1366px){.news__content__item__info__main__summary .news-headline{font-size:32px}}@media screen and (min-width:1600px){.news__content__item__info__main__summary .news-headline{font-size:36px;letter-spacing:3.5px}}.news__content__item__info__main__description .news-article{font-size:0.75rem;line-height:1.8;letter-spacing:0.6px;text-align:justify;color:#555}@media screen and (min-width:768px){.news__content__item__info__main__description .news-article{font-size:16px}}@media screen and (min-width:1024px){.news__content__item__info__main__description .news-article{font-size:20px}}@media screen and (min-width:1366px){.news__content__item__info__main__description .news-article{font-size:22px}}@media screen and (min-width:1600px){.news__content__item__info__main__description .news-article{font-size:26px;letter-spacing:1px}}.news__content__item__info__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:23px;min-width:23px;height:23px;margin-left:10px;background-image:-webkit-gradient(linear,left top,left bottom,from(#cbefef),to(var(--blue-green)));background-image:linear-gradient(to bottom,#cbefef,var(--blue-green));border-radius:50%}@media screen and (min-width:1024px){.news__content__item__info__icon{width:42px;min-width:42px;height:42px;margin-left:30px}}@media screen and (min-width:1600px){.news__content__item__info__icon{width:66px;min-width:66px;height:66px;margin-left:30px}}.news__content__item__info__icon img{width:7px}@media screen and (min-width:1024px){.news__content__item__info__icon img{width:12px}}@media screen and (min-width:1600px){.news__content__item__info__icon img{width:17px}}.news__content__text{position:absolute;top:-54%;width:15%;right:0}@media screen and (min-width:560px){.news__content__text{width:9%}}@media screen and (min-width:768px){.news__content__text{top:-64%;right:-20%;width:10%}}@media screen and (min-width:1200px){.news__content__text{top:129px;right:unset;width:6%;-webkit-transform:translateX(-120%);transform:translateX(-120%)}}.news__content__text img{width:100%}.additional{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10% 5%;background:url("../images/additional-bg-m.svg?v=1709193784703") no-repeat;background-position:right top;background-size:cover}@media screen and (min-width:1200px){.additional{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:15% 5.4% 5.5%;margin-top:-5%;background-size:60%}}@media screen and (min-width:1820px){.additional{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:17% 7.4% 7.5%;margin-top:-5%;background-size:60%}}.additional .contact,.additional .download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:26px 12%;border-radius:4px;border:solid 2px #b5b5b5;background-color:#f9f9f9}@media screen and (min-width:1024px){.additional .contact,.additional .download{padding:50px 37px;border-radius:10px}}@media screen and (min-width:1200px){.additional .contact,.additional .download{width:49%;padding:40px 22px}}@media screen and (min-width:1366px){.additional .contact,.additional .download{width:47.5%;padding:30px 37px}}.additional .contact__title{margin-bottom:6px}@media screen and (min-width:1200px){.additional .contact__title{margin-left:4em}}.additional .contact__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.additional .contact__item__text{width:100%;margin-bottom:14px;font-size:1rem;line-height:2;letter-spacing:2px;color:#555;text-align:center}@media screen and (min-width:768px){.additional .contact__item__text{font-size:22px}}@media screen and (min-width:1024px){.additional .contact__item__text{font-size:28px}}@media screen and (min-width:1200px){.additional .contact__item__text{font-size:32px;line-height:2;letter-spacing:5px}}@media screen and (min-width:1600px){.additional .contact__item__text{font-size:36px;line-height:2.2;letter-spacing:7px}}.additional .contact__item__tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.9375rem;width:50%;letter-spacing:0.38px;color:#555}@media screen and (min-width:768px){.additional .contact__item__tel{font-size:20px}}@media screen and (min-width:1024px){.additional .contact__item__tel{font-size:22px}}@media screen and (min-width:1200px){.additional .contact__item__tel{font-size:24px;letter-spacing:0.5px}}@media screen and (min-width:1600px){.additional .contact__item__tel{font-size:28px;letter-spacing:0.7px}}.additional .contact__item__tel:before{display:block;width:22px;height:22px;margin-right:3px;background:url("../images/icon-tel.svg?v=1709193784703") no-repeat;background-size:contain;content:""}@media screen and (min-width:768px){.additional .contact__item__tel:before{width:26px;height:26px;margin-right:10px}}@media screen and (min-width:1024px){.additional .contact__item__tel:before{width:30px;height:30px;margin-right:16px}}@media screen and (min-width:1200px){.additional .contact__item__tel:before{width:36px;height:36px;margin-right:20px}}@media screen and (min-width:1600px){.additional .contact__item__tel:before{width:41px;height:41px;margin-right:23px}}.additional .download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:6%;margin-top:20px}@media screen and (min-width:1200px){.additional .download{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0;padding:0}}@media screen and (min-width:1366px){.additional .download{margin-top:0;padding:0 4%}}@media screen and (min-width:1820px){.additional .download{margin-top:0;padding:0 7%}}.additional .download__title{margin-bottom:5px}.additional .download__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:37px;width:37px;height:37px;margin-left:calc(5em + 2px);background-image:-webkit-gradient(linear,left top,left bottom,from(#cbefef),to(var(--blue-green)));background-image:linear-gradient(to bottom,#cbefef,var(--blue-green));border-radius:50%}@media screen and (min-width:1024px){.additional .download__icon{min-width:46px;width:46px;height:46px}}@media screen and (min-width:1200px){.additional .download__icon{min-width:60px;width:60px;height:60px;margin-left:20px}}@media screen and (min-width:1366px){.additional .download__icon{min-width:70px;width:70px;height:70px;margin-left:50px}}@media screen and (min-width:1600px){.additional .download__icon{min-width:114px;width:114px;height:114px;margin-left:68px}}.additional .download__icon img{width:16px}@media screen and (min-width:1200px){.additional .download__icon img{width:32px}}@media screen and (min-width:1366px){.additional .download__icon img{width:36px}}@media screen and (min-width:1600px){.additional .download__icon img{width:46px}}.mobile{display:block}@media screen and (min-width:1200px){.mobile{display:none}}.pc{display:none}@media screen and (min-width:1200px){.pc{display:block}}