@media only screen and (max-width: 767px) {
  .second-mv {
    padding-top: 22.6rem;
  }
}
.second-mv::before {
  background: url("../img/news/mv-img.jpg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    background: url("../img/news/sp/mv-img.jpg") no-repeat top left/cover;
  }
}

.news-wrap {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 767px) {
  .news-wrap {
    margin-bottom: 13rem;
  }
}

.news-list {
  width: 100rem;
  margin: 0 auto 5rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .news-list {
    width: 68.7rem;
    margin-bottom: 7rem;
  }
}
.news-list .news-single {
  border-top: 1px solid #ccc;
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single {
    padding: 4rem 0;
  }
}
.news-list .news-single .thumb {
  width: 10rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .thumb {
    width: 25.2rem;
    margin-right: 2.3rem;
  }
  .news-list .news-single .thumb img {
    width: 100%;
  }
}
.news-list .news-single .thumb a {
  display: block;
}
.news-list .news-single .news-right {
  width: calc(100% - 13rem);
  padding-right: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right {
    width: calc(100% - 27.5rem);
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news-list .news-single .news-right::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #009043;
    border-right: 2px solid #009043;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto;
  }
}
.news-list .news-single .news-right .news-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right .news-info {
    margin-bottom: 2rem;
  }
}
.news-list .news-single .news-right .news-info time {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right .news-info time {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right .news-info .category {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .news-list .news-single .news-right .news-info .category li {
    margin-left: 1.5rem;
  }
}
.news-list .news-single .news-right .news-info .category li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #009043;
  padding: 0 3rem;
  line-height: 1.8rem;
  border: 1px solid #009043;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right .news-info .category li a {
    font-size: 2rem;
    padding: 0 4.5rem;
    line-height: 4.4rem;
  }
}
.news-list .news-single .news-right h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
}
@media only screen and (max-width: 767px) {
  .news-list .news-single .news-right h2 {
    font-size: 2.6rem;
    padding-right: 6rem;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-list .news-single .news-right h2::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-top: 2px solid #009043;
    border-right: 2px solid #009043;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto;
  }
}
/*# sourceMappingURL=news.css.map */