@media screen and (max-width: 640px) {
  section.news {
    width: 100%;
    padding-top: 13.33333333vw;
    background-color: #d3dcdd;
  }
  section.news .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 6.66666667vw;
    padding-right: 6.66666667vw;
    padding-bottom: 20vw;
  }
  section.news .inner h2 {
    font-size: 5.86666667vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333333;
    padding-top: 10.66666667vw;
    margin-bottom: 8vw;
  }
  section.news .inner article {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 9.33333333vw;
    border-top: 1px solid #ffffff;
    margin-bottom: 10.66666667vw;
  }
  section.news .inner article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 10.66666667vw;
    border-bottom: 1px solid #ffffff;
  }
  section.news .inner article p.date {
    color: #666666;
    font-size: 3.46666667vw;
    margin-bottom: 5.33333333vw;
  }
  section.news .inner article .wrap {
    color: #333333;
  }
  section.news .inner article .wrap a {
    color: #666666;
  }
  section.news .inner article .wrap .en p {
    font-size: 3.2vw;
    line-height: 5.86666667vw;
    letter-spacing: 0.03em;
    margin-bottom: 5.33333333vw;
  }
  section.news .inner article .wrap .ja p {
    font-size: 3.2vw;
    line-height: 5.86666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 641px) {
  section.news {
    width: 100%;
    background-color: #d3dcdd;
    padding-bottom: 120px;
    padding-top: 100px;
  }
  section.news .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  section.news .inner h2 {
    font-size: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333333;
    padding-top: 105px;
    margin-bottom: 55px;
  }
  section.news .inner article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 70px;
    padding-left: 75px;
    padding-right: 75px;
    border-top: 1px solid #ffffff;
    margin-bottom: 80px;
  }
  section.news .inner article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 80px;
    border-bottom: 1px solid #ffffff;
  }
  section.news .inner article p.date {
    width: 180px;
    color: #666666;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    line-height: 30px;
  }
  section.news .inner article .wrap {
    color: #333333;
  }
  section.news .inner article .wrap a {
    color: #666666;
  }
  section.news .inner article .wrap a:hover {
    text-decoration: none;
  }
  section.news .inner article .wrap .en p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
  section.news .inner article .wrap .ja p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
