.recruit-page * {
  box-sizing: border-box
}

.recruit-page {
  color: #222;
  line-height: 1.85;
  background: #fff;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif
}

.recruit-page img {
  max-width: 100%;
  height: auto;
  display: block
}

.recruit-page a {
  color: inherit;
  text-decoration: none
}

.recruit-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.recruit-section {
  padding: 88px 0
}

.recruit-section--light {
  background: #f6f8fc
}

.recruit-section-title {
  text-align: center;
  margin-bottom: 44px
}

.recruit-section-title span {
  color: #24428f;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: 14px
}

.recruit-section-title h2 {
  margin: 6px 0 0;
  font-size: clamp(30px, 4vw, 44px);
  color: #111;
  line-height: 1.35;
  font-weight: 900
}

.recruit-section-title p {
  margin: 14px 0 0;
  font-weight: 700
}

.recruit-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}

.recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-weight: 900;
  transition: .25s;
  text-align: center
}

.recruit-btn:hover {
  transform: translateY(-2px);
  opacity: .88
}

.recruit-btn--main {
  background: #ffd84d;
  color: #17213a !important;
  box-shadow: 0 10px 24px rgba(255, 216, 77, .35)
}

.recruit-btn--blue {
  background: #24428f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(36, 66, 143, .22)
}

.recruit-hero {
  position: relative;
  min-height: 740px;
  padding: 150px 0 90px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden
}

.recruit-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 20, 55, .92), rgba(0, 60, 130, .62), rgba(0, 0, 0, .18)), url("../img/IMG_7853.JPG") center/cover no-repeat
}

.recruit-hero__label {
  display: inline-block;
  background: #ffd84d;
  color: #17213a;
  font-weight: 900;
  border-radius: 999px;
  padding: 8px 20px;
  margin-bottom: 24px
}

.recruit-hero h1 {
  margin: 0;
  font-size: clamp(38px, 7vw, 74px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .02em
}

.recruit-hero__lead {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin: 24px 0 32px
}

.recruit-hero__catch {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 35px;
  padding: 10px 18px;
  border-left: 4px solid #ffd84d;
  background: rgba(255, 255, 255, .16);
  font-weight: 900;
  line-height: 1.7
}

.recruit-salary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 930px;
  margin: 0 0 32px
}

.recruit-salary div {
  background: rgba(255, 255, 255, .96);
  color: #17213a;
  border-radius: 7px;
  padding: 18px
}

.recruit-salary span {
  display: block;
  color: #24428f;
  font-weight: 900
}

.recruit-salary strong {
  color: #e53935;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 900;
  line-height: 1.3
}

.recruit-salary small {
  display: block;
  color: #333;
  font-weight: 700;
  line-height: 1.5
}

.recruit-lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center
}

.recruit-lead-grid h2 {
  margin: 0 0 22px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.4;
  font-weight: 900;
  color: #111
}

.recruit-lead-grid img {
  border-radius: 3px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .12)
}

.recruit-message-card {
  margin-top: 24px;
  padding: 24px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06)
}

.recruit-message-card h3 {
  margin: 0 0 12px;
  color: #24428f;
  font-size: 22px;
  font-weight: 900
}

.recruit-job-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.recruit-job-type-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
  border-top: 5px solid #24428f
}

.recruit-job-type-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900
}

.recruit-job-type-card .salary {
  color: #e53935;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 12px
}

.recruit-job-type-card ul {
  margin: 18px 0 0;
  padding-left: 1.2em
}

.recruit-point-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.recruit-point-card {
  background: #fff;
  border-radius: 5px;
  padding: 28px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07)
}

.recruit-point-card__num {
  color: #24428f;
  font-size: 30px;
  font-weight: 900;
  line-height: 1
}

.recruit-point-card h3 {
  margin: 14px 0 10px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900
}

.recruit-point-card p {
  margin: 0
}

.recruit-photo-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 10px;
  background: #17213a
}

.recruit-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.recruit-photo-main {
  min-height: 540px
}

.recruit-photo-sub {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px
}

.recruit-job-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07)
}

.recruit-job-box h3 {
  margin: 0 0 16px;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 900
}

.recruit-job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 26px 0 0
}

.recruit-job-list li {
  background: #f6f8fc;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700
}

.recruit-voice-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 60px
}

.recruit-voice-thumb {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 22px 16px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
  transition: .25s
}

.recruit-voice-thumb:hover {
  transform: translateY(-3px)
}

.recruit-voice-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: #eee
}

.recruit-voice-thumb span {
  display: block;
  color: #24428f;
  font-weight: 900;
  margin-bottom: 6px
}

.recruit-voice-item {
  padding: 54px 0;
  border-top: 1px dashed #aaa
}

.recruit-voice-item:last-child {
  /* border-bottom: 1px dashed #aaa; */
}

.recruit-voice-profile {
  display:grid;
  grid-template-columns:1.2fr 420px;
  gap:60px;
  align-items:center;
}

.recruit-voice-item {
  padding:60px;
  border:none;
  background:#fff;
  border-radius: 3px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  margin-bottom:40px;
}
.recruit-voice-profile--reverse {
  grid-template-columns: 360px 1fr
}

.recruit-voice-profile img {
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #eee
}

.recruit-voice-copy {
  font-size:30px;
  line-height:1.6;
  color:#24428f;
}

.recruit-voice-name {
  font-weight: 700;
  color: #24428f
}

.recruit-voice-question {
  margin-top: 28px
}

.recruit-voice-question h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #111;
  font-weight: 900
}

.recruit-voice-note {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fff7dc;
  font-weight: 700;
  color: #5a4300
}

.recruit-outline-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07)
}

.recruit-outline-table th,
.recruit-outline-table td {
  border-bottom: 1px solid #e7eaf0;
  padding: 18px 22px;
  text-align: left;
  vertical-align: top
}

.recruit-outline-table th {
  width: 220px;
  background: #f6f8fc;
  font-weight: 900
}

.recruit-entry-box {
  text-align: center;
  background: linear-gradient(135deg, #24428f, #3858b8);
  color: #fff;
  border-radius: 10px;
  padding: 56px 28px
}

.recruit-entry-box h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  font-weight: 900
}

.recruit-entry-box p {
  font-weight: 700;
  margin-bottom: 28px
}

.recruit-fixed-entry {
  display: none
}

.recruit-voice-question h4 {
  display:flex;
  align-items:center;
  gap:10px;
}

.recruit-voice-question h4::before {
  content:"Q";
  width:36px;
  height:36px;
  border-radius:50%;
  background:#24428f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
}
.recruit-voice-question p {
  background:#f6f8fc;
  padding:24px;
  border-radius: 5px;
  margin-top:15px;
}
@media(max-width:960px) {

  .recruit-lead-grid,
  .recruit-photo-grid,
  .recruit-voice-profile,
  .recruit-voice-profile--reverse {
    grid-template-columns: 1fr
  }

  .recruit-salary,
  .recruit-job-type-grid,
  .recruit-point-grid,
  .recruit-voice-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .recruit-photo-main {
    min-height: auto
  }

  .recruit-photo-main img,
  .recruit-photo-sub img {
    aspect-ratio: 16/10
  }

  .recruit-photo-sub {
    grid-template-rows: none
  }

  .recruit-voice-profile--reverse img {
    order: 2
  }

  .recruit-voice-profile--reverse div {
    order: 1
  }

  .recruit-fixed-entry {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 200
  }

  .recruit-fixed-entry a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    background: #ffd84d;
    color: #17213a;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22)
  }
}

@media(max-width:560px) {
  .recruit-inner {
    width: calc(100% - 24px)
  }

  .recruit-hero {
    min-height: auto;
    padding: 118px 0 72px
  }

  .recruit-salary,
  .recruit-job-type-grid,
  .recruit-point-grid,
  .recruit-job-list,
  .recruit-voice-list {
    grid-template-columns: 1fr
  }

  .recruit-section {
    padding: 64px 0
  }

  .recruit-job-box {
    padding: 28px 20px
  }

.recruit-voice-thumb img {
  width:170px;
  height:170px;
}

  .recruit-voice-profile {
    gap: 24px
  }

  .recruit-outline-table th,
  .recruit-outline-table td {
    display: block;
    width: 100%
  }

  .recruit-outline-table th {
    padding-bottom: 6px
  }

  .recruit-outline-table td {
    padding-top: 8px
  }

  .recruit-btn {
    width: 100%
  }
}