@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 (min-width: 1020px) {
  .br-pc {
    display: none;
  }
}
/*-----------スライダー調整----------*/
.slider_inner {
  max-width: 1600px;
  margin: 0 auto;
}
.slider_inner img {
  display: block;
  width: auto;
  max-width: 100%;
}

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .slide-dots li {
    margin: 0 3px;
  }
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  background-color: #040f0400;
  opacity: 1;
  border: 1px solid #707070;
  border-radius: 50%;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  width: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
}
@media screen and (max-width: 576px) {
  .slide-dots li button::before {
    top: 10px;
    height: 10px;
    width: 10px;
  }
}

.slide-dots li.slick-active button::before {
  background-color: #707070;
  opacity: 1;
  border: 1px solid #707070;
  border-radius: 50%;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

/*------------------------------*/
/* welcome */
.welcome {
  max-width: 1200px;
  padding: 50px 20px;
  margin: 75px auto 0;
}
@media screen and (max-width: 1080px) {
  .welcome {
    margin: 7vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .welcome {
    padding: 4vw 10px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .welcome {
    padding: 0 10px;
    margin: 40px auto 0;
  }
}

.welcome_img {
  max-width: 1081px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .welcome_img {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .welcome_img {
    max-width: 100%;
    padding: 0 15px;
  }
}
.welcome_img p {
  margin-top: 60px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  line-height: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .welcome_img p {
    margin-top: 45px;
    font-size: 2rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .welcome_img p {
    margin-top: 45px;
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .welcome_img p {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 3.5rem;
  }
}

/* message */
.message_rnk {
  max-width: 910px;
  margin: 90px auto 120px;
}
@media screen and (max-width: 1080px) {
  .message_rnk {
    max-width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  .message_rnk {
    max-width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .message_rnk {
    max-width: 100%;
    margin: 60px auto 60px;
  }
}
.message_rnk a img:hover {
  opacity: 0.5;
}

/* ニュース */
.news {
  padding: 120px 0 60px;
  background-color: #FFF3DB;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 80px 0 55px;
  }
}
@media screen and (max-width: 576px) {
  .news {
    margin-bottom: -90px;
    padding: 50px 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;
  }
}

.news_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 6px solid #C3904A;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news_top {
    border-bottom: none;
  }
}
@media screen and (max-width: 375px) {
  .news_top {
    padding: 0 10px;
  }
}

.news_tab {
  width: 540px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 20px 30px 15px;
  background-color: #C3904A;
  border-radius: 10px 10px 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .news_tab {
    font-size: 3rem;
    font-weight: 700;
    width: 400px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_tab {
    margin: 0 auto;
    border-radius: 30px;
    font-size: 2.3rem;
    font-weight: 600;
    width: 305px;
    height: 55px;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .news_tab {
    margin: 0 auto;
    border-radius: 30px;
    font-size: min(7vw, 2.3rem);
    height: 20vw;
    padding: 0;
    max-height: 55px;
  }
}
.news_tab img {
  width: 45px;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .news_tab img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_tab img {
    width: 33px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .news_tab img {
    width: 9vw;
    margin-right: 10px;
  }
}

.news_moa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news_moa {
    display: none;
  }
}
.news_moa p {
  font-size: 2.3rem;
  font-weight: 400;
  padding-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1080px) {
  .news_moa p {
    font-size: 2rem;
  }
}
.news_moa p:hover {
  opacity: 0.5;
}

.news_list a:hover {
  opacity: 0.5;
}

.news_bottom {
  margin: 40px 0 50px;
}
@media screen and (min-width: 768px) {
  .news_bottom {
    display: none;
  }
}

.news_moa_arr {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 2px solid #C3904A;
  border-radius: 50%;
}
.news_moa_arr::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #C3904A;
  border-right: solid 2px #C3904A;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 3.5px;
  top: 5px;
}

.news_moa2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  height: 45px;
  font-size: 1.5rem;
  border-radius: 30px;
  background: #fff;
  border: solid 2px #C3904A;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .news_moa2 {
    display: none;
  }
}

.news_moa_arr2 {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 2px solid #C3904A;
  border-radius: 50%;
  border: 2px solid #fff;
}
.news_moa_arr2::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #C3904A;
  border-right: solid 2px #C3904A;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 3.5px;
  top: 5px;
}
.news_moa_arr2::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.news_list {
  padding: 30px 0 0;
}

.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: 768px) {
  .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;
  }
}
@media screen and (max-width: 280px) {
  .news_list li {
    font-size: min(4.5vw, 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: 768px) {
  .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: #fff;
}
.news_list li:nth-child(2n+2) {
  background-color: #efefef;
}