@charset "utf-8";
.pg-fv {
    height: clamp(11.25rem, 7.917rem + 6.94vw, 16.25rem);
}
.pg-fv__container {
  padding-left: clamp(6.25rem, -1.583rem + 16.32vw, 18rem);
}
.news {
  padding-top: 72px;
  padding-bottom: 240px;
}
.news__inner {
  padding: 0 clamp(1.25rem, -13.417rem + 30.56vw, 23.25rem);
}
.news__cate {
      display: flex;
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.news-cate__all {
    padding: 10px clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
    border: 1px solid #C11B64;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #C11B64;
    background-color: #fff;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    transition: all 0.5s;
}
.news-cate__all:hover {
  color: #fff;
    background-color: #C11B64;
}
.news__cate > section {
      display: flex;
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.news__cate > section >article > a {
    padding: 10px clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
    border: 1px solid #C11B64;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #C11B64;
    background-color: #fff;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  transition: all 0.5s;
}
.news__cate > section >article > a:hover {
  color: #fff;
    background-color: #C11B64;
}

.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 {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .16);
    background-color: #FFF4F9;
    border-radius: 10px;
}
.newsItemImg img {
    border-radius: 10px 10px 0 0;
      aspect-ratio: 359/202;
    object-fit: cover;
    height: auto;
}
.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: 8px;
    align-items: center;
}
.newsItemTime {
        font-family: "遊ゴシック",sans-serif;
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    color: #C11B64;
    font-weight: 500;
}
.newsItemCate {
        font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    color: #fff;
    padding: 8px clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
    background-color: #C11B64;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
}
.newsItemTit {
       font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    color: #C11B64;
    font-weight: 600;
}
.newsItemContent {
       margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*ページネーション*/
.webgene-pagination {
    width: 100%;
    position: absolute;
    bottom: -140px;
}
.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    padding: 0;
}
.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 #C11B64;
    border-radius: 10px;
    margin: 0 8px;
    transition: all .7s;
}
.webgene-pagination>ul>li.selected{
   background-color: #C11B64;
}
.number a{
        width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 700;
    color: #C11B64;
    transition: all .7s;
}
.number.selected a{
   color: #fff;
}
.next a,
.prev a {
    width: 48px;
    height: 48px;
        display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 700;
    color: #C11B64;
    transition: all .7s;
}
.next a:hover,
.prev a:hover {
    color: #fff;
}
.webgene-pagination>ul>li:hover {
  background-color: #C11B64;
  border: 1px solid #8F6B1D;
}
.webgene-pagination>ul>li a:hover{
   color: #fff;
}

@media (max-width: 767px) {
  .pg-fv {
    height: clamp(4.375rem, 0.496rem + 15.92vw, 8.125rem);
  }
  .pg-fv__container {
    padding: 10px 20px 0;
  }
  
  .news {
    padding-top: 40px;
  }
  .news__cate {
      width: clamp(21.875rem, 18.642rem + 13.26vw, 25rem);
        flex-direction: column;
    row-gap: 8px;
  }
  .news-cate__all {
    width: 170px;
  }
  .news__cate > section {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
  }
  .news__cate > section >article > a {
    width: 170px;
  }
  .news__block > section {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 389px) {
  .news__cate {
    width: 280px;
  }
  .news-cate__all {
    width: 130px;
  }
  .news__cate > section >article > a {
    width: 130px;
  }
}