@charset "utf-8";

/*------------------------------------------------
lead
------------------------------------------------*/
@media print, screen and (min-width: 560px) {
  .lead .common-inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .lead .common-inner {
    padding: 140px 0;
  }
}

/*------------------------------------------------
staff-voice
------------------------------------------------*/
.staff-voice {}
.staff-voice-list {}
.staff-voice-item {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  justify-content: center;
}
.staff-voice-item:nth-of-type(odd) {
  background-color: var(--accent-color);
}
.staff-voice-item-text-box {
  padding:35px 25px;
}
.staff-voice-item-title {
  padding-bottom: 25px;
  font-weight: 400;
}
.staff-voice-item-career {
  display: block;
  line-height: 1;
  padding-bottom: 15px;
}
.staff-voice-item-name {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.staff-voice-item-text {}
.staff-voice-item-text .emphasis {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 15px;
}
.staff-voice-item-pic-box {
  height: 250px;
  background-size: cover;
  background-position: top center;
}

/**/
.staff-voice-item:nth-of-type(1) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_01_bg.jpg);
}
.staff-voice-item:nth-of-type(2) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_02_bg.jpg);
}
.staff-voice-item:nth-of-type(3) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_04_bg.jpg);
  background-position: center right;
}
.staff-voice-item:nth-of-type(4) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_05_bg.jpg);
  background-position: center right;
}
.staff-voice-item:nth-of-type(5) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_06_bg.jpg);
  background-position: center left;
}
.staff-voice-item:nth-of-type(6) .staff-voice-item-pic-box {
  background-image: url(../../../images/recruit/staff-voice/staff_voice_item_03_bg.jpg);
  background-position: center left;
}

@media print, screen and (min-width: 480px) {
  .staff-voice-item-pic-box {
    height: 450px;
  }
}

@media print, screen and (min-width: 960px) {
  .staff-voice-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .staff-voice-item-career {
    font-size: 1.8rem;
  }
  .staff-voice-item-name {
    display: block;
    font-size: 3rem;
    line-height: 1;
  }
  .staff-voice-item-text .emphasis {
    display: block;
    font-size: 2rem;
  }
  .staff-voice-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .staff-voice-item-text-box {
    padding:50px 35px;
    width: 50%;
  }
  .staff-voice-item-pic-box {
    width: 50%;
    height: auto;
  }

}


@media print, screen and (min-width: 1600px) {
  .staff-voice-item-title {
    padding-bottom: 40px;
  }
  .staff-voice-item-career {
    font-size: 2rem;
  }
  .staff-voice-item-name {
    display: block;
    font-size: 4rem;
    line-height: 1;
  }
  .staff-voice-item-text .emphasis {
    display: block;
    font-size: 2.3rem;
    padding-bottom: 20px;
  }
  .staff-voice-item-text-box {
    padding:50px 60px;
  }
}
