.news-modern .blogs {
}

.news-modern .container.news {
  display: block;
}

.news-modern .news-index-heading {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 5px 0 25px 28px;
  border-bottom: 1px solid #bec4bc;
}

.news-modern .news-index-heading span {
  color: #7d8e1c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.news-modern .news-index-heading h2 {
  margin: 7px 0 0;
  color: #263432;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.45;
}

.news-modern .news-index-heading p {
  margin: 0;
  color: #34423f;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.7vw, 20px);
  letter-spacing: .06em;
  line-height: 1.9;
  text-align: left;
}

.news-modern .news-index-heading::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 25px;
  left: 0;
  width: 3px;
  background: #accd2b;
}

.news-modern .post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.news-modern .post-item {
  width: 100%;
}

.news-modern .post-block {
  position: relative;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  width: 100%;
  height: 174px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #263432;
  background: #fff;
  border: 1px solid #d4d6cf;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}

.news-modern .post-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #accd2b;
  transition: width .25s;
}

.news-modern .post-block:hover {
  transform: translateY(-2px);
  border-color: #9ba69b;
  box-shadow: 8px 8px 0 #e2e5d5;
}

.news-modern .post-block:hover::after {
  width: 105px;
}

.news-modern .post-img {
  flex: none;
  width: 235px;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  background: #e9e9e3;
}

.news-modern .post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.news-modern .post-block:hover .post-image {
  transform: scale(1.035);
}

.news-modern .post-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 27px 31px 23px;
}

.news-modern .post-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 7px 0 10px;
  color: #263432;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-modern .post-short-info {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #676d68;
  font-size: 13px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-modern .div-block-16 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  box-sizing: border-box;
}

.news-modern .post-info {
  color: #758018;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.news-modern .post-tag {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
}

.news-modern .secondary-button {
  gap: 10px;
  color: #35433f;
  font-size: 12px;
}

.news-modern .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 52px;
}

.news-modern .pagination[hidden] {
  display: none;
}

.news-modern .pagination-numbers {
  display: flex;
  gap: 7px;
}

.news-modern .pagination-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #34413e;
  background: #fff;
  border: 1px solid #c8cdc6;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.news-modern .pagination-number:hover,
.news-modern .pagination-number.is-current {
  color: #fff;
  background: #2b403c;
  border-color: #2b403c;
}

.news-modern .pagination-number.is-current {
  box-shadow: inset 0 -3px #accd2b;
}

.news-modern .pagination-arrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #34413e;
  font-size: 12px;
  letter-spacing: .05em;
}

.news-modern .pagination-arrow.is-disabled {
  opacity: .3;
}

.news-modern .empty-state {
  padding: 48px 20px;
  color: #66706a;
  background: #fff;
  border: 1px solid #d4d6cf;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-modern .blogs {
    padding: 54px 0 70px;
  }

  .news-modern .news-index-heading {
    display: block;
    margin-bottom: 28px;
    padding-left: 18px;
  }

  .news-modern .container.news {
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }

  .news-modern .news-index-heading p {
    margin-top: 0;
    font-size: 15px;
    text-align: left;
  }

  .news-modern .post-block {
    grid-template-columns: 130px minmax(0, 1fr);
    height: 145px;
    min-height: 0;
  }

  .news-modern .post-img {
    width: 130px;
    min-height: 0;
  }

  .news-modern .post-data {
    gap: 8px;
    padding: 18px 17px 16px;
  }

  .news-modern .post-title {
    font-size: 16px;
  }

  .news-modern .post-short-info {
    display: none;
  }

  .news-modern .div-block-16 {
    margin-top: 0;
  }

  .news-modern .secondary-button > div:first-child {
    display: block;
  }

  .news-modern .secondary-button {
    gap: 6px;
    margin-left: 0;
    font-size: 11px;
  }

  .news-modern .div-block-16 {
    justify-content: flex-start;
  }

  .news-modern .pagination {
    gap: 13px;
  }

  .news-modern .pagination-arrow span {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .news-modern .post-block {
    grid-template-columns: 105px minmax(0, 1fr);
    height: 132px;
    min-height: 0;
  }

  .news-modern .post-img {
    width: 105px;
    min-height: 0;
  }

  .news-modern .post-data {
    padding: 15px 13px 13px;
  }

  .news-modern .post-title {
    margin: 4px 0 6px;
    font-size: 14px;
  }

}
