.l-news {
  overflow-x: hidden;
}
.l-news .p-Pagefv__img::after {
  content: "";
  position: absolute;
  top: -5.4904831625vw;
  right: -0.2928257687vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 36.1639824305vw;
  height: 18.7408491947vw;
  background-image: url("../images/img_newsFv-taste.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-news .p-Pagefv {
  padding-bottom: 0;
}
.l-news .p-Pagefv__wrapper {
  padding-bottom: 0;
}
.l-news .p-page__inner {
  width: 100%;
  max-width: 1164px;
  padding-block: 15px;
  padding-left: 0px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .l-news .p-page__inner {
    padding-inline: 40px;
  }
}
.l-news .p-news-group-tag .webgene-blog {
  margin-block: 80px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .l-news .p-news-group-tag .webgene-blog {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-width: 409px) {
  .l-news .p-news-group-tag .webgene-blog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-news .p-news-group-tag .p-news-group__tag-item {
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-news .p-news-group-tag .p-news__cat {
  position: relative;
  display: block;
  overflow: hidden;
  width: 160px;
  padding-block: 17px 18px;
  border: 1px solid #c0d6bd;
  border-radius: 26px;
  background: #eff0ef;
  color: #357943;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-news .p-news-group-tag .p-news__cat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 26px;
  background: #357943;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-news .p-news-group-tag .p-news__cat span {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-news .p-news-group-tag .p-news__cat:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-news .p-news-group-tag .p-news__cat:hover {
    color: #fff;
  }
}
.l-news .p-news-group-tag .is-selected {
  background: #357943;
  color: #fff;
}
.l-news .p-news-group-tag .is-selected::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-news .p-news-group-list {
  position: relative;
  z-index: 10;
  padding-left: 55px;
  padding-bottom: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .l-news .p-news-group-list {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-news .p-news-group-list {
    padding-bottom: 100px;
  }
}
.l-news .p-news-group-list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .l-news .p-news-group-list .webgene-blog {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-news .p-news-group-list .webgene-blog {
    display: block;
  }
}
.l-news .p-news-group-list .webgene-blog article {
  width: 100%;
}
.l-news .info__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1060px;
  margin-top: 10px;
  padding-block: 30px 31px;
  padding-left: 40px;
  padding-right: 70px;
  background-color: #f8f8f8;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.l-news .info__item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 1199px) {
  .l-news .info__item {
    padding-left: 24px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-news .info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 48px;
    padding-block: 20px 21px;
    margin-top: 8px;
    margin-inline: 0;
  }
}
.l-news .info__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #357943;
  opacity: 0.1;
}
.l-news .info__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 26px;
  height: 26px;
  background-image: url("../images/icon_newsArrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  translate: 0 -50%;
}
@media screen and (max-width: 1199px) {
  .l-news .info__item::after {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-news .info__item::after {
    right: 16px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .l-news .info__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-news .info__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}
.l-news .info__date {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.7857142857;
  letter-spacing: 0.7px;
  color: #9d9d9d;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.l-news .info__category {
  margin-left: 25px;
  padding: 4px 7px;
  border-radius: 18px;
  background: #ddebdb;
  color: #357943;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.65px;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-news .info__category {
    margin-left: 0;
  }
}
.l-news .info__title {
    flex: 1;
    min-width: 0;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.75px;
    font-family: "Zen Maru Gothic", sans-serif;

    box-sizing: border-box;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .l-news .info__title {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-news .info__title {
      padding-left: 0;
  }
}
.l-news .p-info__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-news .p-info__btn-link {
  margin-top: 35px;
  padding: 15px 54px;
  border: 1.5px solid #1f589a;
  color: #002855;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.7px;
}
.l-news .webgene-pagination {
  margin-top: 110px;
  margin-inline: auto;
  font-size: 14px;
  justify-self: center;
  grid-column: 1/-1;
}
.l-news .webgene-pagination a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0.7;
}
.l-news .webgene-pagination a:hover {
  opacity: 0.7;
}
.l-news .webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-news .webgene-pagination ul .number a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  line-height: 2.2;
  border-radius: 50%;
  background-color: #eff0ef;
  color: #4b4b4b;
}
.l-news .webgene-pagination ul .number.selected a {
  background: #357943;
  color: #fff;
  border-radius: 50%;
}
.l-news {
  /* ★ 追加：省略記号（…） */
}
.l-news .webgene-pagination ul li.dots {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #4b4b4b;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.l-news li.next,
.l-news li.prev {
  position: relative;
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

li.next:hover,
li.prev:hover {
  transform: scale(1.15);
  opacity: 0.7;
}
.l-news li.next a,
.l-news li.prev a {
  height: 40px;
  width: 40px;
  padding: 2px;
  position: relative;
}
.l-news li.prev:after,
.l-news li.next:after {
  pointer-events: none;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.l-news li.prev:after {
  background-image: url("../images/prev.png");
  left: 0;
}
.l-news li.next:after {
  background-image: url("../images/next.png");
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-news li.next {
    margin-left: 30px;
  }
  .l-news li.prev {
    margin-right: 30px;
  }
  .l-news li.next a,
  .l-news li.prev a {
    margin-top: 3px;
    width: auto;
    padding-block: 10px;
    z-index: 10;
    line-height: 1;
  }
  .l-news li.prev a {
    padding-left: 48px;
    color: #919191;
  }
  .l-news li.next a {
    padding-right: 48px;
    color: #4b4b4b;
  }
  .l-news li.prev:after,
  .l-news li.next:after {
    pointer-events: auto;
  }
}
