p, a {
  word-break: break-all;
}

.news {
  background-color: #091023;
  padding-top: 92px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-bottom: 9.765625vw;
    padding-top: 8.984375vw;
  }
}
@media screen and (max-width: 500px) {
  .news {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.news__title {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .news__title {
    font-size: 4.6875vw;
    margin-bottom: 10.15625vw;
  }
}
@media screen and (max-width: 500px) {
  .news__title {
    font-size: 6.4vw;
    margin-bottom: 16.8vw;
  }
}
.news__items {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news__items {
    margin-bottom: 60px;
  }
}
.news__item {
  width: 1160px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #182445;
  margin: 0 auto;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1160px) {
  .news__item {
    width: 92.08984375vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-wrap: wrap;
    row-gap: 15px;
    padding-right: 20px;
  }
}
.news__item:last-of-type {
  margin-bottom: 0;
}
.news__item::after {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../image/arrow-blue.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__item::after {
    right: 10px;
  }
}
.news__item:hover .news__link {
  background-size: 100% 2px;
}
.news__item:hover::after {
  right: 12px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__item:hover::after {
    right: 0px;
  }
}
.news__date {
  color: #fff;
  font-size: 15px;
  font-weight: normal !important;
  width: 72px;
  white-space: nowrap;
  margin-right: 58px;
}
@media screen and (max-width: 375px) {
  .news__date {
    margin-right: 15.4666666667vw;
  }
}
.news__cat {
  width: 123px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #Fff;
  background-color: #576885;
  margin-right: 28px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .news__cat {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .news__cat {
    width: 32.8vw;
  }
}
.news__name {
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
  width: calc(100% - 280px);
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .news__name {
    width: 100%;
    padding-right: 15px;
  }
}
.news__link {
  background: linear-gradient(transparent, #fff) 0px 100%/0px 2px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  color: #fff;
}
.news__bg-text {
  color: #111b36;
  font-size: 158px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .news__bg-text {
    font-size: 15.52734375vw;
    top: 5.859375vw;
  }
}
@media screen and (max-width: 500px) {
  .news__bg-text {
    font-size: 14.9333333333vw;
    top: 13.8666666667vw;
  }
}
.news__link-wide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.pagenation__btn {
  font-size: 15px;
  font-family: "Nimbus Sans", sans-serif;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 500px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  background-color: #182445;
}
.pagenation__btn.clicked {
  color: #fff;
  background-color: #0f8fef;
}
.pagenation__btn.prev-btn, .pagenation__btn.next-btn {
  background-color: #182445;
  width: 42px;
  height: 42px;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .pagenation__btn.prev-btn, .pagenation__btn.next-btn {
    width: 11.2vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 375px) {
  .pagenation__btn {
    width: 11.2vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 4vw;
  }
}

.news-article {
  background-color: #091023;
}
.news-article__wrapper {
  text-align: center;
  width: 1160px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .news-article__wrapper {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .news-article__wrapper {
    width: 89.3333333333vw;
    padding-bottom: 60px;
  }
}
.news-article__dayandcat {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 500px) {
  .news-article__dayandcat {
    margin-bottom: 30px;
  }
}
.news-article__text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
}
.news-article__text:last-child {
  margin-bottom: 0px;
}
.news-article__link {
  color: #0f8fef;
  text-decoration: underline;
  word-break: break-all;
}
.news-article .news-article__link[target=_blank] {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.news-article .news-article__link[target=_blank]::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/newtab-right-blue.svg");
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 8px;
}
.news-article__content {
  padding-bottom: 27px;
  margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
  .news-article__content {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=news.css.map */