.p-company-mvv .c-mv {
  aspect-ratio: 1920 / 1437;
  background-image: url(../images/company/mvv/bg__mv@2x.jpg);
  height: auto;
  max-height: none;
}
.p-company-mvv .c-mv::after {
  content: "";
  position: absolute;
  bottom: -8%;
  right: -17%;
  width: 55%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1007.58 / 1086.37;
  background-image: url(../images/company/mvv/bg__mv__right@2x.png);
  background-size: cover;
}



.p-mvv__vision__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

 .p-mvv__vision__list img:nth-child(1) { margin-top: 150px; }
 .p-mvv__vision__list img:nth-child(2) { margin-top: 100px; }
 .p-mvv__vision__list img:nth-child(3) { margin-top: 50px; }
 .p-mvv__vision__list img:nth-child(4) { margin-top: 0; }

.p-mvv__value__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p-mvv__value__list .p-mvv__value__item:nth-child(4) {
  transform: translateX(50%);
}

.p-mvv__value__list .p-mvv__value__item:nth-child(5) {
  transform: translateX(50%);
}

.p-mvv__value__item__icon {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 120px;
}

.p-mvv__value__item__title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-mvv__value__item__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-mvv__value {
  background: #F4F4F4; 
  padding-top: 100px;
  padding-bottom: 150px;
}

.p-company-mvv .c-copy__01__text {
  font-size: 13.5rem;
}

.p-company-mvv__value__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 60px;
}

.p-company-mvv .c-copy__01 {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.p-company-mvv__vision__wrapper {
  text-align: right;
}

.p-company-mvv__vision__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-company-mvv__vision__desc {
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.5;
}

.p-company-mvv__section__vision {
  margin-top: 180px;
}

.p-company-mvv .l-main__top::after {
  content: none;
}

.p-company-mvv__mv__text {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}

.p-company-mvv__mv__subtitle {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.p-company-mvv__mv__title {
  font-family: "Shippori Mincho",serif;
  margin-bottom: 30px;
}

.p-company-mvv .c-mv__title {
  position: absolute;
  bottom: 16%;
  left: 20%;
  z-index: 10;
}


@media screen and (max-width: 768.9px) {
  .p-mvv__value__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 90%;
  }
  .p-mvv__value__item__text {
    font-size: 1.4rem;
  }
  .p-company-mvv .c-copy__01__text {
    font-size: 6.5rem;
    padding-left: 0;
  }
  .p-mvv__vision__list {
    gap: 5px;
  }
 .p-mvv__vision__list img:nth-child(1) { margin-top: 90px; }
 .p-mvv__vision__list img:nth-child(2) { margin-top: 60px; }
 .p-mvv__vision__list img:nth-child(3) { margin-top: 30px; }
 .p-mvv__vision__list img:nth-child(4) { margin-top: 0; }

 .p-company-mvv .p-mvv__value .c-copy__01 {
   text-align: left;
 }

 .p-company-mvv .c-mv {
    aspect-ratio: 1920 / 2874; /* 1437 */
  }
  .p-company-mvv .c-mv::after {
    top: 15%;
    bottom: unset;
  }
  .p-company-mvv .c-mv__title {
    left: 5%;
    width: 90%;
    bottom: 5%;
  }
  .p-company-mvv__mv__title {
    font-size: 6.5rem;
  }
  .p-company-mvv__mv__subtitle {
    font-size: 2.4rem;
  }
  .p-company-mvv__mv__text {
    font-size: 1.4rem;
  }
  .p-company-mvv__section__vision {
    margin-top: 80px;
  }
  .p-mvv__value {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .p-mvv__value__list .p-mvv__value__item:nth-child(4) {
    transform: translateX(00%);
  }

  .p-mvv__value__list .p-mvv__value__item:nth-child(5) {
    transform: translateX(50%);
  }
}
