main.news .news h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main.news .news h2 {
    font-size: 3.6rem;
  }
}

img {
  width: 100%;
}

main.news .news {
  min-height: calc(100vh - 93px);
  padding: 97px 0 130px;
}

@media screen and (max-width: 768px) {
  main.news .news {
    padding: 16.6vw 0 16.6vw;
  }
}

main.news .news h2 {
  text-align: center;
}

main.news .news .news__list {
  max-width: 890px;
  width: 100%;
  margin: 97px auto 0;
  border-top: 2px solid #E4E4E4;
}

@media screen and (max-width: 768px) {
  main.news .news .news__list {
    width: 90%;
    margin: 12.8vw auto 0;
  }
}

main.news .news .news__list .no_link {
  border-bottom: 2px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 25px 24px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  main.news .news .news__list .no_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.6vw 7vw 3.9vw 0;
  }
}

main.news .news .news__list a {
  background: url(../img/main/icon_arrow_gray.svg) no-repeat right 8px center/10px auto;
  border-bottom: 2px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 25px 24px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  main.news .news .news__list a:hover {
    opacity: 0.7;
    background-position: right 5px center;
  }
}

@media screen and (max-width: 768px) {
  main.news .news .news__list a {
    background: url(../img/main/icon_arrow_gray.svg) no-repeat right 1.3vw center/2vw auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.5vw 5vw 4.1vw 0;
  }
}

main.news .news .news__list .list__item--date {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 3px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  main.news .news .news__list .list__item--date {
    font-size: 2.4rem;
    margin-top: 0.5vw;
    margin-right: 1vw;
  }
}

main.news .news .news__list .list__item--tag {
  background-color: #717071;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 13px 0 0;
  padding: 4px 18px 4px 18px;
}

@media screen and (max-width: 768px) {
  main.news .news .news__list .list__item--tag {
    font-size: 2rem;
    line-height: 1;
    padding: 1vw 3vw 0.8vw 3vw;
    border-radius: 3vw;
  }
}

main.news .news .news__list .list__item--description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  main.news .news .news__list .list__item--description {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.7;
    margin-top: 1vw;
  }
}

main.news .news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin: 69px auto 0;
  padding: 0 12px 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #E9552E;
  border-bottom: 2px solid #E9552E;
  cursor: pointer;
}

main.news .news__more span img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main.news .news__more:hover {
  opacity: 0.7;
}

main.news .news .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 69px auto 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  main.news .news .pager {
    font-size: 2.4rem;
    margin: 10vw auto 0;
  }
}

main.news .news .pager a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px;
  background: #E9552E;
  color: #fff;
}
/*# sourceMappingURL=news.css.map */