.sec-title {
  color: #004396;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.8rem;
  }
}

/* ---------------------------------------------------------------------------
//  news-mv 
--------------------------------------------------------------------------- */
.news-mv {
  padding-bottom: 5.6rem;
}

.news-mv .page-title-area .eng {
  margin-bottom: 1.5rem;
  width: 38.8rem;
}

.news-mv .page-title-area .title {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .news-mv {
    padding-bottom: 3rem;
  }

  .news-mv .page-title-area .eng {
    margin-bottom: .6rem;
    width: 19.4rem;
  }

  .news-mv .page-title-area .title {
    font-size: 1.7rem;
  }
}


/* ---------------------------------------------------------------------------
//  news01
--------------------------------------------------------------------------- */
.news01 {
  margin-top: -19rem;
}

.news01 .news-list {
  margin-bottom: 12.7rem;
  padding: 0 8.5rem;
}

.news01 .news-list .item {
  display: flex;
  justify-content: space-between;
}

.news01 .news-list .item:not(:last-child) {
  margin-bottom: 9.4rem;
}

.news01 .news-list .item .img {
  flex-shrink: 0;
  margin-right: 4.7rem;
  width: 308px;
}

.news01 .news-list .item .text-area {
  padding-top: 1.3rem;
}

.news01 .news-list .item .text-area .date {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  color: #757575;
  display: table;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 1.5em;
  padding: 0 1rem;
}

.news01 .news-list .item .text-area .title {
  color: #101010;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
}

.news01 .news-list .item .text-area .desc {
  color: #101010;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: calc(28/16);
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news01 .pagination {
  margin-bottom: 20.6rem;
}

/* 仮 */
.news01 .readmore {
  color: #2979ff;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news01 {
    margin-top: -10rem;
  }

  .news01 .news-list {
    margin-bottom: 6.5rem;
    padding: 0;
  }

  .news01 .news-list .item {
    display: block;
  }

  .news01 .news-list .item:not(:last-child) {
    margin-bottom: 5rem;
  }

  .news01 .news-list .item .img {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 100%;
  }

  .news01 .news-list .item .text-area {
    padding-top: 0;
  }

  .news01 .news-list .item .text-area .date {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }

  .news01 .news-list .item .text-area .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .news01 .news-list .item .text-area .desc {
    font-size: 1.5rem;
    line-height: calc(26/15);
  }

  .news01 .pagination {
    margin-bottom: 10.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  pagination
--------------------------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  color: #003990;
  line-height: 4.6rem;
  text-align: center;
  width: 46px;
}

.pagination li.current {
  background-color: #508dd8;
  color: #fff;
}

.pagination li:not(:first-child) {
  margin-left: .6rem;
}

.pagination li a {
  border: 1px solid #eee;
  display: block;
  transition: .2s;
}

.pagination li a:hover {
  opacity: .7;
}

.pagination li a.prev {
  background-image: url(../img/news/prev-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: .8rem 1.1rem;
  border: none;
  display: block;
  height: 100%;
}

.pagination li a.next {
  background-image: url(../img/news/next-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: .8rem 1.1rem;
  border: none;
  display: block;
  height: 100%;
}


@media screen and (max-width: 768px) {
  .pagination li {
    color: #003990;
    line-height: 3.5rem;
    text-align: center;
    width: 35px;
  }

  .pagination li.current {
    background-color: #508dd8;
    color: #fff;
  }

  .pagination li:not(:first-child) {
    margin-left: .6rem;
  }

  .pagination li a {
    border: 1px solid #eee;
    display: block;
  }

  .pagination li a.prev {
    background-image: url(../img/news/prev-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .8rem 1.1rem;
    border: none;
    display: block;
    height: 100%;
  }

  .pagination li a.next {
    background-image: url(../img/news/next-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .8rem 1.1rem;
    border: none;
    display: block;
    height: 100%;
  }
}

/* 詳細用 */
.pagination.detail {
  display: block;
}

.pagination.detail::after {
  content:'';
  display: block; 
  clear: both
}

.pagination.detail li.prev {
  float: left;
  width: auto;
}

.pagination.detail li a.prev {
  background-position: left top 1.9rem;
  padding-left: 2rem;
  font-size: 1.6rem;
}

.pagination.detail li.next {
  float: right;
  width: auto;
}

.pagination.detail li a.next {
  background-position: right top 1.9rem;
  padding-right: 2rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pagination.detail li a.prev {
    background-position: left top 1.4rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
  }
  .pagination.detail li a.next {
    background-position: right top 1.4rem;
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------
//  news-detail01
--------------------------------------------------------------------------- */
.news-detail01 {
  margin-top: -17.5rem;
}

.news-detail01 .inner {
  padding: 0 17.6rem;
}

.news-detail01 .title-area {
  margin-bottom: 4.3rem;
}

.news-detail01 .title-area .date {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  color: #757575;
  display: table;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 1.2em;
  padding: 0 1.2rem;
}

.news-detail01 .title-area .title {
  color: #101010;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
}

.news-detail01 .main-img {
  margin-bottom: 4.4rem;
}

.news-detail01 .content-wrap {
  margin-bottom: 9.5rem;
}

.news-detail01 .content-wrap p {
  color: #101010;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: calc(28/16);
  margin-bottom: 4.5rem;
}

.news-detail01 .img {
  margin-bottom: 6.8rem;
}

.news-detail01 .pagination {
  margin-bottom: 3.7rem;
}

.news-detail01 .detail-link {
  align-items: center;
  background-image: url(../img/news/detail-link-arrow.png);
  background-position: right 2.6rem center;
  background-repeat: no-repeat;
  background-size: .7rem 1.2rem;
  border: 1px solid #003990;
  border-radius: 2rem;
  color: #003990;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  margin: 0 auto 15.6rem;
  transition: .2s;
  width: 20.4rem;
}

.news-detail01 .detail-link:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .news-detail01 {
    margin-top: -9rem;
  }

  .news-detail01 .inner {
    padding: 0 2rem;
  }

  .news-detail01 .title-area {
    margin-bottom: 2.1rem;
  }

  .news-detail01 .title-area .date {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }

  .news-detail01 .title-area .title {
    font-size: 2.2rem;
  }

  .news-detail01 .main-img {
    margin-bottom: 2.2rem;
  }

  .news-detail01 .content-wrap p {
    font-size: 1.5rem;
    line-height: calc(26/15);
    margin-bottom: 2.2rem;
  }

  .news-detail01 .img {
    margin-bottom: 3.4rem;
  }

  .news-detail01 .pagination {
    margin-bottom: 3rem;
  }

  .news-detail01 .detail-link {
    margin: 0 auto 8rem;
  }
}
