.sect-staff-voice {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .area-staff-voice {
    padding-top: 0;
  }
}
.area-staff-voice .body .contents .list-staff-voice .item .link {
  display: flex;
  gap: clamp(2.4rem, 2.8708133971vw, 4.8rem);
  padding: clamp(1.6rem, 3.3333333333vw, 2.4rem) clamp(1.2rem, 2.5vw, 4.8rem);
  background-color: #d2d6ed;
  color: #555;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order,
.area-staff-voice .body .contents .list-staff-voice .item .link .info {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 20%;
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .number {
  display: inline-flex;
  flex-direction: column;
  color: #4251C1;
  font-family: "Poppins-SemiBold", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .number .string {
  font-size: clamp(1.8rem, 3.75vw, 2.6rem);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .number .integer {
  font-size: clamp(6.4rem, 13.3333333333vw, 12rem);
  text-align: center;
  line-height: 1;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item {
  color: #555;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-title.department .string {
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
  font-weight: bold;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail .string {
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
  font-weight: bold;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail.name {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail.name .string {
  font-size: clamp(1.7rem, 3.5416666667vw, 2.6rem);
  color: #000;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail.furigana {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail.furigana .string {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  color: #2C3686;
  font-family: "Poppins-SemiBold", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  letter-spacing: 0.15rem;
  text-transform: capitalize;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .voice-order .desc-profile .d-item .d-detail.year-entry {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 80%;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info::before, .area-staff-voice .body .contents .list-staff-voice .item .link .info::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  display: inline-block;
  background-color: #cccccc;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info::before {
  bottom: 1.6rem;
  right: 1.6rem;
  width: 7.2rem;
  height: 0.2rem;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info::after {
  bottom: 2.1rem;
  right: 1.2rem;
  width: 1.6rem;
  height: 0.2rem;
  rotate: 45deg;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info .text {
  padding-bottom: 2.4rem;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info .text .headline .string {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  color: #2C3686;
  letter-spacing: 0.1rem;
}
.area-staff-voice .body .contents .list-staff-voice .item .link .info .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .area-staff-voice .body .contents .list-staff-voice .item .link {
    flex-direction: column;
  }
  .area-staff-voice .body .contents .list-staff-voice .item .link .disp,
.area-staff-voice .body .contents .list-staff-voice .item .link .info {
    max-width: 100%;
  }
  .area-staff-voice .body .contents .list-staff-voice .item .link .info .voice-order .number {
    max-width: 15%;
  }
  .area-staff-voice .body .contents .list-staff-voice .item .link .info .voice-order .desc-profile {
    max-width: 80%;
  }
}
.area-staff-voice .body .contents .list-staff-voice .item:not(:last-of-type) {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
@media screen and (max-width: 836px) {
  .area-staff-voice .body .contents .list-staff-voice .item .link .voice-order {
    max-width: 30%;
  }
  .area-staff-voice .body .contents .list-staff-voice .item .link .info {
    max-width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .area-staff-voice .body .contents .list-staff-voice .item .link .voice-order {
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
  }
  .area-staff-voice .body .contents .list-staff-voice .item .link .info {
    max-width: 100%;
  }
}
/*# sourceMappingURL=staff-voice.css.map */