#news-box{width:100%;background-color:#f5f5f5;overflow:hidden}@media screen and (min-width: 750px){#news-box{height:71.3333rem;padding-top:8.3333rem}}@media screen and (max-width: 750px){#news-box{padding:8vw 0 18vw}}@media screen and (min-width: 750px){#news-box .news-list-box{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-left:var(--size-padding-box);padding-right:var(--size-padding-box);height:26.5rem;margin:5.1666rem auto 7rem}}@media screen and (max-width: 750px){#news-box .news-list-box{padding:0 6vw}}#news-box .news-list-box #news-swiper{height:100%}@media screen and (min-width: 750px){#news-box .news-list-box #news-swiper{width:35.4166rem;margin-right:2.1666rem;border:2px solid var(--color-main)}}@media screen and (max-width: 750px){#news-box .news-list-box #news-swiper{width:100%;margin-top:4vw}}#news-box .news-list-box #news-swiper .swiper-pagination{--swiper-pagination-color: #d5ac63;--swiper-pagination-bullet-size: 8px;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: #fff;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;position:absolute;left:auto;bottom:0;right:1rem;z-index:10;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:3.75rem}@media screen and (max-width: 750px){#news-box .news-list-box #news-swiper .swiper-pagination{height:10vw}}#news-box .news-list-box #news-swiper .swiper-pagination .swiper-pagination-bullet{border-radius:50%;-webkit-transition-duration:.2s;transition-duration:.2s}#news-box .news-list-box #news-swiper .swiper-slide{position:relative}#news-box .news-list-box #news-swiper .swiper-slide.swiper-slide-active .title span{-webkit-transition-delay:1s;transition-delay:1s;opacity:1}#news-box .news-list-box #news-swiper .swiper-slide .img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#news-box .news-list-box #news-swiper .swiper-slide .title{position:absolute;bottom:0;left:0;z-index:5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:3.75rem;padding:0 1.5rem;line-height:3.75rem;overflow:hidden;color:#fff;font-size:1.3333rem;background-color:rgba(43,54,137,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media screen and (max-width: 750px){#news-box .news-list-box #news-swiper .swiper-slide .title{height:10vw;line-height:10vw;padding:0 2vw}}#news-box .news-list-box #news-swiper .swiper-slide .title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:75%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;-webkit-transition-delay:0s;transition-delay:0s}@media screen and (min-width: 750px){#news-box .news-list-box .list-box{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2.1666rem;grid-row-gap:1.8333rem;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}}@media screen and (max-width: 750px){#news-box .news-list-box .list-box{margin-top:4vw}}#news-box .news-list-box .list-box .item{position:relative;display:block;padding:2.3333rem 1.8333rem 1.3333rem;-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.1);box-shadow:1px 1px 10px rgba(0,0,0,.1);background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, from(var(--color-main)), to(var(--color-main)));background-image:linear-gradient(var(--color-main), var(--color-main));background-repeat:no-repeat;background-size:0 100%;background-position:0 bottom;-webkit-transition:background-size .4s ease-in-out;transition:background-size .4s ease-in-out}@media screen and (max-width: 750px){#news-box .news-list-box .list-box .item{padding:4vw 4vw 8vw;margin-bottom:4vw}}#news-box .news-list-box .list-box .item:hover{background-size:100% 100%}#news-box .news-list-box .list-box .item:hover .title,#news-box .news-list-box .list-box .item:hover .text{color:#fff}#news-box .news-list-box .list-box .item:hover .icon{left:calc(100% - 2.25rem - 2.3333rem);-webkit-filter:grayscale(1) brightness(2);filter:grayscale(1) brightness(2)}@media screen and (max-width: 750px){#news-box .news-list-box .list-box .item:hover .icon{left:calc(100% - 4vw - 2.3333rem)}}#news-box .news-list-box .list-box .item .title{line-height:1;color:#282828;font-size:1.5rem;-webkit-transition:color .2s;transition:color .2s}@media screen and (max-width: 750px){#news-box .news-list-box .list-box .item .title{font-size:1.3333rem}}#news-box .news-list-box .list-box .item .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.6;margin-top:.8333rem;color:#8a8a8a;font-weight:200;font-size:1.1666rem;-webkit-transition:color .2s;transition:color .2s}@media screen and (max-width: 750px){#news-box .news-list-box .list-box .item .text{font-size:1rem;line-height:1.4;margin-top:2vw}}#news-box .news-list-box .list-box .item .icon{position:absolute;left:2.3333rem;bottom:1.3333rem;z-index:5;width:2.25rem;-webkit-transition-duration:.45s;transition-duration:.45s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}@media screen and (max-width: 750px){#news-box .news-list-box .list-box .item .icon{bottom:3vw;left:4vw;width:6vw}}