@charset "UTF-8";
/* CSS Document */
.hamburger-menu {
  display: none;
}
.mv-news {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
  height: 400px;
  background-color: #d9e8f4;
  background-image: url(../img/news_main.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 100%;
}
.mv-newstitle {
  position: absolute;
  top: 30%;
  width: 100%;
}
.mv-newstitle h1 {
  /* display: inline-block; */
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 80px;
}
.mv-newstitle h1::before {
  display: none;
}
.mv-newstitle h1::after {
  display: none;
}
/* 新着情報 */
.news {
  height: 110px;
}
.news-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-start;
}
.square-2 {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  margin-right: 50px;
  text-align: center;
  border-radius: 5px;
}
.square-2 a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  vertical-align: middle;
}
.news-text .detail {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  max-width: 650px;
  width: 100%;
}
.news-text .detail a {
  vertical-align: middle;
}
.news-detail {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.news-text {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.detail {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: auto;
  text-align: left;
  /* padding-top: 5px; */
}
.news-text:hover .square-2 {
  background-color: #f5a21b;
}
/* ニュース　日付緑枠 */
.news-square {
  position: relative;
  width: 145px;
  height: 35px;
  background-color: #367D4D;
  margin-right: 70px;
  margin-left: 100px;
}
.news-square p {
  display: inline-block;
  position: absolute;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  vertical-align: middle;
  padding-top: 6px;
}
/* ページ数表示ボタン */
.page-button {
  background-color: #0068b7;
  width: 65px;
  height: 65px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  margin-top: 200px;
}
.page-button a {
  display: inline-block;
  padding: 20px 20px 21px 21px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
}
/* 情報ページリンク */
.news-text a {
  text-decoration: none;
}
.news-detail {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
}
.news-detail-text p span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: 100px;
  margin-left: 30px;
  text-align: left;
  padding-top: 5px;
}
.news-detail-text p {
  color: #333;
}
/* フッターとの余白 */
.section-news2 {
  margin-bottom: 280px;
}
.news-detail:hover .detail p span {
  color: #FFE121;
}
@media (max-width : 768px) {
  .hamburger-menu {
    display: block;
  }
  .wrapper p {
    font-size: 1.6rem;
  }
  .mv-news {
    height: 360px;
    margin-bottom: 100px;
  }
  .mv-newstitle {
    top: 40%;
  }
  .news-text {
    max-width: 650px;
    margin-bottom: 50px;
  }
  .square-2 {
    margin-right: 20px;
    margin-left: 0;
    width: 140px;
    height: 30px;
  }
  .news-text .detail a {
    font-size: 1.6rem;
    font-weight: 600;
    vertical-align: middle;
  }
  .detail {
    padding-top: 0px;
  }
  /* ページボタン */
  .page-button {
    width: 50px;
    height: 50px;
    margin-top: 100px;
  }
  .page-button a {
    padding: 15px;
    font-size: 2.6rem;
  }
  .mv-newstitle h1 {
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 8px;
  }
}
@media (max-width : 480px) {
  /* mv */
  .mv-news {
    height: 300px;
    margin-bottom: 50px;
    background-size: 100%;
  }
  .mv-newstitle h1 {
    font-size: 4rem;
    letter-spacing: 3px;
    width: 480px;
    max-width: 100%;
  }
  /* タイトル */
  .news-text {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 3.9px;
    max-width: 330px;
    margin: auto;
  }
  .news-text {
    display: block;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .square-2 {
    margin-bottom: 15px;
    width: 120px;
  }
  .square-2 a {
    font-size: 1.6rem;
  }
  .news_list {
    margin-bottom: 50px;
  }
  .page-button {
    margin-top: 50px;
  }
}