/* ------------------------------
    voice
------------------------------ */
main {
  padding-bottom: 120rem;
  background: url(../images/voice/bg.png) center center/cover;
  overflow: hidden;
}
main::before {
  content: "";
  position: absolute;
  top: 277rem;
  left: -16rem;
  width: 239rem;
  height: calc(100% - 277rem);
  background: url(../images/common/bg_vegetable_left.png) top left/100% auto repeat-y;
}
main::after {
  content: "";
  position: absolute;
  top: 277rem;
  right: 0;
  width: 239rem;
  height: calc(100% - 277rem);
  background: url(../images/common/bg_vegetable_right.png) top right/100% auto repeat-y;
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 60rem;
  }
  main::before, main::after {
    display: none;
  }
}
.voice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 104rem;
  position: relative;
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
  padding-inline: 40rem;
  margin-bottom: 20rem;
}
.voice-head::before {
  content: "";
  position: absolute;
  width: 24rem;
  aspect-ratio: 1/1;
  top: calc(50% - 12rem);
  left: -12rem;
  border-radius: 50%;
  background-color: var(--orange);
}
.voice-head .voice-head-text .text-name {
  font-size: 28rem;
  line-height: 1;
}
.voice-head .voice-head-text .text-name small {
  font-size: 24rem;
}
.voice-head .voice-head-links {
  width: min(520rem, 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10rem;
}
.voice-head .voice-head-links .links-trainee {
  font-size: 24rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: var(--orange) 2rem solid;
  border-radius: 9999px;
  padding-block: 25rem;
}
.voice-head .voice-head-links .links-item {
  width: 48rem;
  flex-shrink: 0;
}
.voice-head .voice-head-links .links-item figure a {
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .voice-head .voice-head-links .links-item figure a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .voice-head {
    display: block;
    height: auto;
    padding: 20rem;
  }
  .voice-head .voice-head-text {
    margin-bottom: 15rem;
  }
  .voice-head .voice-head-text .text-name {
    font-size: 24rem;
    text-align: center;
    line-height: 1.4;
  }
  .voice-head .voice-head-text .text-name small {
    font-size: 21rem;
  }
  .voice-head .voice-head-text .text-item {
    text-align: center;
  }
  .voice-head .voice-head-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15rem;
  }
  .voice-head .voice-head-links .links-trainee {
    padding-block: 15rem;
  }
}
.voice-image {
  margin-bottom: 20rem;
  border-radius: 10rem;
  overflow: hidden;
}
.voice-image img {
  width: 100%;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
  padding-block: 40rem;
}
.voice-list .voice-list-item {
  width: 100%;
}
.voice-list .voice-list-item .item-head {
  font-size: 21rem;
  color: #fff;
  line-height: 1.3333333333;
  position: relative;
  padding: 15rem 25rem;
  margin-bottom: 20rem;
  background-color: var(--text-color);
  border-radius: 10rem;
  overflow: hidden;
}
.voice-list .voice-list-item .item-head::before {
  content: "";
  position: absolute;
  width: 24rem;
  aspect-ratio: 1/1;
  top: calc(50% - 12rem);
  left: -12rem;
  background-color: var(--orange);
  border-radius: 50%;
}
.voice-list .voice-list-item.half {
  width: min(520rem, 100%);
}
.voice-list .voice-list-item.item-flex {
  display: flex;
  justify-content: space-between;
  column-gap: 20rem;
}
.voice-list .voice-list-item.item-flex .item-image {
  width: 178rem;
  flex-shrink: 0;
}
.voice-list .voice-list-item.item-flex .item-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice-list .voice-list-item.item-flex {
    display: block;
  }
  .voice-list .voice-list-item.item-flex .item-image {
    width: 100%;
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=voice.css.map */