@charset "utf-8";
.pg-fv {
  padding-top: clamp(8.75rem, 6.25rem + 5.21vw, 12.5rem);
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.pg-fv__container {
      display: flex;
    justify-content: space-between;
}

.news {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    padding-bottom: clamp(7.5rem, 6.667rem + 1.74vw, 8.75rem);
}
.news__inner {
  padding: 0 clamp(2.5rem, -15rem + 36.46vw, 28.75rem);
}
.news__cate {
      display: flex;
    column-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    align-items: center;
}
.news-cate__btn {
      padding: 10px 32px;
    border: 1px solid #904142;
    background-color: #FAF9F5;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s;
}
.news-cate__btn:hover {
  background-color: #904142;
  color: #fff;
}
.news__cate section {
      display: flex;
    align-items: center;
    column-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
      flex-wrap: wrap;
    row-gap: 16px;
}
.news__cate section article {
        display: flex;
    align-items: center;
    justify-content: center;
}
.news__cate section article a {
    padding: 10px 32px;
    border: 1px solid #904142;
    background-color: #FAF9F5;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s;
}
.news__cate section article:hover a {
  background-color: #904142;
  color: #fff;
}
.news__block {
  margin-top: 80px;
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 2.08vw, 2.5rem);
}
.news__block section article {
    /*padding: clamp(1rem, 0.641rem + 1.53vw, 1.375rem) clamp(1rem, -0.913rem + 8.16vw, 3rem);*/
  padding-bottom: clamp(1rem, 0.641rem + 1.53vw, 1.375rem);
    border-bottom: 0.5px solid #9B9B9B;
    transition: all 0.5s;
}
.news__block section article:hover {
  opacity: 0.5;
}
/*.news__block section article:hover {
  background-color: #904142;
}*/
.newsItemBottom {
      display: flex;
    column-gap: 40px;
    align-items: baseline;
}
.newsItemText {
      display: flex;
    align-items: center;
    column-gap: 24px;
}
.newsItemTime {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
    font-family: "Literata", serif;
    color: #904142;
  transition: all 0.5s;
}
/*.news__block section article:hover .newsItemTime {
  color: #fff;
}*/
.newsItemCate {
      font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
    background-color: #fff;
    padding: 8px 16px;
  min-width: 80px;
    color: #904142;
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      display: flex;
    justify-content: center;
}
.newsTitleBox {
      display: flex;
    align-items: flex-end;
      width: 100%;
    justify-content: space-between;
}
.newsItemTit {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  transition: all 0.5s;
}
/*.news__block section article:hover .newsItemTit {
  color: #fff;
}*/
.newsItemTitCircle {
      width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
  background-color: #FAF9F5;
    border: 0.5px solid #9F494A;
    position: relative;
}
.newsItemTitCircle:after {
      content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 0.5px #9F494A;
    border-right: solid 0.5px #9F494A;
    transform: rotate(45deg) translate(-55%,45%);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
}
.webgene-pagination {
  width: 100%;
  margin-top: clamp(3.375rem, 2.292rem + 2.26vw, 5rem);
}
.webgene-pagination>ul {
      display: flex;
  align-items: center;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 40px;
}
.webgene-pagination>ul>li {
      color: #5C5C5C;
    list-style: none;
}
.webgene-pagination>ul>li>a {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s;
}
.webgene-pagination>ul>li>a:hover {
  color: #904142;
}
.number.selected a {
  color: #904142;
}

@media (max-width: 767px) {
  .pg-fv {
    padding-top: clamp(5.5rem, 2.391rem + 13.27vw, 8.75rem);
  }
  .pg-fv__inner {
    padding: 0 clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
  }
  .pg-fv__container {
        flex-direction: column-reverse;
    row-gap: 64px;
  }
  .pg-fv__right {
        display: flex;
    justify-content: flex-end;
  }
  .news__inner {
    padding: 0 clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
  }
  .news__cate {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .newsItemBottom {
        flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
  .newsItemTit {
    -webkit-line-clamp: 2;
  }
  .webgene-pagination {
        display: flex;
    justify-content: center;
  }
}
  