.news {
  position: relative;
  overflow: hidden;
}
.news::after, .news::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.news::before {
  content: "";
  width: 69.4666666667vw;
  height: auto;
  aspect-ratio: 1042/940;
  right: -15.3333333333vw;
  top: -13.6vw;
  background: url(../../images/about/bg_circle01.png) center/contain;
  background-repeat: no-repeat;
}
.news::after {
  content: "";
  width: 86vw;
  height: auto;
  aspect-ratio: 1290/1116;
  left: -7.7333333333vw;
  bottom: -22.4666666667vw;
  background: url(../../images//news/bg_circle02.png) center/contain;
  background-repeat: no-repeat;
}
.news__inner {
  max-width: 1100px;
  width: 90%;
  margin: 220px auto 180px;
}
@media screen and (max-width: 768px) {
  .news__inner {
    margin: 110px auto 90px;
  }
}
.news__container {
  display: grid;
  grid-template-columns: auto 1fr;
}
.news__list {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.news__item {
  position: relative;
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
  gap: 85px;
  padding: 40px 30px;
  border-top: 1px solid var(--c_line);
  transition: background 0.3s;
}
.news__item:last-child {
  border-bottom: 1px solid var(--c_line);
}
@media (hover) {
  .news__item:hover {
    background: #f1f5f4;
  }
  .news__item:hover::after {
    translate: -75% -50%;
  }
}
@media screen and (max-width: 768px) {
  .news__item {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 30px 20px 15px;
  }
}
.news__item::after {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  border-right: 5px solid var(--c_blue);
  border-bottom: 5px solid var(--c_blue);
  vertical-align: middle;
  top: 50%;
  translate: -100% -50%;
  width: 21px;
  height: auto;
  aspect-ratio: 9/9;
  rotate: -45deg;
  transform-origin: center center;
  transition: translate 0.3s;
}
@media screen and (max-width: 768px) {
  .news__item::after {
    width: 15px;
    border-right: 3px solid var(--c_blue);
    border-bottom: 3px solid var(--c_blue);
  }
}
.news__head {
  display: flex;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .news__head {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 14px;
  }
}
.news__cat {
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news__cat {
    font-size: 14px;
  }
}
.news__cat.info {
  background: var(--c_blue);
  color: var(--c_white);
}
.news__cat.license {
  background: #e1ebe8;
  color: var(--c_black);
}
.news__title {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 14px;
  }
}
.news__pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.news__pagination .page-numbers {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .news__pagination .page-numbers {
    gap: 10px;
  }
}
.news__pagination .page-numbers li {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: none;
  color: var(--c_black);
  transition: opacity 0.3s;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news__pagination .page-numbers li {
    font-size: 16px;
    width: 25px;
  }
}
.news__pagination .page-numbers li:has(.prev, .next) {
  background: none;
}
.news__pagination .page-numbers li:has(span) {
  background: var(--c_blue);
  color: var(--c_white);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news__pagination .page-numbers li:has(span) {
    font-size: 14px;
  }
}
.news__pagination .page-numbers li:has(span.dots) {
  background: none;
  color: var(--c_black);
}
.news__pagination .page-numbers li .prev::before,
.news__pagination .page-numbers li .next::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--c_black);
  border-left: 2px solid var(--c_black);
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  translate: -50% -50%;
  transition: translate 0.3s;
}
.news__pagination .page-numbers li .prev::before {
  rotate: 45deg;
  translate: -48% -50%;
}
.news__pagination .page-numbers li .next::before {
  rotate: 225deg;
  translate: -52% -50%;
}

.detail {
  position: relative;
  overflow: hidden;
}
.detail::after, .detail::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.detail::before {
  content: "";
  width: 69.4666666667vw;
  height: auto;
  aspect-ratio: 1042/940;
  right: -15.3333333333vw;
  top: -13.6vw;
  background: url(../../images/about/bg_circle01.png) center/contain;
  background-repeat: no-repeat;
}
.detail::after {
  content: "";
  width: 86vw;
  height: auto;
  aspect-ratio: 1290/1116;
  left: -7.7333333333vw;
  bottom: -22.4666666667vw;
  background: url(../../images//news/bg_circle02.png) center/contain;
  background-repeat: no-repeat;
}
.detail__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.detail__container {
  padding-block: 220px 180px;
}
@media screen and (max-width: 768px) {
  .detail__container {
    padding-block: 110px 90px;
  }
}
.detail__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .detail__head {
    gap: 10px;
  }
}
.detail__title {
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: 0em;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 26px;
  }
}
.detail__date {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .detail__date {
    font-size: 14px;
  }
}
.detail__content {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .detail__content {
    margin-top: 45px;
    font-size: 14px;
  }
}
.detail__content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1lh;
}
@media screen and (max-width: 768px) {
  .detail__content p {
    font-size: 14px;
  }
}
.detail__content p img {
  margin-block: 50px !important;
}
@media screen and (max-width: 768px) {
  .detail__content p img {
    margin-bottom: 25px !important;
  }
}
.detail__content p:has(img) {
  margin-top: 0 !important;
}
.detail__content a {
  color: var(--c_blue);
  text-decoration: underline;
  text-decoration-color: var(--c_blue);
  transition: opacity 0.3s;
}
@media (hover) {
  .detail__content a:hover {
    opacity: 0.7;
  }
}
.detail__content ul, .detail__content ol {
  padding: revert !important;
  margin: revert !important;
  list-style: revert !important;
  line-height: 2;
}
.detail__content ul li {
  list-style: initial !important;
}
.detail__content ul li::marker {
  list-style-type: disc !important;
}
.detail__content ol li {
  margin: initial !important;
  padding: initial !important;
  list-style: auto !important;
}
.detail__content ol li::marker {
  list-style-type: decimal !important;
}
.detail__content h1, .detail__content h2, .detail__content h3, .detail__content h4, .detail__content h5, .detail__content h6 {
  margin: revert !important;
  line-height: 1.5;
}
.detail__content h2 {
  font-size: 30px !important;
  font-weight: 900 !important;
  margin-block: 1.8em 1em !important;
}
@media screen and (max-width: 768px) {
  .detail__content h2 {
    font-size: 24px !important;
  }
}
.detail__content h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-block: 1.5em 1em !important;
}
@media screen and (max-width: 768px) {
  .detail__content h3 {
    font-size: 22px !important;
  }
}
.detail__content h4 {
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-block: 1.5em 1em !important;
}
@media screen and (max-width: 768px) {
  .detail__content h4 {
    font-size: 20px !important;
  }
}
.detail__content h5 {
  font-weight: 600 !important;
  font-size: 22px !important;
  margin-block: 1.5em 1em !important;
}
@media screen and (max-width: 768px) {
  .detail__content h5 {
    font-size: 18px !important;
  }
}
.detail__content h6 {
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-block: 1.5em 1em !important;
}
@media screen and (max-width: 768px) {
  .detail__content h6 {
    font-size: 16px;
  }
}
.detail__content blockquote {
  margin: revert !important;
}
.detail__content img {
  margin-block: 50px !important;
  width: revert !important;
}
@media screen and (max-width: 768px) {
  .detail__content img {
    margin-block: 25px;
  }
}
.detail__btn {
  margin-top: 90px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail__btn {
    margin-top: 45px;
  }
}
/*# sourceMappingURL=style.css.map */
