/* -------------------------- */
/* content */
/* -------------------------- */
/* content_header */
.content_header {
  background-image: url(/images/staff/bg_header.jpg);
}

/* staff_index */
.staff_index {
  padding-bottom: 20px;
}

.staff_index .staff_index_list {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 1px;
}

.staff_index .staff_index_list a {
  color: #212121;
  display: block;
}

.staff_index .staff_index_list .thum_img {
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 100%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.staff_index .staff_index_list .thum_img img {
  width: auto;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* staff_index_post */
.staff_index_post {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* staff_index_name */
.staff_index_name {
  line-height: 1.2;
}

.staff_index_name em {
  margin-right: 15px;
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
}

.staff_index_name span {
  color: #a3a3a3;
  display: block;
  font-family: "Roboto Slab";
  font-size: 1.2rem;
}

/* -------------------------- */
/* detail */
/* -------------------------- */
.staff_main {
  position: relative;
}

.staff_main .staff_main_inner {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 10%;
}

.staff_main .staff_main_inner .staff_index_post {
  padding-left: 15px;
  background: #000;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.staff_main .staff_main_inner .staff_index_name {
  padding-left: 15px;
  background: #000;
  display: inline-block;
  white-space: nowrap;
}

.staff_main .staff_main_inner .staff_index_name em {
  color: #fff;
  margin-right: 0;
}

/* staff_item */
.staff_item {
  margin-bottom: 15px;
}

.staff_item dt {
  padding-top: 15px;
  font-size: 1.3rem;
  font-weight: bold;
}

.staff_item dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

/* voice */
.voice {
  padding: 30px 0;
  background: #f2f2f2;
  position: relative;
}

.voice:before {
  width: 100%;
  height: 30px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.voice .container {
  padding-bottom: 30px;
}

.voice .voice_inner {
  padding: 0 15px 15px;
  background: #fff;
  position: relative;
}

.voice .voice_inner:before {
  width: 100%;
  height: 12px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.voice .voice_inner .voice_title {
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.voice .thum_img {
  min-height: 10px;
}

.insta_qr {
  text-align: center;
  margin-bottom: 30px;
}

.insta_qr img {
  width: 100px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .staff_index {
    margin-right: -1px;
  }
  .staff_index .staff_index_list {
    width: calc(100% / 3);
  }
  .staff_main .staff_main_inner {
    width: auto;
    bottom: 30%;
  }
  .staff_main .staff_main_inner .staff_index_post {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .staff_main .staff_main_inner .staff_index_name {
    padding-left: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .staff_main .staff_main_inner .staff_index_name em {
    margin-right: 15px;
    font-size: 3rem;
  }
  .staff_main .staff_main_inner .staff_index_name span {
    font-size: 1.4rem;
  }
  .staff_item {
    margin-bottom: 30px;
  }
  .staff_item dt {
    padding-top: 30px;
    font-size: 1.4rem;
  }
  .staff_item dd {
    padding-bottom: 30px;
    font-size: 1.8rem;
  }
  .voice {
    padding: 0 0 60px;
  }
  .voice .container {
    padding-bottom: 60px;
  }
  .voice .voice_inner {
    margin-top: 80px;
    padding: 0 30px 30px;
    flex: 1;
  }
  .voice .voice_inner:after {
    width: calc(100% - 30px);
    height: 90%;
    background: #fff;
    content: "";
    position: absolute;
    right: -60%;
    bottom: 0;
    z-index: 0;
  }
  .voice .voice_inner .voice_txt {
    position: relative;
    z-index: 1;
  }
  .voice .thum_img {
    width: 40%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .insta_qr {
    position: absolute;
    right: 0;
    padding: 0 50px;
    margin: -120px 0px 0 0px;
  }
}

@media screen and (min-width: 1280px) {
  .staff_index {
    padding-bottom: 40px;
  }
  .staff_index .staff_index_list {
    margin-bottom: 40px;
  }
  .staff_index .staff_index_list .thum_img {
    margin-bottom: 20px;
  }
  .staff_index_post {
    font-size: 1.4rem;
  }
  .staff_index_name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .staff_index_name em {
    font-size: 2.8rem;
  }
  .staff_index_name span {
    font-size: 1.4rem;
  }
  .staff_main .staff_main_inner {
    bottom: 240px;
  }
  .staff_main .staff_main_inner .staff_index_name {
    font-size: 1.8rem;
  }
  .staff_main .staff_main_inner .staff_index_name em {
    font-size: 6rem;
  }
  .staff_main .staff_main_inner .staff_index_name span {
    font-size: 2rem;
  }
  .staff_item {
    margin-bottom: 40px;
  }
  .staff_item dt {
    font-size: 1.6rem;
  }
  .staff_item dd {
    font-size: 2.4rem;
  }
  .voice {
    padding: 0 0 80px;
  }
  .voice:before {
    height: 40px;
  }
  .voice .container {
    padding-bottom: 80px;
  }
  .voice .voice_inner {
    margin-top: 110px;
    padding: 0 40px 40px;
  }
  .voice .voice_inner .voice_title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .voice .voice_inner .voice_txt {
    line-height: 2;
    font-size: 1.6rem;
  }
  .voice .thum_img {
    width: 50%;
    margin-bottom: 40px;
  }
  .insta_qr {
    margin: -120px 20px 0 0px;
  }
}

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