@charset "UTF-8";

.page-nav a {
  padding: 6px clamp(16px, 2.6vw, 40px);
}
.page-nav a:hover::after,
.page-nav a.is-current::after {
  width: calc(100% - clamp(24px, 4vw, 62px));
}

.rec-section {
  padding: 0 5% 150px;
  scroll-margin-top: 90px;
}
.rec-section-gray {
  padding-top: 130px;
  background-color: #f5f7f9;
}

.rec-section-gray + .rec-section {
  padding-top: 120px;
}
.rec-lead {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #002842;
  margin-bottom: 1.8em;
}
.rec-body p {
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
  margin-bottom: 0;
}
.rec-body p:last-child {
  margin-bottom: 0;
}
.rec-head-note {
  margin-top: 22px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #7a8792;
}

.rec-voices {
  list-style: none;
  margin: 0 0 1.8em;
  padding: 26px 30px;
  background-color: #f5f7f9;
  border-radius: 10px;
}
.rec-voices li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #002842;
}
.rec-voices li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1em;
  width: 7px;
  height: 1px;
  background-color: #E00000;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.job-card {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  scroll-margin-top: 90px;
}
.job-card-head {
  padding: 40px clamp(24px, 3.4vw, 48px);
  background-color: #002842;
  color: #fff;
}
.job-num {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #7ea9cf;
  margin-bottom: 12px;
}
.job-name {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.job-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.job-labels li {
  padding: 5px 14px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.job-labels li.is-salary {
  border-color: transparent;
  background-color: #E00000;
  font-weight: bold;
}

.job-card-body {
  padding: 10px clamp(24px, 3.4vw, 48px) 46px;
}
.job-row {
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 0 32px;
  padding: 32px 0;
  border-bottom: 1px solid #eef1f4;
}
.job-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.job-row-title {
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #002842;
}
.job-row-body p {
  font-size: 0.88rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444;
}
.job-row-body p + p,
.job-row-body > * + * {
  margin-top: 1.4em;
}

.job-subtitle {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #E00000;
  margin-bottom: 0.9em;
}
.job-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #eef1f4;
}
.job-subtitle-navy {
  color: #002842;
}

.job-ul {
  list-style: none;
}
.job-ul li {
  position: relative;
  padding-left: 1.1em;
  font-size: 0.88rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}
.job-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 6px;
  height: 1px;
  background-color: #8fa0af;
}
.job-ul-2col {
  columns: 2;
  column-gap: clamp(20px, 3vw, 44px);
}
.job-ul-2col li {
  break-inside: avoid;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.job-tags li {
  padding: 7px 16px;
  background-color: #f5f7f9;
  border-radius: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #002842;
}

.job-quote {
  padding: 4px 0 4px 20px;
  border-left: 2px solid #d3dbe2;
  list-style: none;
}
.job-quote li {
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #002842;
}

.job-salary {
  padding: 30px clamp(20px, 2.6vw, 34px);
  background-color: #f5f7f9;
  border-radius: 10px;
}
.job-salary-label {
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #7a8792;
  margin-bottom: 6px;
}
.job-salary-num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #002842;
  margin-bottom: 22px;
}
.job-salary-num span {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0.15em 0 0.1em;
}
.job-salary-num em {
  font-style: normal;
  font-size: 0.6em;
  color: #8fa0af;
  margin: 0 0.35em;
}
.job-salary-detail {
  border-top: 1px solid #e0e6eb;
}
.job-salary-detail > div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 0 20px;
  padding: 12px 2px;
  border-bottom: 1px solid #e0e6eb;
}
.job-salary-detail dt {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #002842;
}
.job-salary-detail dd {
  font-size: 0.84rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #444;
}

.rec-note {
  margin-top: 1.4em;
  font-size: 0.76rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #7a8792;
}
.rec-note-box {
  padding: 20px 24px;
  background-color: #fff;
  border-left: 2px solid #E00000;
  border-radius: 0 8px 8px 0;
  font-size: 0.84rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}

.rec-table {
  border-top: 1px solid #dfe5ea;
}
.rec-table > div {
  display: grid;
  grid-template-columns: 11em 1fr;
  gap: 0 32px;
  padding: 26px 6px;
  border-bottom: 1px solid #dfe5ea;
}
.rec-table dt {
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #002842;
}
.rec-table dd {
  font-size: 0.88rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444;
}
.rec-table dd > * + * {
  margin-top: 1em;
}
.rec-table dd a {
  color: #444;
  text-decoration: none;
}
.rec-table dd a:hover {
  text-decoration: underline;
}
.rec-table-strong {
  font-weight: bold;
  color: #002842;
}

.benefit-list {
  list-style: none;
  columns: 3;
  column-gap: 28px;
}
.benefit-list li {
  break-inside: avoid;
  position: relative;
  padding-left: 1.1em;
  font-size: 0.85rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #444;
}
.benefit-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 6px;
  height: 1px;
  background-color: #8fa0af;
}

.rec-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 60px;
}
.rec-stats li {
  padding: 30px 18px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
.rec-stat-num {
  font-family: "Montserrat", sans-serif;

  font-size: clamp(2.4rem, 4vw, 3.2rem)!important;
  font-weight: bold;
  line-height: 1.4!important;
  letter-spacing: 0.01em;
  color: #E00000!important;
}

.rec-stat-count {
  font-variant-numeric: tabular-nums;
}
.rec-stat-unit {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-left: 0.2em;
}
.rec-stat-label {
  margin-top: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  color: #7a8792;
}

.rec-wish {
  margin-top: 70px;
  padding: 46px clamp(24px, 3.4vw, 50px);
  background-color: #fff;
  border-radius: 16px;
}
.rec-wish-title {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #002842;
  margin-bottom: 1.6em;
}
.rec-wish-voices {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 2em 0;
}
.rec-wish-voices li {
  padding: 16px 20px;
  background-color: #f5f7f9;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #002842;
}

.flow-list {
  list-style: none;
  counter-reset: flow;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 2.4em;
}
.flow-list li {
  counter-increment: flow;
  position: relative;
  padding: 26px 12px;
  background-color: #f5f7f9;
  border-radius: 10px;
  text-align: center;
}
.flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  width: 12px;
  height: 1px;
  background-color: #c6d0d8;
}
.flow-list li::before {
  content: "STEP " counter(flow);
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #8fa0af;
}
.flow-name {
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #002842;
}
.flow-list li:last-child {
  background-color: #002842;
}
.flow-list li:last-child::before {
  color: #7ea9cf;
}
.flow-list li:last-child .flow-name {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .benefit-list {
    columns: 2;
  }
  .rec-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .flow-list li:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .page-nav ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    flex-wrap: initial;
  }
  .page-nav li,
  .page-nav li:not(:last-child) {
    min-width: 0;
    border-right: 0;
  }
  .page-nav li + li {
    border-left: 1px solid #d4dae1;
  }
  .page-nav a {
    padding: 9px 1px;
    font-size: clamp(0.62rem, 2.6vw, 0.74rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .page-nav a:hover::after,
  .page-nav a.is-current::after {
    width: calc(100% - 10px);
  }

  .rec-section {
    padding: 0 20px 110px;
  }
  .rec-section-gray,
  .rec-section-gray + .rec-section {
    padding-top: 80px;
  }
  .rec-voices {
    padding: 22px 20px;
  }
  .job-list {
    gap: 40px;
  }
  .job-card {
    border-radius: 12px;
  }
  .job-card-head {
    padding: 30px 20px;
  }
  .job-card-body {
    padding: 6px 20px 34px;
  }
  .job-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 0;
  }
  .job-ul-2col {
    columns: 1;
  }
  .job-salary-detail > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .benefit-list {
    columns: 1;
  }
  .rec-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 2px;
  }
  .rec-stats {
    gap: 10px;
    margin-bottom: 40px;
  }
  .rec-stats li {
    padding: 22px 12px;
  }
  .rec-wish {
    margin-top: 46px;
    padding: 32px 20px;
  }
  .rec-wish-voices {
    grid-template-columns: 1fr;
  }
  .flow-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .flow-list li {
    padding: 18px 12px;
  }
  .rec-note-box {
    padding: 18px 18px;
  }
}

.js-motion .rec-stats li,
.js-motion .flow-list li {
  transition:
    opacity 0.8s var(--e-quint) var(--d),
    transform 0.8s var(--e-quint) var(--d);
}

#environment {
  position: relative;
  background-color: transparent;
  color: #fff;

  clip-path: inset(0);
}

#environment .sec-inner {
  position: relative;
  z-index: 2;
}

#environment .sec-title-ja,
#environment .rec-head-note,
#environment .rec-body p {
  color: #fff;
}

#environment::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url("../images/join_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.6);
  pointer-events: none;
}

.rec-stats li {
  color: #333;
}
.rec-stats li p { color: inherit !important; }

.rec-wish {
  color: #333;
}
.rec-wish .rec-wish-title,
.rec-wish p {
  color: inherit !important;
}

@media screen and (max-width: 768px) {
  #environment::before {
    background-image: url("../images/join_01.jpg");
  }
}
