@media screen and (max-width: 1024px) {
  .area-message-staff {
    padding-top: 0;
  }
}
.area-message-staff .head .heading .title-main {
  width: 100%;
  text-align: center;
}
.area-message-staff .head .contents {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.area-message-staff .head .contents .disp {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.area-message-staff .head .contents .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-message-staff .body .contents {
  display: flex;
  justify-content: space-between;
}
.area-message-staff .body .contents .voice-order,
.area-message-staff .body .contents .info {
  width: 100%;
}
.area-message-staff .body .contents .voice-order {
  display: flex;
  flex-direction: column;
  max-width: 20%;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-message-staff .body .contents .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-message-staff .body .contents .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-message-staff .body .contents .voice-order .number .integer {
  font-size: clamp(6.4rem, 13.3333333333vw, 12rem);
  line-height: 1;
  text-align: center;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item {
  color: #555;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-title.department .string {
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
  font-weight: bold;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail {
  width: 100%;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail .string {
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
  font-weight: bold;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail.name {
  width: 100%;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail.name .string {
  font-size: clamp(1.7rem, 3.5416666667vw, 2.6rem);
  color: #000;
}
.area-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail.furigana {
  width: 100%;
}
.area-message-staff .body .contents .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-message-staff .body .contents .voice-order .desc-profile .d-item .d-detail.year-entry {
  width: 100%;
}
.area-message-staff .body .contents .info {
  max-width: 76%;
}
.area-message-staff .body .contents .info .desc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-message-staff .body .contents .info .desc .title-main {
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-message-staff .body .contents .info .desc .title-main .sect-headline-secondary {
  text-align: left;
}
.area-message-staff .body .contents .info .desc .text {
  width: 100%;
}
@media screen and (max-width: 836px) {
  .area-message-staff .body .contents {
    flex-direction: column;
  }
  .area-message-staff .body .contents .voice-order,
.area-message-staff .body .contents .info {
    max-width: 100%;
  }
  .area-message-staff .body .contents .voice-order {
    flex-direction: row;
    justify-content: space-between;
  }
}
.area-message-staff .foot .contents .btn-primary {
  text-align: center;
}
.area-message-staff .foot .contents .btn-primary .link::before, .area-message-staff .foot .contents .btn-primary .link::after {
  right: auto;
  left: 2.4rem;
}
.area-message-staff .foot .contents .btn-primary .link::before {
  rotate: -45deg;
}
.area-message-staff .foot .contents .btn-primary .link::after {
  translate: 2% -50%;
}
/*# sourceMappingURL=post-staff-voice.css.map */