@charset "utf-8";

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/staff/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;
}

/*--------------------------------------------------------------------------
   staff
---------------------------------------------------------------------------*/

.staff_wrap {
  padding: 100px 0 0;
}

.staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff {
  width: 46.5%;
  margin: 0 1% 3%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.staff_img {
  width: 25%;
}

.staff_txt {
  width: 73%;
  margin: 5px 0 0 2%;
}

.staff_txt dt {
  color: #7fbc26;
  font-size: 2.8rem;
  font-weight: 600;
}

.staff_txt dt span {
  font-size: 2rem;
  vertical-align: baseline;
}

.staff_txt dd {
  font-size: 1.3rem;
  text-align: justify;
}

.staff_fotter {
  background-image: url(../image/staff/staff_bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 1%;
}

.staff_fotter p {
  text-align: center;
}

.staff_fotter_txt {
  width: 500px;
  height: auto;
  margin: auto;
}

.staff_fotter_img img {
  margin-bottom: 8px;
  margin-inline: auto;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .staff_wrap {
    padding: 30px 0 50px;
  }

  .page-ttl {
    background: url(../image/staff/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .staff_list {
    display: block;
  }

  .staff {
    width: 100%;
    margin: 0;
    display: block;
  }

  .staff_img {
    width: 100%;
  }

  .staff_txt {
    width: 100%;
    margin-top: 20px;
    border: 4px solid #231815;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .staff_txt_last {
    padding-top: 10px;
    padding-left: 25px;
  }

  .staff_txt dt {
    color: #7fbc26;
    font-size: 2.2rem;
    font-weight: 600;
  }

  .staff_txt dt span {
    font-size: 1.7rem;
    vertical-align: baseline;
  }

  .staff_txt dd {
    text-align: justify;
    padding: 5%;
  }

  .no-photo .staff_txt dd {
    padding-top: 0;
  }

  .staff_fotter {
    background-image: none;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 1%;
  }

  .staff_fotter p {
    text-align: center;
  }

  .staff_fotter_txt {
    width: 300px;
    height: auto;
    margin: auto;
  }

  .staff_fotter_img img {
    margin-bottom: 5px;
  }
}