.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.p-txt-list {
  line-height: 1rem;
}

@media screen and (min-width: 769px) {
  .news-list .header__inner {
    top: 0;
    left: 0;
  }
}

#news {
  overflow-x: hidden;
  margin: 4vh auto 0;
}
@media screen and (min-width: 769px) {
  #news {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #news .news-heading-section {
    max-width: 1280px;
    margin: auto;
  }
  #news .news-heading-section .news__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #news .news-list {
    max-width: 1280px;
    margin: auto;
  }
}
#news .news-flex-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4vh;
  padding: 0 20px;
}
#news .heading-h2 {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  color: #714212;
  background-color: unset;
}
@media screen and (min-width: 769px) {
  #news .heading-h2 {
    font-size: 2.1rem;
  }
}
#news .heading-h2::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 8px;
  bottom: -20px;
  left: 0;
  position: absolute;
  background-color: #799b3b;
}
@media screen and (min-width: 769px) {
  #news .heading-h2::after {
    bottom: -30px;
  }
}
#news .heading-h2-wrap {
  margin: 0;
  padding: 0;
}
#news .heading-h2-wrap.is-inview .heading-h2::after {
  width: 50%;
}
#news .heading-h2-sub {
  right: 0;
  left: unset;
  z-index: 1;
  width: auto;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  #news .news-heading-section .txt-p {
    font-size: 1.3rem;
  }
}
#news .news-heading-section .txt-p-wrap {
  padding: 0 20px;
}
#news .news-list-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0 20px;
}
#news .news-list-li-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 6vh 0;
}
@media screen and (min-width: 769px) {
  #news .news-list-li-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3vh 0;
  }
}
#news .news-list-li-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  top: 0;
  background-color: #b3b3b3;
  position: absolute;
}
#news .news-list-li-link:last-child::after {
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
}
#news .news-list-li-link .news-image-wrapper img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #news .news-list-li-link .news-image-wrapper {
    text-align: right;
    padding-right: 2vw;
    width: 30%;
  }
  #news .news-list-li-link .news-image-wrapper img {
    width: 100%;
  }
}
#news .news-list .news-date-txt-wrapper {
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  #news .news-list .news-date-txt-wrapper {
    padding-left: 2vw;
    width: 70%;
  }
}
#news .news-list .news-date-txt-wrapper .news-date-wrapper {
  margin-bottom: 1vh;
}
#news .news-list .news-date-txt-wrapper .news-date-p {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #news .news-list .news-date-txt-wrapper .news-date-p {
    font-size: 1.4rem;
  }
}
#news .news-list .news-date-txt-wrapper .news-title-wrapper {
  margin-bottom: 1vh;
}
#news .news-list .news-date-txt-wrapper .news-title-p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #news .news-list .news-date-txt-wrapper .news-title-p {
    font-size: 1.4rem;
  }
}

.news-child-a .news-heading-section {
  padding-bottom: 0;
}
.news-child-a .news-list-child {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  margin: auto;
}
.news-child-a .news-title-wrapper.is-inview .news-title-p::after {
  width: 100%;
}
.news-child-a .news-title-p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 4vh;
}
.news-child-a .news-title-p::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -2vh;
  height: 2px;
  width: 0%;
  background-color: #7a9b3b;
}
.news-child-a .news-date-wrapper {
  margin-bottom: 4vh;
}
.news-child-a .news-date-p {
  text-align: right;
  font-size: 1.3rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.news-child-a .news-contents__inner--txt {
  margin-bottom: 4vh;
}
.news-child-a .news-contents__inner--txt-p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8rem;
}
.news-child-a .news-contents__inner--txt-p .txt-p-bold {
  font-weight: 500;
}
.news-child-a .news-contents__inner--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vh;
  margin-bottom: 4vh;
}
@media screen and (min-width: 769px) {
  .news-child-a .news-contents__inner--image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
    margin: auto;
    gap: 4vw;
    width: 50%;
  }
}
.news-child-a .news-contents__inner--image-img {
  width: 100%;
}

.textlength {
  margin-top: 2vh;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .textlength {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.readMore {
  display: inline-block;
  color: #714212;
  cursor: pointer;
}

.skew-obj-bg-contents {
  top: 0;
  left: 0;
  width: 110vw;
  height: 30vh;
  position: absolute;
  z-index: 1;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
.skew-obj-bg-contents.obj-contents-brown {
  background-color: #ede8e2;
}

.news-heading-section,
.news-list {
  position: relative;
  z-index: 3;
}

.news-list-pagenation-block {
  margin-top: 4vh;
  margin-bottom: 4vh;
}
.news-list-pagenation-p {
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list-pagenation-span {
  display: block;
}
.news-list-pagenation-span.current-page {
  text-decoration: underline;
  font-weight: 700;
}
.news-list-pagenation-link {
  width: 10px;
  height: 18px;
}

.pagenation-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 18px;
}
.pagenation-arrow::before, .pagenation-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
}
.pagenation-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagenation-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagenation-arrow.arrow-right {
  right: -1rem;
}
.pagenation-arrow.arrow-right::before, .pagenation-arrow.arrow-right::after {
  left: 0;
  right: auto;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.pagenation-arrow.arrow-left {
  left: -1rem;
}
.pagenation-arrow.arrow-left::before, .pagenation-arrow.arrow-left::after {
  left: 0;
  right: auto;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
}

.back-to-list-btn {
  text-align: center;
  margin: 8vh auto;
}
.back-to-list-p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .back-to-list-p {
    font-size: 1rem;
  }
}
.back-to-list-link {
  color: #ffffff;
  background-color: #714212;
  padding: 10px 20px;
  border-radius: 9999px;
}

#news.js-header-padding {
  margin-top: 2vh;
}/*# sourceMappingURL=news-a.css.map */