@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* 全体 */
/* TOP */
/* 下層 */
.news-mv {
  width: 100%;
  height: 330px;
  margin-top: 100px;
}
@media print, only screen and (max-width: 1080px) {
  .news-mv {
    margin-top: 70px;
  }
}
@media print, only screen and (max-width: 850px) {
  .news-mv {
    height: 160px;
  }
}
.news-mv-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .news-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}
.news-mv-inner {
  height: 100%;
}
.news-mv-inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 50px 50px 0;
}
@media print, only screen and (max-width: 850px) {
  .news-mv-inner::before {
    width: 110%;
    border-radius: 0 30px 30px 0;
  }
}
.news-mv-inner::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: -60px;
  background-color: #F40214;
  z-index: -1;
  border-radius: 50px 0 0 50px;
}
@media print, only screen and (max-width: 850px) {
  .news-mv-inner::after {
    bottom: -30px;
  }
}
.news-mv-inner::before {
  background-image: url(../img/news/news-mv.jpg);
}
.news-mv-heading {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.news-mv-heading__main {
  color: #222;
  font-family: "Poppins";
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media print, only screen and (max-width: 850px) {
  .news-mv-heading__main {
    font-size: 46px;
  }
}
.news-mv-heading__sub {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.news-archive-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-inner {
    max-width: 90%;
    width: 100%;
  }
}
.news-archive-inner {
  padding-top: 83px;
  padding-bottom: 158px;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.news-archive-body {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #F3F2EE;
  border-radius: 50px;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-body {
    border-radius: 30px;
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.news-archive-heading {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.news-archive-list {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-list {
    max-width: 90%;
    width: 100%;
  }
}
.news-archive-list {
  width: 100%;
}
.news-archive-list-item {
  border-bottom: 1px solid #DFDFDF;
}
.news-archive-list-item:first-of-type {
  border-top: 1px solid #DFDFDF;
}
.news-archive-list-item:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.news-archive-list-item__link {
  width: 100%;
  display: flex;
  align-items: center;
  color: #222;
  padding-top: 25px;
  padding-bottom: 23px;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-list-item__link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news-archive-list-item__data {
  color: #999;
  font-family: Poppins;
  font-size: 14px;
  padding-right: 62px;
}
@media print, only screen and (max-width: 850px) {
  .news-archive-list-item__data {
    display: inline-block;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.news-archive-list-item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
.news-single-inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media print, only screen and (max-width: 850px) {
  .news-single-inner {
    max-width: 90%;
    width: 100%;
  }
}
.news-single-inner {
  width: 83.335%;
  padding-top: 83px;
  padding-bottom: 175px;
}
@media print, only screen and (max-width: 850px) {
  .news-single-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.news-single-body {
  padding-top: 70px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #F3F2EE;
  border-radius: 50px;
}
@media print, only screen and (max-width: 850px) {
  .news-single-body {
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
  }
}
.news-single-data {
  color: #999;
  font-family: Poppins;
  font-size: 14px;
  text-align: right;
}
@media print, only screen and (max-width: 850px) {
  .news-single-data {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news-single-title {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
  margin-bottom: 33px;
  border-bottom: 1px solid #DFDFDF;
}
@media print, only screen and (max-width: 850px) {
  .news-single-title {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.news-single-content {
  padding-top: 40px;
}
.news-single-content p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}
@media print, only screen and (max-width: 850px) {
  .news-single-content p {
    padding-bottom: 30px;
  }
}
.news-single-content p:last-of-type {
  padding-bottom: 0;
}
.news-single-content img {
  display: block;
}
.news-single-content h3 {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
}
@media print, only screen and (max-width: 850px) {
  .news-single-content h3 {
    font-size: 20px;
  }
}
.news-single-content a {
  color: #F40214;
  text-decoration: underline;
}
.news-single-return {
  text-align: center;
  margin-top: -30px;
}
.news-single-return__link {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #f40214;
  border: 1px solid #f40214;
  padding-top: 21px;
  padding-bottom: 21px;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 30px;
  position: relative;
}
.news-single-return__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.news-single-return__link:hover {
  color: #fff;
  background-color: #f40214;
}
.news-single-return__link:hover::before {
  background-image: url(../img/common/icon-arrow-white.svg);
  transform: translateY(-50%) scale(1.2);
}
.news-single-return__link::before {
  left: 20px;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}
.news-single-return__link:hover::before {
  transform: translateY(-50%) rotate(180deg) scale(1.2);
}

.navigation {
  text-align: center;
  padding-top: 60px;
}
@media print, only screen and (max-width: 850px) {
  .navigation {
    padding-top: 40px;
  }
}
.navigation .screen-reader-text {
  display: none;
}
.navigation .nav-links .page-numbers li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.navigation .nav-links .page-numbers li:last-of-type {
  margin-right: 0;
}
.navigation .nav-links .page-numbers li a,
.navigation .nav-links .page-numbers li span {
  display: block;
  width: 45px;
  line-height: 45px;
  font-family: "Poppins";
  color: #F40214;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #F40214;
  border-radius: 5px;
}
@media print, only screen and (max-width: 850px) {
  .navigation .nav-links .page-numbers li a,
  .navigation .nav-links .page-numbers li span {
    width: 40px;
    line-height: 40px;
  }
}
.navigation .nav-links .page-numbers li > span.current {
  background-color: #F40214;
  color: #fff;
}/*# sourceMappingURL=news.css.map */