body#news .section .contents {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body#news .section .contents {
    width: 100%;
  }
}
body#news .section .contents .entries li {
  border-bottom: solid 1px var(--bk10);
}
body#news .section .contents .entries li a {
  position: relative;
  display: block;
  padding: 0.9375rem 5rem 0.9375rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a {
    padding: 2.0833333333vw;
  }
}
body#news .section .contents .entries li a::before, body#news .section .contents .entries li a::after {
  content: "";
  position: absolute;
  right: 1.875rem;
  top: 50%;
  background-color: var(--key);
  transition: right 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a::before, body#news .section .contents .entries li a::after {
    top: 8.3333333333vw;
    right: 4.1666666667vw;
  }
}
body#news .section .contents .entries li a::before {
  width: 1.875rem;
  height: 1px;
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a::before {
    width: 12.5vw;
  }
}
body#news .section .contents .entries li a::after {
  width: 1px;
  height: 0.4375rem;
  transform: translateY(-100%) rotate(-45deg);
  transform-origin: 100% 100%;
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a::after {
    height: 1.0416666667vw;
  }
}
body#news .section .contents .entries li a:hover {
  background-color: var(--key10);
}
body#news .section .contents .entries li a:hover::before, body#news .section .contents .entries li a:hover::after {
  right: 1.25rem;
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a:hover::before, body#news .section .contents .entries li a:hover::after {
    right: 2.0833333333vw;
  }
}
body#news .section .contents .entries li a dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a dl {
    flex-direction: column-reverse;
    font-size: 3.3333333333vw;
  }
}
body#news .section .contents .entries li a dl dt {
  flex-basis: 85%;
  padding: 0.625rem;
  color: var(--bk70);
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a dl dt {
    padding: 2.0833333333vw;
  }
}
body#news .section .contents .entries li a dl dd {
  flex-basis: 15%;
  padding: 0.625rem;
  color: var(--orange);
  font-family: "Staatliches", sans-serif;
}
@media (max-width: 768px) {
  body#news .section .contents .entries li a dl dd {
    padding: 2.0833333333vw 2.0833333333vw 0 2.0833333333vw;
  }
}
body#news .section .contents .pagenav {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body#news .section .contents .pagenav {
    margin-top: 8.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
body#news .section .contents .pagenav li {
  margin: 0 0.1em;
}
body#news .section .contents .pagenav li span, body#news .section .contents .pagenav li strong, body#news .section .contents .pagenav li a {
  display: block;
  border: solid 1px var(--bk70);
  text-decoration: none;
  line-height: 1.75;
}
body#news .section .contents .pagenav li span {
  color: #ccc;
  border: solid 1px var(--bk10);
  background-color: var(--bk05);
}
body#news .section .contents .pagenav li strong {
  border-color: var(--key);
  color: var(--key);
  background-color: var(--key10);
}
body#news .section .contents .pagenav li a {
  color: var(--bk70);
}
body#news .section .contents .pagenav li a:hover {
  border-color: var(--key);
  color: var(--key);
  background-color: var(--key10);
}
@media (max-width: 768px) {
  body#news .section .contents .pagenav li.num {
    display: none;
  }
}
body#news .section .contents .pagenav li.num span, body#news .section .contents .pagenav li.num strong, body#news .section .contents .pagenav li.num a {
  padding: 0.125em 0.5em;
}
body#news .section .contents .pagenav li.prev span, body#news .section .contents .pagenav li.prev strong, body#news .section .contents .pagenav li.prev a, body#news .section .contents .pagenav li.next span, body#news .section .contents .pagenav li.next strong, body#news .section .contents .pagenav li.next a {
  padding: 0.125em 1em;
}
body#news .section .contents .title {
  padding-bottom: 0.625rem;
  border-bottom: solid 1px var(--bk10);
  font-size: 1.5rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#news .section .contents .title {
    padding-bottom: 2.0833333333vw;
    font-size: 5vw;
  }
}
body#news .section .contents .public {
  margin-bottom: 2.5rem;
  padding: 0.625rem;
  color: var(--bk50);
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.75;
  background-color: var(--bk10);
}
@media (max-width: 768px) {
  body#news .section .contents .public {
    margin-bottom: 8.3333333333vw;
    padding: 2.0833333333vw;
    font-size: 2.9166666667vw;
  }
}
body#news .section .contents .image {
  position: relative;
  overflow: hidden;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  body#news .section .contents .image {
    margin-bottom: 8.3333333333vw;
  }
}
body#news .section .contents .image img {
  position: relative;
  max-height: 30rem;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
body#news .section .contents .image img + img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  filter: blur(0.625rem) brightness(0.5);
}
@media (max-width: 768px) {
  body#news .section .contents .image img {
    max-height: 75vw;
  }
}
body#news .section .contents .image a:hover img:first-child {
  transform: scale(1.1);
}
body#news .section .contents .comment {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  body#news .section .contents .comment {
    font-size: 3.3333333333vw;
  }
}
body#news .section .contents .nav {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body#news .section .contents .nav {
    margin-top: 12.5vw;
  }
}
body#news .section .contents .nav .btn {
  position: relative;
  display: block;
  width: 22.5rem;
  padding: 1.25rem;
  border: solid 1px var(--key);
  color: var(--key);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.75;
  cursor: pointer;
}
@media (max-width: 768px) {
  body#news .section .contents .nav .btn {
    width: 75vw;
    padding: 4.1666666667vw;
    font-size: 3.75vw;
  }
}
body#news .section .contents .nav .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--key);
  transition: width 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
body#news .section .contents .nav .btn:hover {
  color: var(--wh);
}
body#news .section .contents .nav .btn:hover::before {
  width: 100%;
}
body#news .section .contents .nav .btn:hover::after {
  right: 0.625rem;
  background-color: var(--wh80);
}
@media (max-width: 768px) {
  body#news .section .contents .nav .btn:hover::after {
    right: 2.0833333333vw;
  }
}