@charset "utf-8";

.main-content {
  background-image: url(../../../images/recruit/staff-voice/main_bg_01.jpg), url(../../../images/recruit/staff-voice/main_bg_02.jpg);
  background-position: right top 150px, left bottom;
  background-size: 60%, 60%;
  padding-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .main-content {
    background-position: center top 830px, left calc(50% - 400px) bottom -20px;
    background-size:auto, auto;
  }
}

/*------------------------------------------------
staff-voice
------------------------------------------------*/
.staff-voice-list {
  margin: auto;
  width: 100%;
  max-width: 500px;
}
.staff-voice-item {
  margin: 50px 0;
}
.staff-voice-item-pic-box {
  width: 100%;
}
.staff-voice-item-pic {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
  box-shadow: 5px 5px 0 #2c4390;
}
.staff-voice-item-pic > img {
  width: 100%;
}

.staff-voice-item-pic-name {
  text-align: center;
  line-height: 1.5;
}

.staff-voice-item-text-list {
  margin: 25px 0;
}
.staff-voice-item-title {
  color: #2c4390;
  text-align: center;
  font-size: 2.4rem;
  margin: 25px 0;
}

.staff-voice-item-text {
  text-align: justify;
}

@media print, screen and (min-width: 769px) {
  .staff-voice-list {
    max-width: inherit;
  }
  .staff-voice-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 100px;
  }
  .staff-voice-item:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 180px;
  }
  .staff-voice-item-pic-box {
    width: 340px;
  }
  .staff-voice-item-pic {
    width: 340px;
    height: 340px;
  }
  .staff-voice-item-pic-name {
    color: #2c4390;
    font-size: 2.4rem;
  }
  .staff-voice-item-title {
    text-align: left;
    font-size: 4.3rem;
    line-height: 1.5;
  }

  .staff-voice-item-text-list {
    width: calc(100% - 380px);
  }
  .staff-voice-item-text {
    font-size: 1.8rem;
  }
}

