@charset "UTF-8";
.keyv {
  position: relative;
}
.keyv .bg {
  display: block;
  position: absolute;
  background: #C40000;
  height: 127px;
  top: 400px;
  width: 100%;
}
.keyv .slider-item {
  max-width: 488px;
  padding: 17px 17px;
  height: 100% !important;
}
.keyv .slider-item a {
  display: block;
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
  color: #4c4c4c;
  height: 100%;
}
.keyv .slider-item .thumb {
  margin: 0;
}
.keyv .slider-item .body {
  padding: 10px 25px;
}
.keyv .slider-item .body .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .keyv .slider-item .body .title {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.keyv .slider-item .body .sub .date {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .keyv .slider-item .body .sub .date {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}

.news-icon {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 30px;
  background: #F1F1F1;
  padding: 1px 5px;
  margin: 0 0.2em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .news-icon {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}
.news-icon.icon-new {
  background: #C40000;
  color: #fff;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 94%;
  padding: 0;
  border: none;
  outline: none;
  width: 19px;
  height: 39px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.slick-next {
  right: 15px;
  margin-right: -5px;
  background-image: url(../../img/slide_next.svg);
}

.slick-prev {
  left: 15px;
  margin-left: -5px;
  background-image: url(../../img/slide_prev.svg);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.news-title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 43px;
}

.tab-wrapper {
  margin: 0 auto;
  padding: 20px;
  border-top: 3px solid #C40000;
}

.tab-contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 13px;
}
.tab-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #F1F1F1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  border-radius: 15px 15px 0px 0px;
}
.tab-nav li.active {
  color: #fff;
  font-weight: bold;
  background-color: #C40000;
}
.tab-nav li:hover {
  opacity: 0.7;
}

.tab-contents {
  margin-top: 20px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.news-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.news-item .date {
  color: #666;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .news-item .date {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}
.news-item .title {
  line-height: 1.4;
}
.news-item .title a {
  color: #4c4c4c;
}

.news-more {
  text-align: center;
  margin-top: 40px;
}
.news-more a {
  border-radius: 30px;
  border: 1px solid var(--main, #C40000);
  background: #FFF;
  -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: var(--main, #C40000);
  padding: 10px 55px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-more a:hover {
  background: #C40000;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec-bn {
  margin-top: 50px;
}
.sec-bn .banner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  padding: 0;
}
.sec-bn .banner li {
  list-style: none;
}