.content-img-video {
  padding: 91px 0 31px;
}
.content-img-video h2 {
  display: flex;
  align-items: center;
}
.content-img-video h2 span {
  font-size: 80px;
  font-weight: bold;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .content-img-video h2 span {
    font-size: 38px;
  }
}
.content-img-video h3 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content-img-video h3 {
    margin-bottom: 30px;
  }
}
.content-img-video .content-img-video-sliders .box-slider-content {
  margin-left: -9px;
  width: calc(100% + 18px);
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider-content {
    margin: 0 -3px 104px -3px;
    width: calc(100% + 7px);
  }
}
.content-img-video .content-img-video-sliders .box-slider-content .item {
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider-content .item {
    padding: 0 3px;
  }
}
.content-img-video .content-img-video-sliders .box-slider-content .item:hover img {
  opacity: 0.6;
}
.content-img-video .content-img-video-sliders .box-slider-content .item:hover .title {
  color: #00822d;
}
.content-img-video .content-img-video-sliders .box-slider-content .item img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-img-video .content-img-video-sliders .box-slider-content.articles .item img {
  aspect-ratio: 3/2;
}
.content-img-video .content-img-video-sliders .box-slider-content .item .title {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider-content .item .title {
    margin: 5px 0 25px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 22px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider-content.youtube > .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider-ttl {
    margin-bottom: 24px !important;
  }
}
.content-img-video .content-img-video-sliders .box-slider .box-slider-inner {
  position: relative;
}
.content-img-video .content-img-video-sliders .box-slider .prev-btn,
.content-img-video .content-img-video-sliders .box-slider .next-btn {
  width: 32px;
  height: 64px;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  transform: translate(0, -50%);
}
.content-img-video .content-img-video-sliders .box-slider .prev-btn,
.content-img-video .content-img-video-sliders .box-slider .next-btn {
  opacity: 0.25;
}
@media screen and (min-width: 768px) {
  .content-img-video .content-img-video-sliders .box-slider .prev-btn,
  .content-img-video .content-img-video-sliders .box-slider .next-btn {
    display:none;
  }
}
.content-img-video .content-img-video-sliders .box-slider .slick-prev,
.content-img-video .content-img-video-sliders .box-slider .prev-btn {
  background-color: transparent;
  color: #333;
  background-image: url(../images/arrow-pre-black.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider .slick-prev, 
  .content-img-video .content-img-video-sliders .box-slider .prev-btn{
    left: inherit;
    right: 36px;
    top: inherit;
    bottom: -93px;
    background: url(../images/left-sp.png) no-repeat center center;
  }
}
.content-img-video .content-img-video-sliders .box-slider .slick-next,
.content-img-video .content-img-video-sliders .box-slider .next-btn{
  background-color: transparent;
  color: #333;
  background-image: url(../images/arrow-next-black.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .box-slider .slick-next,
  .content-img-video .content-img-video-sliders .box-slider .next-btn {
    right: 0;
    top: inherit;
    bottom: -93px;
    background: url(../images/right-sp.png) no-repeat center center;
    background-color: none;
  }
}
.content-img-video .content-img-video-sliders .link-more {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .content-img-video .content-img-video-sliders .link-more {
    position: absolute !important;
    bottom: -48px;
    right: 72px;
    top: inherit !important;
    padding: 0 16px 0 0;
    border-right: 1px solid #333;
  }
}
.content-img-video .content-img-video-sliders .link-more a {
  font-weight: 500;
  padding-right: 63px;
}
.content-img-video .youtube iframe {
  width: 100%;
  height: 162px;
}
@media screen and (max-width: 767px) {
  .content-img-video .youtube iframe {
    height: 120px;
  }
}
@media screen and (max-width: 550px) {
  .content-img-video .youtube iframe {
    height: 98px;
  }
}
.content-img-video .youtube .img {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.content-img-video .youtube .img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=content-img-video.css.map */