@charset "UTF-8";
#page_header {
  background-image: url(../../images/header/social-impact.jpg);
}

#about_value {
  padding: 36px 16px 290px;
}

.section.news {
  position: relative;
  z-index: 80;
}
.section.news.slant:before {
  z-index: -1;
}
.section.news .notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #111111;
}
.section.news .notice-item::after {
  content: "";
  display: block;
  background-image: url(../../images/top/link-button-news.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.section.news .notice-item:hover {
  opacity: 0.6;
}
.section.news .notice-date {
  color: #f0001f;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 85px;
  padding-top: 3px;
}
.section.news .news-text {
  color: #111111;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 35px;
}
.section.news .news-more-view {
  display: block;
  color: #f0001f;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 30px;
  text-align: right;
  padding-right: 60px;
  position: relative;
}
.section.news .news-more-view:hover .arrow_btn {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 6px 30px 0 rgba(240, 0, 31, 0.6);
          box-shadow: 0 6px 30px 0 rgba(240, 0, 31, 0.6);
}
.section.news .arrow_btn {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f70623), to(#f44134));
  background: linear-gradient(to right, #f70623 0%, #f44134 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section.news .arrow_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.section.news .arrow_btn i.has {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.section.news #pagenation {
  text-align: center; /* 中央寄せ */
  margin: 30px 0 0 0;
}
.section.news #pagenation .pagenation-wrap {
  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;
}
.section.news #pagenation .pagenation-wrap .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #f0001f;
  font-size: 16px;
  font-weight: bold;
}
.section.news #pagenation .pagenation-wrap .page-numbers.current {
  color: #f0001f;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 767px) {
  .slant:before {
    top: -40px;
  }
  #about_value {
    padding-bottom: 160px;
  }
  .section.news.slant:before {
    z-index: -1;
  }
  .section.news .notice-item {
    gap: 10px;
    padding: 15px 0 30px 0;
    display: block;
  }
  .section.news .notice-item::after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: unset;
    bottom: 15px;
    margin: unset;
    right: 10px;
  }
  .section.news .notice-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .section.news .news-text {
    font-size: 14px;
    display: inline-block;
    padding-right: 0;
    text-align: justify;
  }
  .section.news #pagenation .pagenation-wrap .page-numbers {
    padding: 8px 8px;
  }
  .section.news .news-more-view:hover .arrow_btn {
    -webkit-transform: unset;
            transform: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}