@charset "UTF-8";
/* CSS INFORMATION -====================================
File name : news.css
Description : ニュースページ
===================================================== */
@media screen and (min-width: 768px) {
  #news #mv_lower .inner .intro-mv-wrap {
    padding-left: 20rem;
  }
}
.mv-lower_img.news-img {
  top: 28rem;
  right: 3rem;
}

@media screen and (min-width: 768px) {
  .mv-lower_img.news-img {
    top: 5rem;
    right: 16rem;
  }
}
#news {
  position: relative;
}
#news .news-inner {
  width: 100%;
  padding-left: 5rem;
}
#news .news-wrap {
  position: relative;
  padding: 12rem 3.5rem 5rem;
}
#news .news-head {
  width: 60rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
#news .news-head time {
  font-size: 3rem;
  font-weight: 900;
}
#news .news-head h3 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 1rem;
}
#news .news-body p {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
#news .news-body .body-img {
  position: relative;
  z-index: 30;
  width: 100%;
  max-width: 58rem;
}
#news .news-body .body-img::before {
  content: "";
  display: block;
  padding-top: 63.793%;
}
#news .news-body .body-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .news-body .body-img:not(:first-child) {
  margin-top: 2rem;
}
#news .news-sec {
  position: relative;
  z-index: 11;
}
#news .news-sec .news-wrap {
  background: #3dcb94;
}
#news .news-sec .news-wrap .news-sec_bg {
  position: absolute;
  content: "";
  z-index: 20;
}
#news .news-sec .news-wrap .news-sec_bg.bg1 {
  top: -28rem;
  left: -12rem;
  width: 53rem;
  height: 35rem;
}
#news .news-sec .news-wrap .news-sec_bg.bg2 {
  bottom: -10rem;
  right: -9rem;
  width: 50rem;
  height: 38rem;
}
#news .news-sec .news-wrap .news-head time, #news .news-sec .news-wrap .news-head h3 {
  color: #01814f;
}
#news .news-sec:first-of-type {
  margin-top: 20rem;
}
#news .news-sec:nth-of-type(n+2) {
  margin-top: 2rem;
}
#news .news-sec:nth-of-type(even) {
  position: relative;
  z-index: 11;
  margin-top: 2rem;
}
#news .news-sec:nth-of-type(even) .news-wrap {
  background: #ff833f;
}
#news .news-sec:nth-of-type(even) .news-wrap .news-sec_bg {
  position: absolute;
  content: "";
  z-index: 20;
}
#news .news-sec:nth-of-type(even) .news-wrap .news-sec_bg.bg1 {
  display: none;
}
#news .news-sec:nth-of-type(even) .news-wrap .news-sec_bg.bg2 {
  top: 50rem;
  right: -9rem;
  width: 50rem;
  height: 38rem;
}
#news .news-sec:nth-of-type(even) .news-wrap .news-head time, #news .news-sec:nth-of-type(even) .news-wrap .news-head h3 {
  color: #d43302;
}
#news .news-sec:last-of-type {
  padding-bottom: 50rem;
}
#news .news-imgLeft {
  position: absolute;
  content: "";
  bottom: 62rem;
  left: -5rem;
  width: 46rem;
  height: 45rem;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  #news .news-inner {
    margin: 0 auto;
    padding-left: 18rem;
    padding-right: 0;
  }
  #news .news-wrap {
    margin-right: calc(50% - 50vw);
    padding-left: 30rem;
    padding-right: 20rem;
    padding-bottom: 11rem;
  }
  #news .news-head {
    width: 100%;
    max-width: 73rem;
    padding-bottom: 1.6rem;
  }
  #news .news-head time {
    font-size: 1.6rem;
  }
  #news .news-head h3 {
    font-size: 2.4rem;
  }
  #news .news-body {
    width: 100%;
    max-width: 73rem;
  }
  #news .news-body p {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  #news .news-body .body-img {
    max-width: 100%;
  }
  #news .news-sec {
    margin-top: 20.5rem;
    padding-bottom: 0;
  }
  #news .news-sec .news-wrap {
    margin-right: calc(50% - 50vw);
    padding-top: 7rem;
  }
  #news .news-sec .news-wrap .news-sec_bg.bg1 {
    top: -17rem;
    left: -22rem;
  }
  #news .news-sec .news-wrap .news-sec_bg.bg2 {
    top: 20rem;
    right: -22rem;
  }
  #news .news-sec:nth-of-type(even) {
    margin-top: 1rem;
  }
  #news .news-sec:nth-of-type(even) .sec2-wrap {
    padding-top: 12rem;
  }
  #news .news-sec:nth-of-type(even) .sec2-wrap .sec2-bg.bg1 {
    display: block;
    top: 50rem;
    left: -22rem;
    width: 50rem;
    height: 38rem;
  }
  #news .news-sec:nth-of-type(even) .sec2-wrap .sec2-bg.bg2 {
    right: -15rem;
  }
  #news .news-sec:last-of-type {
    padding-bottom: 15rem;
  }
  #news .news-imgLeft {
    bottom: 38rem;
    left: 5rem;
    width: 40rem;
    height: 39rem;
  }
}
@media screen and (min-width: 1300px) {
  #news .news-inner {
    padding-left: 6rem;
  }
  #news .news-wrap {
    padding-left: 20rem;
  }
  #news .news-imgLeft {
    bottom: 34rem;
    left: 20rem;
    width: 45rem;
    height: 44rem;
  }
}
/* =====================================================
    スクロール縦線
======================================================*/
.scroll_barH.news_bar {
  height: 78rem;
  top: 107rem;
  left: -2rem;
}
.scroll_barH span.news-line {
  background: linear-gradient(180deg, #f9d52d 0%, #f9d52d 50%, #486ec3 50%, #486ec3 100%);
}

@media screen and (min-width: 768px) {
  .scroll_barH.news_bar {
    height: 83rem;
    top: 53.5rem;
    left: -1.5rem;
  }
}/*# sourceMappingURL=news.css.map */