@charset "UTF-8";
/* ----------------------------------------------
    お知らせ一覧
    カテゴリー（ターム）一覧
---------------------------------------------- */
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1165px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .news-wrap {
    display: block;
    width: 100%;
  }
}

.news__category-box {
  width: 245px;
  padding-top: 155px;
}
@media screen and (max-width: 767px) {
  .news__category-box {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}

.news__category-inner {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .news__category-inner {
    position: static;
    width: 92%;
    margin: auto;
  }
}

.news__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news__category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news__category-item {
  padding-left: 15px;
}
.news__category-item a {
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.news__category-item a:hover {
  opacity: 0.6;
}

.news__category-item.current {
  font-weight: 700;
  position: relative;
}

.news__category-item.current::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#0327a6));
  background: linear-gradient(90deg, #00bfff, #0327a6);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  main:not(#top) section.news {
    padding: 0 0 80px;
  }
}

.news {
  width: 865px;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news__inner {
    width: 92%;
    margin: auto;
  }
}

.news__item:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.7);
}

.news__item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 40px 20px;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .news__item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px 10px;
    padding: 24px 0;
  }
}

a.news__item-link:hover {
  opacity: 0.6;
}

.news__item-date {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    width: 80px;
  }
}

.news__item-cate {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .news__item-cate {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.news__item-cate-item {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#0327a6));
  background: linear-gradient(90deg, #00bfff, #0327a6);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 3px 8px;
}
@media screen and (max-width: 767px) {
  .news__item-cate-item {
    font-size: 1.3rem;
    padding: 3px 8px;
  }
}

@media screen and (max-width: 767px) {
  .news__item-cate-item:not(:last-of-type) {
    margin-right: 8px;
  }
}

.news__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.pagination {
  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;
  gap: 0 34px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 55px;
  }
}
.pagination .page-numbers {
  display: inline-block;
  color: rgba(51, 51, 51, 0.6);
}
.pagination .page-numbers.current {
  font-weight: 700;
  color: #333;
}
.pagination .next,
.pagination .prev {
  border: 1px solid #0327a6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.pagination .next {
  background: url(../img/common/arrow-next.svg) no-repeat center/24px 24px;
}
.pagination .prev {
  background: url(../img/common/arrow-prev.svg) no-repeat center/24px 24px;
}

/* ----------------------------------------------
    お知らせ記事詳細    
---------------------------------------------- */
#single-news h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #single-news h2 {
    font-size: 1.6rem;
  }
}
#single-news h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #single-news h3 {
    font-size: 1.5rem;
  }
}
#single-news h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #single-news h4 {
    font-size: 1.5rem;
  }
}
#single-news h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #single-news h5 {
    font-size: 1.5rem;
  }
}
#single-news h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #single-news h6 {
    font-size: 1.4rem;
  }
}
#single-news h2,
#single-news h3,
#single-news h4,
#single-news h5,
#single-news h6 {
  font-weight: 500;
  line-height: 1.6;
}

.single-news__content {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding-bottom: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-news__content {
    padding-bottom: 40px;
  }
}

.single-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single-news__info {
    margin-bottom: 20px;
  }
}

.single-news__date {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .single-news__date {
    font-size: 1.4rem;
  }
}

.single-news__cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  width: auto;
}

.single-news__cate-item {
  width: auto;
}

.single-news__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single-news__title {
    font-size: 2rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.previous-link a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow-left.svg) center/contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.previous-link a,
.next-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow-right.svg) center/contain;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}/*# sourceMappingURL=news.css.map */