@charset "UTF-8";
/* CSS Document */

/* =========================
  Recruit Page CSS
  ========================= */
.recruit-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px;
  color: #0f172a;
  line-height: 1.8;
  font-family: "Noto Sans JP","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
}

.recruit-title{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: .06em;
  font-weight: 800;
  line-height: 1.25;
  position: relative;
  padding-left: 14px;
}
.recruit-title::before{
  content:"";
  position:absolute;
  left:0;
  top:.15em;
  width: 6px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg,#1e40af,#2563eb);
}

.recruit-subtitle{
  margin: 28px 0 12px;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.25;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15,23,42,.12);
}

.recruit-lead{
  background: linear-gradient(180deg, rgba(37,99,235,.08), rgba(37,99,235,.03));
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 16px;
  padding: 16px 16px;
  margin: 14px 0 18px;
  box-shadow: 0 8px 22px rgba(2,6,23,.06);
}
.recruit-lead p{
  margin: 0;
}
.recruit-lead p + p{
  margin-top: 10px;
}
.recruit-lead .strong{
  font-weight: 900;
  letter-spacing: .04em;
  font-size: clamp(16px, 2.2vw, 18px);
  color: #1d4ed8;
}

.recruit-box{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 16px 16px;
  margin: 12px 0;
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
}
.recruit-box h3{
  margin: 0 0 8px;
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.35;
  position: relative;
  padding-left: 28px;
}
.recruit-box h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(37,99,235,.16);
  border: 1px solid rgba(37,99,235,.35);
}
.recruit-box p{
  margin: 0;
  color: rgba(15,23,42,.88);
}

.recruit-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
}
.recruit-table th,
.recruit-table td{
  padding: 14px 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(15,23,42,.08);
  font-size: 15px;
}
.recruit-table tr:last-child th,
.recruit-table tr:last-child td{
  border-bottom: none;
}
.recruit-table th{
  width: 26%;
  background: rgba(2,6,23,.03);
  font-weight: 800;
  letter-spacing: .03em;
  color: rgba(15,23,42,.92);
}
.recruit-table td{
  color: rgba(15,23,42,.90);
}

.recruit-contact{
  margin-top: 18px;
  border-radius: 16px;
  padding: 16px 16px;
  background: #0b1220;
  color: #fff;
  box-shadow: 0 12px 30px rgba(2,6,23,.20);
}
.recruit-contact h3{
  margin: 0 0 8px;
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 900;
  letter-spacing: .05em;
}
.recruit-contact p{
  margin: 0;
  opacity: .95;
}
.recruit-contact p + p{
  margin-top: 10px;
}
.recruit-contact a{
  color: #93c5fd;
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid rgba(147,197,253,.45);
}
.recruit-contact a:hover{
  border-bottom-color: rgba(147,197,253,.95);
}

/* Responsive */
@media (max-width: 720px){
  .recruit-wrap{
    padding: 22px 14px;
  }
  .recruit-table th{
    width: 34%;
  }
}
@media (max-width: 520px){
  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td{
    display: block;
    width: 100%;
  }
  .recruit-table tr{
    border-bottom: 1px solid rgba(15,23,42,.08);
  }
  .recruit-table tr:last-child{
    border-bottom: none;
  }
  .recruit-table th{
    border-bottom: none;
    padding-bottom: 8px;
    background: transparent;
  }
  .recruit-table td{
    padding-top: 0;
    border-bottom: none;
  }
}
