body {
  background: #ffe5e9;
}

#contents .wrap .fukidashi {
  padding: 30px;
  font-size: 22px;
  line-height: 2em;
  color: #656566;
  letter-spacing: 0.17em;
  text-align: center;
  max-width: 574px;
  margin: 40px auto 50px;
}
#contents .wrap .fukidashi .small {
  font-size: 12px;
  color: #b2b2b2;
  display: block;
  text-align: center;
}
#contents .wrap section {
  margin-bottom: 80px;
}
#contents .person {
  display: block;
  background: #fff;
  height: 230px;
  width: 460px;
  margin: 0 20px 20px 0;
  float: left;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#contents .person:before {
  content: "";
  width: 130px;
  height: 82px;
  background-image: url("../../image/staff/fukidashi-pink@2x.png");
  background-size: 130px 82px;
  position: absolute;
  top: -30px;
  left: -50px;
  opacity: 0;
  transition-duration: 0.2s;
}
#contents .person:nth-child(2n) {
  margin-right: 0;
}
#contents .person:nth-child(4n), #contents .person:nth-child(4n-1) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#contents .person .photo {
  height: 230px;
  width: 230px;
}
#contents .person .text {
  width: 190px;
  padding: 20px;
  letter-spacing: 0em;
}
#contents .person.recruit {
  background: #f5f5f5;
}
#contents .person.recruit .text {
  color: #ccc;
  background: #fff;
  width: 190px;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition-duration: 0.2s;
}
#contents .person.recruit .text b {
  display: block;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.17em;
}
#contents .person.recruit .text small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.17em;
}
#contents .person.recruit:hover .text {
  transition-duration: 0.2s;
  color: #888;
}
#contents .person h3 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #808080;
}
#contents .person h4 {
  padding: 0;
  font-size: 10px;
  line-height: 1em;
  font-weight: 900;
  color: #808080;
  margin-top: 6px;
}
#contents .person .division {
  color: #0ecdd9;
  margin-top: 14px;
  font-size: 10px;
  line-height: 1.8em;
}
#contents .person .introduction {
  margin-top: 14px;
  font-size: 12px;
  line-height: 2em;
}

body:not(.detail) #contents .person:not(.recruit):before {
  content: "";
  width: 130px;
  height: 82px;
  background-image: url("../../image/staff/fukidashi-pink@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -50px;
  opacity: 0;
  transition-duration: 0.2s;
}
body:not(.detail) #contents .person:not(.recruit):nth-child(4n):before, body:not(.detail) #contents .person:not(.recruit):nth-child(4n-1):before {
  left: 180px;
}
body:not(.detail) #contents .person:not(.recruit):hover {
  opacity: 1;
}
body:not(.detail) #contents .person:not(.recruit):hover:before {
  opacity: 1;
  transition-duration: 0.2s;
}

@media (max-width: 1050px) {
  body:not(.detail) #contents .person:before {
    left: -10px;
    top: -10px;
    width: 100px;
  }
  body:not(.detail) #contents .person:nth-child(4n):before, body:not(.detail) #contents .person:nth-child(4n-1):before {
    left: 220px;
  }
}
@media (max-width: 970px) {
  body:not(.detail) #contents .person:before {
    display: none;
  }

  #contents > .wrap {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  #contents > .wrap .fukidashi {
    font-size: 13px;
    margin: 35px auto 40px;
    max-width: 400px;
  }
  #contents > .wrap .fukidashi:after {
    bottom: -10px;
  }
  #contents > .wrap .fukidashi .small {
    font-size: 10px;
  }
  #contents > .wrap section {
    margin-bottom: 40px;
  }
  #contents .person {
    height: 152px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #contents .person:nth-child(2n) {
    margin-right: 0;
  }
  #contents .person:nth-child(4n), #contents .person:nth-child(4n-1) {
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
  }
  #contents .person:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #contents .person .text {
    padding: 12.5px;
    flex: 1;
  }
  #contents .person .photo {
    height: 100%;
    width: auto;
  }
  #contents .person h3 {
    font-size: 12px;
  }
  #contents .person h4 {
    font-size: 10px;
    margin-top: 7px;
  }
  body.chrome #contents .person h4 {
    line-height: 14px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 100% 0;
  }
  #contents .person .division {
    margin-top: 9px;
    font-size: 7px;
  }
  #contents .person .introduction {
    margin-top: 9px;
    font-size: 9px;
  }
  #contents .person.recruit .photo {
    display: none;
  }
  #contents .person.recruit .text {
    width: 100%;
  }
  #contents .person.recruit .text b {
    font-size: 12px;
  }
  #contents .person.recruit .text small {
    font-size: 8px;
  }
}

/*# sourceMappingURL=common.css.map */
