@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}@-webkit-keyframes passing-bar-right {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    left: 0;
    right: auto;
    width: 100%;
  }
  100% {
    left: 0;
    right: auto;
    width: 0;
  }
}@keyframes passing-bar-right {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@-webkit-keyframes moveLeft {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}@keyframes moveLeft {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}@-webkit-keyframes moveRight {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}@keyframes moveRight {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}.loading{position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:1000;background:#000}.loading img{width:180px}.passing .passing-bar{position:relative;display:inline-block;transform:translate3d(0,0,0)}.passing .passing-bar:before{content:"";display:inline-block;width:0;position:absolute;left:0;top:9%;bottom:9%;z-index:1;background:#fff}@media screen and (max-width:767px){.passing .passing-bar{position:relative;display:inline-block;transform:translate3d(0,0,0)}.passing .passing-bar:before{content:"";display:inline-block;width:0;position:absolute;left:0;top:9%;bottom:9%;z-index:1;background:#fff}}.passing .passing-txt{opacity:0;transform:translate3d(0,0,0)}.passing.move .passing-bar:before{-webkit-animation:passing-bar .91s ease-out 0s 1 normal forwards;animation:passing-bar .91s ease-out 0s 1 normal forwards}.passing.move .passing-txt{-webkit-animation:passing-txt 0s ease .5s 1 normal forwards;animation:passing-txt 0s ease .5s 1 normal forwards}#main{padding-top:0!important}#main .top-box{margin-bottom:92px;position:relative;z-index:10}@media (min-width:768px) and (max-width:1280px){#main .top-box{margin-bottom:187px;height:auto;min-height:inherit}}@media screen and (max-width:767px){#main .top-box{margin-bottom:118px;height:auto;min-height:inherit}}#main .main-visual{position:relative}@media screen and (max-width:767px){#main .main-visual svg{width: calc(100% + 134px);height:auto;right:-146px;bottom:-10px}}#main .main-visual .sub-box{display:flex;justify-content:flex-end;position:relative}#main .main-visual .sub-box .photo{overflow:hidden;width:63.85%}#main .main-visual .sub-box .photo .passing.move .passing-bar::before{-webkit-animation:passing-bar-right .91s ease-out 0s 1 normal forwards;animation:passing-bar-right .91s ease-out 0s 1 normal forwards}#main .main-visual .sub-box .photo img{width:100%}#main .main-visual .sub-box .photo .passing-bar::before{top:0;bottom:0;height:100%;left:auto;right:0;background:#181818}@media screen and (max-width:767px){#main .main-visual .sub-box .photo{width:calc(100% - 100px)}#main .main-visual .sub-box .photo img{width:100%}#main .main-visual .sub-box .photo .passing-bar{width:100%}#main .main-visual .sub-box .photo .passing-bar::before{top:0;bottom:0;height:100%;left:auto;right:0}}@media (min-width:768px) and (max-width:1280px){#main .main-visual .sub-box .photo{width:64.6%}}#main .main-visual .sub-box .text-box{width:100%;max-width:83.3%;position:absolute;left:50%;top:155px;transform:translateX(-50%);z-index:11}#main .main-visual .sub-box .text-box h2{font-size:1.1vw;font-weight:700;line-height:1.5}#main .main-visual .sub-box .text-box h2 .en{font-family:"Poppins",sans-serif;font-size:3.125vw}#main .main-visual .sub-box .text-box h2 .passing01{margin-top:20px;display:block}#main .main-visual .sub-box .text-box h2 .passing01 .passing-bar{min-width:inherit}#main .main-visual .sub-box .text-box h2 small::after{margin-left:21px;display:inline-block;width:11.25vw;height:2px;content:"";vertical-align:middle;background-color:#fff}@media screen and (max-width:767px){#main .main-visual .sub-box .text-box{max-width:inherit;width:calc(100% - 32px);left:0;top:90px;transform:translateX(0)}#main .main-visual .sub-box .text-box h2{font-size:3.8vw}#main .main-visual .sub-box .text-box h2 .en{font-size:10.6vw}}@media screen and (max-width:767px) and (max-width:374px){#main .main-visual .sub-box .text-box h2 .en{font-size:9.8vw}}@media screen and (max-width:767px){#main .main-visual .sub-box .text-box h2 .passing01{margin-top:14px;font-weight:400}#main .main-visual .sub-box .text-box h2 small::before{width:39.8vw;height:1px;left:30.6vw;bottom:43%}}@media (min-width:768px) and (max-width:1280px){#main .main-visual .sub-box .text-box{max-width:87.5%;top:138px}#main .main-visual .sub-box .text-box h2 .passing01{margin-top:14px}#main .main-visual .sub-box .text-box h2 small::before{left:115px;height:1px;bottom:28px;width:11.7vw}}#main .infomation{margin-top:89px;z-index:10;position:relative}#main .infomation .ttl{margin-bottom:0;font-size:1.25vw;font-weight:normal;font-family:"Poppins",sans-serif}#main .infomation .news{display:flex;align-items:center}#main .infomation .news .time{margin-right:31px;padding-bottom:6px;font-family:"Poppins",sans-serif;position:relative}#main .infomation .news .time::before{margin-top:-11px;width:1px;height:16px;right:-14px;top:50%;background:#fff;content:"";position:absolute}#main .infomation .news .link{position:relative;padding-right:46px}#main .infomation .news .link .txt{width:389px;padding:5px 0;display:inline-block;position:relative;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}#main .infomation .news .link .txt:hover{text-decoration:none}@media screen and (max-width:767px){#main .infomation{margin-top:16px;position:relative;width:auto;transform:none;left:0}#main .infomation .ttl{margin-bottom:-2px;font-size:1.6rem}#main .infomation .news{display:block}#main .infomation .news .time{margin-right:0;display:inline-block;margin-top:5px;font-size:1.6rem;float:left;width:42px}#main .infomation .news .link{display:block;padding-right:56px;font-size:1.6rem;padding-left:72px}#main .infomation .news .link .txt{width:100%;display:inline-block;position:relative}#main .infomation .news .link .txt:hover{text-decoration:underline}#main .infomation .news .link .btn .c-arrow--white{margin-top:-24px}}@media screen and (max-width:374px){#main .infomation{margin-top:60px}}@media (min-width:768px) and (max-width:1280px){#main .infomation{position:static;transform:none;margin-top:-16px}#main .infomation .ttl{margin-bottom:-2px}#main .infomation .news .link .txt{padding:4px 0}#main .infomation .news .time{padding-bottom:7px}}#main .strenrth{margin:-20px 0 180px;position:relative;z-index:10}#main .strenrth .img-txt{margin-bottom:-202px;text-align:right}#main .strenrth .img-txt img{margin-right:-43px;width:62%}#main .strenrth .img-box{margin-bottom:22.75%;display:flex;justify-content:space-between;flex-direction:row-reverse}#main .strenrth .img-box .photo{width:63.9%;position:relative}#main .strenrth .img-box .photo img{width:100%}#main .strenrth .img-box .photo svg{right:-36%;bottom:9.5%}#main .strenrth .img-box .text-box{margin-right:-114px;flex:1;display:flex;justify-content:flex-end;align-items:center}#main .strenrth .img-box .text-box .inner{margin-top:-27px;padding:136px 59px 30px;min-height:504px;width:100%;max-width:566px;background-color:#181818;position:relative;box-sizing:border-box;z-index:5}#main .strenrth .img-box .text-box .inner p.num{position:absolute;right:34px;top:-75px;font-size:7.8vw;font-family:"Poppins",sans-serif;line-height:1}#main .strenrth .img-box .text-box .inner p.ttl{margin-bottom:44px;padding-left:103px;font-size:2.4rem;position:relative}#main .strenrth .img-box .text-box .inner p.ttl img{margin-top:-40px;width:80px;position:absolute;left:0;top:50%}#main .strenrth .img-box--left{flex-direction:row}#main .strenrth .img-box--left .text-box{margin:0 0 0 -114px;justify-content:flex-start}#main .strenrth .img-box--left .photo svg{right:auto;left:-19.2%;bottom:6.5%}#main .strenrth .img-box--right .photo svg{right:-29.1%;bottom:3.4%}#main .strenrth .text-list{border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);box-sizing:border-box}#main .strenrth .text-list li{width:33.3333333333%;padding:55px 40px 60px;position:relative;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);box-sizing:border-box}#main .strenrth .text-list li .num{font-size:5.7rem;font-weight:400;font-family:"Poppins",sans-serif;position:absolute;right:32px;top:-30px;line-height:1}#main .strenrth .text-list li .icon{margin:0 auto 35px;width:114px}#main .strenrth .text-list li .ttl{margin-bottom:20px;text-align:center;font-weight:700;font-family:"Poppins",sans-serif;font-size:2.8rem}#main .strenrth .text-list li .text{font-size:1.4rem;line-height:2.285}@media screen and (max-width:767px){#main .strenrth{margin:-10px 0 55px}#main .strenrth .img-txt{margin:98px 0 -45px;text-align:left;width:435px}#main .strenrth .img-txt img{margin-right:0;margin-left:-40px;width:435px}#main .strenrth .img-box{margin-bottom:120px;display:block}#main .strenrth .img-box .photo{margin:0 0 0 auto;width:calc(100% - 40px)}#main .strenrth .img-box .photo img{width:100%}#main .strenrth .img-box .photo svg{right:-7.5%;bottom:5%;width:83vw}#main .strenrth .img-box .text-box{margin:60px 16px 0;flex:1;display:block}#main .strenrth .img-box .text-box .inner{margin-top:-27px;padding:84px 16px 76px;min-height:inherit;width:100%;max-width:inherit}#main .strenrth .img-box .text-box .inner p{font-size:1.6rem}#main .strenrth .img-box .text-box .inner p.num{right:auto;left:16px;top:-54px;font-size:10rem}#main .strenrth .img-box .text-box .inner p.ttl{margin-bottom:32px;padding-left:96px;line-height:1.5}#main .strenrth .img-box--left .photo{margin:0}#main .strenrth .img-box--left .photo svg{width:180vw;right:auto;left:-6.5%;bottom:-1%}#main .strenrth .img-box--left .text-box{margin:60px 16px 0}#main .strenrth .img-box--left .text-box .inner{padding-top:102px}#main .strenrth .img-box--left .text-box .inner p.num{left:auto;right:14px;top:-50px}#main .strenrth .img-box--left .text-box .inner p.ttl{margin-bottom:50px}#main .strenrth .img-box--right .photo{width:calc(100% - 36px)}#main .strenrth .img-box--right .photo svg{width:100vw;right:-2%;bottom:-14%}#main .strenrth .img-box--right .text-box{margin-top:50px}#main .strenrth .img-box--right .text-box .inner{padding-top:102px}#main .strenrth .img-box--right .text-box .inner p.num{top:-50px}#main .strenrth .img-box--right .text-box .inner p.ttl{margin-bottom:50px}#main .strenrth .text-list{display:block}#main .strenrth .text-list li{width:auto;padding:49px 14px 38px}#main .strenrth .text-list li .num{font-size:4rem;right:18px;top:-21px}#main .strenrth .text-list li .icon{margin-bottom:25px;width:80px}#main .strenrth .text-list li .ttl{margin-bottom:11px;font-size:2rem}}@media (min-width:768px) and (max-width:1280px){#main .strenrth{margin-bottom:126px}#main .strenrth .img-box{margin-bottom:299px}#main .strenrth .img-box .photo{width:64.6%}#main .strenrth .img-box .photo svg{width:31.2vw;bottom:18%;right:-2.3%}#main .strenrth .img-box .text-box{margin-right:-193px}#main .strenrth .img-box .text-box .inner{padding-bottom:116px;min-height:inherit}#main .strenrth .img-box .text-box .inner p{letter-spacing:.01em}#main .strenrth .img-box .text-box .inner p.num{right:55px;top:-50px}#main .strenrth .img-box.img-box--left .text-box{margin:0 0 0 -193px}#main .strenrth .img-box.img-box--left .photo svg{left:-2.1%;bottom:4.8%;width:53vw}#main .strenrth .img-box.img-box--right .photo svg{right:-3.6%;bottom:.1%;width:43vw}#main .strenrth .text-list li{padding:47px 28px 41px}#main .strenrth .text-list li .num{font-size:4rem;right:22px;top:-22px}#main .strenrth .text-list li .icon{margin-bottom:25px;width:80px}#main .strenrth .text-list li .ttl{margin-bottom:11px;font-size:2rem}}#main .media{margin-bottom:156px;padding-top:80px;position:relative;z-index:10}@media (min-width:768px) and (max-width:1280px){#main .media{margin-bottom:197px}}@media screen and (min-width:1280px){#main .media{margin-bottom:424px}}#main .media .img-txt{margin-bottom:-165px;text-align:right}#main .media .img-txt img{margin-right:-1.62%;width:60.83%}@media (min-width:768px) and (max-width:1280px){#main .media .img-txt img{margin-right:-2.45%}}@media screen and (min-width:768px){#main .media .img-txt img{width:50.83%}}@media screen and (min-width:1024px){#main .media .img-txt img{width:37.83%}}@media screen and (max-width:767px){#main .media .img-txt img{margin-right:-27px;width:81%}#main .media .img-txt{margin-bottom:-50px}}#main .media-item{margin:0 16px}@media screen and (min-width:1280px){#main .media-item{max-width:83.3%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}}@media (min-width:768px) and (max-width:1280px){#main .media-item{max-width:87.5%;margin:0 auto}}@media screen and (max-width:767px){#main .media-item{display:flex;flex-wrap:wrap;justify-content:space-between}#main .media-item::before{display:none}#main .media-item::after{display:none}}#main .media-list{width:45%;float:left;margin-bottom:40px}@media screen and (min-width:1024px){#main .media-list{width:40%;max-width:450px}}@media screen and (min-width:768px) and (max-width:1280px){#main .media-list{width: calc((100% - 150px) / 4)}}@media screen and (max-width:767px){#main .media-list{width: calc((100% - 35px) / 2);float:none;margin-left:0!important;margin-right:0!important}}#main .media-list:not(:first-child) {margin-left:3.9vw}@media screen and (min-width:768px) and (max-width:1280px){#main .media-list:not(:first-child) {margin-left:50px}}@media screen and (max-width:767px){#main .media-list:not(:first-child) {margin-left:0}}#main .media-list:nth-child(2n) {margin-top:80px;margin-left:6vw}@media screen and (min-width:1024px){#main .media-list:nth-child(2n) {margin-left:3.9vw}}@media screen and (min-width:768px) and (max-width:1280px){#main .media-list:nth-child(2n) {margin-left:50px}}@media screen and (max-width:767px){#main .media-list:nth-child(2n) {float:none}}#main .media-photo{width:100%;height:143px;overflow:hidden;margin:0 0 16px;position:relative}@media screen and (min-width:768px){#main .media-photo{width:100%;height:193px}}@media screen and (max-width:767px){#main .media-photo{height:86px}}#main .media-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;";transition:1s all;image-rendering:-webkit-optimize-contrast}#main .media-img:hover{opacity:.6;transition-duration:.3s}#main .media-category{padding-top:16px;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (min-width:768px){#main .media-category{display:flex;justify-content:flex-start}}#main .media__tag__box{height:auto}@media screen and (min-width:1024px){#main .media__tag__box{width:90%;height:auto;margin-bottom:8px}}#main .media__tag{display:inline-block;margin:9px 9px 20px 0;padding:5px 15px;color:#fff;font-size:1.4rem;line-height:1;border:1px solid #fff;border-radius:15px}#main .media-ttl{font-size:1.6rem;word-break:break-all}@media screen and (min-width:1024px){#main .media-ttl{font-size:1em;font-weight:400;line-height:2}}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}.product{margin:-20px 0 424px;position:relative;z-index:10}.product .img-txt{margin-bottom:-147px}.product .img-txt img{margin-left:-39px;width:55.73%}.product .c-ttl-box{margin-bottom:7px}.product .c-ttl-box .txt h3{margin-bottom:18px}.product .c-ttl-box .r-txt{margin-top:-20px}@media screen and (max-width:767px){.product{margin:0 0 135px}.product .img-txt{margin-bottom:-120px;width:404px}.product .img-txt img{margin-left:-20px;width:100%}.product .c-ttl-box{margin-bottom:103px;padding-bottom:0}.product .c-ttl-box .txt h3{margin-bottom:8px}.product .c-ttl-box .r-txt{margin-top:42px}}@media (min-width:768px) and (max-width:1280px){.product{margin-bottom:197px}.product .c-ttl-box .txt h3{margin-bottom:11px}.product .c-ttl-box .r-txt{margin-top:51px;width:48.2%}}.product .slide-box{position:relative;width:91.65%}.product .slide-box .slide-ul .slick-slide>div{padding-top:108px}.product .slide-box .slide-ul .slick-slide>div .picture{height:35.26vw;background-size:cover;background-position:center;position:relative}@media screen and (max-width:767px){.product .slide-box .slide-ul .slick-slide>div .picture{height:67.467vw}}.product .slide-box .slide-ul .slick-slide>div .picture::before{content:"";position:absolute;top:0;left:0;width:40%;bottom:0;background:#111;background:linear-gradient(90deg,#111 0%,rgba(17,17,17,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1)}@media screen and (max-width:767px){.product .slide-box .slide-ul .slick-slide>div .picture::before{width:30%;opacity:.5}.product .slide-box .slide-ul .slick-slide>div .picture::after{content:"";position:absolute;top:0;right:0;width:30%;bottom:0;background:#111;background:linear-gradient(90deg,rgba(17,17,17,0) 0%,#111 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);opacity:.5}}.product .slide-box .slide-ul .slick-slide>div a{display:block}.product .slide-box .slide-ul .slick-slide>div a img{width:100%}.product .slide-box .slide-ul .next .picture,
.product .slide-box .slide-ul .next p:not(.num) {-webkit-animation:moveLeft 1.5s forwards;animation:moveLeft 1.5s forwards}.product .slide-box .slide-ul .prev img,
.product .slide-box .slide-ul .prev p:not(.num) {-webkit-animation:moveRight 1.5s forwards;animation:moveRight 1.5s forwards}.product .slide-box .slide-ul li{position:relative;vertical-align:top}.product .slide-box .slide-ul li p{position:absolute;left:13.3%;right:13.3%;top:39.4%;font-size:1.25vw}.product .slide-box .slide-ul li p span.tit{margin-bottom:28px;display:block;line-height:1;font-weight:700;font-size:4.7vw;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;font-family:"Poppins",sans-serif}.product .slide-box .slide-ul li p span.txt{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.product .slide-box .slide-ul li p.num{font-family:"Poppins",sans-serif;font-size:11.3vw;left:auto;right:29px;top:-108px;line-height:1}@media screen and (max-width:767px){.product .slide-box{position:relative;width:auto}.product .slide-box .slide-ul .slick-slide>div{padding-top:0}.product .slide-box .slide-ul .slick-list{overflow:visible}.product .slide-box .slide-ul li{padding-top:0;position:relative}.product .slide-box .slide-ul li p{left:16px;top:auto;bottom:-69px;font-size:1.6rem}.product .slide-box .slide-ul li p span.tit{margin-bottom:13px;font-size:4.8rem}.product .slide-box .slide-ul li p.num{font-size:8rem;left:auto;right:12px;top:-41px;bottom:auto}}@media (min-width:768px) and (max-width:1280px){.product .slide-box{width:93.8%}.product .slide-box .slide-ul .slick-slide>div{padding-top:68px}.product .slide-box .slide-ul li p span{margin-bottom:15px}.product .slide-box .slide-ul li p.num{right:36px;top:-49px;font-size:10rem}}.product .slide-box .nav-box{padding:30px 40px 31px;display:flex;justify-content:space-between;align-items:center;position:absolute;width:30.5%;right:0;bottom:-1px;background-color:#111;z-index:10;box-sizing:border-box}.product .slide-box .nav-box .list li{display:inline-block;font-family:"Poppins",sans-serif;position:relative}.product .slide-box .nav-box .list li span{opacity:0;transition:opacity 1.5s}.product .slide-box .nav-box .list li span.on{opacity:1}.product .slide-box .nav-box .list li span.abs{position:absolute;left:0;top:0}.product .slide-box .nav-box .list li::after{margin-left:5px;content:"/"}.product .slide-box .nav-box .list li:last-child::after{display:none}.product .slide-box .nav-box .arrow{width:44.5%;display:flex;justify-content:space-between}.product .slide-box .nav-box .arrow li{position:relative;width:4.584vw;height:4.584vw;display:flex;justify-content:center;align-items:center;cursor:pointer}.product .slide-box .nav-box .arrow li img{width:10px}.product .slide-box .nav-box .arrow li .c-arrow--white{width:100%;height:100%;margin-top:0;top:0}.product .slide-box .nav-box .arrow li .c-arrow--white small{width:10px;height:15px;background-image:url(https://www.impl.co.jp/wp-content/themes/strix_impl/img/common/icon12_on.png);background-size:10px auto}.product .slide-box .nav-box .arrow li:last-child .c-arrow--white small{background-image:url(https://www.impl.co.jp/wp-content/themes/strix_impl/img/common/icon13_on.png)}@media screen and (max-width:767px){.product .slide-box .nav-box{background:none;position:static}.product .slide-box .nav-box .list{position:absolute;left:18px;top:3px;margin-top:-18px}.product .slide-box .nav-box .list li{font-size:1.6rem}.product .slide-box .nav-box .list li::after{margin-left:-3px;content:"/"}.product .slide-box .nav-box .list li:last-child::after{display:none}.product .slide-box .nav-box .arrow{width:auto}.product .slide-box .nav-box .arrow li{margin-top:-30px;position:absolute;left:15px;top:50%;transform:translateY(-50%);width:59px;height:59px;border-radius:50%}.product .slide-box .nav-box .arrow li img{width:10px}.product .slide-box .nav-box .arrow li:hover{opacity:1}.product .slide-box .nav-box .arrow li:last-child{left:auto;right:15px}.product .slide-box .nav-box .arrow li .c-arrow--white small{background:none!important}}@media (min-width:768px) and (max-width:1280px){.product .slide-box .nav-box{width:31.3%;bottom:102px}.product .slide-box .nav-box .list li::after{margin-left:-3px}.product .slide-box .nav-box .arrow{width:46.5%}}.work{margin-bottom:174px;position:relative;z-index:10}.work .img-txt{margin-bottom:-165px;text-align:right}.work .img-txt img{margin-right:-317px;width:76.15%}@media (min-width:768px) and (max-width:1280px){.work .img-txt{margin-bottom:-100px}.work .img-txt img{margin-right:-242px;width:78%}}.work .c-ttl-box{margin-bottom:28px}.work .c-ttl-box .txt h3{margin-bottom:18px}.work .c-ttl-box .r-txt{margin-top:-14px}@media screen and (max-width:767px){.work{margin-bottom:156px}.work .img-txt{margin:0 0 -55px -90px;width:auto}.work .img-txt img{margin-right:0;width:558px;max-width:inherit}.work .c-ttl-box{margin-bottom:57px;padding:0}.work .c-ttl-box .txt h3{margin-bottom:7px}.work .c-ttl-box .r-txt{margin-top:40px}}@media (min-width:768px) and (max-width:1280px){.work{margin-bottom:163px}.work .c-ttl-box{margin-bottom:76px}.work .c-ttl-box .r-txt{margin-top:3px;width:49.3%}.work .c-ttl-box .txt h3{margin-bottom:10px}}.work .slide-box{margin-left:8.35%}.work .slide-box .slide-ul .slick-list{overflow:visible}.work .slide-box .slide-ul .slick-slide>div{padding-right:4.125vw}.work .slide-box .slide-ul .slick-slide>div a{display:block;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}.work .slide-box .slide-ul .slick-slide>div li.c-more--white{position:relative}.work .slide-box .slide-ul .slick-slide>div li.c-more--white a{margin:0 auto;width:300px;height:300px;position:relative}.work .slide-box .slide-ul .slick-slide>div li.c-more--white a:hover{opacity:1}@media (min-width:768px) and (max-width:1280px){.work .slide-box .slide-ul .slick-slide>div li.c-more--white a{width:200px;height:200px}.work .slide-box .slide-ul .slick-slide>div li.c-more--white a .c-arrow--white small{width:82px;height:23px}}@media screen and (max-width:767px){.work .slide-box .slide-ul .slick-slide>div li.c-more--white a{width:160px;height:160px}.work .slide-box .slide-ul .slick-slide>div li.c-more--white a .c-arrow--white small{width:82px;height:23px}}.work .slide-box .slide-ul .slick-slide>div li.c-more--white .c-arrow--white{width:100%;height:100%}.work .slide-box .slide-ul .slick-slide>div li.c-more--white .c-arrow--white small{width:124px;height:33px;background-image:url(https://www.impl.co.jp/wp-content/themes/strix_impl/img/index/over_img_txt04.png)}.work .slide-box .slide-ul .slick-slide:nth-child(2n) {margin-top:80px}.work .slide-box .slide-ul .slick-slide .pho{margin-bottom:25px;height:28.125vw;background-size:cover;background-position:center center;background-repeat:no-repeat}@media screen and (max-width:767px){.work .slide-box .slide-ul .slick-slide .pho{height:72.267vw}}.work .slide-box .slide-ul .slick-slide p{word-break:break-all}.work .slide-box .slide-ul .slick-slide p.ttl{margin-bottom:11px;font-size:1.25vw;font-weight:700}.work .slide-box .slide-ul .slick-slide .tag{margin:-9px -9px 20px 0;display:flex;flex-wrap:wrap}.work .slide-box .slide-ul .slick-slide .tag li{margin:9px 9px 0 0;padding:5px 15px;color:#fff;font-size:1.4rem;line-height:1;border:1px solid #fff;border-radius:15px}.work .slide-box .slide-ul .slick-slide a{display:block}.work .slide-box .slide-ul .slick-slide a:hover{opacity:.5}@media (min-width:768px) and (max-width:1280px){.work .slide-box{margin-left:6.42%}.work .slide-box .slide-ul .slick-slide>div{padding-right:5.8vw}.work .slide-box .slide-ul .slick-slide:nth-child(2n) {margin-top:50px}.work .slide-box .slide-ul .slick-slide .pho{margin-bottom:20px}}@media screen and (max-width:767px){.work .slide-box{margin:0 0 0 16px}.work .slide-box .slide-ul .slick-slide>div{padding-right:48px}.work .slide-box .slide-ul .slick-slide>div a{display:block}.work .slide-box .slide-ul .slick-slide:nth-child(2n) {margin-top:60px}.work .slide-box .slide-ul .slick-slide .pho{margin-bottom:28px}.work .slide-box .slide-ul .slick-slide p{font-size:1.6rem}.work .slide-box .slide-ul .slick-slide p.ttl{margin-bottom:11px;font-size:1.6rem}}.case-study .c-ttl-box .txt{width:45%}@media screen and (max-width:767px){.case-study .c-ttl-box .txt{width:auto}}@media all and (-ms-high-contrast:none){#main .work .slide-box .slide-ul .slick-slide .tag li{padding:5px 15px 6px}}