.p-mv::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2rem;
  background: url(../../images/special/img_mv_pc.svg) no-repeat left top;
  background-size: contain;
  width: 79.9rem;
  height: 10.5rem;
}

@media screen and (max-width: 767px) {
  .p-mv::before {
    position: absolute;
    background: url(../../images/special/img_mv_sp.svg) no-repeat left top;
    background-size: contain;
    bottom: -0.8vw;
    width: 66.4vw;
    height: 25.8666666667vw;
  }
}
.p-social-value-title {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  color: #019E96;
}

.p-social-value-lead {
  text-align: center;
  margin: 3rem 0 8rem;
}

.p-social-value-project {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  padding: 6rem 5rem;
  box-shadow: 0px 0px 1.2rem rgba(0, 0, 0, 0.08);
  position: relative;
}
.p-social-value-project::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 12rem;
  height: 0.6rem;
  background-color: #019E96;
}

.p-social-value-text {
  width: 62rem;
  grid-area: 1/1/2/2;
}

.p-social-value-project-title {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #019E96;
  margin-bottom: 1rem;
}

.p-social-value-subtitle {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #019E96;
}

.p-social-value-meta {
  margin: 2rem 0;
}
.p-social-value-meta sup {
  font-size: 1.4rem;
  line-height: 2.0714285714;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-social-value-description {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 57.5rem;
  grid-area: 2/1/3/2;
}

.p-social-value-images {
  width: 47.5rem;
  grid-area: 1/2/3/3;
}

.p-social-value-images img {
  width: 47.5rem;
  height: auto;
}

.p-social-value-project + .p-social-value-project {
  margin-top: 8rem;
}

.p-social-value-project-reverse .p-social-value-text {
  grid-area: 1/2/2/3;
}
.p-social-value-project-reverse .p-social-value-description {
  grid-area: 2/2/3/3;
}
.p-social-value-project-reverse .p-social-value-images {
  grid-area: 1/1/3/2;
  margin-right: 5rem;
}

@media screen and (max-width: 767px) {
  .p-social-value-title {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    color: #019E96;
  }
  .p-social-value-lead {
    text-align: left;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
  .p-social-value-project {
    padding: 8vw 5.3333333333vw;
    box-shadow: 0px 0px 3.2vw rgba(0, 0, 0, 0.08);
  }
  .p-social-value-project::before {
    width: 18.6666666667vw;
    height: 1.0666666667vw;
  }
  .p-social-value-text {
    width: 100%;
    grid-area: 1/1/2/2;
  }
  .p-social-value-project-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-social-value-subtitle {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-social-value-meta {
    margin: 4vw 0;
    letter-spacing: -0.001em;
  }
  .p-social-value-meta sup {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-social-value-description {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    width: 100%;
    grid-area: 3/1/4/2;
    margin-top: 5.3333333333vw;
  }
  .p-social-value-images {
    width: 100%;
    grid-area: 2/1/3/2;
  }
  .p-social-value-images img {
    width: 100%;
    height: auto;
  }
  .p-social-value-project + .p-social-value-project {
    margin-top: 21.3333333333vw;
  }
  .p-social-value-project-reverse .p-social-value-text {
    grid-area: 1/1/2/2;
  }
  .p-social-value-project-reverse .p-social-value-description {
    grid-area: 3/1/4/2;
  }
  .p-social-value-project-reverse .p-social-value-images {
    grid-area: 2/1/3/2;
    margin-right: 0;
  }
}
