@charset "utf-8";
.pg-fv {
      position: absolute;
    top: 0;
    width: clamp(23rem, 5rem + 37.5vw, 50rem);
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(26.813rem, 25.438rem + 2.86vw, 28.875rem);
    padding-left: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    background-color: #F8F8FF;
}
.pg-fv-title__main {
      font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.pg-fv-title__sub {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: 18px;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
    color: #676767;
}

.news {
      padding-top: clamp(11.938rem, 8.938rem + 6.25vw, 16.438rem);
    padding-bottom: clamp(16.875rem, 14.375rem + 5.21vw, 20.625rem);
}
.news__inner {
  padding: 0 clamp(1.875rem, -11.875rem + 28.65vw, 22.5rem);
      position: relative;
    z-index: 50;
}
.news__cate {
      display: flex;
    column-gap: clamp(0.5rem, -0.167rem + 1.39vw, 1.5rem);
}
.news-cate-all__box {
    padding: 10px clamp(0.625rem, -0.042rem + 1.39vw, 1.625rem);
    display: flex;
    justify-content: center;
    border: 1px solid #676767;
}
.news-cate__all {
      overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  text-shadow: 0 3em 0 #676767, 0 0 0 #676767;
  transition: text-shadow 0.5s;
      font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.news-cate-all__box:hover .news-cate__all {
  text-shadow: 0 0 0 #676767, 0 -3em 0 #676767; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.news-cate-all__box:hover {
  background-color: #F8F8F8;
}
.news__cate > section {
      display: flex;
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.news__cate > section >article {
  cursor:pointer;
      padding: 10px clamp(0.625rem, -0.042rem + 1.39vw, 1.625rem);
    display: flex;
    justify-content: center;
    border: 1px solid #676767;
}
.news__cate > section >article > a {
    overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  text-shadow: 0 3em 0 #676767, 0 0 0 #676767;
  transition: text-shadow 0.5s;
      font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.news__cate > section >article:hover a {
  text-shadow: 0 0 0 #676767, 0 -3em 0 #676767; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.news__cate > section >article:hover {
  background-color: #F8F8F8;
}

.news__block {
  padding-top: 40px;
}
.news__block > section {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    position: relative;
}
.news__block > section > article {
        border: 1px solid #707070;
    background-color: #fff;
}
.newsItemImg {
  overflow: hidden;
}
.newsItemImg img {
        aspect-ratio: 359/202;
    object-fit: cover;
    height: auto;
    transition: all 0.5s;
}
.newsItemBottom {
  padding: 12px clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem) clamp(1.5rem, 0.167rem + 2.78vw, 3.5rem);
}
.newsItemText {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
}
.newsItemTime {
        font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color: #676767;
}
.newsItemCate {
        padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) clamp(0.25rem, -0.417rem + 1.39vw, 1.25rem);
    background-color: #fff;
    color: #676767;
    border: 1px solid #676767;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.newsItemTit {
    margin-top: clamp(1rem, 0.333rem + 1.39vw, 2rem);
        font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
  color: #000007;
}
.newsItemContent {
        color: #676767;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    -webkit-line-clamp: 2;
    margin-top: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsLink:hover .newsItemImg img {
  transform: scale(1.1);
}
/*ページネーション*/
.webgene-pagination {
    width: 100%;
    position: absolute;
    bottom: -140px;
}
.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    padding: 0;
      flex-wrap: wrap;
    row-gap: 16px;
}
.webgene-pagination>ul>li {
        display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #676767;
    margin: 0 8px;
    transition: all .7s;
}
.webgene-pagination>ul>li.selected{
   background-color: #F8F8F8;
}
.number a{
        width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
  font-family: "Noto Serif JP", serif;
    color: #000007;
    transition: all .7s;
}
.next a,
.prev a {
    width: 48px;
    height: 48px;
        display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
    color: #000007;
    transition: all .7s;
}
.webgene-pagination>ul>li:hover {
  background-color: #F8F8F8;
}

@media (max-width: 767px) {
  .pg-fv {
    top: 90px;
  }
  
  .news {
    padding-top: 240px;
  }
  .news__cate {
      width: 328px;
        flex-direction: column;
    row-gap: 8px;
  }
  .news-cate-all__box {
    width: 160px;
  }
  .news__cate > section {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
  }
  .news__cate > section >article {
    width: 160px;
  }
  .news__block > section {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 389px) {
  .pg-fv {
    width: 300px;
  }
  .pg-fv-title__main {
    font-size: 26px;
  }
  
  .news__inner {
    padding: 0 16px;
  }
  .news__cate {
    width: 280px;
  }
  .news-cate-all__box {
    width: 130px;
  }
  .news__cate > section >article {
    width: 130px;
  }
  .news__cate > section >article > a {
    font-size: 14px;
  }
}