@import "./common.css";

.news-FV {
  width: 100%;
  position: relative;
  height: 100vh;
  max-height: 550px;
}

.news-FV .slick-list,
.news-FV .slick-track {
  height: 100%;
}
.news-fv-slide {
  width: 100%;
  height: 100%;
}
.news-fv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pickup-news {
  position: relative;
}
.pickup-news-text {
  position: absolute;
  color: #ffffff;
  padding-bottom: 60px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.pickup-news-date {
  font-size: 1.8rem;
  font-weight: 900;
}
.pickup-news-title {
  font-size: 2.55rem;
  font-weight: 700;
}
.slide-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.slide-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.slide-dots li {
  width: 70px;
  height: 7px;
  border-radius: 4px;
  margin: 0 10px;
  background: #ffffff;
  list-style: none;
}
.slide-dots li.slick-active {
  background-color: #474747;
}

.news-list-wrap {
  padding: 100px 0 71px;
}
.page-title-wrap {
  font-size: 3.6rem;
  text-align: center;
  color: #474747;
}
.sub-title {
  font-size: 70%;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 5px 5px 13px 0px #c7c7c7e5, -5px -5px 10px 0px #ffffffe5, 5px -5px 10px 0px #c7c7c733,
    -5px 5px 10px 0px #c7c7c733, -1px -1px 2px 0px #c7c7c780 inset, 1px 1px 2px 0px #ffffff4d inset;
  margin: 0 10px;
  transition: all 0.3s;
}

.pagination a.active,
.pagination a:hover {
  background-color: #474747;
  color: #ffffff;
}

/* 記事詳細ページ */
.article-page-header {
  padding-top: 80px;
}
.article-date-wrap {
  font-size: 1.8rem;
  color: #474747;
}
.article-type {
  background: #474747;
  color: #ffffff;
  padding: 2px 10px;
  margin-right: 5px;
}
.article-page-header h2 {
  font-size: 3.75rem;
  margin: 10px 0 20px;
}
.article-thumb-img {
  padding: 0;
}
.article-page {
  padding-bottom: 250px;
}
.article-page h3 {
  font-size: 3.75rem;
  background: #d9d9d980;
  padding: 10px 0;
  max-width: 90%;
  margin: 80px 0 55px;
}
.article-page p {
  font-size: 1.8rem;
}
.article-page h4 {
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  margin: 60px 0 30px;
}
.article-page h4::before {
  content: "";
  width: 8px;
  height: 30px;
  background: #d9d9d9;
  margin-right: 10px;
}
.article-page h5 {
  font-size: 2.7rem;
  margin: 30px 0;
  padding: 0 20px;
}
.article-page img {
  max-width: 500px;
}
.page-transition-links {
  display: flex;
  border-top: 1px solid #000000;
}
.page-transition-links a {
  width: calc(100% / 3);
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.45em;
  font-size: 2.7rem;
}
.to-index {
  flex-direction: column;
  background: #474747;
  color: #ffffff;
}
.prev-next-arrow {
  width: 100px;
  margin: 0 20px;
}
.index-arrow {
  width: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 1279px) {
  .page-transition-links a {
    font-size: 1.8rem;
  }
  .prev-next-arrow {
    width: 70px;
  }
  .index-arrow {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page-transition-links a {
    font-size: 1rem;
  }
  .prev-next-arrow {
    width: 30px;
    margin: 5px;
  }
  .index-arrow {
    width: 20px;
    margin-top: 0;
  }
  .page-transition-links a {
    height: 36px;
  }
}
