@charset "UTF-8";
/* -------------------------------------------------------
   news
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.news {
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 56px;
  }
}
.news .topImage {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .topImage img {
    display: block;
    width: 200%;
  }
}
.news .newsTitle {
  margin-top: 10px;
  font: normal normal bold 40px/110px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .news .newsTitle {
    display: none;
  }
}
.news .list_container {
  width: 90%;
  max-width: 1364px;
  margin: 0 auto;
}
.news .list_container ul {
  list-style: none;
}
.news .news__list_item {
  border-bottom: 1px solid #D6D6D6;
  padding: 1em 0 1em 1em;
}
@media screen and (min-width: 768px) {
  .news .news__list_item {
    padding: 2em 0 2em 2em;
  }
}
@media screen and (min-width: 768px) {
  .news .news__list_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .news__date {
  color: #15A19A;
  display: block;
  margin-bottom: 10px;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .news .news__date {
    width: 20%;
    max-width: 260px;
    margin-bottom: 0;
    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;
  }
}
.news .news__title {
  line-height: 1.4;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1em;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .news .news__title {
    padding-right: 40px;
  }
}
.news .news__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-image: url(../../../asset/img/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .news .news__title::after {
    right: 20px;
  }
}
.news .pagination {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .news .pagination {
    margin-top: 40px;
  }
}
.news .pagination .num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ECECEC;
}
.news .pagination .num.current a {
  border: none;
}
.news .pagination .arrow a {
  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;
  width: 22px;
  height: 31px;
  border: 1px solid #ECECEC;
}/*# sourceMappingURL=news.css.map */