@charset "utf-8";
.pg__fv {
    background-image: url(https://kisatosandworld.com/system_panel/uploads/images/pg-fv-news.png);
}
.news {
      padding-top: 80px;
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.news__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.news__cate {
      display: flex;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
}
.news-cate__btn {
      padding: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem) clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    background-color: #fff;
  width: fit-content;
}
.news-cate-btn__text {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.news__cate section {
      display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    flex-wrap: wrap;
}
.news__cate section article a {
        font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem) clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    background-color: #fff;
  display: inline-block;
    transition: all 0.5s;
}
.news__cate section article a:hover {
  opacity: 0.5;
}
.news__block {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
}
.newsLink {
      display: flex;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
      padding-bottom: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    border-bottom: 1px solid #C4C4C4;
  transition: all 0.5s;
}
.newsImgBox {
  width: 17%;
}
.newsImgBox img {
      aspect-ratio: 214/146;
    object-fit: cover;
    height: auto;
}
.newsItemBottom {
  width: 83%;
}
.newsItemText {
      display: flex;
    column-gap: 20px;
    align-items: center;
}
.newsItemTime,
.newsItemCate {
      font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.newsItemTit {
      margin-top: 12px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsLink:hover {
  opacity: 0.5;
}

/*ページネーション*/
.webgene-pagination {
        width: 100%;
}
.webgene-pagination>ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 16px;
}
.webgene-pagination>ul>li {
      display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 47px;
    height: 47px;
    margin: 0 10px;
    transition: all .7s;
   border: transparent;
}
.webgene-pagination>ul>li>a{
        width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: all .7s;
}
.webgene-pagination>ul>li.selected {
   border: 1px solid #014D44;
}
.webgene-pagination>ul>li:hover {
  border: 1px solid #014D44;
}


@media (max-width: 767px) {
  .news__cate {
        flex-direction: column;
    row-gap: 8px;
  }
  .news__cate section {
    column-gap: 8px;
  }
  .newsImgBox {
    width: 35%;
  }
  .newsItemBottom {
    width: 65%;
  }
  .newsItemTit {
        font-size: 16px;
    margin-top: 8px;
  }
  .webgene-pagination>ul>li {
        width: 40px;
    margin: 0 5px;
  }
  .webgene-pagination>ul>li>a {
    font-size: 16px;
  }
}