/* ABOUT hero */
.page-about .about-hero{
  background:#fff; position:relative; min-height:560px; padding:16px 0 40px;
}
.page-about .about-hero::after{ content:none; }
.page-about .about-hero .recruit-hero__content{
  position:relative; top:-160px;
}
.page-about .about-hero .recruit-hero__lead{
  margin-top:-12px; margin-left:4px; text-align:left; color:#333;
  font-size: clamp(18px, 2.8vw, 22px);
}
.page-about .about-hero .about-catch{
  position:absolute; left:50%; top:72%; transform:translate(-50%,-50%);
  text-align:center; width:96%;
}
.page-about .about-hero .about-catch-title{
  margin:0; white-space:nowrap; font-weight:700; line-height:1.3;
  font-size: clamp(20px, 3.8vw, 40px); color:#212f5b;
}
.page-about .about-hero .about-catch-title .red{ color:#910f0f; }
