@charset "UTF-8";

.top-hero{background:url(/ldg/ja/air/guide/solution/melcool/img/heroimg.jpg) no-repeat 50% 50% / cover;color:#fff;text-align:center;position:relative;}
.top-hero .container{max-width:1200px !important;padding:160px 13px 140px !important;}
.top-hero__copy-top{font-weight:700;font-feature-settings:"palt";letter-spacing:0.06em;margin-bottom:25px;font-size:3.4rem;}
.top-hero__copy-bottom{font-weight:700;margin-top:35px;font-size:2.2rem;line-height:calc(35/22);}
.top-hero__title{display:flex;align-items:flex-end;justify-content:center;font-size:3.4rem;line-height:1;}
.top-hero__title img{width:calc(100% - 4em - 10px);max-width:720px;}
.top-hero__title span{margin-left:10px;white-space:nowrap;}
.top-hero__btn-wrap{display:flex;align-items:center;justify-content:flex-end;gap:0 12px;position:absolute;top:26px;right:30px;z-index:1;}
.top-hero__btn-wrap .text{margin:0 50px 0 17px;}
.top-hero__btn-wrap li{width:328px;}
.top-hero__btn-wrap li .top-hero__link{border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;background-color:#3451bd;height:60px;position:relative;}
.top-hero__btn-wrap li .top-hero__link::before{background-color:#fff;border-radius:50%;content:"";width:34px;height:34px;position:absolute;top:calc(50% - 17px);right:18px;}
.top-hero__btn-wrap li .top-hero__link::after{background:url(/ldg/ja/air/guide/solution/melcool/common/img/icon_blue_blank.png) left top/cover no-repeat;content:"";width:13px;height:13px;position:absolute;top:calc(50% - 7px);right:28px;}
.top-hero__btn-wrap li .top-hero__link.blue{background-color:#52b9ee;}
.top-hero__btn-wrap li .top-hero__link.blue::after{background-image:url(/ldg/ja/air/guide/solution/melcool/common/img/icon_light_blue_blank.png);}
.top-hero__btn-wrap li .top-hero__link img{width:146px;}
.top-hero__copy-top, .top-hero__title, .top-hero__copy-bottom, .top-hero__link, .top-hero__btn-caption{filter:drop-shadow(rgba(0, 0, 0, 0.4) 0px 0 35px);}
@media (any-hover:hover){
    .top-hero__btn-wrap li .top-hero__link{filter:brightness(1);transition:filter 0.3s ease;}
    .top-hero__btn-wrap li .top-hero__link:hover{filter:brightness(1.3);}
}
@media only screen and (max-width:767.98px){
    .top-hero{background-image:url(/ldg/ja/air/guide/solution/melcool/img/heroimg_sp.jpg);}
    .top-hero .container{padding:40px 15px 0 !important;}
    .top-hero__copy-top{margin-bottom:10px;font-size:1.7rem;}
    .top-hero__copy-bottom{margin-top:15px;font-size:1.5rem;line-height:calc(43.5/30)}
    .top-hero__title{font-size:1.4rem;}
    .top-hero__title img{width:calc(100% - 4em - 6px);max-width:282px;}
    .top-hero__title span{margin-left:6px;}
    .top-hero__btn-wrap{display:flex;flex-direction:column;align-items:center;gap:10px 0;padding-bottom:40px;margin-top:25px;position:relative;top:auto;right:auto;}
    .top-hero__btn-wrap .text{margin:0 45px 0 15px;}
    .top-hero__btn-wrap li{width:265px;}
    .top-hero__btn-wrap li .top-hero__link{border:2px solid #fff;font-size:1.4rem;height:45px;}
    .top-hero__btn-wrap li .top-hero__link::before{width:20px;height:20px;;top:calc(50% - 10px);right:14px;}
    .top-hero__btn-wrap li .top-hero__link::after{width:8px;height:8px;top:calc(50% - 4px);right:20px;}
    .top-hero__btn-wrap li .top-hero__link img{width:115px;}
    .top-hero__copy-top, .top-hero__title, .top-hero__copy-bottom, .top-hero__link, .top-hero__btn-caption{filter:none;}
}

.top-anchor{background-color:#3451bd;}
.top-anchor__list{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;}
.top-anchor__list>li{position:relative;}
.top-anchor__list>li::before{background-color:#5572dd;content:"";position:absolute;top:calc(50% - 15px);left:0;width:1px;height:30px;}
.top-anchor__list>li:last-child::after{background-color:#5572dd;content:"";position:absolute;top:calc(50% - 15px);right:0;width:1px;height:30px;}
.top-anchor__list>li a{color:#fff;font-size:2.0rem;font-weight:700;display:flex;align-items:center;justify-content:center;height:80px;position:relative;z-index:1;}
.top-anchor__list>li a::before{background-color:transparent;content:"";position:absolute;top:0;left:0;width:calc(100% + 1px);height:100%;}
.top-anchor__list>li:last-child a::before{width:100%;}
.top-anchor__list>li a>span{display:block;position:relative;padding-right:20px;}
.top-anchor__list>li a>span::after{border-right:2px solid #fff;border-bottom:2px solid #fff;content:"";position:absolute;top:calc(50% - 5px);right:0;width:9px;height:9px;transform:rotate(45deg);}
@media (any-hover:hover){
    .top-anchor__list>li a::before{transition:background-color 0.3s ease;}
    .top-anchor__list>li a:hover::before{background-color:#4469f6;}
}
@media only screen and (max-width:767.98px){
    .top-anchor__list{grid-template-columns:repeat(2,1fr);}
    .top-anchor__list>li:nth-of-type(n+3){border-top:1px solid #5572dd;}
    .top-anchor__list>li::before{top:calc(50% - 10px);height:20px;}
    .top-anchor__list>li:nth-of-type(odd)::before{display:none;}
    .top-anchor__list>li:last-child::after{display:none;}
    .top-anchor__list>li a{font-size:1.5rem;height:58px;}
    .top-anchor__list>li a>span{display:block;position:relative;padding-right:20px;}
    .top-anchor__list>li a>span::after{border-right:2px solid #fff;border-bottom:2px solid #fff;content:"";position:absolute;top:calc(50% - 5px);right:0;width:9px;height:9px;transform:rotate(45deg);}
}

.top-worries{margin:0;padding-top:85px;}
.top-worries__title{display:flex;flex-direction:column;justify-content:center;font-weight:700;text-align:center;position:relative;z-index:1;}
.top-worries__title small{display:block;font-size:2rem;}
.top-worries__title span{color:#d90000;display:block;font-size:3.4rem;}
.top-worries__talk{position:relative;}
.top-worries__talk-comment{display:flex;flex-direction:column;text-align:center;}
.top-worries__talk-comment span{color:#d90000;font-weight:700;}
.top-worries__products{background-color:#f3f7ff;margin-bottom:80px;padding:45px 0 80px;}
.top-worries__products-copy{display:flex;justify-content:center;font-size:2.0rem;font-weight:700;text-align:center;margin-bottom:30px;}
.top-worries__products-copy span{display:block;position:relative;}
.top-worries__products-copy span::after{background-color:#333;content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;}
.top-worries__products-title{display:flex;flex-direction:column;align-items:center;text-align:center;}
.top-worries__products-title__copy{font-size:2.4rem;font-weight:700;}
.top-worries__products-title__logo{color:#0077c2;display:flex;align-items:flex-end;justify-content:center;font-size:3.0rem;line-height:1;width:100%;}
.top-worries__products-title__logo img{width:calc(100% - 4em - 10px);max-width:644px;}
.top-worries__products-title__logo span{margin-left:10px;white-space:nowrap;font-weight:700;}
@media print,screen and (min-width:768px) and (max-width:1215px){
    .top-worries__talk-comment{font-size:calc(16/1215*100vw);}
}
@media print,screen and (min-width:768px){
    .top-worries__title{margin-bottom:calc(90/1174*-100%);}
    .top-worries__talk-comment{line-height:1.6;position:absolute;top:0;}
    .top-worries__talk-comment.comment-01{margin-top:calc(60/1174*100%);left:calc(33/1174*100%);width:calc(230/1174*100%);}
    .top-worries__talk-comment.comment-02{margin-top:calc(82/1174*100%);left:calc(818/1174*100%);width:calc(253/1174*100%);}
    .top-worries__talk-comment.comment-03{margin-top:calc(170/1174*100%);left:calc(228/1174*100%);width:calc(235/1174*100%);}
    .top-worries__talk-comment.comment-04{margin-top:calc(308/1174*100%);left:calc(0/1174*100%);width:calc(240/1174*100%);}
    .top-worries__talk-comment.comment-05{margin-top:calc(270/1174*100%);left:calc(900/1174*100%);width:calc(275/1174*100%);}
}
@media only screen and (max-width:767.98px){
    .top-worries{padding-top:40px;}
    .top-worries__title small{font-size:1.5rem;}
    .top-worries__title span{font-size:2.4rem;}
    .top-worries__talk{margin-top:30px;}
    .top-worries__talk picture{display:block;margin:15px auto 0;width:257px;}
    .top-worries__talk-comment{background-color:#e0e0e0;border-radius:5px;display:block;font-size:1.4rem;text-align:left;padding:10px 20px;}
    .top-worries__talk-comment+.top-worries__talk-comment{margin-top:10px;}
    .top-worries__products{margin-bottom:50px;padding:30px 0 40px;}
    .top-worries__products-copy{font-size:1.4rem;margin-bottom:10px;}
    .top-worries__products-title__copy{font-size:1.5rem;margin-bottom:10px;}
    .top-worries__products-title__logo img{width:263px;}
    .top-worries__products-title__logo span{margin-left:5px;font-size:1.2rem;}
}

.top-solutions{background-color:#f3f7ff;padding:100px 0 125px;margin:100px 0 0;}
.top-solutions__title{display:flex;flex-direction:column;align-items:center;font-weight:700;overflow:hidden;}
.top-solutions__title>span{display:block;font-size:3.4rem;position:relative;padding:0 18px;}
.top-solutions__title>span::before,
.top-solutions__title>span::after{background-color:#cdd2e7;content:"";position:absolute;top:50%;left:calc(100% - .5em);width:100vw;height:1px;}
.top-solutions__title>span::after{left:auto;right:100%;}
.top-solutions__title>small{color:#3451bd;display:block;font-size:2rem;}
.top-solutions__anchor{background-color:rgba(0,0,0,.05);box-shadow:0 0 30px 0 rgba(0,0,0,.05);border-radius:10px;display:grid;grid-template-columns:repeat(7,1fr);margin-top:35px;overflow:hidden;}
.top-solutions__anchor li{display:flex;}
.top-solutions__anchor li+li{border-left:1px solid #d6e4ff;}
.top-solutions__anchor li a{background-color:#fff;color:#333;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1.7;text-align:center;padding:23px 10px;width:100%;height:100%;}
.top-solutions__anchor li a span{display:block;position:relative;padding-bottom:18px;}
.top-solutions__anchor li a span::after{border-right:2px solid #3451bd;border-bottom:2px solid #3451bd;content:"";position:absolute;bottom:0;left:calc(50% - 5px);width:9px;height:9px;transform:rotate(45deg);}
.top-solutions__section{padding-top:80px;}
.top-solutions__section+.top-solutions__section{border-top:1px solid #cdd2e7;margin-top:100px;padding-top:100px;}
.top-solutions__layout{display:grid;grid-template-columns:1fr calc(525/1174*100%);gap:45px calc(55/1174*100%);grid-template-rows:repeat(3, auto);}
.top-solutions__sub-title{display:grid;grid-template-columns:75px 1fr;align-items:center;font-size:2.8rem;font-weight:700;position:relative;}
.top-solutions__sub-title img{width:64px;}
.top-solutions__sub-title sup{font-size:1.6rem;}
.top-solutions__sub-title >span.green{display:flex;flex-wrap:wrap;gap:0 25px;align-items:center;}
.top-solutions__sub-title >span.green span{background-color:#0f8a1c;border-radius:4px;color:#fff;display:block;font-size:1.6rem;padding:7px 15px 9px;}
.top-solutions__models{display:flex;align-items:center;justify-content:flex-end;gap:5px 12px;}
.top-solutions__models li{background-color:#fff;border:1px solid #d6e4ff;border-radius:4px;display:flex;align-items:center;justify-content:center;width:100%;max-width:260px;height:68px;}
.top-solutions__models li img{width:calc(198/260*100%);}
.top-solutions__info{line-height:1.7;}
.top-solutions__info >p a{color:#333;text-decoration:underline;}
.top-solutions__info-note{font-size:1.3rem;list-style:none;margin-top:12px;}
.top-solutions__info-note li{position:relative;}
.top-solutions__info-note li span.mark{position:absolute;top:0;left:0;}
.top-solutions__info-note.em1 li{padding-left:1em;}
.top-solutions__info-note.em2 li{padding-left:2em;}
.top-solutions__info-title{color:#d90000;font-size:1.8rem;font-weight:700;margin-bottom:15px;}
.top-solutions__info-green{background-color:#ffffff;border:1px solid #0f8a1c;border-radius:4px;color:#d90000;padding:10px;margin-top:20px;padding:15px calc(25/594*100%);}
.top-solutions__img{align-self:center;}
.top-solutions__img img{width:100%;}
.top-solutions__merit{margin-top:25px;}
.top-solutions__merit-title{display:flex;font-size:1.8rem;font-weight:700;overflow:hidden;}
.top-solutions__merit-title span{display:block;position:relative;padding-right:8px;}
.top-solutions__merit-title span::after{background-color:#d6e4ff;content:"";position:absolute;top:50%;left:100%;width:100vw;height:1px;}
.top-solutions__merit-column{display:grid;grid-template-columns:repeat(2,1fr);gap:0 calc(25/584*100%);margin-top:20px;}
.top-solutions__merit-column.single{grid-template-columns:1fr;}
.top-solutions__merit-column dl{display:grid;grid-template-columns:calc(60/280*100%) 1fr;grid-template-rows:auto 1fr;gap:0 calc(12/280*100%);}
.top-solutions__merit-column.single dl{grid-template-columns:calc(60/594*100%) 1fr;gap:0 calc(12/594*100%);}
.top-solutions__merit-column dl::before{grid-column:1/2;grid-row:1/3;background:url(/ldg/ja/air/guide/solution/melcool/common/img/icon-maintenance.png) left top/cover no-repeat;content:"";padding-bottom:100%;width:100%;font-size:0;height:0;margin-top:5px;}
.top-solutions__merit-column dl dt{grid-column:2/3;grid-row:1/2;font-weight:700;}
.top-solutions__merit-column dl dd{grid-column:2/3;grid-row:2/3;font-size:1.4rem;line-height:1.5;margin-top:2px;}
.top-solutions__merit-column dl.top-solutions__merit-column__administrator::before{background-image:url(/ldg/ja/air/guide/solution/melcool/common/img/icon-administrator.png);}
.top-solutions__more{background-color:#fff;border-radius:10px;box-shadow:0 0 30px 0 rgba(0,0,0,.05);display:flex;align-items:center;padding:25px calc(60/1174*100%);}
.top-solutions__more-title{color:#3451bd;font-size:1.8rem;font-weight:700;padding-right:30px;width:calc(255/1054*100%);}
.top-solutions__more-products{flex:1;}
.top-solutions__more-products__product{display:grid;grid-template-columns:1fr calc(225/778*100%) auto;align-items:center;padding:20px 0;}
.top-solutions__more-products__product+.top-solutions__more-products__product{border-top:1px solid #d6e4ff;}
.top-solutions__more-products__product .text{margin-right:20px;}
.top-solutions__more-products__product .img img{width:100%;}
.top-solutions__more-products__product .img.slim img{width:calc(195/225*100%);}
.top-solutions__more-products__product .link{margin-left:35px;}
.top-solutions__more-products__product .link a{position:relative;display:flex;justify-content:center;background-color:#0f51bd;font-weight:700;line-height:1;font-weight:700;color:#fff;border-radius:25px;padding:10px 0 12px;width:188px;}
.top-solutions__more-products__product .link.slim a{background-color:#52b9ee;}
.top-solutions__more-products__product .link a::after{content:"";display:block;border-top:2px solid #fff;border-right:2px solid #fff;width:9px;height:9px;position:absolute;top:0;bottom:0;right:20px;margin:auto;transform:rotate(45deg);}
@media (any-hover:hover){
    .top-solutions__more-products__product .link a{transition:opacity 0.2s ease;}
    .top-solutions__more-products__product .link a:hover{opacity:0.7;}
    .top-solutions__info >p a:hover{text-decoration:none;}
}
@media print,screen and (min-width:768px){
    .top-solutions__sub-title{grid-column:1 / 2;grid-row:1/2;}
    .top-solutions__models{grid-column:2 / 3;grid-row:1/2;}
    .top-solutions__info{grid-column:1 / 2;grid-row:2 / 3;}
    .top-solutions__img{grid-column:2 / 3;grid-row:2 / 3;}
    .top-solutions__more{grid-column:1 / 3;grid-row:3 / 4;}
}
@media only screen and (max-width:767.98px){
    .top-solutions{padding:50px 0 80px;margin:55px 0 0;}
    .top-solutions__title>span{font-size:2.1rem;padding:0 8px;}
    .top-solutions__title>span::before,
    .top-solutions__title>span::after{left:100%;}
    .top-solutions__title>span::after{left:auto;}
    .top-solutions__title>small{font-size:1.3rem;}
    .top-solutions__anchor{background-color:#fff;border-radius:5px;grid-template-columns:1fr;gap:1px 0;margin-top:20px;padding:0 20px;}
    .top-solutions__anchor li{display:block;}
    .top-solutions__anchor li+li{border-left:none;border-top:1px solid #d6e4ff;}
    .top-solutions__anchor li a{justify-content:flex-start;text-align:left;padding:10px 0;height:auto;min-height:58px;}
    .top-solutions__anchor li a span{padding-bottom:0;width:100%;}
    .top-solutions__anchor li a span::after{bottom:calc(50% - 4px);left:auto;right:0;}
    .top-solutions__section{padding-top:45px;}
    .top-solutions__section+.top-solutions__section{margin-top:45px;padding-top:45px;}
    .top-solutions__layout{display:block;}
    .top-solutions__sub-title{display:flex;justify-content:center;align-items:flex-start;font-size:2.1rem;}
    .top-solutions__sub-title img{width:32px;margin-right:8px;}
    .top-solutions__sub-title sup{font-size:1.2rem;}
    .top-solutions__sub-title >span.green{display:block;}
    .top-solutions__sub-title >span.green span{font-size:1.3rem;padding:5px 10px 6px;margin:12px 25px 0 -25px;}
    .top-solutions__models{justify-content:center;gap:0 10px;margin-top:22px;}
    .top-solutions__models li{max-width:154px;height:43px;}
    .top-solutions__models li img{width:124px;}
    .top-solutions__info{margin-top:18px;}
    .top-solutions__info-note{font-size:1.2rem;}
    .top-solutions__info-title{font-size:1.5rem;margin-bottom:8px;}
    .top-solutions__info-green{padding:10px;padding:13px 19px;}
    .top-solutions__img{margin-top:15px;}
    .top-solutions__merit{margin-top:30px;}
    .top-solutions__merit-title{font-size:1.6rem;}
    .top-solutions__merit-title span{padding-right:5px;}
    .top-solutions__merit-column{grid-template-columns:1fr;gap:15px 0;margin-top:15px;}
    .top-solutions__merit-column dl{grid-template-columns:30px 1fr;gap:0 10px;}
    .top-solutions__merit-column.single dl{grid-template-columns:30px 1fr;gap:0 10px;}
    .top-solutions__merit-column dl dt{font-size:1.6rem;}
    .top-solutions__merit-column dl dd{margin-top:0;}
    .top-solutions__more{display:block;text-align:center;padding:30px 35px 5px;margin-top:30px;}
    .top-solutions__more-title{padding-right:0;width:auto;}
    .top-solutions__more-products__product{display:block;padding:10px 0 30px;}
    .top-solutions__more-products__product+.top-solutions__more-products__product{padding-top:25px;}
    .top-solutions__more-products__product .text{margin-right:0;line-height:1.6;}
    .top-solutions__more-products__product .img{margin-top:15px;}
    .top-solutions__more-products__product .img img{width:238px;}
    .top-solutions__more-products__product .img.slim img{width:207px;}
    .top-solutions__more-products__product .link{margin:20px 0 0 0;}
    .top-solutions__more-products__product .link a{border-radius:18px;margin:0 auto;padding:10px 0 12px;width:100%;max-width:245px;}
}

.top-case{padding:100px 0 125px;margin:0;}
.top-case__title{display:flex;flex-direction:column;align-items:center;font-weight:700;overflow:hidden;}
.top-case__title>span{display:block;font-size:3.4rem;position:relative;padding:0 18px;}
.top-case__title>span::before,
.top-case__title>span::after{background-color:#cdd2e7;content:"";position:absolute;top:50%;left:100%;width:100vw;height:1px;}
.top-case__title>span::after{left:auto;right:100%;}
.top-case__title>small{color:#3451bd;display:block;font-size:2rem;}
.top-case__sub-title{display:flex;align-items:flex-end;justify-content:center;font-size:2.8rem;font-weight:700;line-height:1.1;margin-top:30px;}
.top-case__sub-title img{width:264px;margin-right:15px;}
.top-case__list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 calc(40/1174*100%);margin-top:40px;}
.top-case__list a{color:#333;}
.top-case__list-item{border:1px solid #cdd2e7;border-radius:5px;display:grid;grid-template-columns:calc(200/567*100%) 1fr;align-items:center;overflow:hidden;}
.top-case__list-item img{object-fit:cover;width:100%;height:100%;}
.top-case__list-item-content{padding:10px 60px 10px calc(30/366*100%);position:relative;}
.top-case__list-item-content::before{background-color:#3451bd;border-radius:50%;content:"";position:absolute;top:calc(50% - 14px);right:22px;width:28px;height:28px;}
.top-case__list-item-content::after{content:"";display:block;border-top:2px solid #fff;border-right:2px solid #fff;width:9px;height:9px;position:absolute;top:0;bottom:0;right:33px;margin:auto;transform:rotate(45deg);}
.top-case__list-item-content dt{font-weight:700;}
.top-case__list-item-content dd{color:#666;font-size:1.4rem;margin-top:8px;}
@media (any-hover:hover){
    .top-case__list a{transition:opacity 0.2s ease;}
    .top-case__list a:hover{opacity:0.7;}
}
@media only screen and (max-width:767.98px){
    .top-case{padding:55px 0 70px;}
    .top-case__title>span{font-size:2.1rem;padding:0 8px;}
    .top-case__title>small{font-size:1.3rem;}
    .top-case__sub-title{font-size:2.1rem;line-height:1;margin-top:18px;}
    .top-case__sub-title img{width:192px;margin-right:10px;}
    .top-case__list{grid-template-columns:1fr;gap:15px 0;margin-top:30px;}
    .top-case__list a{color:#333;}
    .top-case__list-item{grid-template-columns:100px 1fr;gap:0 10px;padding:25px 30px 25px 15px;}
    .top-case__list-item img{object-fit:initial;width:100%;height:auto;}
    .top-case__list-item-content{padding:0;}
    .top-case__list-item-content::before{top:calc(50% - 10px);right:-20px;width:20px;height:20px;}
    .top-case__list-item-content::after{width:6px;height:6px;right:-12px;}
    .top-case__list-item-content dt{font-size:1.3rem;}
    .top-case__list-item-content dd{font-size:1.2rem;margin-top:5px;}
}

.top-video{background-color:#0f51bd;color:#fff;padding:100px 0 115px;margin:0;}
.top-video__title{display:flex;flex-direction:column;align-items:center;font-weight:700;overflow:hidden;}
.top-video__title span{display:block;font-size:3.4rem;position:relative;padding:0 18px;}
.top-video__title span::before,
.top-video__title span::after{background-color:#cdd2e7;content:"";position:absolute;top:50%;left:100%;width:100vw;height:1px;}
.top-video__title span::after{left:auto;right:100%;}
.top-video__title small{display:block;font-size:2rem;}
.top-video__sub-title{background-color:#fff;display:flex;align-items:center;justify-content:center;height:80px;margin-top:45px;}
.top-video__sub-title.slim{margin-top:75px;}
.top-video__sub-title img{width:auto;height:38px;}
.top-video__sub-title.slim img{width:auto;height:42px;}
.top-video__column{display:grid;grid-template-columns:repeat(3,1fr);gap:30px calc(40/1174*100%);margin-top:30px;}
.top-video__column-item__video{background-color:#000;border-radius:5px;position:relative;padding-top:56.25%;overflow:hidden;}
.top-video__column-item__video video,
.top-video__column-item__video iframe,
.top-video__column-item__video a{position:absolute;top:0;left:0;width:100%;height:100%;}
.top-video__column-item__video a[data-video-poster]::before,
.top-video__column-item__video a[data-youtube-id]::before{box-shadow:0 0 10px 0 rgba(0,0,0,0.5);background-color:#0f51bd;content:"";border:3px solid #fff;border-radius:50%;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;}
.top-video__column-item__video a[data-video-poster]::after,
.top-video__column-item__video a[data-youtube-id]::after{content:"";background-color:#fff;position:absolute;top:calc(50% - 11px);left:calc(50% - 7px);width:20px;height:22px;clip-path:polygon(0% 0%, 100% 50%, 0 100%);}
.top-video__column-item__title{margin-top:15px;}
@media only screen and (max-width:767.98px){
    .top-video{padding:55px 0 60px;margin:0;}
    .top-video__title>span{font-size:2.1rem;padding:0 8px;}
    .top-video__title>small{font-size:1.3rem;}
    .top-video__sub-title{margin-top:30px;}
    .top-video__sub-title.slim{margin-top:50px;}
    .top-video__sub-title img{height:32px;}
    .top-video__sub-title.slim img{height:36px;}
    .top-video__column{grid-template-columns:1fr;gap:25px 0;margin-top:30px;}
    .top-video__column-item__title{margin-top:10px;}
}
