@charset "utf-8";

/* ======================================================
　採用情報ページ
====================================================== */
.recruit {
  text-align: center;
  font-size: clamp(1.2rem, calc(100vw * 20 / 1200), 2rem);
  font-weight: 500;
  padding-bottom: clamp(32px, calc(100vw * 64 / 1200), 64px);
  position: relative;
  z-index: 20;
  margin-top: -2%;
}
.recruit h3 {
  font-size: clamp(2.4rem, calc(100vw * 32 / 1200), 3.2rem);
  margin-top: 40px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.recruit h3::before,
.recruit h3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: clamp(32px, calc(100vw * 64 / 1200), 64px);
  height: 64px;
  background-color: #1f65b7;
  bottom: 2px;
}
.recruit h3::before {
  left: 0;
  transform: rotate(-20deg);
}
.recruit h3::after {
  right: 0;
  transform: rotate(20deg);
}
.recruit .img:first-of-type {
  margin: 0 auto;
  width: clamp(204px, calc(100vw * 424 / 1200), 424px);
}
.recruit .text p:first-of-type {
  margin-top: 30px;
}
.recruit .text .job {
  color: #fff;
  background-color: #1f65b7;
  margin: clamp(30px, calc(100vw * 30 / 1200), 30px) auto;
  width: clamp(250px, calc(100vw * 500 / 1200), 500px);
  border-radius: 57px;
  border-radius: clamp(25px, calc(100vw * 57 / 1200), 57px);
  padding: clamp(16px, calc(100vw * 29 / 1200), 29px) 0;
  font-size: clamp(1.6rem, calc(100vw * 24 / 1200), 2.4rem);
}
.recruit .text p:last-of-type {
  margin-top: clamp(22px, calc(100vw * 37 / 1200), 37px);
  font-size: clamp(1.6rem, calc(100vw * 24 / 1200), 2.4rem);
}
.recruit .img:last-of-type {
  margin: calc(100vw * 40 / 1200) auto 0;
  width: clamp(181px, calc(100vw * 475 / 1200), 475px);
}
