@charset "UTF-8";
/*  =============================================================

  Reform Staff

============================================================= */
.reform-staff .fv {
  position: relative;
}

.reform-staff .fv__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 680px;
  margin: 0 auto;
  padding: 35px 0;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}


.reform-staff .fv__panel h2 {
  font-size: 4.8rem;
  color: #1a55b8;
}

@media screen and (max-width: 820px) {
  .reform-staff .fv {
    position: relative;
  }

  .reform-staff .fv__panel {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
  }

  .reform-staff .fv__panel h2 {
    font-size: 3.2rem;
    color: #1a55b8;
  }
}


 @media screen and (max-width: 640px) {
  .reform-staff .fv {
    position: relative;
  }

  .reform-staff .fv__panel {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
  }

  .reform-staff .fv__panel h2 {
    font-size: 2.0rem;
    color: #1a55b8;
  }
}




.reform-staff .staff {
  padding:40px 0 0;
}

.reform-staff .pageTitleText {
  position: relative;
  margin: 0 0 40px;
}

.reform-staff .staff__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto 60px;
}

.reform-staff .staff__item {
  position: relative;
  width: 46%;
  margin: 0 15px 60px;
}

.reform-staff .staff__inner.__partner .staff__item {
  width: 30%;
  margin: 0 10px 40px;
}

.reform-staff .staff__item img {
  border-radius: 12px;
}

.reform-staff .staff__detail {
  margin: -60px 0 0;
}

.reform-staff .staff__inner.__partner .staff__detail {
  margin: -50px 0 0;
}

.reform-staff .staff__position {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 2rem;
  text-align: right;
  line-height: 1.5;
}

.reform-staff .staff__inner.__partner .staff__position {
  font-size: 1.6rem;
}

.reform-staff .staff__name {
  color: #fff;
  font-size: 2rem;
  text-align: right;
  line-height: 1.5;
}

.reform-staff .staff__inner.__partner .staff__name {
  font-size: 1.6rem;
}

.reform-staff .staff__position span,
.reform-staff .staff__name span {
  display: inline-block;
  padding: 0 10px 5px 20px;
  background: #0055b8;
}


@media screen and (max-width: 820px) {
  .reform-staff .staff {
    padding: 80px 4%;
  }


  .reform-staff .staff__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 40px;
  }

}

@media screen and (max-width: 640px) {
  .reform-staff .staff {
    padding: 60px 4% 0;
  }

  .reform-staff .staff__item {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
  }

  .reform-staff .staff__inner.__partner .staff__item {
    width: 46%;
    margin: 0 2% 40px;
  }

  .reform-staff .staff__item img {
    border-radius: 8px;
  }

  .reform-staff .staff__detail {
    margin: -60px 0 0;
  }

  .reform-staff .staff__position {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.5;
  }

  .reform-staff .staff__inner.__partner .staff__position {
    font-size: 1.2rem;
  }

  .reform-staff .staff__name {
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.5;
  }

  .reform-staff .staff__inner.__partner .staff__name {
    font-size: 1.2rem;
  }

  .reform-staff .staff__position span,
  .reform-staff .staff__name span {
    display: inline-block;
    padding: 0 10px 5px 20px;
    background: #0055b8;
  }

}

