@charset "UTF-8";
img {
  width: 100%;
  vertical-align: bottom;
}

.page-first-block {
  position: relative;
}

.news__tab {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 970px;
  margin: 40px auto -50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news__tab {
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.news__tab li {
  background-color: #f1eada;
  flex: 1;
  text-align: center;
}
.news__tab li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  border-right: solid 1px #050101;
}
@media screen and (max-width: 767px) {
  .news__tab li a {
    border-bottom: solid 1px #050101;
  }
}
.news__tab li a:hover {
  background-color: #fff;
}
.news__tab li.is-active {
  background-color: #fff;
}
.news__list li {
  position: relative;
}
.news__list li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .news__list li:before {
    display: none;
  }
}
.news__list li a {
  padding: 40px 56px 40px 24px;
  align-items: flex-start;
  gap: 24px;
  text-decoration: none !important;
  border-bottom: solid 1px #b9b9b9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__list li a {
    display: block;
    padding: 24px 0;
  }
}
.news__list li:first-child a {
  border-top: solid 1px #b9b9b9;
}
@media screen and (max-width: 767px) {
  .news__list li:first-child a {
    border-top: none;
  }
}
.news__title {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.news__thumbnail {
  width: 220px;
  flex-shrink: 0;
  aspect-ratio: 11/7;
}
@media screen and (max-width: 767px) {
  .news__thumbnail {
    width: auto;
    margin-bottom: 24px;
  }
}
.news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__category {
  display: inline-block;
  margin-left: 16px;
  font-size: 0.75rem;
  background-color: #f1eada;
  min-width: 78px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 6px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.news__icon {
  margin-top: 0;
}
.news__pagination {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 72px;
  gap: 16px;
}
.news__pagination li.is-active a {
  background-color: #fff;
  pointer-events: none;
}
.news__pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #f1eada;
  border: solid 1px #b9b9b9;
}
.news__pagination li a:hover {
  background-color: #fff;
}
.news__content {
  margin-top: 40px;
}
.news__imgText {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .news__imgText {
    flex-flow: column;
  }
}
.news__imgText li h3 {
  margin-bottom: 20px;
}
.news__imgText li:first-child {
  width: calc(28% - 28px);
}
@media screen and (max-width: 767px) {
  .news__imgText li:first-child {
    width: auto;
  }
}
.news__imgText li:last-child {
  width: calc(72% - 28px);
}
@media screen and (max-width: 767px) {
  .news__imgText li:last-child {
    width: auto;
  }
}
.news__img figcaption {
  text-align: center;
}
.news__textBlock {
  max-width: 600px;
  background-color: #fff;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .news__textBlock {
    padding: 16px 20px;
  }
}
.news__imgColumn {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .news__imgColumn {
    flex-flow: column;
  }
}
.news__imgColumn li {
  width: calc(50% - 32px);
}
@media screen and (max-width: 767px) {
  .news__imgColumn li {
    width: auto;
  }
}
.news__imgColumn > div {
  width: calc(50% - 32px);
}
@media screen and (max-width: 767px) {
  .news__imgColumn > div {
    width: auto;
  }
}
.news__gaiyou dt {
  font-weight: 800;
  margin-bottom: 4px;
}
.news__gaiyou dd {
  margin-bottom: 4px;
}
.news__archive {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 970px) / 2);
  color: #fff;
  padding: 8px;
  border: solid 1px #fff;
  width: 245px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__archive {
    left: 24px;
    width: 130px;
    font-size: 0.75rem;
  }
}
.news .modal-img.text::before {
  display: none;
}
.news table.left td {
  text-align: left;
}
.news table colgroup col:nth-child(1) {
  width: 10%;
}
.news table colgroup col:nth-child(2) {
  width: 35%;
}
.news table colgroup col:nth-child(3) {
  width: 55%;
}
.news table th.vertical {
  writing-mode: vertical-lr;
}
.news table a {
  border-bottom: solid 1px #007aff;
  text-decoration: none;
  color: #007aff;
  line-height: 1.4;
}
.news table a:hover {
  border-bottom: solid 1px transparent;
}
.news__annotation {
  margin-top: 32px;
}
.news__annotation li {
  position: relative;
  padding-left: 1.2em;
}
.news__annotation li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.news__introduction {
  margin-top: 32px;
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .news__introduction {
    grid-template-columns: repeat(2, 1fr);
    font-size: 12px;
  }
}
.news__introduction figcaption {
  text-align: center;
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #page-news-contents.news .page-first-block {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  #page-news-contents.news .news__archive {
    left: 50%;
    position: static;
    transform: none;
    bottom: 88px;
    width: 80%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #page-news-contents.news .news__tab {
    margin: 32px auto -110px;
  }
}

.wp-pagenavi {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 72px;
  gap: 16px;
}
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  pointer-events: none;
}
.wp-pagenavi .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-decoration: none;
  background-color: #f1eada;
  border: solid 1px #b9b9b9;
}
.wp-pagenavi .page:hover {
  background-color: #fff;
}