@charset "utf-8";
.pg-fv {
      margin-top: clamp(4.5rem, 1.458rem + 6.34vw, 9.063rem);
    background-image: url(https://kifudaya.co.jp/system_panel/uploads/images/fv-news.png);
    background-size: cover;
    background-position: center;
    height: clamp(13.75rem, 8.583rem + 10.76vw, 21.5rem);
}
.pg-fv__inner {
  height: inherit;
}
.pg-fv__container {
     width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    writing-mode: vertical-rl;
}
.pg-fv__title--vertical {
      font-size: clamp(1.5rem, 1.333rem + 0.35vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.2em;
}

.news {
      padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.news__inner {
  padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}

.news__cate {
      display: flex;
    column-gap: clamp(0.5rem, -0.833rem + 2.78vw, 2.5rem);
  align-items: center;
      flex-wrap: wrap;
    row-gap: 16px;
}
.news-cate__btn {
        padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) clamp(1.375rem, 0.625rem + 1.56vw, 2.5rem);
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #707070;
    transition: all 0.5s;
}
.news-cate__btn:hover {
  background-color: #707070;
  color: #fff;
}
.news__cate > section {
      display: flex;
    column-gap: clamp(0.5rem, -0.833rem + 2.78vw, 2.5rem);
      flex-wrap: wrap;
    row-gap: 16px;
}
.news__cate > section >article > a {
  cursor:pointer;
    padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) clamp(1.375rem, 0.625rem + 1.56vw, 2.5rem);
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #707070;
    transition: all 0.5s;
}
.news__cate > section >article > a:hover {
  background-color: #707070;
  color: #fff;
}

.news__block {
  margin-top: clamp(2.125rem, 0.208rem + 3.99vw, 5rem);
}
.news__block > section {
      display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
}
.news__block > section >article {
  width: 100%;
}
.news__block > section > article > a {
      display: flex;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    transition: all 0.5s;
}
.news__block > section > article > a:hover {
  opacity: 0.5;
}
.newsItemImg {
  width: 22%;
}
.newsItemImg img {
      aspect-ratio: 269/150;
    object-fit: cover;
}
.newsItemBottom {
  width: 78%;
}
.newsItemText {
      padding-bottom: 16px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    column-gap: clamp(0.938rem, 0.396rem + 1.13vw, 1.75rem);
}
.newsItemTime {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 600;
}
.newsItemCate {
      padding: 4px 22px;
    background-color: #707070;
    color: #fff;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 600;
}
.newsItemTit {
      margin-top: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 600;
}
.newsItembtn {
      margin-top: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    display: flex;
    column-gap: 18px;
    justify-content: flex-end;
    align-items: center;
}
.newsItembtn__text {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 600;
}
.newsItembtn__icon {
        width: 18px;
    height: 18px;
    background-color: #000;
    position: relative;
}
.newsItembtn__icon::after {
      content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 25%;
    left: 20%;
    margin: auto;
}

/*ページネーション*/
.webgene-pagination {
        width: 100%;
  margin-top: 40px;
}
.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    padding: 0;
      flex-wrap: wrap;
    row-gap: 16px;
}
.number {
        display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    height: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    background-color: #fff;
  border: 1px solid #707070;
    margin: 0 clamp(0.438rem, 0.313rem + 0.26vw, 0.625rem);
    transition: all .7s;
}
.webgene-pagination>ul>li.selected {
   background-color: #707070;
}
.number a{
        width: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    height: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    transition: all .7s;
}
.webgene-pagination>ul>li.selected a {
   color: #fff;
}
.next,
.prev {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    height: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    background-color: #fff;
    border: 1px solid #707070;
    margin: 0 clamp(0.438rem, 0.313rem + 0.26vw, 0.625rem);
    transition: all .7s;
}
.next a,
.prev a {
    width: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    height: clamp(2.438rem, 1.813rem + 1.3vw, 3.375rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 600;
    transition: all .7s;
}
.webgene-pagination>ul>li:hover {
  background-color: #707070;
}
.number:hover a {
  color: #fff;
}
.next:hover a {
  color: #fff;
}
.prev:hover a {
  color: #fff;
}

@media (max-width: 767px) {
  .news__block > section > article > a {
        flex-direction: column;
    row-gap: 20px;
  }
  .newsItemImg {
    width: 100%;
  }
  .newsItemBottom {
    width: 100%;
  }
}