:root {
  --pt-font: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, sans-serif;
}

body,
h1, h2, h3, h4,
.fv-title, .sec-title, .entry-title,
.register-title, .register-section-title, .thanks-title,
.case-label, .solve-line, .support-label,
.flow-badge small, .flow-badge b, .card-num {
  font-family: var(--pt-font);
}
.register-section-title::before { font-family: var(--pt-font); }
.fv-title { letter-spacing: .02em; }

.fv--partner .fv-bg {
  background-image:
    url("/assets/img/fv-talent.webp"),
    linear-gradient(115deg, #ffffff 0%, #eaf1fb 45%, #d6e4fb 75%, #b9d2f7 100%);
  background-position: right center, center;
}

.fv--partner .fv-overlay {
  background: linear-gradient(90deg,
    rgba(12,31,68,.95) 0%, rgba(12,31,68,.88) 34%, rgba(12,31,68,.66) 54%,
    rgba(12,31,68,.38) 74%, rgba(12,31,68,.22) 100%);
}

.fv--partner .fv-title { color: #fff; }
.fv--partner .fv-sub { color: rgba(255,255,255,.9); }
.fv--partner .pt-text strong { color: #fff; }
.fv--partner .pt-icon { stroke: var(--blue-2); }
.fv--partner .fv-points li + li { border-left-color: rgba(255,255,255,.28); }
.fv--partner .fv-breadcrumb { color: rgba(255,255,255,.75); }
.fv--partner .fv-breadcrumb a { color: rgba(255,255,255,.9); }

.fv-facts {
  display: flex; gap: 10px 26px; flex-wrap: wrap;
  margin-top: 30px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.fv-facts li {
  display: flex; align-items: center; gap: 9px;
  font-size: .95rem; font-weight: 700; color: #fff;
  font-feature-settings: "tnum";
}
.ck {
  width: 17px; height: 17px; flex-shrink: 0;
  fill: none; stroke: var(--blue-2); stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
}

.fv--job { min-height: 0; height: auto; max-height: none; padding: 64px 0 56px; }
.fv--job .fv-title { font-size: 2.1rem; }
.fv-breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 18px; }
.fv-breadcrumb a { text-decoration: underline; }

.section:not(.section-dark) .feature { box-shadow: var(--shadow); }

.section-dark .sec-lead { color: rgba(255,255,255,.88); }

#reasons .card h3,
.fv-facts li { text-wrap: balance; }

.job-flow { counter-reset: jobflow; margin-top: 18px; }
.job-flow li {
  counter-increment: jobflow;
  position: relative;
  padding: 0 0 20px 50px;
  font-size: .97rem;
  line-height: 1.9;
}
.job-flow li::before {
  content: counter(jobflow, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--grad-blue); color: #fff;
  font-size: .82rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.job-flow li:not(:last-child)::after {
  content: "";
  position: absolute; left: 16px; top: 38px; bottom: 2px;
  width: 1px; background: var(--line);
}
.job-flow li:last-child { padding-bottom: 0; }

.role-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.role-nav a {
  display: inline-flex; align-items: center; min-height: 40px;
  padding: 6px 18px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line);
  font-size: .9rem; font-weight: 700; color: var(--navy);
}
.role-nav a:hover { border-color: var(--blue-2); color: var(--blue); }

.role-list { display: grid; gap: 22px; margin-top: 30px; }
.role-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 34px; box-shadow: var(--shadow);
  scroll-margin-top: 90px;
}
.role-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.role-head h3 { font-size: 1.35rem; color: var(--navy); }
.role-head .tags { gap: 8px; }
.role-head .tags li { font-size: .78rem; padding: 6px 14px; box-shadow: none; }
.role-item .job-spec { margin-top: 20px; }
.role-body { margin-top: 22px; }
.role-body h4 {
  font-size: .95rem; color: var(--navy); margin: 22px 0 8px;
  padding-left: 12px; border-left: 3px solid var(--blue);
}
.role-body h4:first-child { margin-top: 0; }
.role-body p { font-size: .95rem; line-height: 1.95; }
.role-body p + p { margin-top: 10px; }
.role-extra { margin-top: 10px; }
.role-foot {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line);
}
.role-foot .btn { padding: 14px 28px; font-size: .95rem; }
.role-detail { font-size: .9rem; font-weight: 700; color: var(--blue); text-decoration: underline; }

.field-more { margin-top: 14px; }
.field-more a { font-size: .92rem; font-weight: 700; color: var(--blue); text-decoration: underline; }
.field-need { margin-top: 12px; font-size: .88rem; line-height: 1.85; color: var(--muted); }

.about-line { text-align: center; font-size: 1rem; line-height: 2; margin-top: 26px; }
.about-line a { color: var(--blue); text-decoration: underline; }

.job-main { padding: 72px 0 96px; }
.job-block { margin-top: 56px; }
.job-block:first-child { margin-top: 0; }
.job-block > .sec-title { text-align: left; }
.job-block > .sec-title::after { margin-left: 0; }
.job-block h3 { font-size: 1.05rem; color: var(--navy); margin: 24px 0 10px; }
.job-block p { font-size: .97rem; line-height: 2; }
.job-block p + p { margin-top: 14px; }
.job-note { margin-top: 18px; font-size: .88rem; line-height: 1.9; color: var(--muted); opacity: .85; }

.job-spec { margin-top: 20px; border-top: 1px solid var(--line); }
.job-spec > div { display: flex; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.job-spec dt { flex: 0 0 132px; font-size: .9rem; font-weight: 700; color: var(--navy); line-height: 1.9; }
.job-spec dd { flex: 1; font-size: .95rem; line-height: 1.9; }

.job-list { margin-top: 12px; }
.job-list li { position: relative; padding-left: 20px; font-size: .97rem; line-height: 1.95; }
.job-list li + li { margin-top: 6px; }
.job-list li::before {
  content: "";
  position: absolute; left: 2px; top: .82em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue);
}

.job-others { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line); }
.job-others h2 { font-size: 1.05rem; color: var(--navy); margin-bottom: 12px; }
.job-others-nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.job-others-nav a { font-size: .93rem; font-weight: 700; color: var(--blue); text-decoration: underline; }

.pt-form-lead { font-size: .95rem; line-height: 2; margin-bottom: 34px; }
.pt-optional-badge {
  display: inline-block; margin-left: 8px; padding: 2px 10px;
  border-radius: 999px; background: var(--bg-tint); border: 1px solid var(--line);
  font-size: .72rem; font-weight: 700; color: var(--muted); vertical-align: 2px;
}
.pt-step2-intro {
  background: var(--bg-tint);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  margin-bottom: 34px;
  font-size: .95rem;
  line-height: 1.95;
}
.pt-step2-done {
  margin-top: 26px; padding: 24px 26px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-tint); text-align: center;
  font-size: .98rem; line-height: 1.95;
}
.pt-back-row { margin-top: 26px; text-align: center; }
.register-card .form-row .form-note { margin: 8px 0 0; font-size: .8rem; }

@media (max-width: 880px) {
  .fv--partner .fv-bg { background-position: 70% center, center; }
  .fv--partner .fv-overlay {
    background: linear-gradient(90deg,
      rgba(12,31,68,.96) 0%, rgba(12,31,68,.9) 45%, rgba(12,31,68,.6) 70%, rgba(12,31,68,.34) 100%);
  }
}
@media (max-width: 600px) {
  .fv--partner .fv-overlay {
    background: linear-gradient(180deg, rgba(12,31,68,.93) 0%, rgba(12,31,68,.86) 100%);
  }
  .fv--job { padding: 40px 0 36px; }
  .fv--job .fv-title { font-size: 1.4rem; }
  .job-main { padding: 44px 0 64px; }
  .job-block { margin-top: 40px; }
  .job-spec > div { display: block; padding: 12px 0; }
  .job-spec dt { margin-bottom: 3px; }
  .about-line { font-size: .94rem; text-align: left; }

  .fv--partner .fv-title { font-size: 1.68rem; }
  .fv-facts { flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 18px; }
  .role-item { padding: 24px 20px; }
  .role-head h3 { font-size: 1.16rem; }
  .role-foot { display: block; }
  .role-foot .btn { width: 100%; }
  .role-detail { display: inline-block; margin-top: 14px; }
  .pt-step2-intro { padding: 18px 20px; font-size: .9rem; }
}
