@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/* ライン状の背景画像
-----------------------------------------------------------------*/
.background {
  background-image: url("../img/news/pc/bg_line.png");
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../img/news/sp/bg_line.png");
  }
}

/* page-title
-----------------------------------------------------------------*/
.page-title-inner {
  background-image: url("../img/news/pc/bg_title.png");
}
@media screen and (max-width: 768px) {
  .page-title-inner {
    background-image: url("../img/news/sp/bg_title.png");
  }
}

/*=================================================================
  index.html
=================================================================*/
/* news-list
-----------------------------------------------------------------*/
.news-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .news-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-list__year {
  margin-right: auto;
  font-size: calc(28px + (40 - 28) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .news-list__year {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-list__year {
    margin-right: 0;
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .news-list__year {
    font-size: 40px;
  }
}

.news-list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 .625em;
}
@media screen and (max-width: 768px) {
  .news-list-select {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-top: 2.5em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-list-select .select-wrap {
    width: 48%;
  }
}
.news-list-select select {
  padding: .85em 1em .67em;
  min-width: 11.428em;
  width: auto;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
}
@media screen and (min-width: 1440px) {
  .news-list-select select {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-select select {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .news-list-select select {
    font-size: 26px;
  }
}

.news-list-select select + select {
  margin-left: .714em;
}
@media screen and (max-width: 768px) {
  .news-list-select select + select {
    margin-left: 0;
  }
}
.news-list-select select:focus {
  outline: none;
}

/* news-detail
-----------------------------------------------------------------*/
/*# sourceMappingURL=news.css.map */