.mv-title {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eded0d;
}

@media (min-width: 768px) {
  .mv-title {
    height: 20.81vw;
  }
}

.mv-title__image > img {
  width: 110px;
  height: auto;
}

@media (min-width: 768px) {
  .mv-title__image > img {
    width: 17.6875vw;
  }
}

.project-index {
  padding: 10px 0 60px;
  background-image: url("/assets/img/project-index-bg-sp.svg");
  background-size: 100%;
  background-position: top 13px center;
}

@media (min-width: 768px) {
  .project-index {
    padding: 0 0 11.75vw;
    background-image: url("/assets/img/project-index-bg.svg");
    background-position: top;
    background-repeat: repeat-y;
  }
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .articles {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 10.625vw;
  }
}

.article.article--project-index {
  margin: 9.375vw 15px 0;
}

@media (min-width: 1024px) {
  .article.article--project-index {
    margin: 3.75vw 0 0;
  }
}

.article.article--project-index .article-title__title {
  font-weight: bold;
}

.footer {
  margin-top: 0;
}
