.c-ttl-01--news {
  text-align: left;
  margin: 120px 0 100px;
}
@media screen and (max-width: 1599px) {
  .c-ttl-01--news {
    margin: 7.5vw 0 6.25vw;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-01--news {
    margin: 0;
    padding: 18.6666666667vw 0 19.4666666667vw;
  }
}
.c-ttl-01--news .c-ttl-01__en {
  letter-spacing: 0.02em;
  font-size: 6.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .c-ttl-01--news .c-ttl-01__en {
    font-size: 4vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-01--news .c-ttl-01__en {
    font-size: 11.2vw;
    margin-bottom: 4.8vw;
  }
}
.c-ttl-01--news .c-ttl-01__jp {
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .c-ttl-01--news .c-ttl-01__jp {
    font-size: 1.125vw;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-01--news .c-ttl-01__jp {
    font-size: 3.4666666667vw;
  }
}

.news {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(80%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 80%);
}
.news .l-main--news {
  background: url(/assets/images/news/bg_top.png) no-repeat center top, url(/assets/images/news/bg_bottom.png) no-repeat center bottom;
  background-size: 100%, 100%;
}
@media screen and (max-width:767px) {
  .news .l-main--news {
    background: url(/assets/images/news/bg_top_sp.png) no-repeat center top, url(/assets/images/news/bg_bottom_sp.png) no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
@media screen and (max-width:767px) {
  .news .l-main--news .l-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.news.detail .l-main--news {
  background: url(/assets/images/news/bg_top.png) no-repeat center top, url(/assets/images/news/bg_detail_bottom.png) no-repeat center bottom;
  background-size: 100%, 100%;
}
@media screen and (max-width:767px) {
  .news.detail .l-main--news {
    background: url(/assets/images/news/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width:767px) {
  .news.detail .l-inner {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.news .l-container {
  padding-bottom: 140px;
}
@media screen and (max-width: 1599px) {
  .news .l-container {
    padding-bottom: 8.75vw;
  }
}
@media screen and (max-width:767px) {
  .news .l-container {
    padding-top: 18.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}

.list-news__item {
  border-bottom: 1px solid #B2B2B2;
  width: 100%;
}
@media screen and (max-width:767px) {
  .list-news__item {
    border-bottom: 0.2666666667vw solid #B2B2B2;
  }
}
.list-news__link {
  padding: 43px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1599px) {
  .list-news__link {
    padding: 2.6875vw 0;
  }
}
@media screen and (max-width:767px) {
  .list-news__link {
    padding: 5.3333333333vw 0;
  }
}
.list-news__link:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #0A0A0A;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width:767px) {
  .list-news__link:after {
    display: none;
  }
}
.list-news__link:not([href]) {
  cursor: default;
}
@media print, screen and (min-width:768px) {
  .list-news__link:not([href]):hover {
    opacity: 1;
  }
  .list-news__link:not([href]):hover:after {
    width: 80px;
  }
}
.list-news__link:hover:after {
  width: 85%;
}
.list-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width:767px) {
  .list-news__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-news__date {
  width: 165px;
  font-size: 1.5rem;
  color: #8E8E8E;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1599px) {
  .list-news__date {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .list-news__date {
    font-size: 1.375vw;
  }
}
@media screen and (max-width:767px) {
  .list-news__date {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-bottom: 1.6vw;
  }
}
.list-news__title {
  width: calc(100% - 165px);
  font-size: 1.6rem;
  color: #0A0A0A;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1599px) {
  .list-news__title {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .list-news__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .list-news__title {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.block-detail {
  padding: 87px 0 0;
}
@media screen and (max-width: 1599px) {
  .block-detail {
    padding: 5.4375vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .block-detail {
    padding: 12.9333333333vw 0 0;
  }
}
.block-detail__title {
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 63px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1599px) {
  .block-detail__title {
    margin-bottom: 4vw;
    font-size: 1.625vw;
    padding-bottom: 1.375vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__title {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
    margin: 0 3.2vw 8.5333333333vw;
    letter-spacing: 0.03em;
  }
}
.block-detail__title:after {
  content: "";
  width: 23px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B2B2B2;
  display: block;
}
@media screen and (max-width:767px) {
  .block-detail__title:after {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
  }
}
.block-detail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1599px) {
  .block-detail__link {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__link {
    font-size: 4.5333333333vw;
  }
}
.block-detail__link:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #0A0A0A;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .block-detail__link:before {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
  }
}
.block-detail__link span {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1;
}
.block-detail__link span:after {
  content: "";
  height: 1px;
  background: #0A0A0A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .block-detail__link:hover span {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  .block-detail__link:hover span:after {
    opacity: 1;
  }
}
.block-detail__prev {
  width: 92px;
}
@media screen and (max-width: 1599px) {
  .block-detail__prev {
    width: 5.75vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__prev {
    width: 23.4666666667vw;
  }
}
.block-detail__prev .block-detail__link {
  padding-left: 45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 1599px) {
  .block-detail__prev .block-detail__link {
    padding-left: 2.8125vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__prev .block-detail__link {
    padding-left: 9.6vw;
    margin-left: 3.2vw;
  }
}
.block-detail__prev .block-detail__link:before {
  left: 0;
}
@media screen and (max-width: 1599px) {
  .block-detail__prev .block-detail__link:before {
    width: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__prev .block-detail__link:before {
    width: 5.3333333333vw;
  }
}
.block-detail__next {
  width: 95px;
}
@media screen and (max-width: 1599px) {
  .block-detail__next {
    width: 5.9375vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__next {
    width: 24vw;
  }
}
.block-detail__next .block-detail__link {
  padding-right: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 1599px) {
  .block-detail__next .block-detail__link {
    padding-right: 2.8125vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__next .block-detail__link {
    padding-right: 9.6vw;
    margin-right: 3.2vw;
  }
}
.block-detail__next .block-detail__link:before {
  right: 0;
}
@media screen and (max-width: 1599px) {
  .block-detail__next .block-detail__link:before {
    width: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__next .block-detail__link:before {
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .block-detail__next .block-detail__link:hover span {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block-detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1599px) {
  .block-detail__btn {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__btn {
    margin: 15.3333333333vw 0 0 0.6666666667vw;
  }
}