.top .kv {
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .top .kv {
    margin-bottom: 26px;
  }
}
.top .bnr {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top .bnr {
    margin-bottom: 50px;
    width: calc(100vw - 15px);
  }
}
@media screen and (max-width: 768px) {
  .top .bnr__list__item {
    width: 158px;
  }
}
.top .news {
  padding: 70px 0 90px;
}
@media screen and (max-width: 768px) {
  .top .news {
    padding: 45px 0;
  }
}
.top .news__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .news__list {
    margin-top: 20px;
  }
}
.top .news__list li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top .news__list li {
    margin-bottom: 20px;
  }
}
.top .news__list a {
  display: block;
}
.top .news__list dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .news__list dl {
    display: block;
    position: relative;
  }
}
.top .news__list__date {
  width: 190px;
  font-weight: 400;
}
.top .news__list__txt {
  display: flex;
  gap: 20px;
  align-items: self-start;
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .top .news__list__txt {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
}
.top .news__list__txt__ttl {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .news__list__txt .category {
    position: absolute;
    top: -1px;
    left: 78px;
  }
}
.top .video {
  padding: 70px 0 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .video {
    padding: 45px 0 35px;
    margin-bottom: 63px;
  }
}
.top .video__list {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .top .video__list {
    margin-top: 20px;
  }
}
.top .video__list__item {
  transition: 0.3s;
}
.top .video__list__item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.top .video__list__item img {
  width: 100%;
}
.top .video__ttl {
  margin-top: 27px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .video__ttl {
    margin-top: 12px;
    font-size: 14px;
  }
}
.top .video .swiper-pagination {
  top: 96px;
  bottom: auto;
  left: auto;
  text-align: right;
  width: auto;
}
@media screen and (max-width: 1490px) {
  .top .video .swiper-pagination {
    right: 184px;
  }
}
@media screen and (min-width: 1490px) {
  .top .video .swiper-pagination {
    right: calc(50% - 570px);
  }
}
@media screen and (max-width: 768px) {
  .top .video .swiper-pagination {
    top: auto;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
  }
}
.top .video .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border-radius: 0;
  background: #d9e8e9;
  opacity: 1;
  margin: 0 8.5px !important;
}
@media screen and (max-width: 768px) {
  .top .video .swiper-pagination-bullet {
    width: 11.5px;
    height: 11.5px;
    margin: 0 5px !important;
  }
}
.top .video .swiper-pagination-bullet-active {
  background: #69b3b9;
}
.top .video .swiper-button-next:after,
.top .video .swiper-rtl .swiper-button-prev:after,
.top .video .swiper-button-prev:after,
.top .video .swiper-rtl .swiper-button-next:after {
  display: none;
}

.modal-video {
  background: #f5f0ee;
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  background: #333;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 15%;
  width: 1.5%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 15%;
  width: 1.5%;
  transform: rotate(180deg);
}/*# sourceMappingURL=top.css.map */