@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.kv__wrap {
  background-color: #ffffff;
}
.kv__wrap .kv__box {
  max-width: 1400px;
  margin: 0 auto;
}
.kv__wrap .kv__box .kv__img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .kv__wrap .kv__box .kv__img {
    content: url("../img/news/kv_news_sp.webp");
  }
}
.content__section {
  background-color: #ffffff;
  padding: 5rem 0 10rem;
}

.content__topics-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content__topics-wrap .content__topics-text {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.content__topics-wrap .content__topics-text::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #979797;
  margin-top: 16px;
}
.content__topics-wrap .topics__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1000px;
  width: 96%;
  gap: 50px;
}
.content__topics-wrap .topics__box .topics__item {
  width: calc((100% - 100px) / 3);
  border-radius: 5px;
  border: 2px solid #cdcdcd;
  box-sizing: border-box;
  background-color: #FAFAFA;
  transition: 0.3s;
}
.content__topics-wrap .topics__box .topics__item:hover {
  border-color: #7f7f7f;
  transform: scale(1.025);
}
.content__topics-wrap .topics__box .topics__item .topics__link {
  display: block;
  color: #2A2424;
  text-decoration: none;
}
.content__topics-wrap .topics__box .topics__item .topics__link .topics__thumb .topics__thumb-img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.content__topics-wrap .topics__box .topics__item .topics__link .topics__body {
  padding: 1.5rem 1rem;
}
.content__topics-wrap .topics__box .topics__item .topics__link .topics__body .topics__date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.content__topics-wrap .topics__box .topics__item .topics__link .topics__body .topics__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .content__topics-wrap .topics__box {
    width: 92%;
    gap: 30px;
  }
  .content__topics-wrap .topics__box .topics__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .content__topics-wrap .content__topics-text {
    font-size: 26px;
  }
  .content__topics-wrap .topics__box .topics__item {
    width: 100%;
  }
  .content__topics-wrap .topics__box .topics__item .topics__link .topics__body {
    padding: 1rem 0.5rem;
  }
  .content__topics-wrap .topics__box .topics__item .topics__link .topics__body .topics__date {
    font-size: 14px;
  }
  .content__topics-wrap .topics__box .topics__item .topics__link .topics__body .topics__title {
    font-size: 18px;
  }
}/*# sourceMappingURL=news.css.map */