.viewmore {
  position: relative;
  padding: 30px 0 64px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .viewmore {
    padding: 4.375vw 0 6.875vw;
    margin-top: 0;
  }
}

.viewmore-bg {
  position: absolute;
  width: 100%;
  height: 37%;
  top: 0;
  left: 0;
  z-index: -1;
  fill: #28e9fa;
}

@media (min-width: 768px) {
  .viewmore-bg {
    height: 100%;
  }
}

.viewmore-button {
  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;
  margin-top: 34px;
  font-size: 0;
}

@media (min-width: 768px) {
  .viewmore-button {
    margin-top: 5vw;
  }
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.articles::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .articles {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 8px;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .articles {
    margin: 0 10.625vw;
  }
}

.article.article--project {
  width: 240px;
  height: 214.66px;
  margin: 0 0 30px 20px;
}

@media (min-width: 768px) {
  .article.article--project {
    margin-left: 8px;
  }
}

@media (min-width: 1024px) {
  .article.article--project {
    width: 22.5vw;
    height: 20.125vw;
    margin: 0;
  }
}

.article.article--project .article-image {
  height: 136px;
}

@media (min-width: 1024px) {
  .article.article--project .article-image {
    height: 12.75vw;
  }
}

.article.article--project .article-title {
  height: 96px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .article.article--project .article-title {
    height: 9vw;
    font-size: 0.9375vw;
  }
}

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

.article.article--project .article-title__description {
  font-size: 11px;
  margin-top: 0.25em;
}

.page-title {
  background-color: #eded0d;
}

.project-detail {
  background-image: url("/assets/img/project-bg-sp.png");
  background-position: top;
  background-repeat: repeat-y;
}

@media (min-width: 768px) {
  .project-detail {
    padding: 0 0 3vw;
    background-image: url("/assets/img/project-bg.svg");
  }
}

.project-detail__inner {
  position: relative;
  top: -20px;
  background: #fff;
  margin: 0 15px 0;
  padding: 30px 15px 54px;
  -webkit-filter: drop-shadow(0 1rem 1rem #00000015);
          filter: drop-shadow(0 1rem 1rem #00000015);
}

@media (min-width: 768px) {
  .project-detail__inner {
    width: 75%;
    min-width: 738px;
    top: -5.125vw;
    margin: 0 auto 0;
    padding: 4.25vw 6.25vw 6.875vw;
    text-align: center;
  }
}

.project-detail-description {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  display: inline-block;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .project-detail-description {
    font-size: 15px;
    line-height: 2.133;
    letter-spacing: 0.075em;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .project-detail-description {
    margin-top: 1.75vw;
    text-align: center;
  }
}

.title-container__title {
  text-align: center;
  line-height: 1;
}

.title-container__title:before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 34px;
  height: 9px;
  background-image: url(/assets/img/bg-maede-icon.svg);
  background-size: contain;
}

@media (min-width: 1024px) {
  .title-container__title:before {
    width: 52px;
    height: 13px;
  }
}

.title-container__text {
  width: 84px;
  height: 14px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1.35px;
}

@media (min-width: 1024px) {
  .title-container__text {
    width: 150px;
    height: 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 0.66;
    letter-spacing: 2.4px;
  }
}

.title-container__text:before, .title-container__text:after {
  display: inline-block;
  content: url(/assets/img/bg-square-icon.svg);
  width: 32px;
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .title-container__text:before, .title-container__text:after {
    width: 60px;
    margin: 12px;
  }
}

.project-section {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  text-align: left;
}

@media (min-width: 768px) {
  .project-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 3.75vw;
  }
  .project-section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .project-section:nth-child(even) .project-section__img {
    margin: 0 0 0 5%;
  }
}

.project-section__img {
  width: 270px;
  height: auto;
  border: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
  .project-section__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: auto;
    margin: 0 5% 0 0;
  }
}

@media (min-width: 768px) {
  .project-section__container {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

.project-section__title {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .project-section__title {
    margin-top: 0;
  }
}

.project-section__keytitle {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.43px;
}

@media (min-width: 1024px) {
  .project-section__keytitle {
    font-size: 26px;
    font-weight: 500;
  }
}

.project-section__keytitle:before {
  width: 18px;
  margin-right: 11px;
  display: inline-block;
  content: url(/assets/img/maede-logo-icon.svg);
  position: relative;
  top: 4px;
}

@media (min-width: 1024px) {
  .project-section__keytitle:before {
    width: 26px;
    margin-right: 18px;
  }
}

.project-section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.05px;
  margin-top: 22px;
}

@media (min-width: 1024px) {
  .project-section__subtitle {
    font-size: 18px;
    margin-top: 16px;
  }
}

.project-section__subtitle:before {
  content: "";
  -ms-flex-preferred-size: 8.8%;
      flex-basis: 8.8%;
  margin-right: 3.5%;
  height: 2px;
  background-color: #888;
}

.project-section__description {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .project-section__description {
    font-size: 15px;
    line-height: 2.133;
    letter-spacing: 0.075em;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .project-section__description {
    margin-top: 18px;
  }
}

.project-section-button {
  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;
  margin-top: 40px;
  font-size: 0;
}

@media (min-width: 768px) {
  .project-section-button {
    margin-top: 5vw;
  }
}
