@charset "UTF-8";
.icatchWrap .thumb .img1 {
  background-image: url(../../img/staff/staff_icatch01.jpg);
}
.pagecopy {
  color: #484848;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .pagecopy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.733;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 370px) {
}


/* STAFF_A
***************************************************************/
.staffWrap {
  background-color: #F4F4F4;
}
.staffWrap .staffInner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
.staffWrap .staffList > li {
  display: flex;
}
.staffWrap .staffList > li + li {
  margin-top: 50px;
}
.staffWrap .staffList > li .thumb {
  width: 675px;
  min-height: 430px;
}
.staffWrap .staffList > li .thumb .img1 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staffWrap .staffList > li .textBox {
  width: calc(100% - 675px);
  padding: 0 38px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.staffWrap .staffList > li .textBox .name1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 53px;
}
.staffWrap .staffList > li .textBox .position1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
}
.staffWrap .staffList > li .textBox .p1 {
  width: 100%;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.78;
  margin-top: 18px;
}
.staffWrap .staffList > li .textBox .character {
  width: 100%;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0;
  display: flex;
  flex-flow: wrap;
  padding-top: 12px;
  margin-top: 18px;
  border-top: 1px solid #000;
}
.staffWrap .staffList > li .textBox .character dt {
  width: 130px;
  padding-right: 30px;
  text-align-last: justify;
  text-justify:inter-ideograph;
  margin-top: 3px;
  position: relative;
}
.staffWrap .staffList > li .textBox .character dt::after {
  content: "／";
  padding: 0 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.staffWrap .staffList > li .textBox .character dd {
  width: calc(100% - 130px);
  margin-top: 3px;
}
@media all and (min-width: 681px) {
  .staffWrap .staffList > li:nth-of-type(even) .thumb {
    order: 2;
  }
  .staffWrap .staffList > li:nth-of-type(even) .textBox {
    order: 1;
  }
}
@media all and (max-width: 680px) {
  .staffWrap .staffInner {
    width: 100%;
    padding: 40px 5% 60px;
  }
  .staffWrap .staffList > li {
    display: block;
  }
  .staffWrap .staffList > li + li {
    margin-top: 40px;
  }
  .staffWrap .staffList > li .thumb {
    width: 100%;
    min-height: auto;
    height: 57.5vw;
  }
  .staffWrap .staffList > li .textBox {
    width: 100%;
    padding: 25px;
  }
  .staffWrap .staffList > li .textBox .name1 {
    height: 40px;
  }
  .staffWrap .staffList > li .textBox .position1 {
    font-size: 12px;
    margin-top: 15px;
  }
  .staffWrap .staffList > li .textBox .p1 {
    font-size: 12px;
    margin-top: 15px;
  }
  .staffWrap .staffList > li .textBox .character {
    font-size: 12px;
    padding-top: 9px;
    margin-top: 15px;
    border-top: 1px solid #C4C4C4;
  }
  .staffWrap .staffList > li .textBox .character dt {
    width: 110px;
    padding-right: 22px;
  }
  .staffWrap .staffList > li .textBox .character dt::after {
    padding: 0 5px;
  }
  .staffWrap .staffList > li .textBox .character dd {
    width: calc(100% - 110px);
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
