@charset "utf-8";
.pg-fv__right {
      background-image: url(https://shinei-mei.com/system_panel/uploads/images/pg-fv-bg-blog.png);
}

.news__inner {
      padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    position: relative;
}
.news__deco {
      position: absolute;
    z-index: 10;
    width: clamp(10rem, -2.542rem + 26.13vw, 28.813rem);
    right: 0;
    bottom: -10%;
}
.news__container {
      position: relative;
      background-color: #fff;
    padding: clamp(3.75rem, 2.25rem + 3.13vw, 6rem) clamp(0.813rem, -6.646rem + 15.54vw, 12rem) clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
      display: flex;
    flex-direction: column;
    align-items: center;
}
.news__cate section {
      display: flex;
    align-items: center;
    column-gap: clamp(0.375rem, -1.042rem + 2.95vw, 2.5rem);
      flex-wrap: wrap;
    row-gap: 8px;
}
.news__cate section article {
  padding: clamp(0.625rem, 0.375rem + 0.52vw, 1rem) 0;
}
.news__cate section article a {
    padding: clamp(0.625rem, 0.375rem + 0.52vw, 1rem) clamp(1rem, -0.667rem + 3.47vw, 3.5rem);
    border: 1px solid #000000;
  background-color: #fff;
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
    transition: all 0.5s;
}
.news__cate section article a:hover {
   border: 1px solid #D95F2E;
  background-color: #D95F2E;
  color: #fff;
}

.news__block {
  margin-top: clamp(3.75rem, 2.25rem + 3.13vw, 6rem);
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.newsItemBottom {
      display: flex;
    align-items: center;
    padding-left: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    border-left: 4px solid #000;
    column-gap: clamp(1rem, 0.333rem + 1.39vw, 2rem);
  transition: all 0.5s;
}
.newsItemBottom:hover {
  opacity: 0.5;
}
.newsItemText {
      display: flex;
    align-items: center;
    column-gap: clamp(0.813rem, 0.688rem + 0.26vw, 1rem);
  min-width: clamp(11.25rem, 10.417rem + 1.74vw, 12.5rem);
}
.newsItemTime {
      font-weight: 700;
    white-space: nowrap;
}
.newsItemCate {
      font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    font-weight: 400;
    padding: 4px 8px;
    border: 0.5px solid #000;
    white-space: nowrap;
}
.newsItemTit {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/*ページネーション*/
.webgene-pagination {
        width: 100%;
  margin-top: clamp(1.875rem, 0.542rem + 2.78vw, 3.875rem);
}
.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    padding: 0;
      flex-wrap: wrap;
    row-gap: 16px;
  column-gap: 32px;
}
.number {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    transition: all .7s;
}
.number a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: all .7s;
}
.number.selected a {
   border-bottom: 1px solid #000;
}
.number>a:hover {
  border-bottom: 1px solid #000;
}
.next,
.prev {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 43px;
    height: 43px;
    background-color: #D95F2E;
    border-radius: 50%;
    transition: all .7s;
}
.next {
  margin-left: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
}
.prev {
  margin-right: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
}
.next a,
.prev a {
    width: clamp(2.813rem, 2.354rem + 0.95vw, 3.5rem);
    height: clamp(2.813rem, 2.354rem + 0.95vw, 3.5rem);
        display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: 700;
  color: #fff;
    transition: all .7s;
}
.next:hover {
  opacity: 0.5;
}
.prev:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .news__deco {
    width: clamp(8.75rem, 7.457rem + 5.31vw, 10rem);
  }
  .newsItemBottom {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
  }
}