#staff {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #staff {
    font-size: 1.2rem;
  }
}

#staff .mainvisual {
  background: url(../img/pic_mainvisual.jpg) no-repeat center/cover;
  height: 640px;
}

@media screen and (max-width: 1199px) {
  #staff .mainvisual {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #staff .mainvisual {
    height: 186px;
    margin-top: 54px;
  }
}

#staff .mainvisual__inner {
  max-width: 1160px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #staff .mainvisual__inner {
    width: 100%;
  }
}

#staff .mainvisual .mainvisual__box {
  padding: 475px 0 20px 0%;
}

@media screen and (max-width: 1199px) {
  #staff .mainvisual .mainvisual__box {
    padding: 275px 0 20px 5%;
  }
}

@media screen and (max-width: 767px) {
  #staff .mainvisual .mainvisual__box {
    padding: 131px 0 20px 5%;
  }
}

#staff .mainvisual .mainvisual__box__ttl {
  width: 34%;
  max-width: 340px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 5px;
  background: #e9bda8;
  font-size: 3.2rem;
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #staff .mainvisual .mainvisual__box__ttl {
    width: 40%;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #staff .mainvisual .mainvisual__box__ttl {
    height: 70px;
    font-size: 1.8rem;
    width: 40%;
  }
}

#staff .breadcrumb {
  padding-top: 20px;
  font-size: 1.4rem;
  color: #666666;
}

#staff .breadcrumb .breadcrumb__txt {
  text-align: right;
}

#staff .breadcrumb .breadcrumb__txt__link {
  text-decoration: none;
  color: #666666;
}

#staff .breadcrumb .breadcrumb__txt__link__arrow {
  color: #f9a59e;
}

#staff .staff {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #staff .staff {
    margin-top: 60px;
  }
}

#staff .staff__human__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

#staff .staff__human__list:nth-child(4), #staff .staff__human__list:nth-child(6) {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list:nth-child(4), #staff .staff__human__list:nth-child(6) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list:nth-child(4) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#staff .staff__human__list__info {
  width: 54%;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list__info {
    width: 100%;
    margin-top: 20px;
  }
}

#staff .staff__human__list__info__title {
  color: #f39c9c;
  margin-top: 5px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list__info__title {
    font-size: 1.6rem;
  }
}

#staff .staff__human__list__info__name {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list__info__name {
    font-size: 1.8rem;
  }
}

#staff .staff__human__list__info__txt {
  margin-top: 20px;
}

#staff .staff__human__list__info__head {
  margin-top: 30px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list__info__head {
    font-size: 1.6rem;
  }
}

#staff .staff__human__list__info__head::before {
  content: "";
  width: 45px;
  height: 3px;
  display: block;
  margin-bottom: 20px;
  background: url(../img/ico_dot01@2x.png) no-repeat center/cover;
}

#staff .staff__human__list__info__career {
  margin-top: 30px;
}

#staff .staff__human__list__info__career__list {
  padding-left: 16px;
  background: url(../img/ico_dot02@2x.png) no-repeat top 7px left/6px;
}

#staff .staff__human__list__info__career__list:not(:first-child) {
  margin-top: 10px;
}

#staff .staff__human__list__fig {
  width: 36.8%;
}

@media screen and (max-width: 767px) {
  #staff .staff__human__list__fig {
    width: 100%;
  }
}

#staff .about {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #staff .about {
    margin-top: 60px;
    background: #f39c9c;
  }
}

#staff .about .inner {
  padding-top: 100px;
  background: url(../img/pic_staff01@2x.jpg) no-repeat top left/55%;
}

@media screen and (max-width: 1199px) {
  #staff .about .inner {
    background-position: top left 10%;
  }
}

@media screen and (max-width: 767px) {
  #staff .about .inner {
    padding-top: 0;
    background: none;
  }
}

#staff .about__wrap {
  width: 48%;
  margin-left: auto;
  padding: 40px;
  background: #f39c9c;
}

@media screen and (max-width: 767px) {
  #staff .about__wrap {
    width: 100%;
    padding: 40px 0;
  }
}

#staff .about__wrap__head {
  color: #fff;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  #staff .about__wrap__head {
    font-size: 1.8rem;
  }
}

#staff .about__wrap__txt {
  color: #fff;
  margin-top: 20px;
}

#staff .flow {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #staff .flow {
    margin-top: 60px;
  }
}

#staff .flow__ttl {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #staff .flow__ttl {
    font-size: 1.8rem;
  }
}

#staff .flow__list {
  margin-top: 40px;
}

#staff .flow__list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#staff .flow__list__flex__fig {
  width: 35%;
}

@media screen and (max-width: 767px) {
  #staff .flow__list__flex__fig {
    width: 45%;
  }
}

#staff .flow__list__flex__info {
  width: 65%;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #staff .flow__list__flex__info {
    width: 55%;
    padding: 30px 20px;
  }
}

#staff .flow__list__flex__info__head {
  color: #fff;
  padding-bottom: 10px;
  font-size: 2.8rem;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 767px) {
  #staff .flow__list__flex__info__head {
    font-size: 1.8rem;
  }
}

#staff .flow__list__flex__info__txt {
  color: #fff;
  margin-top: 20px;
}

#staff .flow__list__flex:first-child .flow__list__flex__fig {
  background: url(../img/pic_flow01@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:first-child .flow__list__flex__info {
  background: url(../img/ico_num01@2x.png) no-repeat bottom right/14.308%, #e9bca8;
}

#staff .flow__list__flex:nth-child(2) .flow__list__flex__fig {
  background: url(../img/pic_flow02@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:nth-child(2) .flow__list__flex__info {
  background: url(../img/ico_num02@2x.png) no-repeat bottom right/21.238%, #e9bca8;
}

#staff .flow__list__flex:nth-child(3) .flow__list__flex__fig {
  background: url(../img/pic_flow03@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:nth-child(3) .flow__list__flex__info {
  background: url(../img/ico_num03@2x.png) no-repeat bottom right/17.385%, #e9bca8;
}

#staff .flow__list__flex:nth-child(4) .flow__list__flex__fig {
  background: url(../img/pic_flow04@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:nth-child(4) .flow__list__flex__info {
  background: url(../img/ico_num04@2x.png) no-repeat bottom right/15.231%, #e9bca8;
}

#staff .flow__list__flex:nth-child(5) .flow__list__flex__fig {
  background: url(../img/pic_flow05@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:nth-child(5) .flow__list__flex__info {
  background: url(../img/ico_num05@2x.png) no-repeat bottom right/20.462%, #e9bca8;
}

#staff .flow__list__flex:last-child .flow__list__flex__fig {
  background: url(../img/pic_flow06@2x.jpg) no-repeat center/cover;
}

#staff .flow__list__flex:last-child .flow__list__flex__info {
  background: url(../img/ico_num06@2x.png) no-repeat bottom right/19.385%, #e9bca8;
}

#staff .flow__list__flex:last-child::after {
  display: none;
}

#staff .flow__list__flex:not(:first-child) {
  margin-top: 64px;
}

#staff .flow__list__flex::after {
  content: "";
  display: block;
  width: 8px;
  height: 44px;
  margin: 0 auto;
  background: url(../img/ico_dot01@2x.png) no-repeat center/8px;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
}

#staff .content {
  margin-top: 100px;
}

#staff .content__ttl {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #staff .content__ttl {
    font-size: 1.8rem;
  }
}

#staff .content__ac {
  margin-top: 50px;
}

#staff .content__ac__dt {
  color: #eb5b66;
  padding: 17px 50px 17px 30px;
  font-size: 2.4rem;
  border-radius: 5px;
  background: url(../img/ico_ac02@2x.png) no-repeat center right 40px/21px, #fdedeb;
}

@media screen and (max-width: 767px) {
  #staff .content__ac__dt {
    font-size: 1.6rem;
    background-size: 15px;
  }
}

#staff .content__ac__dt:not(:nth-of-type(1)) {
  margin-top: 10px;
}

#staff .content__ac .active {
  background: url(../img/ico_ac01@2x.png) no-repeat center right 40px/21px, #fdedeb;
}

@media screen and (max-width: 767px) {
  #staff .content__ac .active {
    background-size: 15px;
  }
}

#staff .content__ac__dd {
  width: 93%;
  display: none;
  margin: 30px auto 20px;
}

#staff footer {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #staff footer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #staff footer {
    margin-top: 60px;
  }
}

#staff01, #staff02, #staff03 {
  display: block;
  margin-top: -69.36px;
  padding-top: 69.36px;
}

@media screen and (max-width: 1199px) {
  #staff01, #staff02, #staff03 {
    margin-top: -57.34px;
    padding-top: 57.34px;
  }
}

@media screen and (max-width: 1199px) {
  #staff01, #staff02, #staff03 {
    margin-top: -54.52px;
    padding-top: 54.52px;
  }
}
/*# sourceMappingURL=style.css.map */