@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;
  }
}

.post {
  margin: 0 auto 16rem;
}
@media print, screen and (min-width: 768px) {
  .post {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .post {
    padding: 0 4rem;
  }
}
.post--content {
  padding-bottom: 8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5rem;
  padding: 0 5rem 7.1rem;
}
@media only screen and (max-width: 767px) {
  .post--content {
    padding: 0 0 10rem;
    margin-bottom: 7rem;
  }
}
.post--info {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 5rem;
}
@media only screen and (max-width: 767px) {
  .post--info {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.post--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) {
  .post--info time {
    font-size: 2.2rem;
    letter-spacing: 0.45rem;
  }
}
@media only screen and (max-width: 767px) {
  .post--info .category {
    margin-left: 6.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .post--info .category li {
    margin-left: 1.5rem;
  }
}
.post--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) {
  .post--info .category li a {
    font-size: 2rem;
    padding: 0 5.5rem;
    line-height: 3.3rem;
  }
}
.post--title {
  margin-bottom: 7.9rem;
  border-bottom: 1px solid #ccc;
  padding: 0 5rem 4.1rem;
}
@media only screen and (max-width: 767px) {
  .post--title {
    padding: 0 0 5.7rem;
    margin-bottom: 10rem;
  }
}
.post--title h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.75;
  color: #009043;
  letter-spacing: 0.18rem;
}
@media only screen and (max-width: 767px) {
  .post--title h2 {
    font-size: 3.64rem;
    letter-spacing: 0.23rem;
  }
}
@media print, screen and (min-width: 768px) {
  .post .big-image {
    width: 70rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .post .big-image {
    padding: 0 4rem;
  }
}
.post .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .post .grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .post .grid .image-single:last-of-type {
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .post .grid img {
    margin: 0 0 4rem;
  }
}
.post--editor:not(:last-of-type) {
  margin: 0 auto 7.2rem;
}
@media only screen and (max-width: 767px) {
  .post--editor:not(:last-of-type) {
    margin: 0 auto 8.9rem;
  }
}
.post--editor h3 {
  margin: 0 0 2.3rem;
  font-size: 2.6rem;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(0, 158, 113, 0.15) 0%);
  color: #009043;
  padding: 0 1.5rem;
  letter-spacing: 0.26rem;
}
@media only screen and (max-width: 767px) {
  .post--editor h3 {
    margin: 0 0 4.2rem;
    font-size: 3.4rem;
    padding: 0 2rem;
    letter-spacing: 0.34rem;
  }
}
.post--editor h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #67b5b7;
  margin: 3.7rem 0 1.9rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .post--editor h4 {
    font-size: 3.2rem;
    margin: 4.9rem 0 3rem;
    letter-spacing: 0.17rem;
  }
}
.post--editor h4::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #67b5b7;
  border-radius: 2rem;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .post--editor h4::before {
    width: 3.15rem;
    height: 3.15rem;
    margin-right: 1.8rem;
  }
}
.post--editor p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0.065rem;
}
.post--editor p strong {
  font-weight: 700;
}
.post--editor p em {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .post--editor p {
    font-size: 2.8rem;
    letter-spacing: 0.18rem;
    line-height: 1.64;
  }
}
.post--editor p + p {
  margin-top: 3rem;
}
.post .btn-list {
  position: relative;
  margin: auto;
  display: flex;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  .post .btn-list {
    width: 70rem;
  }
}
.post .btn-list div {
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  .post .btn-list div {
    width: 15.4rem;
  }
}
.post .btn-list div a {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 5rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .post .btn-list div a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 7.6rem;
  }
}
.post .btn-list div a::before, .post .btn-list div a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.1rem;
  height: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .post .btn-list div a::before, .post .btn-list div a::after {
    position: static;
    width: 16px;
    height: 6px;
  }
}
.post .btn-list div.prev a::before {
  content: "";
  background: url("../img/common/back-btn.png") no-repeat center/100%;
  display: block;
  margin-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .post .btn-list div.prev a::before {
    left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .post .btn-list div.prev a::before {
    margin: 0 1.4rem 0 0;
  }
}
.post .btn-list div.next a::after {
  content: "";
  background: url("../img/common/next-btn.png") no-repeat center/100%;
  display: block;
  margin-left: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .post .btn-list div.next a::after {
    right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .post .btn-list div.next a::after {
    margin: 0 0 0 1.4rem;
  }
}
.post .btn-list .post-navigation .screen-reader-text {
  display: none;
}
.post .btn-list .post-navigation .nav-links {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.post .btn-list .list-back {
  margin: auto;
  width: 22rem;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .post .btn-list .list-back {
    width: 32rem;
  }
}
.post .btn-list .list-back a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post .btn-list .list-back a {
    line-height: 7.6rem;
    font-size: 2.8rem;
  }
}
.post .btn-list .list-back a::before {
  content: "";
  width: 2.1rem;
  height: 0.85rem;
  background: url("../img/common/back-btn-white.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .post .btn-list .list-back a::before {
    width: 16px;
    height: 6px;
    left: 2.6rem;
  }
}
/*# sourceMappingURL=news-detail.css.map */