@charset "utf-8";
/* CSS Document */

.section-top {
  margin-bottom: 40px;
}
.section-top__text {
  padding-top: 240px;
    font-size: 4.8rem;
  color: #fff;
}
.section-top h2 {
  background-color: rgba(115, 116, 117, 0.7);
  max-width: 500px;
  padding: 36px;
  margin: 0 auto;
}
@media(max-width:960px) {
  .section-top__text {
    font-size: 3.6rem;
    padding-top: 170px;
  }
  .section-top h2 {
    max-width: 250px;
  }
}

.section-comment h4 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  padding-bottom: 45px;
}
@media(max-width:960px) {
    .section-comment h4 {
    font-size: 2.0rem;
  }
}
.section-news {
  margin: 0 auto 90px;
  max-width: 1160px;
  background-image: url("../images/news.png"); /* 背景画像指定 */
  object-fit: cover;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 35px 80px ;
}
.section-news__text-title {
  font-size: 2.8rem;
  padding: 0 40px 35px 0px;
}
.section-news__text-description {
  font-size: 2.4rem;
  line-height: 4.0rem;
  padding-top: 35px
}
.section-news__text-description__deco {
  border-bottom: 1px solid #333;
}
.section-news ul {
  background-color: #fff;
  padding: 35px 0 ;
}
.section-news li:first-child {
  padding-bottom: 60px;
}
@media(max-width:960px) {
.section-comment h4 {
  font-size: 2.0rem;
  }
.section-news__text-title {
  font-size: 1.8rem;
  padding: 0 20px 35px 0px;
  }
.section-news__text-description {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-top: 25px
  }
.section-news {
  margin: 0 auto 100px;
  padding: 35px 40px ;
  }
}