.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.section {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #news.section {
    margin-top: 4vh;
  }
}
#news section {
  padding: 0;
  margin: 0;
}
#news .news-list-section__inner {
  border: 6px solid #ff7702;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 10px;
}
#news .news-flex-contents {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vh;
  padding: 0 20px;
}
#news .heading-h2 {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  line-height: 3rem;
  background-color: unset;
}
#news .heading-h2-wrap {
  margin: 0;
  padding: 0;
}
#news .heading-h2-wrap.is-inview .heading-h2::after {
  width: 50%;
}
#news .heading-h2-sub {
  right: unset;
  left: unset;
  z-index: 1;
  width: auto;
}
#news .heading-h2-sub-wrapper {
  text-align: center;
}
#news .news-heading-section {
  margin-bottom: 4vh;
}
#news .news-heading-section .txt-p-wrap {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #news .news-list {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 20vh;
  }
}
#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::after {
  background: -webkit-radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background: radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  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-li:last-child .news-list-li-link::after {
  content: none;
}
#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: "gill-sans-nova", 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-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #news .news-list .news-date-txt-wrapper .news-title-p {
    font-size: 1.4rem;
  }
}

.footer .footer__inner {
  padding-bottom: 0;
}

img {
  width: 100%;
}

.news-child-b #news .news-list-child {
  border: 6px solid #ff7702;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0 10px 12vh;
  padding: 6vh 20px;
}
@media screen and (min-width: 769px) {
  .news-child-b #news .news-list-child {
    max-width: 1280px;
    margin: auto;
    padding: 6vh 4vw;
    margin: 0 auto;
  }
}
.news-child-b #news .news-list-child .news-title-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  margin-bottom: 2vh;
}
.news-child-b #news .news-list-child .news-title-p::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -2vh;
  height: 2px;
  width: 0%;
  background-color: #7a9b3b;
}
.news-child-b #news .news-list-child .news-date-p {
  font-size: 1.2rem;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.news-child-b #news .news-list-child .news-date-wrapper {
  position: relative;
  margin-bottom: 4vh;
}
.news-child-b #news .news-list-child .news-date-wrapper::after {
  background: -webkit-radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background: radial-gradient(circle farthest-side, #ff7702, #ff7702 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -2vh;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .news-child-b #news .news-list-child .news-date-wrapper::after {
    margin-bottom: -2vh;
  }
}
@media screen and (min-width: 769px) {
  .news-child-b #news .news-list-child .news-date-wrapper {
    margin-bottom: 10vh;
  }
}
.news-child-b #news .news-list-child .news-contents__inner--txt {
  margin-bottom: 4vh;
}
.news-child-b #news .news-list-child .news-contents__inner--txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8rem;
}
.news-child-b #news .news-list-child .news-contents__inner--txt-p .txt-p-bold {
  font-weight: 500;
}
.news-child-b #news .news-list-child .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-b #news .news-list-child .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-b #news .news-list-child .news-contents__inner--image-img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news-child-b #news .news-list-child .news-contents__inner--image-img {
    width: 48%;
  }
}

.textlength {
  margin-top: 2vh;
  font-size: 1.1rem;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.readMore {
  display: inline-block;
  font-size: 1.1rem;
  color: #ff7702;
  cursor: pointer;
}

.news-heading-section .news__inner .txt-p {
  font-size: 1.3rem;
}

.news-list-pagenation-block {
  margin-top: 4vh;
  margin-bottom: 4vh;
}
.news-list-pagenation-p {
  font-size: 1.2rem;
  font-family: m-plus-rounded-2c, 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;
  color: #ff7702;
}
.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: 4vh auto 12vw;
}
.back-to-list-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
.back-to-list-link {
  color: #ffffff;
  background-color: #ff7702;
  padding: 10px 20px;
  border-radius: 9999px;
}

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