.p-certifications {
  padding: 10.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-certifications {
    padding: 10.66vw 6.66vw;
  }
}
.p-certifications__title {
  font-weight: normal;
}
.p-certifications__title::before {
  color: #EEF4F9;
}
.p-certifications__lead {
  margin-top: 5rem;
}
.p-certifications__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-certifications__items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6.66vw;
    margin-top: 6.66vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-certifications__item:nth-child(2) .p-certifications__item-img img {
    width: 64%;
  }
}
.p-certifications__item-img {
  width: 100%;
  height: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-certifications__item-img {
    height: 20vw;
  }
}
.p-certifications__item-img img {
  width: 71%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  image-rendering: inherit;
}
.p-certifications__item-title {
  font-family: "nsans_jp_b", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 3.125rem 0 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-certifications__item-title {
    margin: 6.66vw 0;
    font-size: 5vw;
  }
}

.p-sdgs {
  padding: 10.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs {
    padding: 0 6.66vw;
  }
}
.p-sdgs__title {
  font-weight: normal;
}
.p-sdgs__title::before {
  color: #EEF4F9;
}
.p-sdgs__lead {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs__lead {
    margin: 6.66vw 0;
  }
}/*# sourceMappingURL=styles.css.map */