@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:760px) {
  
  /* =====================
    staff
  ===================== */

  .staff_conts {
    margin-bottom: 95px;
  }

  .staff_conts:last-of-type {
    margin-bottom: 0;
  }
  
  .staff_conts .text {
    width: 695px;
    margin: 0 auto 40px;
    font-size: 18px;
  }

  .staff_list {
    gap: 40px;
  }

  #staff .cv_tel {
    margin-top: 145px;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    staff
  ===================== */

  .staff_conts {
    margin-bottom: 60px;
  }

  .staff_conts:last-of-type {
    margin-bottom: 0;
  }
  
  .staff_conts .text {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }

}