@charset "utf-8";
.pg-deco1 {
      position: absolute;
    width: clamp(12.5rem, 1.958rem + 21.96vw, 28.313rem);
    top: 120px;
    right: 0;
    z-index: -1;
}
.pg-deco2 {
      position: absolute;
    bottom: 0;
    z-index: -1;
    width: clamp(17.188rem, 6.063rem + 23.18vw, 33.875rem);
}

.news {
  padding: 67px 0 80px 0;
  position: relative;
}
.news__inner {
  padding: 0 clamp(2.5rem, -13.708rem + 33.77vw, 26.813rem);
}
.news__cate {
      display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    align-items: center;
}
.news-cate__btn {
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
      color: #FF6363;
    padding: 13px 0;
    width: clamp(8.938rem, 7.063rem + 3.91vw, 11.75rem);
    display: flex;
    justify-content: center;
    border: 2px solid #FF6363;
    border-radius: 31px;
    line-height: 1;
    font-weight: 700;
    transition: all .5s;
}
.news-cate__btn:hover {
  color: #fff;
  background-color: #FF6363;
}
.news__cate section {
      display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.news__cate section article a {
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
      color: #FF6363;
        padding: 13px 0;
    width: clamp(8.938rem, 7.063rem + 3.91vw, 11.75rem);
    display: flex;
    justify-content: center;
    border: 2px solid #FF6363;
    border-radius: 31px;
    line-height: 1;
    font-weight: 700;
    transition: all .5s;
}
.news__cate section article a:hover {
  color: #fff;
  background-color: #FF6363;
}

.news__main {
  margin-top: 56px;
}
.news__main section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.newsLink {
      display: flex;
     color: #000;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #000;
}
.newsItemText {
      display: flex;
    column-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  width: 36%;
}
.newsItemTime {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 400;
    white-space: nowrap;
}
.newsItemCate {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    background-color: #FDDAE6;
    padding: 2px clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    white-space: nowrap;
}
.newsItemTit {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 700;
  width: 64%;
  transition: all 0.5s;
}
.newsLink:hover .newsItemTit {
  opacity: 0.5;
}

/*ページネーション*/
.webgene-pagination {
    width: 100%;
}
.webgene-pagination>ul {
    display: flex;
    padding: 0;
}
.webgene-pagination>ul>li {
        display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
        width: 42px;
    height: 42px;
    background-color: #fff;
    border: 2px solid #FF6363;
    border-radius: 5px;
    margin: 0 6px;
    transition: all .7s;
}
.number a{
    color: #FF6363;
        width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 700;
    transition: all .7s;
}
.next a,
.prev a {
      width: 42px;
    height: 42px;
        display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 700;
  color: #FF6363
}
.next a:hover,
.prev a:hover {
    color: #fff;
}
.webgene-pagination>ul>li:hover {
  background-color: #FF6363;
}
.webgene-pagination>ul>li a:hover{
   color: #fff;
}
.webgene-pagination>ul>li.selected {
  background-color: #FF6363;
}
.webgene-pagination>ul>li.selected a {
  color: #fff;
}

@media (max-width: 767px) {
  .news__inner {
    padding: 0 20px;
  }
  .news__cate {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 13px;
    padding: 0 20px;
  }
  
  .news__main {
    margin-top: 32px;
  }
  .newsLink {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    padding-bottom: 8px;
  }
  .newsItemText {
    width: 100%;
  }
  .newsItemTit {
        width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 389px) {
  .news-cate__btn {
    width: 120px;
  }
  .news__cate section {
        flex-wrap: wrap;
    row-gap: 13px;
  }
  .news__cate section article a {
    width: 120px;
  }
}