@charset "UTF-8";

/* =====================================================
   RECRUIT SECTION
===================================================== */

#recruit.section{
  background:#fff;

  --recruit-lead-max: 640px;
  --recruit-lead-color: rgba(0,0,0,.72);
}

#recruit .container{
  text-align:center;
}

#recruit .section-head{
  text-align:center;
}

#recruit .eyebrow{
  letter-spacing:.22em;
  text-transform:uppercase;
}

#recruit .title{
  margin-top:10px;
}

#recruit .lead{
  max-width: var(--recruit-lead-max);
  margin:0 auto;

  font-size:15px;
  line-height:2.2;
  letter-spacing:.06em;
  color: var(--recruit-lead-color);
}

@media (max-width: 768px){
  #recruit .lead{
    font-size:14px;
    line-height:2.15;
  }
}

#recruit .lead p{
  margin-left:auto;
  margin-right:auto;
}