.header-placeholder {
  height: 0;
}

.values-header {
  aspect-ratio: 750 / 1334;
  display: flex;
  align-items: center;
  background-image: url(/assets/img/values.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .layout {
  padding: 0 4vw;
}

.values .title {
  padding: 16vw 0 6vw;
  font-size: var(--h1);
  color: var(--color1);
}

.values .subtitle {
  font-size: var(--h3);
  color: var(--color2);
  line-height: 1.5;
}

.values .desc {
  padding: 6vw 0 16vw;
  font-size: var(--p);
  color: var(--color1);
  line-height: 1.5;
}

.vision {
  background-color: #e6e6e6;
}

.list-box {
  padding-bottom: 20vw;
}

.list .item {
  margin-bottom: 4vw;
  display: flex;
  align-items: flex-start;
}

.list .item .icon-values {
  width: 11.4667vw;
  height: 11.4667vw;
  flex-shrink: 0;
}

.list .item .info {
  margin-left: 6vw;
  flex: 1;
}

.list .item .info .name {
  font-size: var(--h3);
  color: var(--color2);
}

.list .item .info .value {
  margin-top: 2vw;
  font-size: var(--p);
  color: var(--color1);
}
