@charset "UTF-8";
/* --------------------------------------------------
  common
-------------------------------------------------- */
/* --------------------------------------------------
  mv
-------------------------------------------------- */
.mv {
  padding: 2em 0 0;
  height: auto;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 52px 0 0;
  }
}

/* --------------------------------------------------
  news
-------------------------------------------------- */
.news {
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #232286;
}
@media screen and (min-width: 640px) {
  .news {
    padding: 0 0 105px;
  }
}
.news::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  background: url(../img/common/mv_bg.png) no-repeat center top/133%;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .news::before {
    top: -320px;
    background-position: center top 200px;
    height: calc(100% + 320px);
  }
}
.news-container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .news-container {
    padding: 54px 9.6%;
  }
}
.news-item {
  border-top: 1px solid #ddd;
}
.news-item:last-child {
  border-bottom: 1px solid #ddd;
}
.news-item-link {
  padding: 20px 55px 20px 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .news-item-link {
    padding: 25px 98px 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-item-link {
    padding: 25px 13% 25px 0;
  }
}
.news-item-link .btnTxt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 640px) {
  .news-item-link .btnTxt {
    right: 25px;
  }
}
.news-item-meta {
  display: flex;
  align-items: center;
  color: #232286;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.news-item-time {
  font-size: 1.6rem;
  margin-right: 12px;
}
@media screen and (min-width: 640px) {
  .news-item-time {
    font-size: 2rem;
    margin-right: 20px;
  }
}
.news-item-cat {
  font-size: 1.4rem;
  border-radius: 15px;
  background: #f4f8fc;
  display: inline-block;
  min-width: 76px;
  padding: 6px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .news-item-cat {
    font-size: 1.8rem;
    min-width: 92px;
  }
}
.news-item-ttl {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .news-item-ttl {
    font-size: 1.6rem;
  }
}
.news-item-ttlDetail {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  color: #161652;
  margin: 20px 0;
}
@media screen and (min-width: 640px) {
  .news-item-ttlDetail {
    font-size: 2.2rem;
    margin: 35px 0 25px;
  }
}
.news-item-bottom {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (min-width: 640px) {
  .news-item-bottom {
    margin: 80px 0 0;
  }
}
.news-content {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 640px) {
  .news-content {
    font-size: 1.6rem;
    padding-top: 2em;
  }
}
.news-content a {
  color: #161652;
  text-decoration: underline;
  display: inline-block;
}

/* ----------------------------------------
	ページネーション
---------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .pagination {
    margin-top: 38px;
  }
}
.pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #4d4d4f;
  display: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icn_arrow_navy.svg) no-repeat center center/16px;
  border-radius: 50%;
  border: 2px solid rgba(35, 34, 134, 0.12);
  margin: 0 20px;
}
@media screen and (min-width: 640px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 56px;
    height: 56px;
  }
}
.pagination .page-numbers.prev {
  transform: rotate(180deg);
}/*# sourceMappingURL=news.css.map */