:root {
  --jinbei-ink: #13343a;
  --jinbei-teal: #006c70;
  --jinbei-teal-dark: #06484b;
  --jinbei-mint: #eaf4f2;
  --jinbei-gold: #c59a3d;
  --jinbei-line: #cddedb;
  --jinbei-white: #ffffff;
}

html {
  background: #f6f9f8;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.Header {
  height: 48px;
  border-bottom: 1px solid #dce8e6;
  box-shadow: 0 1px 0 rgba(19, 52, 58, 0.03);
}

.Header > .contents > .logo {
  height: 38px;
}

.Header > .contents > .logo img {
  object-fit: contain;
}

.Header .genhire-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  color: var(--jinbei-ink);
  text-decoration: none;
}

.Header .genhire-logo__mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #e86f2d;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.Header .genhire-logo__word {
  color: var(--jinbei-ink);
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.Header .genhire-logo__accent {
  color: #e86f2d;
}

.Header > .contents > .txt {
  color: #4f6568;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .Header {
    height: 60px;
  }
}

.mv {
  background: var(--jinbei-teal-dark);
}

.mv-container::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent 48%);
}

.mv-inner {
  z-index: 1;
}

.mv-title {
  max-width: 570px;
  color: var(--jinbei-ink);
  font-family: inherit;
  font-weight: 800;
  line-height: 1.22;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.8);
}

.mv-title::before {
  display: block;
  margin-bottom: 12px;
  color: var(--jinbei-teal);
  content: "FDE CAREER PARTNER";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mv-title .large,
.mv-title .medium {
  font-size: inherit;
}

.mv-lead {
  max-width: 540px;
  color: var(--jinbei-ink);
  font-weight: 650;
  line-height: 1.55;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
}

.mv-lead__salary {
  display: block;
  margin-top: 8px;
  color: #032649;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1.4;
}

.mv-lead__note {
  display: block;
  max-width: 480px;
  margin-top: 4px;
  color: #032649;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.78;
}

.mv-advantage ul {
  gap: 12px;
}

.mv-advantage ul li,
.mv-advantage ul li:nth-child(1) {
  position: relative;
  margin-left: 0;
  border: 0;
  border-left: 4px solid var(--jinbei-gold);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(19, 52, 58, 0.12);
  color: var(--jinbei-ink);
  text-align: left;
}

.mv-advantage ul li p {
  padding: 0 14px;
  color: #587074;
  font-weight: 600;
  line-height: 1.35;
}

.mv-advantage ul li p span.emphasis {
  color: #a67816;
  font-size: 1.25em;
  font-weight: 800;
}

.mv-advantage ul li:nth-child(3) p span.emphasis {
  font-size: 1.08em;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.register_mv_ca {
  max-width: 880px;
  padding-top: 34px;
}

.register_company_lead {
  max-width: 100%;
  margin-bottom: 28px;
  border: 1px solid #bfd4d0;
  background: #f3f8f7;
  color: var(--jinbei-ink);
}

.register_company_logo {
  filter: none;
}

.register_company_text {
  font-weight: 600;
}

.register_catch_wrap::after {
  display: block;
  margin-top: 8px;
  color: #cfe4e1;
  content: "相談無料・入力約1分\A氏名・連絡先の入力はQ.6から";
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  white-space: pre-line;
}

.register_catch {
  min-width: 340px;
  padding: 15px 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: var(--jinbei-teal);
  box-shadow: 0 10px 28px rgba(0, 22, 23, 0.24);
}

.register_catch::after {
  display: none;
}

.register_catch_icon {
  filter: brightness(0) invert(1);
}

.fde-proof,
.fde-proof * {
  box-sizing: border-box;
}

.fde-proof {
  padding: 40px 24px;
  border-bottom: 1px solid #dedad1;
  background: #fff;
  color: #032649;
}

.fde-proof__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 38px;
  align-items: center;
  width: min(100%, 880px);
  margin: 0 auto;
}

.fde-proof__eyebrow,
.fde-proof__job-label {
  color: #c09933;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fde-proof__message h2 {
  margin-top: 10px;
  color: #032649;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5;
}

.fde-proof__message > p:last-child {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.fde-proof__job {
  padding: 22px 24px 20px;
  border: 1px solid #dedad1;
  border-top: 4px solid #c09933;
  background: #f0f0f0;
}

.fde-proof__job h3 {
  margin-top: 8px;
  color: #032649;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.55;
}

.fde-proof__salary {
  margin-top: 14px;
  color: #032649;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.fde-proof__salary strong {
  color: #c09933;
  font-size: 22px;
  font-weight: 800;
  white-space: nowrap;
}

.fde-proof__disclaimer {
  margin-top: 10px;
  color: #032649;
  font-size: 10px;
  line-height: 1.55;
  opacity: 0.75;
}

.register_form_outer {
  padding-top: 34px;
  background: var(--jinbei-mint);
  color: var(--jinbei-ink);
}

.register_form_inner {
  border: 1px solid var(--jinbei-line);
  border-radius: 6px;
  background: var(--jinbei-white);
  box-shadow: 0 16px 44px rgba(19, 52, 58, 0.1);
}

.register_form_section {
  background: var(--jinbei-white);
}

.register_form_progress {
  margin-bottom: 30px;
}

.progress_bar {
  height: 10px;
  border: 0;
  border-radius: 10px;
  background: #dbe9e7;
}

.progress_bar_inner {
  border-radius: 10px;
  background: var(--jinbei-teal);
}

.progress_text {
  top: -2px;
  color: #587074;
  font-size: 14px;
}

.prev_btn {
  top: -5px;
  width: 18px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(1050%) hue-rotate(135deg);
}

.register_form_title {
  margin-bottom: 28px;
  color: var(--jinbei-ink);
  font-size: 24px;
  font-weight: 750;
  line-height: 1.55;
}

.question {
  margin-bottom: 8px;
  color: var(--jinbei-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.selection_btn,
.next_btn,
.register_form_outer .submit_btn {
  min-height: 62px;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0;
}

.selection_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 52px 14px 22px;
  border: 1px solid var(--jinbei-line);
  background: var(--jinbei-white);
  color: var(--jinbei-ink);
  font-size: 20px;
  font-weight: 700;
}

.selection_btn::after {
  position: absolute;
  right: 22px;
  color: var(--jinbei-teal);
  content: "›";
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.selection_btn:hover {
  border-color: var(--jinbei-teal);
  background: #f5fbfa;
  filter: none;
}

.next_btn,
.register_form_outer .submit_btn {
  background: var(--jinbei-teal);
  color: #fff;
  font-size: 20px;
  font-weight: 750;
}

.next_btn::after,
.register_form_outer .submit_btn::after {
  content: "";
}

.next_btn:hover,
.register_form_outer .submit_btn:hover {
  background: #005b5e;
  filter: none;
}

.next_btn.is_error,
.submit_btn.is_error {
  background: #a8b9b7;
  opacity: 1;
}

.list_checkbox,
.input_wrap {
  border: 1px solid var(--jinbei-line);
  border-radius: 4px;
  background: #fbfdfc;
  color: var(--jinbei-ink);
}

.list_checkbox > li {
  border-bottom-color: #dce8e6;
}

.checkbox_label .check,
.radio_label .check {
  border-color: #9eb7b4;
}

.checkbox_label .check::after {
  border-color: var(--jinbei-teal);
}

.radio_label .check::after {
  background: var(--jinbei-teal);
}

.input_container input,
.input_container select {
  border-color: #adc2bf;
  border-radius: 4px;
}

.term {
  color: #52696c;
}

.term .checkbox_label .check {
  border-color: #78928f;
}

.term a {
  color: var(--jinbei-teal);
}

@media screen and (min-width: 1080px) {
  .mv-inner {
    top: 11%;
    right: 50%;
  }

  .mv-title {
    font-size: 52px;
  }

  .mv-lead {
    margin-top: 18px;
    font-size: 25px;
  }

  .mv-advantage ul {
    margin-top: 24px;
  }

  .mv-advantage ul li {
    width: 172px;
    height: 96px;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .mv-inner {
    top: 9%;
  }

  .mv-title {
    font-size: 34px;
  }

  .mv-title::before {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .mv-lead {
    margin-top: 12px;
    font-size: 22px;
  }

  .mv-advantage ul {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .Header .genhire-logo {
    gap: 8px;
  }

  .Header .genhire-logo__mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 21px;
  }

  .Header .genhire-logo__word {
    font-size: 24px;
  }

  .mv-container::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 58%);
  }

  .mv-inner {
    top: 12%;
    left: 5%;
  }

  .mv-title {
    max-width: 54%;
    font-size: 24px;
    line-height: 1.28;
  }

  .mv-title::before {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .mv-lead {
    max-width: 50%;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
  }

  .mv-lead__salary {
    margin-top: 7px;
    font-size: 0.8em;
  }

  .mv-lead__note {
    margin-top: 3px;
    font-size: 8px;
    line-height: 1.35;
  }

  .mv-advantage ul {
    gap: 7px;
    padding: 20px 12px 4px;
  }

  .mv-advantage ul li,
  .mv-advantage ul li:nth-child(1) {
    width: calc((100% - 14px) / 3);
    height: 84px;
    font-size: 10px;
  }

  .mv-advantage ul li p {
    padding: 0 7px;
  }

  .register_mv_ca {
    padding-top: 20px;
  }

  .register_company_lead {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px;
  }

  .register_company_logo {
    width: 116px;
  }

  .register_company_text {
    width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .register_catch {
    min-width: min(84vw, 360px);
    font-size: 21px;
  }

  .fde-proof {
    padding: 30px 14px;
  }

  .fde-proof__inner {
    display: block;
  }

  .fde-proof__message h2 {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.5;
  }

  .fde-proof__message > p:last-child {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .fde-proof__job {
    margin-top: 22px;
    padding: 18px 20px 17px;
  }

  .fde-proof__job h3 {
    font-size: 16px;
  }

  .fde-proof__salary strong {
    font-size: 20px;
  }

  .register_form_outer {
    padding: 20px 14px 46px;
  }

  .register_form_inner {
    padding: 24px 16px 30px;
  }

  .register_form_title {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .selection_btn {
    width: 100%;
    min-height: 58px;
    font-size: 17px;
  }

  .list_checkbox,
  .input_wrap {
    width: 100%;
  }

  .next_btn,
  .register_form_outer .submit_btn {
    width: 78%;
    font-size: 18px;
  }
}

@media screen and (max-width: 390px) {
  .mv-title {
    max-width: 53%;
    font-size: 21px;
  }

  .mv-lead {
    max-width: 48%;
    font-size: 13px;
  }

  .mv-advantage ul li,
  .mv-advantage ul li:nth-child(1) {
    height: 78px;
    font-size: 9px;
  }
}
