@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*-----------全ページ共通スタイル----------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 2.8rem;
}

main {
  text-align: center;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 65px;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .br-pc {
    display: none;
  }
}
/*-----------ニュース----------*/
/* top */
.top {
  position: relative;
  margin: 0 auto;
}

.top_inr {
  position: absolute;
  max-width: 1240px;
  width: 100%;
  padding: 60px 20px 20px 20px;
  text-align: left;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 35vw;
  max-height: 450px;
}
@media screen and (max-width: 1280px) {
  .top_inr {
    padding-left: 7vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 1080px) {
  .top_inr {
    padding-left: 6vw;
  }
}
@media screen and (max-width: 576px) {
  .top_inr {
    padding: 10px 20px 10px 20px;
    height: 55vw;
  }
}
@media screen and (max-width: 375px) {
  .top_inr {
    padding: 0 20px 10px 20px;
  }
}

.top_main_logo {
  margin-right: 60px;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .top_main_logo {
    margin-right: 40px;
    max-width: 320px;
  }
}
@media screen and (max-width: 576px) {
  .top_main_logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 375px) {
  .top_main_logo {
    max-width: 200px;
  }
}

.top_main_txt {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .top_main_txt {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1080px) {
  .top_main_txt {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .top_main_txt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 320px) {
  .top_main_txt {
    margin-top: 8vw;
  }
}
.top_main_txt h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .top_main_txt h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main_txt h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 375px) {
  .top_main_txt h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .top_main_txt h1 {
    text-shadow: 1px 1px 3px #fff;
  }
}
.top_main_txt h2 {
  position: absolute;
  margin-top: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 15px;
}
@media screen and (max-width: 1080px) {
  .top_main_txt h2 {
    margin-top: 4vw;
    font-size: 1.65rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .top_main_txt h2 {
    margin-top: 3vw;
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main_txt h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt h2 {
    margin-top: auto;
    font-size: 1.4rem;
    line-height: 2.3rem;
    bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .top_main_txt h2 {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 280px) {
  .top_main_txt h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .br-pc {
    display: none;
  }
}

.top_main_img {
  max-width: 1600px;
  width: 100%;
}

/* ニュース */
.news {
  padding: 120px 0 60px;
  margin-bottom: -50px;
}
@media screen and (max-width: 1080px) {
  .news {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: -45px;
    padding: 80px 0 55px;
  }
}
@media screen and (max-width: 576px) {
  .news {
    margin-bottom: -45px;
    padding: 40px 0 45px;
  }
}
.news .news_inr {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 576px) {
  .news .news_inr {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  .news .news_inr {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
}

.news_list a:hover {
  opacity: 0.5;
}

.news_bottom {
  margin: 40px 0 50px;
}
@media screen and (min-width: 768px) {
  .news_bottom {
    display: none;
  }
}

.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 55px 5px 20px;
  line-height: 2.5rem;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .news_list li {
    font-size: 1.6rem;
    padding: 3px 15px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .news_list li {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .news_list li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 375px) {
  .news_list li {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.news_list li :last-child {
  border-bottom: 0.5px solid #333333;
}
.news_list li time {
  padding: 0 55px;
  padding-left: 3vw;
}
@media screen and (max-width: 767px) {
  .news_list li time {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .news_list li time {
    padding: 0 10px 0 0;
  }
}

.news_list li:nth-child(2n+1) {
  background-color: #FFF3DB;
}
.news_list li:nth-child(2n+2) {
  background-color: #fff;
}