@charset "utf-8";
/*------------------------------------------------
スタッフボイス
------------------------------------------------*/


/*========== スタッフボイス ==========*/

#staff-voice {}

.staff-voice-ttl {
  text-align: center;
  margin: 50px auto 30px;
  font-size: 2rem;
}

.staff-voice-txt {}

@media print, screen and (min-width: 769px) {
  #staff-voice {}
  .staff-voice-ttl {
    margin: 50px auto 30px;
    font-size: 3rem;
    text-align: center;
  }
  .staff-voice-txt {
    font-size: 1.8rem;
    text-align: center;
  }
}



.staff-voice-list {
  margin: 50px auto;
}

.staff-voice-item {
  background-color: #efe9d2;
  padding: 50px 15px 25px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  background-image: url(../../images/staff-voice/staff_voice_item_bg_sp.png);
  background-size: 80%;
  background-position: top center;
}

.staff-voice-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.staff-voice-item-txt .emphasis {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  display: block;
  margin-bottom: 15px;
}

.staff-voice-item-pic {
  width: 100%;
  margin-top: 25px;
}

.staff-voice-item-pic-inner {
  width: 50%;
  display: block;
  margin: auto;
  max-width: 231px;
}

.staff-voice-item-pic-inner > img{
  width: 100%;
  height: auto;
}

.staff-voice-item-pic-name {
  text-align: center;
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  .staff-voice-list {
    margin: 50px auto;
    width: 715px;
  }

  .staff-voice-item {
    background-color: inherit;
    padding: 40px 25px 20px 75px;
    box-shadow: none;
    background-image: url(../../images/staff-voice/staff_voice_item_bg.png);
    background-size: auto;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 453px;
  }

  .staff-voice-item:not(:last-of-type) {
    margin-bottom: 80px;
  }

  .staff-voice-item-txt {
    width: 320px;
  }

  .staff-voice-item-txt .emphasis {
    font-size: 2.4rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  .staff-voice-item:nth-of-type(1) .staff-voice-item-txt .emphasis {
    margin-bottom: 35px;
  }
  .staff-voice-item:nth-of-type(2) .staff-voice-item-txt .emphasis {
    margin: 40px 0 55px;
  }

  .staff-voice-item-pic {
    width: 231px;
    margin-top:auto;
  }

  .staff-voice-item-pic-inner {
    width: 100%;
    margin: auto;
    max-width: 222px;
  }

  .staff-voice-item-pic-name {
    font-size: 2.4rem;
  }
}

/*写真*/

.staff-voice-img {
  width: 100%;
  margin-bottom: 70px;
}

.staff-voice-img-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.staff-voice-img-box {
  width: 30%;
  border: 3px solid #fff;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.staff-voice-img-box > img {
  width: 100%;
  height: auto;
}

/*回転*/
.staff-voice-img-box:nth-of-type(1),
.staff-voice-img-box:nth-of-type(3){
  transform: rotate(-6deg) translate3d(0, 0, 0);
  margin-top: 25px;
}
.staff-voice-img-box:nth-of-type(2) {
  transform: rotate(3deg) translate3d(0, 0, 0);
  margin-top: 25px;
}

@media print, screen and (min-width: 769px) {
  .staff-voice-img {
    margin-bottom: 150px;
  }
  .staff-voice-img-box {
    width: 272px;
    border: 6px solid #fff;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  }
}
