@charset "UTF-8";
.voices-listwrap {
  position: relative;
  padding: 15rem 16px;
}
.voices-listwrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: var(--color-cream);
}
.voices-list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 1326px;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .voices-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    margin: 90px auto 0;
  }
}
@media (min-width: 768px) {
  .voices-list li {
    width: calc(33.3333333333% - 40px);
  }
}
.voices-list-anchor {
  display: flex;
  flex-direction: column;
  position: relative;
}
.voices-list-img {
  position: relative;
  aspect-ratio: 413/550;
}
@media (min-width: 768px) {
  .voices-list-img {
    height: 550px;
  }
}
.voices-list-img span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transform-origin: left top;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3.6px;
  writing-mode: vertical-lr;
}
.voices-list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voices-list-title {
  margin: 15px 0 0;
  color: var(--color-green-700);
  font-family: "LineSeedJP";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.16px;
}
@media (min-width: 768px) {
  .voices-list-title {
    margin: 43px 0 0;
  }
}
.voices-list-title::before {
  content: "INTERVIEW";
  margin: 0 14px 0 0;
  font-family: "LineSeedJP";
  font-weight: normal;
}
.voices-list-title br {
  display: none;
}
.voices-list-excerpt {
  margin: 10px 0 0;
  color: var(--color-gray-800);
  font-family: "LineSeedJP", sans-serif;
  font-size: 14px;
  line-height: 2;
}
.voices-list-anchor {
  margin: 6px 0 0;
  color: var(--color-green-700);
  font-family: "LineSeedJP";
  font-size: 14px;
  letter-spacing: 2px;
}
.voices-midashi {
  position: relative;
  margin: 50px 0 0;
  padding: 70px 0 0;
  text-align: center;
}
.voices-midashi-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #e6edea;
  font-family: "Noto Serif JP", serif;
  font-size: 77px;
}
.voices-midashi-text {
  position: relative;
  z-index: 1;
  font-family: "LineSeedJP";
  font-size: 32px;
  letter-spacing: 3.12px;
}
.voices-midashi-text::before {
  content: "「";
}
.voices-midashi-text::after {
  content: "」";
}
.voices-img {
  height: 487px;
  margin: 50px 0 0;
}
.voices-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voices-interview {
  margin: 50px 0 0;
}
.voices-interview-question {
  color: #1a8254;
  font-family: "LineSeedJP", sans-serif;
  font-size: 24px;
  letter-spacing: 2.88px;
}
.voices-interview-question::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 10px 0 0;
  background-color: #1a8254;
  vertical-align: middle;
}
.voices-interview-answer p {
  margin: 20px 0 0;
  color: var(--color-gray-800);
  font-family: "LineSeedJP", sans-serif;
  font-size: 14px;
  letter-spacing: 1.68px;
}/*# sourceMappingURL=voices.css.map */