@charset "UTF-8";

.news__inner {
  padding-bottom: 150px;
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  padding-top: 150px;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .news__inner {
    padding-top: 175px;
    padding-inline: 100px;
  }
}

.news__accent {
  position: absolute;
}
.news__accent > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.news__accent:nth-of-type(1) {
  width: clamp(7.5rem, 2.6161385607rem + 20.8378088077vw, 19.625rem);
  aspect-ratio: 314/149;
  top: 8%;
  right: 3.5%;
}
@media (min-width: 768px) {
  .news__accent:nth-of-type(1) {
    top: 11%;
  }
}
.news__accent:nth-of-type(2) {
  width: clamp(8.125rem, 4.1725966702rem + 16.8635875403vw, 17.9375rem);
  aspect-ratio: 287/162;
  bottom: 6%;
  left: 3%;
}
@media (min-width: 768px) {
  .news__accent:nth-of-type(2) {
    bottom: 7.5%;
  }
}

.news__container {
  padding-inline: clamp(0.625rem, 0.373254565rem + 1.0741138561vw, 1.25rem);
  margin-top: clamp(3.125rem, 2.62150913rem + 2.1482277121vw, 4.375rem);
}

.news__container-inner {
  max-width: 720px;
  margin-inline: auto;
}

.news-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(3.125rem, 2.4956364125rem + 2.6852846402vw, 4.6875rem);
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(132, 155, 92, 0.2);
  border-bottom: 1px solid rgba(132, 155, 92, 0.2);
}

.news-date__wrap {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.news-date__wrap:hover {
  background-color: rgba(240, 193, 65, 0.2);
}
.news-date__wrap:hover > a {
  opacity: 1;
}
.news-date__wrap + .news-date__wrap {
  border-top: 1px solid rgba(132, 155, 92, 0.2);
}
.news-date__wrap a {
  width: 100%;
}

.news-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: clamp(1.25rem, 0.998254565rem + 1.0741138561vw, 1.875rem);
  padding-bottom: clamp(1.25rem, 1.048603652rem + 0.8592910849vw, 1.75rem);
  padding-right: 20px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
@media (min-width: 768px) {
  .news-date__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-date__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/link_arrow.svg);
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.news-date__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.625rem, 0.373254565rem + 1.0741138561vw, 1.25rem);
  align-items: center;
}

.news-date__date {
  font-size: 14px;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 2px;
}

.news-date__tag {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #48290f;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.8;
  padding-inline: 10px;
  padding-block: 2px;
}
@media (min-width: 768px) {
  .news-date__tag {
    max-width: 120px;
  }
}

.news-date__title {
  font-size: 15px;
  letter-spacing: 1.2px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .news-date__title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}