@charset "UTF-8";
/* ----------------------------------------------
    お知らせ
---------------------------------------------- */
.news-sec {
  min-height: 500px;
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .news-sec {
    padding: 80px 0;
  }
}

.news-box {
  max-width: 700px;
  width: 100%;
  padding-top: 20px;
  margin: auto;
}
.news__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-bottom: 50px;
  }
}

.news__item:nth-of-type(1) a {
  border-top: 1px solid #d2d2d2;
}
.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding: 35px 60px 35px 0;
}
@media screen and (max-width: 767px) {
  .news__item a {
    padding: 15px 50px 15px 0;
  }
}
.news__item a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news__item-date {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .news__item-date time {
    color: #a7afb2;
  }
}

.news__item-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: 100px;
}
.news__item-cate-item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0082ff), to(#00a8ff));
  background-image: linear-gradient(#0082ff, #00a8ff);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px;
}
.news__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

/* ----------------------------------------------
    お知らせ詳細
---------------------------------------------- */
.post-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .post-wrap {
    padding: 60px 0;
  }
}
.post-wrap .news-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 40px;
}
.post-wrap time {
  display: inline-block;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  opacity: 0.9;
}
.post-wrap .news-post__cate-item {
  display: inline-block;
}
.post-wrap .news-post__cate-item a {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0082ff), to(#00a8ff));
  background-image: linear-gradient(#0082ff, #00a8ff);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px;
}
.post-wrap .news-post__title {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post-wrap .news-post__title {
    font-size: 2.2rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.post-wrap .news-post__content {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post-wrap .news-post__content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.post-wrap h2,
.post-wrap h3,
.post-wrap h4,
.post-wrap h5,
.post-wrap h6 {
  font-weight: 700;
  margin-bottom: 1em;
}
.post-wrap h2 {
  font-size: 2rem;
}
.post-wrap h3 {
  font-size: 1.8rem;
}
.post-wrap :where(*):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  line-height: 1.8;
}/*# sourceMappingURL=news.css.map */