.mainvisual .mainvisual__inner {
  background-image: url("/assets/renewal/images/news/mv_pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

input[type=radio] {
  position: absolute;
  left: -9999px;
}

.filters {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5vw 10vw;
  }
}
.filters * {
  display: inline-block;
}
.filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-right: 0.75rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #D3DFE5;
  width: 104px;
  height: 44px;
  border-radius: 22px;
  background: #fff;
  font-family: azo-sans-web, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  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;
}
@media screen and (max-width: 992px) {
  .filters label {
    margin-right: 0;
  }
}
.filters label:hover {
  background: #21474e;
  color: #fff;
}
.filters li:last-child label {
  margin-right: 0;
}

[value=cat-2025]:checked ~ .filters [for=cat-2025],
[value=cat-2024]:checked ~ .filters [for=cat-2024],
[value=cat-2023]:checked ~ .filters [for=cat-2023],
[value=cat-2022]:checked ~ .filters [for=cat-2022],
[value=cat-2021]:checked ~ .filters [for=cat-2021],
[value=cat-2020]:checked ~ .filters [for=cat-2020] {
  background: -webkit-gradient(linear, left top, right top, from(#37ecba), to(#72afd3));
  background: linear-gradient(90deg, #37ecba 0%, #72afd3 100%);
  color: #fff;
}

.checked_animation {
  -webkit-animation: checked_animation 0.4s ease-in-out both;
          animation: checked_animation 0.4s ease-in-out both;
}

@-webkit-keyframes checked_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes checked_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.target {
  -webkit-animation: checked_animation 0.4s ease-in-out both;
          animation: checked_animation 0.4s ease-in-out both;
}

@keyframes checked_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.targets > div:not([data-category=cat-2025]) {
  display: none;
}

.main-contents .main-contents__col .main-contents__block {
  padding-bottom: 0;
}

.news-detail .targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail .targets .target {
  width: 48%;
  margin-bottom: 6%;
}
@media screen and (max-width: 992px) {
  .news-detail .targets .target {
    width: 100%;
  }
}
.news-detail .targets .target a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.news-detail .targets .target a:after {
  content: "";
  display: block;
  background: url("/assets/renewal/images/common/icon_external-blue.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-detail .targets .target a:hover:after {
  right: 2px;
  top: 2px;
}
.news-detail .targets .target a img {
  width: 165px;
  border-radius: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 992px) {
  .news-detail .targets .target a img {
    width: 110px;
  }
}
.news-detail .targets .target a.unlink {
  color: #000;
}
.news-detail .targets .target a.unlink .target-desc-main {
  color: #000;
}
.news-detail .targets .target a.unlink:after {
  display: none;
}
.news-detail .targets .target-desc {
  width: calc(100% - 185px);
}
@media screen and (max-width: 992px) {
  .news-detail .targets .target-desc {
    width: calc(100% - 130px);
  }
}
.news-detail .targets .target-desc-sub {
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #21474e;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-detail .targets .target-desc-sub span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 6px;
  border-radius: 320px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .news-detail .targets .target-desc-sub span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.news-detail .targets .target-desc-sub--event {
  background: #72b0d3;
}
.news-detail .targets .target-desc-sub--news {
  background: #348493;
}
.news-detail .targets .target-desc-sub--press {
  background: #1dc597;
}
.news-detail .targets .target-desc-main {
  color: #348493;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.news-detail .targets .target-desc-main:hover {
  color: #21474e;
}/*# sourceMappingURL=news.css.map */