.voice-slide {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.voice-slide-wrapper {
  display: flex;
}
@media screen and (max-width: 815px) {
  .voice-slide-wrapper {
    display: block;
  }
}

@media screen and (min-width: 816px) {
  .voice-slide-left {
    width: 40%;
  }
}

.voice-slide-photo img.pc-none {
  display: none;
}
@media screen and (max-width: 815px) {
  .voice-slide-photo img.pc-none {
    display: block;
  }
}
.voice-slide-photo img.sp-none {
  display: block;
}
@media screen and (max-width: 815px) {
  .voice-slide-photo img.sp-none {
    display: none;
  }
}

@media screen and (min-width: 816px) {
  .voice-slide-detail {
    margin-left: 72px;
  }
}
.voice-slide-detail a {
  display: block;
}

.voice-slide-title {
  color: #000;
  position: relative;
  padding-left: 90px;
}
@media screen and (max-width: 815px) {
  .voice-slide-title {
    text-align: center;
    padding-top: 42px;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.voice-slide-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 47px;
  display: inline-block;
  margin: auto;
  background: url(../image/i-con.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 815px) {
  .voice-slide-title::before {
    right: 0;
    bottom: auto;
    width: 49px;
    height: 30px;
  }
}
.voice-slide-title .sub-title {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 815px) {
  .voice-slide-title .sub-title {
    font-size: 1.2rem;
  }
}
.voice-slide-title .main-title {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-top: 5px;
}
@media screen and (max-width: 815px) {
  .voice-slide-title .main-title {
    font-size: 4rem;
  }
}

.voice-slide-comment {
  color: #000;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-top: 70px;
  padding-bottom: 18px;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 815px) {
  .voice-slide-comment {
    font-size: 1.8rem;
    margin-top: 16px;
    padding-bottom: 10px;
  }
}

.voice-slide-job {
  color: #919191;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
@media screen and (max-width: 815px) {
  .voice-slide-job {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

.voice-slide-name {
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width: 815px) {
  .voice-slide-name {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

.voice-slide-year {
  position: relative;
  color: #919191;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width: 815px) {
  .voice-slide-year {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}
.voice-slide-year::after {
  content: '';
  position: relative;
  left: 8px;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 5px;
  border-radius: 2px;
}
@media screen and (max-width: 815px) {
  .voice-slide-year::after {
    font-size: 0.9rem;
  }
}
.voice-slide-year.new::after {
  content: '新卒';
  background-color: #5F9FC3;
}
.voice-slide-year.halfway::after {
  content: '中途';
  background-color: #004972;
}

.voice-thumbnail-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.voice-thumbnail-item {
  width: 80px;
}
@media screen and (max-width: 815px) {
  .voice-thumbnail-item {
    width: 56px;
  }
}
.voice-thumbnail-item:not(:first-child) {
  margin-left: 8px;
}
.voice-thumbnail-item.thumbnail-current {
  opacity: 0.3;
}

.voice-thumbnail-photo {
  aspect-ratio: 8 / 7;
}
@media screen and (max-width: 815px) {
  .voice-thumbnail-photo {
    aspect-ratio: 1 / 1;
  }
}
.voice-thumbnail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}