@charset "UTF-8";

.fv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/staff/fv.png');
  background-size: cover;
}

.staffWrap {
  width: 100%;
  height: auto;
  padding-bottom: 200px !important;
}

/*----------------------------------------------------
  staff
----------------------------------------------------*/
.staff {
  position: relative;
  padding: 100px 0 200px 0;
}

#staff1 {
  padding-top: 150px;
}

#staff2::after,
#staff4::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}

#staff1::after,
#staff3::after,
#staff5::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/staff/bg.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: -1;
}


.staff-bg {
  width: auto;
  height: 70%;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0, -50%);
  opacity: .2;
}

#staff2 .staff-bg,
#staff4 .staff-bg {
  right: initial;
  left: 0;
}

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

.staff-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.staff-img {
  width: 35%;
  position: relative;
}

#staff2 .staff-img,
#staff4 .staff-img {
  order: 2;
}

.staff-img>span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -10px;
  border: 1px solid #ccc;
}

.staff-sp {
  display: none;
}

.staff-inner {
  width: 50%;
}

.staff-prof {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.staff-name {
  width: 100%;
  margin-bottom: 14px;
}

.staff-name__main {
  font-size: 4rem;
}

.staff-name__sub {
  display: flex;
  align-items: center;
  width: 100%;
}

.staff-name__sub::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.staff-carrer {
  width: 100%;
  background: #EDF4F9;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
  font-size: 1.8rem;
}

.staff-carrer>ul {
  width: 100%;
  padding-left: 24px;
  box-sizing: border-box;
}

.staff-txt {
  width: 95%;
  margin: 0 auto;
  font-size: 1.8rem;
}

.sep--bottom {
  width: 100vw;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}

.course-linkWrap {
  margin-top: 50px;
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {

  /*---staff---*/


}

@media screen and (max-width:896px) {
  .staff .container {
    width: 70%;
  }

  .staff-col {
    flex-direction: column;
  }

  .staff-pc {
    display: none;
  }

  .staff-sp {
    display: block;
    width: 75%;
    margin: 0 auto 50px auto;
  }

  .staff-prof {
    margin-bottom: 30px;
  }

  .staff-inner {
    width: 100%;
  }

}

@media screen and (max-width:786px) {
  .staff .container {
    width: 75%;
  }
}

@media screen and (max-width:680px) {

  /*---staff---*/
  .staff .container {
    width: 85%;
  }
}

@media screen and (max-width:480px) {

  /*---fv---*/
  .fv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/staff/fv--sp.png');
    background-size: cover;
  }

  .staffWrap {
    padding-bottom: 80px !important;
  }

  .staff {
    padding: 80px 0 100px 0;
  }

  #staff1 {
    padding-top: 100px;
  }

  .staff-bg {
    height: 40%;
    top: 10%;
    transform: translate(0, 0);
  }

  .staff-bg>img {
    height: 100%;
  }


  .staff-prof {
    margin-bottom: 10px;
  }

  .staff-name__main {
    font-size: 3rem;
  }

  .staff-sp {
    width: 85%;
    margin-bottom: 20px;
  }

  .staff-carrer {
    font-size: 1.6rem;
  }
}