@charset "UTF-8";
/*-------------------------
一覧
-------------------------*/
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1c1d21;
  text-decoration: none;
  padding: 20px 0;
  border-bottom: solid 1px rgba(28, 29, 33, 0.3);
}
.news-item:first-of-type {
  border-top: solid 1px rgba(28, 29, 33, 0.3);
}
.news-item img {
  width: 40%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item:hover {
  color: #1c1d21;
  background: rgba(23, 73, 255, 0.05);
}
.news-item dl {
  width: 60%;
  height: auto;
  padding-left: 15px;
  margin-bottom: 0;
  position: relative;
}
.news-item dl dt {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.news-item dl dd {
  margin-bottom: 0;
}
.news-item dl dd .news-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 30px;
}
.news-item dl::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #1749ff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-label {
  font-size: 1.5rem;
  border: solid 1px;
  padding: 2px 5px 1px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .news-title {
    display: -webkit-box; /* フレックスボックスを設定 */
    -webkit-box-orient: vertical; /* 縦方向の配置を指定 */
    overflow: hidden; /* はみ出した部分を非表示 */
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    text-overflow: ellipsis;
  }
  .news-label {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .news-item {
    padding: 50px 30px;
  }
  .news-item img {
    width: 25%;
  }
  .news-item dl {
    width: 75%;
    padding-left: 40px;
    padding-right: 50px;
  }
  .news-item dl dt {
    font-size: 1.8rem;
  }
  .news-item dl dd .news-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .news-item dl::after {
    font-size: 3.5rem;
  }
}
/*-------------------------
pager
-------------------------*/
.article-list__pager {
  margin-top: 25px;
  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;
}
.article-list__pager .page-numbers,
.article-list__pager span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 45px;
  width: 45px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #1c1d21;
  text-decoration: none !important;
  margin: 0 5px;
}
.article-list__pager .page-numbers.current,
.article-list__pager span.current {
  border-radius: 40px;
  color: #fff;
  background: #1749ff;
}
.article-list__pager .page-numbers.prev, .article-list__pager .page-numbers.next,
.article-list__pager span.prev,
.article-list__pager span.next {
  font-size: 4.8rem;
  font-weight: 600;
}
.article-list__pager .page-numbers.prev::before, .article-list__pager .page-numbers.next::before,
.article-list__pager span.prev::before,
.article-list__pager span.next::before {
  font-family: "icomoon";
}
.article-list__pager .page-numbers.prev:hover, .article-list__pager .page-numbers.next:hover,
.article-list__pager span.prev:hover,
.article-list__pager span.next:hover {
  color: #1749ff;
}
.article-list__pager .page-numbers.prev::before,
.article-list__pager span.prev::before {
  content: "\e904";
  rotate: 180deg;
}
.article-list__pager .page-numbers.next::before,
.article-list__pager span.next::before {
  content: "\e904";
}
.article-list__pager a:hover {
  color: #1749ff;
}

@media (max-width: 991px) {
  .article-list__pager .page-numbers,
  .article-list__pager span {
    height: 35px;
    width: 35px;
    font-size: 2.4rem;
  }
  .article-list__pager .page-numbers.current,
  .article-list__pager span.current {
    border-radius: 40px;
  }
  .article-list__pager .page-numbers.prev, .article-list__pager .page-numbers.next,
  .article-list__pager span.prev,
  .article-list__pager span.next {
    font-size: 4rem;
    font-weight: 600;
  }
}
/*-------------------------
記事
-------------------------*/
.article-item {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.article-item p {
  line-height: 1.8;
}
@media (max-width: 991px) {
  .article-item .btn {
    max-width: 220px;
  }
}

.article-title {
  border-bottom: solid 1px rgba(28, 29, 33, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.article-title h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-title h1 {
    font-size: 26px;
  }
}
.article-title span {
  display: block;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
/*# sourceMappingURL=page-news.css.map */