.hero {
  background-image: url("../images/news/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 48.8rem;
    background-image: url("../images/news/sp/hero_sp.jpg");
  }
}

.hero .inner {
  height: 100%;
}

.hero__img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero__img {
  width: 664px;
  max-width: 1332px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .hero__img {
    width: 32.3rem;
  }
}

.hero__title-text {
  padding-top: 420px;
  font-size: 32px;
  color: #004896;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__title-text {
    padding-top: 44.5rem;
    font-size: 2rem;
  }
}

.news {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 80px;
  }
}

.news .inner {
  max-width: 900px;
  margin: 0 auto;
}

.pagination-wrap .inner {
  max-width: 864px;
}
@media screen and (max-width: 768px) {
  .pagination-wrap .inner {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .pagination-wrap {
    margin-top: 5rem;
  }
}

.pagination {
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  height: 57px;
  margin: 100px auto 0;
  padding: 0 32px;
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .pagination {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.6rem;
    height: 5.8rem;
  }
}

.pagination__arrows-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}
.pagination__arrows-top .pagination__arrow-wrap a {
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  padding: 1rem 2rem;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  height: 5.8rem;
  width: 5.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pagination__arrow-wrap {
    gap: 0.8rem;
  }
}

.pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination__pages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination__link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

.pagination__link._active {
  background: #fff;
  color: #004896;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__arrow {
  width: 4px;
  height: 10px;
}

.pagination__arrow2 {
  width: 14px;
  height: 10px;
}

.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* single
========================================================== 
*/
.article {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .article {
    margin-top: 4rem;
  }
}

.article .inner {
  max-width: 964px;
}

.article__header {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article__header {
    padding-bottom: 2rem;
  }
}

.article__title {
  font-size: 23px;
  color: #004896;
  letter-spacing: 0.1em;
  line-height: 1.4347826087;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 2.3rem;
  }
}

.article__eye-catch {
  text-align: center;
  margin-top: 68px;
}

.article__eye-catch-img {
  max-idth: 500px;
}

.article__text {
  margin-top: 60px;
}

.article__text p + p {
  margin-top: 1.5em;
}

.article__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  width: 500px;
  margin: 0 auto;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  height: 58px;
  border-radius: 99px;
  margin-top: 90px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .article__btn-wrap {
    width: 100%;
    height: 5.8rem;
  }
}
.article__btn-wrap .prev,
.article__btn-wrap .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .article__btn-wrap .prev,
  .article__btn-wrap .next {
    padding: 0 2rem;
  }
}
.article__btn-wrap .back {
  padding: 0 50px;
  position: relative;
  font-weight: 600;
}
.article__btn-wrap .back:before, .article__btn-wrap .back:after {
  content: "";
  display: inline-block;
  height: 32px;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 50%;
}
.article__btn-wrap .back:before {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.article__btn-wrap .back:after {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.article__btn-wrap .prev:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../images/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .article__btn-wrap .prev:before {
    width: 0.8rem;
    height: 1rem;
  }
}

.article__btn-wrap .next:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("../images/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .article__btn-wrap .next:after {
    width: 0.8rem;
    height: 1rem;
  }
}

.article__single-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#f8ddbd), to(#bcd300));
  background: linear-gradient(to right, #f8ddbd, #bcd300);
  height: 5.8rem;
  border-radius: 99px;
  margin-top: 3rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}