@charset "UTF-8";
/*$dark-red: #620008;*/
.news__wrapper {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .news__wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .news__wrapper {
    width: 100%;
    padding: 14.2222222222vw 20px 0;
  }
}
.news__items {
  margin-bottom: 120px;
  border-top: 1px solid #BFD0D7;
}
@media screen and (max-width: 768px) {
  .news__items {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 450px) {
  .news__items {
    margin-bottom: 12.4444444444vw;
  }
}
.news__item {
  border-bottom: 1px solid #BFD0D7;
  position: relative;
  transition: 0.3s;
}
.news__item-color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .news__item-color {
    flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.news__item-color::before {
  content: "";
  height: 14px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url("../image/icon_arrow1_b.png");
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__item-color::before {
    top: 65%;
  }
}
@media screen and (max-width: 450px) {
  .news__item-color::before {
    width: 20px;
  }
}
.news__item-color::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #F9F9F9;
  z-index: -1;
  transition: 0.3s;
}
.news__item-color:hover {
  color: #fff;
}
.news__item-color:hover::after {
  width: 100%;
}
.news__item-date {
  margin-left: 20px;
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news__item-date {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .news__item-date {
    font-size: 3.5555555556vw;
  }
}
.news__item-label {
  width: 114px;
  height: 28px;
  line-height: 24px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin: 0 48px;
  border: solid 1px #333333;
  border-radius: 4px;
}
@media screen and (max-width: 450px) {
  .news__item-label {
    margin: 0 24px;
    font-size: 3.1111111111vw;
    width: 26.6666666667vw;
    height: 6.2222222222vw;
    line-height: 5.3333333333vw;
  }
}
.news__item-title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  flex: 1;
  margin-right: 100px;
  /* 2行以内に制限 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    flex: inherit;
    margin: 24px 0 0 0;
    padding: 0;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .news__item-title {
    font-size: 3.5555555556vw;
  }
}
.news__item:hover .news__item-color::before {
  background-image: url("../image/icon_arrow1_r.png");
  transform: translateX(3px);
  transition: 0.3s;
}
.news__more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.news__article {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 2;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .news__article {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 450px) {
  .news__article {
    font-size: min(4vw, 16px);
    margin-bottom: 17.7777777778vw;
  }
}
.news__article-date {
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .news__article-date {
    font-size: 3.5555555556vw;
  }
}
.news__article-label {
  width: 114px;
  height: 28px;
  line-height: 24px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 4px;
}
@media screen and (max-width: 450px) {
  .news__article-label {
    font-size: 3.1111111111vw;
    width: 26.6666666667vw;
    height: 6.2222222222vw;
    line-height: 5.3333333333vw;
  }
}
.news__article-title {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .news__article-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .news__article-title {
    font-size: 5.3333333333vw;
  }
}
.news__article-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.news__article-link {
  display: inline;
  color: #333333;
  text-decoration: underline;
  transition: 0.3s;
  word-break: break-all;
}
.news__article-link:hover {
  color: #BF1920;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .news__article img {
    width: 100%;
  }
}

/*
.notice{
    background-color: $red;
}

.release{
    background-color: $dark-red;
}
*/
.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.pagenation__btn {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 450px) {
  .pagenation__btn {
    width: 7.1111111111vw;
    height: 7.1111111111vw;
    line-height: 3.1111111111vw;
    font-size: 3.1111111111vw;
  }
}
.pagenation__btn.clicked {
  color: #fff;
  background-color: #BF1920;
}

.arrow-left {
  font-size: 15px;
}
@media screen and (max-width: 450px) {
  .arrow-left {
    font-size: 3.1111111111vw;
  }
}

.arrow-right {
  font-size: 15px;
}
@media screen and (max-width: 450px) {
  .arrow-right {
    font-size: 3.1111111111vw;
  }
}

.news__date-label {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .news__date-label {
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-bottom: 40px;
  }
}

.modal {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .modal {
    margin-top: -24px;
  }
}
.modal__images {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .modal__images {
    width: max(90%, 680px);
  }
}
@media screen and (max-width: 768px) {
  .modal__images {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal__images {
    display: none;
  }
}
.modal__images.sp {
  width: 400px;
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal__images.sp {
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  .modal__images.sp {
    width: min(100%, 366px);
  }
}
.modal__trigger {
  width: 25%;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__trigger {
    width: 100%;
  }
}
.modal__trigger img {
  width: 100%;
}
.modal__trigger:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.modal__wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: calc(100% - 96px);
}
@media screen and (max-width: 768px) {
  .modal__wrapper {
    height: calc(100% - 72px);
  }
}
@media screen and (max-width: 450px) {
  .modal__wrapper {
    height: calc(100% - 56px);
  }
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: zoom-out;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .modal__container {
    width: min(100vw - 40px, 366px);
  }
}
.modal__close {
  position: absolute;
  right: 0;
  z-index: 1000;
  cursor: zoom-out;
}
.modal__content img {
  height: 560px;
  width: 830px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .modal__content img {
    height: 450px;
    width: 670px;
  }
}
@media screen and (max-width: 768px) {
  .modal__content img {
    height: auto;
    width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .modal__content img {
    width: min(100vw - 40px, 366px);
  }
}/*# sourceMappingURL=news.css.map */