.to-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.to-news-list--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: min(6px, 0.5vw);
}
@media only screen and (max-width: 767px) {
  .to-news-list--top {
    padding-top: 8.2666666667vw;
  }
}
.to-news-list--bottom {
  padding-top: min(6px, 0.5vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .to-news-list--bottom {
    padding-top: 2.6666666667vw;
  }
}
.to-news-list__button {
  background-color: var(--color-red);
  border-color: var(--color-red);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  overflow: hidden;
}
.to-news-list__button::before {
  position: relative;
  z-index: 2;
  content: "";
  display: inline-block;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  aspect-ratio: 8/10;
  -webkit-mask-image: url(/assets/img/common/icon_link_right.svg);
          mask-image: url(/assets/img/common/icon_link_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.to-news-list__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 0%;
  aspect-ratio: 1/1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  border-radius: 50%;
}
.to-news-list__button > span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .to-news-list__button:hover::after {
    width: 200%;
  }
}
.to-news-list__button::before {
  background-color: var(--color-white);
}
.to-news-list__button::after {
  background-color: var(--color-white);
}
.to-news-list__button > span {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .to-news-list__button:hover::before {
    background-color: var(--color-red);
  }
  .to-news-list__button:hover > span {
    color: var(--color-red);
  }
}
.to-news-list--top .to-news-list__button {
  gap: 0.625em;
  font-size: var(--font-size-pc-16px);
  font-weight: var(--font-weight-medium);
  width: 8.75em;
  height: 2.5em;
  border-radius: 1.25em;
}
@media only screen and (max-width: 767px) {
  .to-news-list--top .to-news-list__button {
    gap: 0.6em;
    font-size: var(--font-size-sp-30px);
    width: 8em;
    height: 2em;
    border-radius: 1em;
  }
}
.to-news-list--top .to-news-list__button::before {
  width: 0.5em;
  -webkit-transform: translateY(0.125em);
          transform: translateY(0.125em);
}
@media only screen and (max-width: 767px) {
  .to-news-list--top .to-news-list__button::before {
    width: 0.6em;
    -webkit-transform: translateY(0.0666666667em);
            transform: translateY(0.0666666667em);
  }
}
.to-news-list--bottom .to-news-list__button {
  gap: 0.625em;
  font-size: var(--font-size-pc-26px);
  font-weight: var(--font-weight-medium);
  width: 14.6153846154em;
  height: 2.3076923077em;
  border-radius: 1.1538461538em;
}
@media only screen and (max-width: 767px) {
  .to-news-list--bottom .to-news-list__button {
    gap: 0.6em;
    font-size: var(--font-size-sp-30px);
    width: 16.6666666667em;
    height: 3em;
    border-radius: 1.5em;
  }
}
.to-news-list--bottom .to-news-list__button::before {
  width: 0.3076923077em;
  -webkit-transform: translateY(0.0769230769em);
          transform: translateY(0.0769230769em);
}
@media only screen and (max-width: 767px) {
  .to-news-list--bottom .to-news-list__button::before {
    width: 0.5333333333em;
    -webkit-transform: translateY(0.0666666667em);
            transform: translateY(0.0666666667em);
  }
}

.post-title {
  margin: min(20px, 1.6666666667vw) 0 calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2);
  padding-top: min(20px, 1.6666666667vw);
  border-top: 1px solid var(--color-red);
  font-size: var(--font-size-pc-24px);
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .post-title {
    margin: 2.6666666667vw 0 calc(6.6666666667vw - (1lh - 1em) / 2);
    padding-top: 2.6666666667vw;
    font-size: var(--font-size-sp-30px);
    font-weight: var(--font-weight-regular);
  }
}
.post-title__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(20px, 1.6666666667vw);
  margin-bottom: min(15px, 1.25vw);
}
@media only screen and (max-width: 767px) {
  .post-title__meta {
    gap: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.post-title__date {
  font-size: var(--font-size-pc-15px);
  font-weight: var(--font-weight-regular);
}
@media only screen and (max-width: 767px) {
  .post-title__date {
    font-size: var(--font-size-sp-22px);
  }
}
.post-title__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5714285714em;
  padding: 0 1.5714285714em;
  border-radius: 0.7857142857em;
  font-size: var(--font-size-pc-14px);
  font-weight: var(--font-weight-regular);
}
@media only screen and (max-width: 767px) {
  .post-title__category {
    height: 1.6363636364em;
    padding: 0 1.6363636364em;
    border-radius: 0.8181818182em;
    font-size: var(--font-size-sp-22px);
  }
}
.post-title__category--information {
  background-color: var(--color-news-information);
}
.post-title__category--sustainability {
  background-color: var(--color-news-sustainability);
}
.post-title__category--livestock {
  background-color: var(--color-news-livestock);
}
.post-title__category--aqua {
  background-color: var(--color-news-aqua);
}
.post-title__category--egg {
  background-color: var(--color-news-egg);
}
.post-title__category--pet-food {
  background-color: var(--color-news-pet-food);
}
.post-paragraph {
  margin: calc((1lh - 1em) / 2 * -1) 0 calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2);
  font-size: var(--font-size-pc-16px);
}
.post-paragraph--right {
  text-align: right;
}
.post-paragraph--left {
  text-align: left;
}
.post-paragraph--center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post-paragraph {
    margin: calc((1lh - 1em) / 2 * -1) 0 calc(6.6666666667vw - (1lh - 1em) / 2);
    font-size: var(--font-size-sp-26px);
  }
}

.post-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: min(60px, 5vw);
}
@media only screen and (max-width: 767px) {
  .post-images {
    display: block;
  }
}
.post-images > figure {
  width: calc((100% - min(60px, 5vw)) / 2);
  margin-bottom: min(40px, 3.3333333333vw);
  font-size: var(--font-size-pc-14px);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .post-images > figure {
    width: 100%;
    margin-bottom: 6.6666666667vw;
    font-size: var(--font-size-sp-22px);
  }
}
.post-images > figure:has(figcaption) {
  margin-bottom: calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2);
}
@media only screen and (max-width: 767px) {
  .post-images > figure:has(figcaption) {
    margin-bottom: calc(6.6666666667vw - (1lh - 1em) / 2);
  }
}
.post-images > figure > img {
  display: block;
  width: 100%;
  border-radius: min(5px, 0.4166666667vw);
}
@media only screen and (max-width: 767px) {
  .post-images > figure > img {
    border-radius: 0.6666666667vw;
  }
}
.post-images > figure > figcaption {
  margin-top: calc(1.4285714286em - (1lh - 1em) / 2);
}
@media only screen and (max-width: 767px) {
  .post-images > figure > figcaption {
    margin-top: calc(0.9090909091em - (1lh - 1em) / 2);
  }
}
.post-images--1 > figure {
  width: 100%;
}

.post-box {
  margin-bottom: min(40px, 3.3333333333vw);
  padding: calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2) min(40px, 3.3333333333vw);
  font-size: var(--font-size-pc-16px);
  background-color: var(--color-offWhite);
}
.post-box:has(.post-box__title) {
  padding: calc(min(40px, 3.3333333333vw) - var(--font-size-pc-24px) * 0.3 / 2) min(40px, 3.3333333333vw) calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2);
}
@media only screen and (max-width: 767px) {
  .post-box {
    margin-bottom: 6.6666666667vw;
    font-size: var(--font-size-sp-24px);
    padding: calc(7.7333333333vw - (1lh - 1em) / 2) 5.7333333333vw;
  }
  .post-box:has(.post-box__title) {
    padding: calc(7.7333333333vw - var(--font-size-sp-28px) * 0.3 / 2) 5.7333333333vw calc(7.7333333333vw - (1lh - 1em) / 2);
  }
}
.post-box__title {
  font-size: var(--font-size-pc-24px);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  text-align: center;
  margin-bottom: min(31px, 2.5833333333vw);
}
@media only screen and (max-width: 767px) {
  .post-box__title {
    font-size: var(--font-size-sp-28px);
    margin-bottom: 4.6666666667vw;
  }
}
.post-box__text {
  font-size: var(--font-size-pc-16px);
}
@media only screen and (max-width: 767px) {
  .post-box__text {
    font-size: var(--font-size-sp-24px);
  }
}

.post-text-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: min(40px, 3.3333333333vw);
}
@media only screen and (max-width: 767px) {
  .post-text-image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.post-text-image-wrap__text {
  width: calc(100% - min(380px, 31.6666666667vw));
}
@media only screen and (max-width: 767px) {
  .post-text-image-wrap__text {
    width: 100%;
  }
}
.post-text-image-wrap__image {
  width: min(340px, 28.3333333333vw);
}
@media only screen and (max-width: 767px) {
  .post-text-image-wrap__image {
    width: 100%;
  }
}

.post-link-list {
  margin-bottom: calc(min(40px, 3.3333333333vw) - (1lh - 1em) / 2);
  font-size: var(--font-size-pc-16px);
}
@media only screen and (max-width: 767px) {
  .post-link-list {
    margin-bottom: calc(6.6666666667vw - (1lh - 1em) / 2);
    font-size: var(--font-size-sp-26px);
  }
}
.post-link-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(13px, 1.0833333333vw);
}
@media only screen and (max-width: 767px) {
  .post-link-list__list {
    gap: 2.9333333333vw;
  }
}
.post-link-list__link {
  position: relative;
  display: block;
  padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .post-link-list__link {
    padding-left: 2.1153846154em;
  }
}
.post-link-list__link::before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--color-red);
}
.post-link-list__link--link::before {
  top: 0.5625em;
  left: 1.125em;
  width: 0.5em;
  aspect-ratio: 8/10;
  -webkit-mask-image: url(/assets/img/common/icon_link_right.svg);
          mask-image: url(/assets/img/common/icon_link_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 767px) {
  .post-link-list__link--link::before {
    top: 0.5769230769em;
    left: 0.5769230769em;
    width: 0.5em;
  }
}
.post-link-list__link--external-link::before {
  top: 0.4375em;
  left: 0.75em;
  width: 1.125em;
  aspect-ratio: 18/14;
  -webkit-mask-image: url(/assets/img/common/icon_external-link.svg);
          mask-image: url(/assets/img/common/icon_external-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 767px) {
  .post-link-list__link--external-link::before {
    top: 0.4615384615em;
    left: 0.1923076923em;
    width: 1.1153846154em;
  }
}
.post-link-list__link--pdf::before {
  top: 0.25em;
  left: 0.5625em;
  width: 1.5em;
  aspect-ratio: 24/22;
  -webkit-mask-image: url(/assets/img/common/icon_pdf.svg);
          mask-image: url(/assets/img/common/icon_pdf.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 767px) {
  .post-link-list__link--pdf::before {
    top: 0.3076923077em;
    left: 0;
    width: 1.5em;
  }
}
.post-link-list__link:focus-visible {
  border-radius: 10px;
  outline: 2px solid var(--color-focus-border, #000);
  outline-offset: 2px;
  background-color: var(--color-focus-bg);
  -webkit-box-shadow: 0 0 0 2px var(--color-focus-bg);
          box-shadow: 0 0 0 2px var(--color-focus-bg);
}
.post-link-list__text {
  color: var(--color-link-marked-default);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-link-marked-hover)), to(var(--color-link-marked-hover)));
  background-image: linear-gradient(var(--color-link-marked-hover), var(--color-link-marked-hover));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: right 100%;
  -webkit-transition: background-size 0.4s, color 0.4s;
  transition: background-size 0.4s, color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .post-link-list__link:hover .post-link-list__text {
    background-size: 100% 1px;
    background-position: left 100%;
    color: var(--color-link-marked-hover);
  }
}/*# sourceMappingURL=news-post.css.map */