:root {
  --viewport-base-pc: 1420;
  --viewport-base-sp: 375;
  --vpx-ratio: 1;
}

@media screen and (min-width: 769px) and (max-width: 1420px) {
  :root {
    --vpx-ratio: var(--viewport-ratio-pc, calc(100vw / 1420px));
  }
}
@media screen and (max-width: 768px) {
  :root {
    --vpx-ratio: min(var(--viewport-ratio-sp, calc(100vw / 375px)), 1.4814814815);
  }
}
.voices {
  width: 100%;
  background: #fff;
}
.voices__list {
  display: grid;
  row-gap: 105px;
}
.voices__list + .voices__list {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 2px solid #d9d8cb;
}
.voices__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.voices__item:nth-child(even) {
  flex-direction: row-reverse;
}
.voices__item-img {
  flex: 0 0 50%;
  width: auto;
  aspect-ratio: 784/643;
  pointer-events: none;
}
.voices__item:has(.voices__item-label) .voices__item-img {
  margin-top: 120px;
}
.voices__item-content {
  flex: 1;
  padding-top: 100px;
}
.voices__item-content:has(.voices__item-label) {
  padding-top: 0;
}
.voices__item-label {
  display: inline-block;
  margin-bottom: 20px;
  transform: rotate(345deg);
  font-family: "Qwitcher Grypen", cursive;
  font-size: 100px;
  color: #643F95;
  font-weight: 400;
}
.voices__item-ttl {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.voices__item-profile {
  margin-bottom: 30px;
}
.voices__item-profile > * + * {
  margin-top: 15px;
}
.voices__item-position {
  font-size: 16px;
  font-weight: 500;
}
.voices__item-name {
  font-size: 22px;
  font-weight: 500;
}
.voices__item-suffix {
  font-size: 14px;
}
.voices__item-from {
  font-size: 14px;
  line-height: 1.3;
}
.voices__item-txt {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .voices {
    overflow: hidden;
  }
  .voices__list {
    display: grid;
    row-gap: 65px;
  }
  .voices__list + .voices__list {
    padding-top: 42px;
    margin-top: 42px;
  }
  .voices__item {
    display: flex;
    flex-direction: column;
  }
  .voices__item:nth-child(even) {
    flex-direction: column;
  }
  .voices__item-img {
    flex: 1;
    width: 105.5555555556%;
    aspect-ratio: auto;
    pointer-events: none;
  }
  .voices__item:has(.voices__item-label) .voices__item-img {
    margin-top: 0;
  }
  .voices__item:nth-child(odd) .voices__item-img {
    margin-left: -5.56%;
  }
  .voices__item:nth-child(even) .voices__item-img {
    margin-right: -5.56%;
  }
  .voices__item-content {
    flex: 1;
    position: relative;
    padding-top: 0;
    margin-top: -50px;
  }
  .voices__item-label {
    position: absolute;
    top: -30px;
    right: 0;
    transform: translateY(-100%);
    margin-bottom: 0;
    font-size: 60px;
  }
  .voices__item:nth-child(even) .voices__item-label {
    left: 0;
    right: auto;
  }
  .voices__item-ttl {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 20px;
  }
  .voices__item-profile {
    margin-bottom: 20px;
  }
  .voices__item-profile > * + * {
    margin-top: 13px;
  }
  .voices__item-position {
    font-size: 14px;
  }
  .voices__item-name {
    font-size: 18px;
  }
  .voices__item-suffix {
    font-size: 12px;
  }
  .voices__item-from {
    font-size: 12px;
  }
}
/*# sourceMappingURL=voice.css.map */
