@charset "utf-8";

:root {
  --color-primary: #4caf70;
  --color-selected: #2e8b57;
  --color-selectedBG: #e8f5e9;
  --color-selectedCard: #5cb87a;
  --color-button: #f89a68;
  --color-buttonHover: #e88450;
  --color-primaryGray: #b0b0b0;
  --color-textGray: #777;
  --color-error: #db0000;
  --color-text: #3e3e3e;
  --color-bg: #f0faf2;
  --color-header-accent: #2e8b57;
  --color-line: #06c755;
  --lp-max-width: 800px;
  --lp-min-width: 375px;
  --lp-padding-x: 12px;
  --question-col-width: 520px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: var(--lp-min-width);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-text);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
a { color: inherit; text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .7; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p, dl, dt, dd { margin: 0; padding: 0; }

.mobile { display: none; }
.hidden { display: none !important; }

/* 暗転強調 */
.backgroundCover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9000;
  opacity: 0;
  transition: opacity 0.4s;
  display: none;
  pointer-events: none;
}

.backgroundCover.show {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.button,
.button-submit,
.button-prev,
.button-wrap,
.next-step-group {
  position: relative;
  z-index: 9001;
}

.side-navigator {
  z-index: 9002;
}

@media screen and (max-width: 768px) {
  .mobile { display: block; }
}

@media screen and (max-width: 374px) {
  html,
  body,
  .lp-frame {
    min-width: var(--lp-min-width);
  }
}

/* ヘッダー・FV・アンケート共通の幅 */
.lp-frame {
  width: 100%;
  min-width: var(--lp-min-width);
  max-width: var(--lp-max-width);
  margin: 0 auto;
  padding: 0 var(--lp-padding-x);
  box-sizing: border-box;
  border-top: 4px solid var(--color-header-accent);
}

.page-header {
  width: 100%;
  background: #fff;
}

.page-header-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-header-inner img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  :root {
    --lp-padding-x: 0;
  }
}

.formTtl_area { margin: 0 0 5px; }

.formTtl_area .form_ttl {
  width: 100%;
  max-width: var(--lp-max-width);
  margin: 0 auto 8px;
  padding: 14px 16px 12px;
  text-align: center;
  background: linear-gradient(135deg, var(--color-selected) 0%, var(--color-primary) 100%);
  border-radius: 10px;
}

.formTtl_area .form_ttl .h2_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
}

.form_caution {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  padding: 0 16px;
}

.fv-start-wrap {
  text-align: center;
  padding: 24px 16px 32px;
  background: var(--color-bg);
}

/* FV ヒーロー（動画＋オーバーレイ） */
.fv-hero {
  background: var(--color-bg);
  padding-bottom: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.fv-video-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  background: #1a3d2a;
  line-height: 0;
  font-size: 0;
}

.fv-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.fv-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.fv-video-label {
  position: absolute;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
}

.fv-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 16px 20px;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.fv-catch {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(14px);
  animation: fvTextIn 0.7s ease-out 0.2s forwards;
}

.fv-overlay-cta {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.fv-overlay-cta .fv-next-group {
  opacity: 0;
  transform: translateY(10px);
  animation: fvTextIn 0.7s ease-out 0.75s forwards;
}

.fv-overlay-cta .side-navigator {
  right: -4px;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.25));
}

@keyframes fvTextIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fvAccentIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-catch,
  .fv-overlay-cta .fv-next-group {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.fv-body {
  text-align: center;
  padding: 12px 16px 8px;
}

.fv-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--color-textGray);
}

.fv-trust-list li {
  white-space: nowrap;
}

/* プログレスバー */
.progress-bar-wrap {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 12px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.progress-bar {
  flex: 1;
  height: 8px;
  background: #dce8de;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 33.33%;
  background: linear-gradient(90deg, #f89a68, #f7a97d);
  border-radius: 4px;
  transition: width 0.35s ease;
}

.progress-text {
  font-size: 13px;
  font-weight: 700;
  color: #f89a68;
  flex-shrink: 0;
}

.q1_col {
  max-width: var(--question-col-width);
  margin: 10px auto 40px;
}

.label-list .label-text .small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  color: inherit;
  opacity: 0.85;
}

.fv-trust {
  margin-top: 12px;
  font-size: 12px;
  color: var(--color-textGray);
}

.horizonal {
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.reuse_form { color: var(--color-text); }

.horizonal .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .horizonal .container {
    flex-direction: column;
    width: 100%;
    padding: 0 12px;
  }
}

.nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 18px 0 0;
  background: var(--color-bg);
  text-align: center;
}

.nav-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.nav-li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-li .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-primaryGray);
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  transition: all .2s;
}

.nav-li::after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 44px;
  height: 5px;
  background: repeating-linear-gradient(90deg, #c0c0c0 0, #c0c0c0 4px, transparent 4px, transparent 8px);
}

.nav-li.is-complete::after {
  background: repeating-linear-gradient(90deg, #f89a68 0, #f89a68 4px, transparent 4px, transparent 8px);
}

.nav-li.is-complete .circle {
  width: 28px;
  height: 28px;
  background: #fff1ea;
  color: #f89a68;
  border: 1px solid #f89a68;
}

.nav-li.is-active .circle {
  width: 35px;
  height: 35px;
  background: #f89a68;
  color: #fff;
}

.nav-li:last-child::after { display: none; }

.nav-notice {
  font-size: 11px;
  background: var(--color-bg);
  text-align: center;
  padding-bottom: 13px;
  color: #92877c;
}

@media screen and (max-width: 768px) {
  .nav { padding: 5px 0 0; }
  .nav-li .circle { width: 23px; height: 23px; font-size: 13px; }
  .nav-li.is-active .circle { width: 32px; height: 32px; }
  .nav-li::after { width: 22px; margin: 0 8px; }
  .nav-notice { padding-bottom: 5px; }
}

.form_main {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
}

.horizonal .h-adr .sec {
  padding: 20px 0 40px;
}

.form-step { display: none; }
.form-step.is-active { display: block; }

.navigate_cursor {
  display: block;
  position: absolute;
  right: -110px;
  top: 0;
  z-index: 2;
  animation: navi_animation 2s linear infinite;
}

.navigate_cursor img { width: 88px; }

.sp-navigate_cursor { display: none; }

.formbox {
  position: relative;
  overflow: visible;
}

.formbox > .sp-navigate_cursor {
  display: block;
  position: absolute;
  --nav-size: 64px;
  --nav-gap: 8px;
  --nav-height: calc(var(--nav-size) * 1054 / 740);
  top: calc(-1 * var(--nav-height) - var(--nav-gap));
  right: -4px;
  z-index: 3;
  pointer-events: none;
  animation: navi_animation 2s linear infinite;
}

.formbox > .sp-navigate_cursor img {
  display: block;
  width: var(--nav-size);
  height: auto;
}

.q2_col > .sp-navigate_cursor,
.q3_col > .sp-navigate_cursor {
  top: calc(32px - var(--nav-height) - var(--nav-gap));
}

@keyframes navi_animation {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(7px, 0); }
}

@media screen and (max-width: 768px) {
  .navigate_cursor { display: none; }
}

@media screen and (min-width: 769px) {
  .fv-video-wrap {
    width: 60%;
    margin: 0 auto;
    border-radius: 0;
  }

  .section-bg-text {
    display: none;
  }

  .navigate_cursor {
    display: none;
  }

  .formbox > .sp-navigate_cursor {
    --nav-size: 68px;
    --nav-gap: 10px;
    right: -8px;
  }

  .reason_col {
    margin-bottom: 16px;
  }

  .q1_col {
    margin-bottom: 20px;
  }

  .horizonal .button-wrap {
    margin-top: 0;
  }

  .feature-board {
    max-width: 100%;
  }

  .feature-board-title {
    font-size: 22px;
    margin: 20px 0 16px;
  }

  .feature-point-item h4 {
    font-size: 26px;
  }

  .day-flow {
    max-width: 100%;
  }

  .flow-board {
    max-width: 100%;
  }

  .profile-slider {
    max-width: 100%;
    padding: 0;
  }

  .profile-slider-stage {
    max-width: 760px;
    padding: 0 48px;
  }

  .profile-slider.is-duo-view .profile-slide {
    flex: 0 0 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .profile-slider.is-duo-view .profile-slide-visual {
    margin-bottom: 12px;
  }

  .profile-slider.is-duo-view .profile-slide-image {
    height: 170px;
    padding: 10px 12px 12px;
  }

  .profile-slider.is-duo-view .profile-slide-sub {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .profile-slider.is-duo-view .profile-slide-desc {
    font-size: 12px;
    line-height: 1.65;
    min-height: 5.8em;
  }

  .profile-slider.is-duo-view .profile-slide-num {
    font-size: 40px;
  }

  .profile-slide {
    flex: 0 0 50%;
    padding: 0 8px;
  }

  .profile-slide-image {
    height: 180px;
    padding: 10px 12px 12px;
  }

  .profile-slide-sub {
    font-size: 16px;
  }

  .profile-slide-desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .profile-slide-num {
    font-size: 44px;
  }
}

.sec-title {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  width: 100%;
  max-width: var(--question-col-width);
  box-sizing: border-box;
  gap: 12px;
}

.sec-title.required::before {
  content: attr(data-q);
  flex: none;
  margin-top: 3px;
  padding: 6px 7px;
  background: var(--color-selected);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
}

.sec-title .text { flex: 1; min-width: 0; line-height: 1.5; }

.multi-select-note {
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-textGray);
  text-align: left;
}

.reason_col .multi-select-note {
  order: -1;
}

@media screen and (max-width: 768px) {
  .sec-title { flex-wrap: nowrap; align-items: flex-start; font-size: 16px; gap: 10px; }
  .sec-title.required::before { padding: 4px 6px; font-size: 13px; margin-top: 2px; }
  .multi-select-note { font-size: 11px; margin-bottom: 6px; }
}

.col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  column-gap: 20px;
  width: 100%;
  justify-content: center;
}

.col .label { width: calc(24% - 7.5px); }
.col1 .label,
.col1 .select-wrap { width: 100%; }
.col2 .label { width: calc(50% - 10px); }

.qualification_col { margin: 70px auto 40px; }

.reason_col {
  flex-direction: column;
  gap: 12px;
  margin: 10px auto 30px;
  max-width: var(--question-col-width);
}

.reason_col .label { width: 100%; }

.season_col {
  gap: 20px 0;
  column-gap: 20px;
  margin: 20px auto 30px;
}

.area_col {
  margin: 30px auto;
  max-width: 520px;
}

.area_col .area-icon {
  text-align: center;
  margin-bottom: 16px;
}

.area_col .area-icon img {
  width: 100px;
  height: auto;
  filter: drop-shadow(2px 3px 6px rgba(46,139,87,.25));
}

.label--center { width: calc(24% - 7.5px); }

@media screen and (max-width: 768px) {
  .col .label,
  .label--center { width: calc(50% - 10px); }
  .col2 .label { width: 100%; }
  .qualification_col { margin: 50px auto 20px; }
}

.label-input { display: none; }

.label-box {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  font-size: 17px;
  color: var(--color-textGray);
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(46, 139, 87, 0.08);
}

.label:hover .label-box {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(46, 139, 87, 0.14);
}

.qc-label-box,
.horizonal .label-box {
  position: relative;
  background-color: #edf7ef;
}

.qc-label-box {
  width: 100%;
  padding: 110px 20px 22px;
  display: block;
  text-align: center;
  box-shadow: 0 4px 14px rgba(46, 139, 87, 0.1);
}

.label:hover .qc-label-box {
  box-shadow: 0 8px 22px rgba(46, 139, 87, 0.18);
}

.label-input:checked ~ .label-box {
  background-color: var(--color-selectedCard);
  color: #fff;
  border-color: var(--color-selected);
  box-shadow: 0 8px 24px rgba(46, 139, 87, 0.28);
  transform: translateY(-1px);
}

.label-imgbox { position: relative; height: 0; }

.label-imgbox img,
.qc_label-imgbox img {
  width: 72%;
  max-width: 90px;
  position: absolute;
  left: 0;
  top: -58px;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(2px 3px 6px rgba(46,139,87,.25));
}

.label-checkarea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.qc-label-box .label-checkarea {
  margin-top: 4px;
}

.label-check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.label-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
}

.label-box .label-text { font-size: 18px; }
.label-box .label-text .small { font-size: 12px; display: block; margin-top: 2px; }

/* ● ラジオボタン */
.label-radio {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-selected);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(46, 139, 87, 0.12);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.label-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-selected);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s;
}

.label-input:checked ~ .label-box .label-radio {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.label-input:checked ~ .label-box .label-radio::before {
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
}

.label-list .label-radio {
  border-color: var(--color-primary);
}

.label-list .label-input:checked ~ .label-box .label-radio {
  border-color: var(--color-selected);
  background: #fff;
  box-shadow: 0 0 0 2px rgba(46, 139, 87, 0.15);
}

.label-list .label-input:checked ~ .label-box .label-radio::before {
  background: var(--color-selected);
}

.label-list .label-box {
  background: #fff;
  border: 1px solid #dce8de;
}

.label-list .label-input:checked ~ .label-box {
  background: var(--color-selectedBG);
  border-color: var(--color-primary);
  color: var(--color-selected);
  box-shadow: 0 4px 16px rgba(46, 139, 87, 0.2);
}

/* アイコン付きリスト */
.label-list--icon .label-box {
  padding: 14px 18px 14px 14px;
  gap: 14px;
}

.label-list-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.label-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px rgba(46,139,87,.15));
}

.label-list--icon .label-input:checked ~ .label-box .label-list-icon img {
  filter: brightness(1.05) drop-shadow(1px 1px 3px rgba(46, 139, 87, .25));
}

/* Q1 透過アイコン */
.q1_col .label-list-icon {
  width: 76px;
  height: 76px;
  background: transparent;
}

.q1_col .label-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
}

.q1_col .label-input:checked ~ .label-box .label-list-icon img {
  filter: none;
  transform: scale(1.03);
}

.q1_col .label-list--icon .label-box {
  gap: 16px;
  padding: 12px 18px 12px 12px;
}

/* Q2 透過アイコン */
.q2_col .label-list-icon {
  width: 76px;
  height: 76px;
  background: transparent;
}

.q2_col .label-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
}

.q2_col .label-input:checked ~ .label-box .label-list-icon img {
  filter: none;
  transform: scale(1.03);
}

.q2_col .label-list--icon .label-box {
  gap: 16px;
  padding: 12px 18px 12px 12px;
}

/* Q3 透過アイコン */
.q3_col .label-list-icon {
  width: 76px;
  height: 76px;
  background: transparent;
}

.q3_col .label-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
}

.q3_col .label-input:checked ~ .label-box .label-list-icon img {
  filter: none;
  transform: scale(1.03);
}

.q3_col .label-list--icon .label-box {
  gap: 16px;
  padding: 12px 18px 12px 12px;
}

.season_label .label-box {
  padding: 88px 16px 20px;
  justify-content: center;
  background: #edf7ef;
  display: block;
  text-align: center;
}

.season_label .label-imgbox img {
  width: 58%;
  max-width: 72px;
  top: -48px;
}

.season_label .label-checkarea { display: flex; align-items: center; justify-content: center; gap: 10px; }
.season_label .label-radio { margin: 0; }

.fv-next-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.fv-next-group .button-fv {
  margin: 0;
  width: 100%;
  max-width: 480px;
}

.fv-next-group .side-navigator {
  right: -4px;
}

.fv-overlay-cta .fv-next-group .side-navigator {
  right: -6px;
}

.fv-next-group .side-navigator img {
  width: 64px;
}

.select-wrap { width: 100%; }

.select {
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  background: #fff;
}

.select::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 7px solid var(--color-primaryGray);
  pointer-events: none;
}

.select-select {
  width: 100%;
  height: 60px;
  padding: 0 40px 0 20px;
  border: none;
  border-radius: 10px;
  background: none;
  font-size: 18px;
  font-family: inherit;
  color: var(--color-textGray);
  appearance: none;
  cursor: pointer;
}

.select-select:focus {
  outline: none;
  background: var(--color-selectedBG);
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 485px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 25px;
  border: none;
  border-radius: 50px;
  background: var(--color-primaryGray);
  font-size: 18px;
  font-family: inherit;
  color: #fff;
  transition: all .2s;
  cursor: not-allowed;
}

.button::after {
  display: none;
}

.button.enable,
.horizonal .button.enable {
  background: var(--color-button);
  cursor: pointer;
}

.button.enable:hover { background: var(--color-buttonHover); }

.button-fv.enable {
  background: var(--color-button);
}

.button-fv.enable:hover { background: var(--color-buttonHover); }

.button-fv {
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  height: auto;
  min-height: 60px;
  padding: 10px 24px 12px;
  gap: 2px;
}

.button-fv-micro {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.button-fv-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.button-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin: 10px auto 0;
  gap: 10px;
}

.button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 32px 0 40px;
  border: none;
  border-radius: 50px;
  background: var(--color-primaryGray);
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  transition: all .2s;
}

.button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.button-prev:hover { opacity: .85; }

.horizonal .button-wrap .button {
  margin: 0;
  width: 100%;
  max-width: 480px;
  flex: none;
}

.horizonal .button-wrap .button-prev {
  margin: 0;
  width: 100%;
  max-width: 480px;
  flex: none;
}

.horizonal .button-wrap .next-step-group {
  width: 100%;
  max-width: 480px;
  flex: none;
}

/* 次へボタン誘導（キャラはボタン上に重ねる） */
.next-step-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
  justify-content: center;
}

.next-step-group .button {
  margin: 0;
  width: 100%;
  max-width: 480px;
  flex: none;
}

.next-step-button {
  justify-content: center;
}

.side-navigator {
  display: none;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9105;
  animation: sideNavBounce 1.5s ease-in-out infinite;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.side-navigator img {
  width: 84px;
  height: auto;
  display: block;
}

.side-navigator.is-visible {
  display: block;
}

@keyframes sideNavBounce {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-7px); }
}

.button-wrap.is-highlight {
  z-index: 9003;
}

.button-wrap.is-highlight .button.enable {
  box-shadow: 0 0 0 4px rgba(248, 154, 104, 0.35), 0 4px 16px rgba(248, 154, 104, 0.3);
}

.button-wrap.is-highlight .button-prev {
  z-index: 9003;
}

@media screen and (max-width: 768px) {
  .side-navigator {
    right: -2px;
  }
  .side-navigator img { width: 60px; }
  .next-step-group { max-width: 100%; }
  .horizonal .button-wrap .button-prev,
  .horizonal .button-wrap .next-step-group {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .button { width: 100%; font-size: 16px; }
  .horizonal .button-wrap .button-prev {
    padding: 0 15px 0 25px;
    font-size: 16px;
  }
}

#result-section { background: var(--color-bg); }

#result-section.sec {
  padding-top: 0;
}

.result-final {
  max-width: var(--lp-max-width);
  margin: 0 auto;
  padding: 0 0 40px;
}

.result-fv {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.result-fv-main {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.result-fv-head {
  grid-area: 1 / 1;
  align-self: start;
  justify-self: stretch;
  position: relative;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
}

.result-diagnosis {
  width: 100%;
  position: relative;
  z-index: 2;
}

.result-diagnosis.is-hidden {
  display: none !important;
}

.result-diagnosis.is-popping {
  z-index: 4;
}

.result-diagnosis-card {
  width: 100%;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.35));
  transform-origin: top center;
}

.result-diagnosis.is-popping .result-diagnosis-card {
  animation: resultPopIn 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}

.result-diagnosis:not(.is-hidden) {
  pointer-events: auto;
}

.result-diagnosis img {
  display: block;
  width: 100%;
  height: auto;
}

.result-fv img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes resultDiagnosisIn {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* 診断結果ポップアップ（FV上部） */
.result-popup {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  pointer-events: none;
}

.result-popup.is-active,
.result-popup.is-settled {
  display: block;
}

.result-popup.is-settled {
  pointer-events: none;
}

.result-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.result-popup.is-active .result-popup-backdrop {
  opacity: 1;
}

.result-popup.is-settled .result-popup-backdrop {
  opacity: 0;
}

.result-popup.is-settled .result-popup-burst {
  visibility: hidden;
}

.result-popup-burst {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 9993;
  pointer-events: none;
}

.result-popup-burst--left {
  left: 0;
  transform: translateY(-50%);
}

.result-popup-burst--right {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

body.is-result-popup-open .result-fv-head {
  z-index: 9995;
}

body.is-result-popup-open .result-diagnosis.is-popping {
  z-index: 9996;
}

.result-popup-burst span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  opacity: 0;
}

.result-popup.is-active .result-popup-burst--left span {
  animation: resultConfettiFromLeft 1.1s ease-out both;
}

.result-popup.is-active .result-popup-burst--right span {
  animation: resultConfettiFromRight 1.1s ease-out both;
}

.result-popup-burst--left span:nth-child(1) { background: #f89a68; --tx: 140px; --ty: -90px; animation-delay: 0.05s; }
.result-popup-burst--left span:nth-child(2) { background: #4caf70; --tx: 110px; --ty: -40px; animation-delay: 0.1s; }
.result-popup-burst--left span:nth-child(3) { background: #ffdd57; --tx: 90px; --ty: 20px; animation-delay: 0.08s; }
.result-popup-burst--left span:nth-child(4) { background: #2e8b57; --tx: 130px; --ty: 70px; animation-delay: 0.12s; }
.result-popup-burst--left span:nth-child(5) { background: #f89a68; --tx: 70px; --ty: -120px; animation-delay: 0.15s; }
.result-popup-burst--left span:nth-child(6) { background: #ffdd57; --tx: 160px; --ty: -20px; animation-delay: 0.06s; }
.result-popup-burst--left span:nth-child(7) { background: #4caf70; --tx: 100px; --ty: 95px; animation-delay: 0.14s; }
.result-popup-burst--left span:nth-child(8) { background: #f89a68; --tx: 50px; --ty: -70px; animation-delay: 0.18s; }
.result-popup-burst--left span:nth-child(9) { background: #2e8b57; --tx: 120px; --ty: 45px; animation-delay: 0.09s; }
.result-popup-burst--left span:nth-child(10) { background: #ffdd57; --tx: 85px; --ty: -105px; animation-delay: 0.16s; }

.result-popup-burst--right span:nth-child(1) { background: #f89a68; --tx: -140px; --ty: -85px; animation-delay: 0.05s; }
.result-popup-burst--right span:nth-child(2) { background: #4caf70; --tx: -115px; --ty: -35px; animation-delay: 0.11s; }
.result-popup-burst--right span:nth-child(3) { background: #ffdd57; --tx: -95px; --ty: 25px; animation-delay: 0.07s; }
.result-popup-burst--right span:nth-child(4) { background: #2e8b57; --tx: -125px; --ty: 75px; animation-delay: 0.13s; }
.result-popup-burst--right span:nth-child(5) { background: #f89a68; --tx: -75px; --ty: -115px; animation-delay: 0.17s; }
.result-popup-burst--right span:nth-child(6) { background: #ffdd57; --tx: -155px; --ty: -15px; animation-delay: 0.04s; }
.result-popup-burst--right span:nth-child(7) { background: #4caf70; --tx: -105px; --ty: 90px; animation-delay: 0.15s; }
.result-popup-burst--right span:nth-child(8) { background: #f89a68; --tx: -55px; --ty: -65px; animation-delay: 0.19s; }
.result-popup-burst--right span:nth-child(9) { background: #2e8b57; --tx: -130px; --ty: 50px; animation-delay: 0.1s; }
.result-popup-burst--right span:nth-child(10) { background: #ffdd57; --tx: -80px; --ty: -100px; animation-delay: 0.14s; }

@keyframes resultConfettiFromLeft {
  0% {
    opacity: 0;
    transform: translate(-48px, 0) scale(0.15) rotate(-30deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) scale(0.45) rotate(220deg);
  }
}

@keyframes resultConfettiFromRight {
  0% {
    opacity: 0;
    transform: translate(48px, 0) scale(0.15) rotate(30deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) scale(0.45) rotate(-220deg);
  }
}

@keyframes resultPopIn {
  0% {
    opacity: 0;
    transform: scale(0.45) translateY(-24px);
  }
  55% {
    opacity: 1;
    transform: scale(1.04) translateY(2px);
  }
  75% {
    transform: scale(0.98) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

body.is-result-popup-open {
  overflow: hidden;
}

.result-head {
  background: #fff;
  padding: 40px 24px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.result-head .result-privacy {
  font-size: 11px;
  color: var(--color-textGray);
  margin-top: 16px;
  line-height: 1.5;
}

.result-icon {
  margin-bottom: 12px;
}

.result-icon img {
  width: 96px;
  height: auto;
  filter: drop-shadow(2px 3px 6px rgba(46,139,87,.25));
}

.result-badge {
  display: inline-block;
  background: var(--color-selectedBG);
  color: var(--color-selected);
  font-size: 14px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.result-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 24px;
  line-height: 1.5;
}

.result-match {
  background: var(--color-selectedBG);
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  padding: 24px;
  margin: 0 auto 24px;
  max-width: 360px;
}

.result-match-num {
  font-size: 52px;
  font-weight: bold;
  color: var(--color-selected);
  line-height: 1;
}

.result-match-num .unit { font-size: 22px; }

.result-match-label { font-size: 14px; color: var(--color-textGray); margin-top: 6px; }

.result-summary {
  text-align: left;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 0 auto 28px;
  max-width: 400px;
  font-size: 14px;
}

.result-summary dt {
  font-weight: bold;
  color: var(--color-selected);
  font-size: 12px;
  margin-top: 10px;
}

.result-summary dt:first-child { margin-top: 0; }
.result-summary dd { margin: 2px 0 0; }

.button-submit {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 10px;
  border: none;
  background: var(--color-primaryGray);
  font-family: inherit;
  color: #fff;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-submit::after { display: none; }

.button-submit.enable {
  background: var(--color-line) !important;
  cursor: pointer;
}

.button-submit.enable:hover {
  background: #05b04c !important;
}

.button-submit .small { font-size: 12px; }
.button-submit .large { font-size: 24px; font-weight: bold; }

@media screen and (max-width: 768px) {
  .button-submit .large { font-size: 18px; }
}

.result-block { padding: 40px 24px; margin-top: 0; }

.result-block-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  color: var(--color-text);
}

.result-block-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  margin: 10px auto 0;
  border-radius: 2px;
}

.result-features {
  background: #fff;
}

.feature-board {
  max-width: 100%;
  margin: 0 auto;
  padding: 26px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-selected) 0%, var(--color-primary) 100%);
}

.feature-board-title {
  margin: 20px 0 18px;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 28px);
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
}

.feature-board-title span {
  margin-left: 8px;
  color: #fff2aa;
}

.feature-point-list {
  margin: 0;
  padding: 14px;
  list-style: none;
  border-radius: 10px;
  background: #fff;
}

.feature-point-item + .feature-point-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dotted #f0c3ac;
}

.feature-point-head {
  text-align: center;
  margin-bottom: 10px;
}

.feature-point-head span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: #f89a68;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.feature-point-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
}

.feature-point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-point-text {
  margin: 0;
  padding: 0 16px;
  font-size: 15px;
  line-height: 1.85;
  color: #2f2f2f;
  text-align: left;
}

.feature-point-item h4 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 34px;
  line-height: 1.45;
  color: var(--color-selected);
}

.result-line { background: var(--color-bg); }

.line-mockup {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 640px;
  margin: 0 auto;
}

.line-mockup-visual { flex-shrink: 0; width: 200px; }

.line-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5;
}

.line-point-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(1px 2px 3px rgba(46,139,87,.2));
}

.line-points li::before { display: none; }

.result-voices { background: #fff; }

.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
}

.voice-card {
  background: var(--color-bg);
  border-radius: 10px;
  padding: 20px 16px;
}

.voice-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.voice-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-avatar img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.voice-meta { font-size: 12px; color: var(--color-textGray); }
.voice-meta strong { display: block; font-size: 14px; color: var(--color-text); }

.voice-stars { color: #ffc107; font-size: 13px; margin-bottom: 8px; letter-spacing: 1px; }
.voice-text { font-size: 13px; line-height: 1.7; }

.result-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 48px 24px;
}

.result-cta-bg {
  position: absolute;
  inset: 0;
  background: url("../image/cta_bg.jpeg") center center / cover no-repeat;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .result-cta-bg {
    background-position: center 28%;
  }
}

.result-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(46, 139, 87, 0.7) 0%, rgba(76, 175, 112, 0.7) 100%);
  z-index: 1;
}

.result-cta-inner {
  position: relative;
  z-index: 2;
}

.result-cta-lead {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.45),
    0 4px 16px rgba(0, 0, 0, 0.35);
}

.result-cta-sub {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
  opacity: 1;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 3px 12px rgba(0, 0, 0, 0.3);
}

.result-cta .result-privacy {
  color: #fff;
  opacity: 1;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 2px 8px rgba(0, 0, 0, 0.28);
}

.result-cta .button-submit-cta.enable {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  padding: 16px 24px;
  border-radius: 50px;
  background: var(--color-button) !important;
  box-shadow: 0 6px 24px rgba(248, 154, 104, 0.45);
  animation: ctaButtonPulse 2.2s ease-in-out infinite;
}

.result-cta .button-submit-cta.enable::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: ctaButtonShine 3s ease-in-out infinite;
  pointer-events: none;
}

.result-cta .button-submit-cta.enable:hover {
  background: var(--color-buttonHover) !important;
  animation-play-state: paused;
  transform: scale(1.04);
}

.button-cta-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@keyframes ctaButtonPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 6px 24px rgba(248, 154, 104, 0.45);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 10px 32px rgba(248, 154, 104, 0.58);
  }
}

@keyframes ctaButtonShine {
  0%, 100% { left: -120%; }
  45%, 55% { left: 140%; }
}

@media (prefers-reduced-motion: reduce) {
  .result-cta .button-submit-cta.enable {
    animation: none;
  }

  .result-cta .button-submit-cta.enable::before {
    display: none;
  }
}

.result-privacy {
  font-size: 11px;
  opacity: .8;
  margin-top: 16px;
  line-height: 1.5;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .line-mockup { flex-direction: column; }
  .voices-grid { grid-template-columns: 1fr; }
  .result-head { padding: 28px 16px; }
  .result-cta { padding: 40px 16px; }
  .result-cta-lead { font-size: 18px; }
  .button-cta-label { font-size: 15px; }
  .result-cta .button-submit-cta.enable {
    padding: 14px 18px;
  }
  .result-fv {
    max-width: 100%;
  }
  .feature-board {
    padding: 18px 10px;
    border-radius: 10px;
  }
  .feature-board-title {
    font-size: 20px;
    margin: 20px 0 14px;
  }
  .feature-board-title span {
    display: inline-block;
    margin-left: 0;
    margin-top: 4px;
  }
  .feature-point-list {
    padding: 10px;
  }
  .feature-point-item h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .feature-point-icon {
    width: 78px;
    height: 78px;
  }
  .feature-point-text {
    font-size: 13px;
    line-height: 1.72;
    padding: 0 12px;
  }
}

footer {
  overflow: hidden;
  width: 100%;
  padding: 12px 16px;
  border-top: 1px solid #666;
}

footer #info {
  overflow: hidden;
  margin: 0 auto;
  max-width: var(--lp-max-width);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

footer #info .company01 p {
  color: #666;
  font-size: 11px;
  text-align: left;
}

footer #info .company02 .footer_link a {
  font-size: 11px;
  text-decoration: underline;
  margin-right: 20px;
}

footer #info .company02 .copyright {
  color: #666;
  font-size: 11px;
  text-align: left;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  footer #info { flex-direction: column; align-items: flex-start; }
}

.horizonal.is-result .nav { display: none; }
.horizonal.is-result .form_main { background: var(--color-bg); }

/* カルーセル */
.carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -16px;
  padding: 4px 16px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel.is-auto-loop {
  scroll-snap-type: none;
}

.carousel-track {
  display: flex;
  gap: 14px;
  width: max-content;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.profile-card {
  flex: 0 0 200px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(46, 139, 87, 0.1);
  border: 1px solid #e0ede3;
}

/* 転職事例スライダー */
.result-profiles {
  background: #fff9f0;
}

.result-profiles .result-block-title::after {
  background: var(--color-button);
}

.profile-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.profile-slider-stage {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.profile-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.profile-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-button);
  cursor: pointer;
  transform: translateY(-20%);
  box-shadow: 0 4px 12px rgba(248, 154, 104, 0.35);
  transition: opacity 0.2s, transform 0.2s;
}

.profile-slider-arrow.is-prev { left: 0; }
.profile-slider-arrow.is-next { right: 0; }

.profile-slider-arrow:hover {
  opacity: 0.9;
  transform: translateY(-20%) scale(1.04);
}

.profile-slider-track {
  display: flex;
  transition: transform 0.45s ease;
}

.profile-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 4px;
  box-sizing: border-box;
}

.profile-slide-visual {
  position: relative;
  margin: 0 auto 16px;
}

.profile-slide-label {
  position: relative;
  z-index: 2;
  margin: 0 0 -18px 4px;
  line-height: 1;
  pointer-events: none;
}

.profile-slide-kicker {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-button);
}

.profile-slide-num {
  display: block;
  font-size: clamp(40px, 11vw, 56px);
  font-weight: 700;
  color: var(--color-button);
  line-height: 0.95;
  margin-top: 2px;
}

.profile-slide-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 210px;
  padding: 12px 16px 14px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.profile-slide-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.profile-slide-sub {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(17px, 4.2vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-button);
}

.profile-slide-desc {
  margin: 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text);
  text-align: left;
}

.profile-slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.profile-slider-arrow.is-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.profile-slider-arrow.is-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.profile-slider-bars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 0 12px;
}

.profile-slider-bar {
  flex: 1;
  max-width: 48px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: #ddd;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.profile-slider-bar.is-active {
  background: var(--color-button);
  transform: scaleY(1.4);
}

.profile-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--color-selectedBG);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.profile-avatar img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.profile-meta {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-selected);
  margin-bottom: 8px;
}

.profile-job {
  font-size: 13px;
  color: var(--color-textGray);
  line-height: 1.4;
}

.profile-arrow {
  font-size: 18px;
  color: var(--color-primary);
  margin: 8px 0;
}

.profile-dest {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.achievement-report {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.achievement-report-img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .achievement-report {
    margin-top: 18px;
  }
}

/* result-profiles background set above */

/* 1日の流れ（リスト形式） */
.result-schedule {
  position: relative;
  background: linear-gradient(180deg, #e5f3ec 0%, #f2faf6 45%, var(--color-bg) 100%);
  padding: 0;
  overflow: hidden;
}

/* 背景英字（さりげなく） */
.section-bg-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.section-bg-text-line {
  position: absolute;
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  user-select: none;
  will-change: transform;
  --parallax-y: 0px;
  transform: translateY(var(--parallax-y));
}

.section-bg-text--schedule .section-bg-text-line--1 {
  top: 10%;
  left: 50%;
  width: min(92%, 680px);
  font-size: clamp(22px, 5.5vw, 38px);
  color: rgba(76, 175, 112, 0.1);
  text-align: center;
  transform: translateX(-50%) translateY(var(--parallax-y));
}

.section-bg-text--schedule .section-bg-text-line--2 {
  bottom: 14%;
  left: 50%;
  width: min(92%, 680px);
  font-size: clamp(20px, 5vw, 34px);
  color: rgba(248, 154, 104, 0.09);
  text-align: center;
  transform: translateX(-50%) translateY(var(--parallax-y));
}

.day-flow {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 90' preserveAspectRatio='none'%3E%3Cpath d='M0 48 C90 18 170 72 260 42 C350 12 430 66 520 38 L520 90 L0 90 Z' fill='rgba(255,255,255,0.55)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 90' preserveAspectRatio='none'%3E%3Cpath d='M0 62 C120 34 210 78 320 50 C400 28 470 58 520 46' fill='none' stroke='rgba(76,175,112,0.16)' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 120px, center 200px;
  background-size: 100% 90px, 100% 70px;
}

.day-flow::before,
.day-flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

.day-flow::before {
  top: 24px;
  left: -28px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(76, 175, 112, 0.32) 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  mask-image: radial-gradient(ellipse at 30% 30%, #000 20%, transparent 72%);
}

.day-flow::after {
  bottom: 80px;
  right: -24px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(76, 175, 112, 0.22) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  mask-image: radial-gradient(ellipse at 70% 70%, #000 15%, transparent 75%);
}

.day-flow-hero {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 4px;
}

.day-flow-hero-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  vertical-align: top;
}

.day-flow-body {
  position: relative;
  z-index: 1;
  padding: 8px 20px 32px;
}

.day-flow-card {
  position: relative;
}

.day-flow-list-title {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto -18px;
  padding: 10px 28px;
  background: var(--color-button);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  box-shadow: 0 3px 10px rgba(248, 154, 104, 0.2);
}

.day-flow-list {
  list-style: none;
  margin: 0;
  padding: 36px 20px 8px;
  background: #fff;
  border: 1px solid rgba(186, 220, 200, 0.45);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(46, 139, 87, 0.1),
    0 2px 8px rgba(46, 139, 87, 0.04);
}

.day-flow-timeline {
  --day-flow-marker-size: 52px;
  --day-flow-item-pad-x: 8px;
  --day-flow-item-pad-y: 18px;
}

.day-flow-timeline .day-flow-list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: var(--day-flow-item-pad-y) var(--day-flow-item-pad-x);
  border-bottom: none;
}

.day-flow-timeline .day-flow-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(var(--day-flow-item-pad-x) + var(--day-flow-marker-size) / 2 - 1px);
  top: calc(var(--day-flow-item-pad-y) + var(--day-flow-marker-size));
  bottom: calc(var(--day-flow-item-pad-y) * -1);
  width: 2px;
  background: linear-gradient(180deg, rgba(248, 154, 104, 0.5) 0%, rgba(248, 154, 104, 0.15) 100%);
  border-radius: 2px;
}

.day-flow-marker {
  flex: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--day-flow-marker-size, 52px);
  height: var(--day-flow-marker-size, 52px);
}

.day-flow-icon {
  display: block;
  width: var(--day-flow-marker-size, 52px);
  height: var(--day-flow-marker-size, 52px);
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(248, 154, 104, 0.18));
}

.day-flow-icon--holiday {
  filter: drop-shadow(0 4px 8px rgba(46, 139, 87, 0.2));
}

.day-flow-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid transparent;
}

.day-flow-list-item:last-child {
  border-bottom: none;
}

.day-flow-extra {
  margin-top: 16px;
  padding: 0;
  background: linear-gradient(135deg, #f5fbf7 0%, #eef8f2 100%);
  border: 1px solid rgba(76, 175, 112, 0.28);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(46, 139, 87, 0.08);
}

.day-flow-extra--holiday {
  margin-top: 20px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.day-flow-holiday-media {
  position: relative;
  border-radius: 16px;
}

.day-flow-holiday-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.day-flow-holiday-note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 0;
  padding: 4px 8px;
  max-width: calc(100% - 16px);
  font-size: 9px;
  line-height: 1.45;
  color: #666;
  text-align: right;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}

.day-flow-list-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.4;
}

.day-flow-time {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-button);
  font-variant-numeric: tabular-nums;
}

.day-flow-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.day-flow-label--solo {
  font-size: 17px;
  color: var(--color-selected);
}

.day-flow-list-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-textGray);
}

.day-flow-wave {
  position: relative;
  z-index: 1;
  height: 48px;
  margin-top: 4px;
  background: transparent;
}

.day-flow-wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 48' preserveAspectRatio='none'%3E%3Cpath d='M0 24 C130 0 260 40 390 16 C450 6 490 20 520 12 L520 48 L0 48 Z' fill='%23f0faf2'/%3E%3C/svg%3E") center bottom / 100% 48px no-repeat,
    linear-gradient(180deg, transparent 0%, rgba(240, 250, 242, 0.9) 100%);
}

@media screen and (max-width: 768px) {
  .day-flow-hero {
    padding: 0;
  }

  .day-flow-body {
    padding: 8px 14px 28px;
  }

  .day-flow-list-title {
    font-size: 15px;
    padding: 9px 28px;
    margin-bottom: -18px;
  }

  .day-flow-list {
    padding: 32px 16px 6px;
    border-radius: 16px;
  }

  .day-flow-timeline {
    --day-flow-marker-size: 48px;
    --day-flow-item-pad-x: 2px;
    --day-flow-item-pad-y: 16px;
  }

  .day-flow-timeline .day-flow-list-item {
    gap: 12px;
  }

  .day-flow-marker {
    width: var(--day-flow-marker-size);
    height: var(--day-flow-marker-size);
  }

  .day-flow-icon {
    width: var(--day-flow-marker-size);
    height: var(--day-flow-marker-size);
  }

  .day-flow-time {
    font-size: 18px;
  }

  .day-flow-label {
    font-size: 16px;
  }

  .day-flow-list-desc {
    font-size: 13px;
  }

  .day-flow-extra {
    border-radius: 14px;
  }

  .day-flow-holiday-media {
    border-radius: 14px;
  }

  .day-flow-holiday-img {
    border-radius: 14px;
  }

  .day-flow-holiday-note {
    right: 6px;
    bottom: 6px;
    font-size: 8px;
    padding: 3px 6px;
  }
}

/* 旧手帳風（未使用） */
.memo-schedule {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px 28px 32px 58px;
  border: 1px solid #e7dcc8;
  border-radius: 6px 16px 16px 6px;
  background-color: #fffdf8;
  background-image:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 39px,
      rgba(168, 196, 220, 0.45) 39px,
      rgba(168, 196, 220, 0.45) 40px
    ),
    linear-gradient(
      90deg,
      transparent 0,
      transparent 46px,
      rgba(232, 128, 108, 0.28) 46px,
      rgba(232, 128, 108, 0.28) 48px,
      transparent 48px
    );
  box-shadow:
    2px 3px 0 rgba(210, 190, 160, 0.25),
    0 14px 30px rgba(0, 0, 0, 0.07);
  transform: rotate(-0.5deg);
}

.memo-schedule::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  bottom: 22px;
  width: 14px;
  background:
    radial-gradient(circle at 7px 0, #ebe2d4 0 5px, transparent 5px),
    radial-gradient(circle at 7px 40px, #ebe2d4 0 5px, transparent 5px),
    radial-gradient(circle at 7px 80px, #ebe2d4 0 5px, transparent 5px),
    radial-gradient(circle at 7px 120px, #ebe2d4 0 5px, transparent 5px),
    radial-gradient(circle at 7px 160px, #ebe2d4 0 5px, transparent 5px),
    radial-gradient(circle at 7px 200px, #ebe2d4 0 5px, transparent 5px);
  opacity: 0.9;
  pointer-events: none;
}

.memo-schedule::after {
  content: "";
  position: absolute;
  inset: 10px 12px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 154, 104, 0.35), transparent);
  pointer-events: none;
}

.memo-title {
  margin: 0 0 18px;
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #3d3a34;
  letter-spacing: 0.06em;
  transform: rotate(-0.8deg);
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(248, 154, 104, 0.55);
}

.memo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.memo-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 40px;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.memo-list li:nth-child(odd) {
  transform: rotate(-0.25deg);
}

.memo-list li:nth-child(even) {
  transform: rotate(0.2deg);
}

.memo-time {
  width: 64px;
  flex-shrink: 0;
  font-weight: 400;
  color: #5b4f42;
  letter-spacing: 0.04em;
}

.memo-task {
  flex: 1;
  color: #333;
}

@media screen and (max-width: 768px) {
  .memo-schedule {
    padding: 22px 16px 24px 48px;
    border-radius: 6px 12px 12px 6px;
    transform: rotate(-0.3deg);
    background-image:
      repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent 37px,
        rgba(168, 196, 220, 0.45) 37px,
        rgba(168, 196, 220, 0.45) 38px
      ),
      linear-gradient(
        90deg,
        transparent 0,
        transparent 38px,
        rgba(232, 128, 108, 0.28) 38px,
        rgba(232, 128, 108, 0.28) 40px,
        transparent 40px
      );
  }

  .memo-schedule::before {
    left: 12px;
    width: 12px;
    background:
      radial-gradient(circle at 6px 0, #ebe2d4 0 4px, transparent 4px),
      radial-gradient(circle at 6px 38px, #ebe2d4 0 4px, transparent 4px),
      radial-gradient(circle at 6px 76px, #ebe2d4 0 4px, transparent 4px),
      radial-gradient(circle at 6px 114px, #ebe2d4 0 4px, transparent 4px),
      radial-gradient(circle at 6px 152px, #ebe2d4 0 4px, transparent 4px),
      radial-gradient(circle at 6px 190px, #ebe2d4 0 4px, transparent 4px);
  }

  .memo-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .memo-list li {
    min-height: 38px;
    gap: 10px;
    font-size: 15px;
  }

  .memo-time {
    width: 58px;
  }
}

/* 求人カード */
.result-jobs {
  background: var(--color-bg);
  padding-top: 28px;
}

.result-jobs-triangle {
  display: block;
  width: 220px;
  max-width: 78%;
  height: 36px;
  margin: 0 auto 20px;
  background: linear-gradient(180deg, #fbbf9a 0%, var(--color-button) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  animation: resultJobsTriangleBob 2.2s ease-in-out infinite;
}

@keyframes resultJobsTriangleBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@media (prefers-reduced-motion: reduce) {
  .result-jobs-triangle {
    animation: none;
  }
}

@media screen and (max-width: 768px) {
  .result-jobs-triangle {
    width: 180px;
    height: 28px;
    margin-bottom: 16px;
  }
}

.job-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(46, 139, 87, 0.12);
  border: 1px solid #e0ede3;
}

.job-card-img {
  height: 180px;
  background: #edf7ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.job-card-title {
  font-size: 15px;
  font-weight: 700;
  padding: 14px 14px 6px;
  line-height: 1.4;
  color: var(--color-text);
}

.job-card-salary {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-selected);
  padding: 0 14px 4px;
}

.job-card-area {
  font-size: 12px;
  color: var(--color-textGray);
  padding: 0 14px 16px;
  line-height: 1.4;
}

/* 採用までの流れ */
.result-flow {
  position: relative;
  background: linear-gradient(180deg, #f0faf2 0%, #f8fcf9 100%);
  padding: 40px 24px 56px;
  overflow: hidden;
}

.result-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(76, 175, 112, 0.1) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at 80% 20%, #000 0%, transparent 55%);
  pointer-events: none;
}

.flow-board {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

.flow-hero {
  text-align: center;
  margin-bottom: 28px;
}

.flow-hero-bubble {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 10px 22px;
  background: #fff;
  border: 2px solid rgba(76, 175, 112, 0.35);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-selected);
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(46, 139, 87, 0.1);
}

.flow-hero-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-right: 2px solid rgba(76, 175, 112, 0.35);
  border-bottom: 2px solid rgba(76, 175, 112, 0.35);
  transform: translateX(-50%) rotate(45deg);
}

.flow-hero-title {
  margin: 0 0 10px;
  font-size: clamp(22px, 5.5vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.flow-hero-accent {
  color: var(--color-button);
}

.flow-hero-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-selected);
  letter-spacing: 0.08em;
}

.flow-showcase {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-showcase-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0 0;
  border-bottom: none;
}

.flow-showcase-item:not(:last-child)::after {
  content: "▼";
  flex: 0 0 100%;
  display: block;
  width: 100%;
  margin: 8px 0 4px;
  border: none;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: var(--color-button);
  transform: none;
  opacity: 0.75;
}

.flow-showcase-item:last-child {
  padding-bottom: 8px;
}

.flow-step-thumb {
  flex: none;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(248, 154, 104, 0.45);
  background: #fff;
  box-shadow: 0 4px 12px rgba(46, 139, 87, 0.1);
}

.flow-step-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.flow-step-content {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.flow-step-badge {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 4px;
  font-family: inherit;
  color: var(--color-selected);
  line-height: 1;
  font-weight: 700;
}

.flow-step-label {
  font-size: 11px;
  letter-spacing: 0.12em;
}

.flow-step-num {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.flow-step-title {
  margin: 0 0 6px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  color: var(--color-text);
  font-weight: 700;
}

.flow-step-time {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-button);
}

.flow-step-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-textGray);
}

@media screen and (max-width: 768px) {
  .fv-catch { font-size: 22px; }
  .fv-video-wrap { border-radius: 0; }
  .profile-card { flex: 0 0 180px; }
  .profile-slider {
    padding: 0;
  }
  .profile-slider-arrow {
    width: 38px;
    height: 38px;
  }
  .profile-slide-desc {
    font-size: 13px;
    line-height: 1.75;
  }
  .profile-slider-stage {
    max-width: 100%;
    padding: 0 36px;
  }
  .profile-slide-image {
    height: 185px;
    padding: 10px 12px 12px;
  }
  .job-card { flex: 0 0 280px; }
  .job-card-img { height: 160px; }
  .result-flow {
    padding: 36px 12px 40px;
  }
  .flow-hero {
    margin-bottom: 20px;
  }
  .flow-hero-bubble {
    font-size: 14px;
    padding: 8px 18px;
    margin-bottom: 14px;
  }
  .flow-hero-title {
    font-size: 20px;
  }
  .flow-hero-desc {
    font-size: 13px;
  }
  .flow-showcase-item {
    gap: 12px;
    padding-top: 14px;
  }
  .flow-showcase-item:not(:last-child)::after {
    margin: 6px 0 2px;
    font-size: 10px;
  }
  .flow-step-thumb {
    width: 72px;
    height: 72px;
  }
  .flow-step-num {
    font-size: 15px;
  }
  .flow-step-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .flow-step-text {
    font-size: 12px;
    line-height: 1.6;
  }
}

body.is-result-step .page-header {
  display: none;
}

/* アンケート部分のスマホ最適化 */
@media screen and (max-width: 768px) {
  .col1 .label,
  .q1_col .label,
  .reason_col .label {
    width: 100%;
  }

  .horizonal .h-adr .sec {
    padding: 12px 0 28px;
  }

  .horizonal .container {
    padding: 0 12px;
  }

  .sec-title {
    margin-bottom: 18px;
    line-height: 1.45;
    max-width: 100%;
  }

  .q1_col,
  .reason_col {
    margin: 8px auto 20px;
    max-width: 100%;
    width: 100%;
  }

  .label-list--icon .label-box {
    padding: 12px;
    gap: 10px;
  }

  .q1_col .label-list-icon {
    width: 56px;
    height: 56px;
  }

  .q1_col .label-list--icon .label-box {
    gap: 12px;
    padding: 10px 12px 10px 10px;
  }

  .q2_col .label-list-icon {
    width: 56px;
    height: 56px;
  }

  .q2_col .label-list--icon .label-box {
    gap: 12px;
    padding: 10px 12px 10px 10px;
  }

  .q3_col .label-list-icon {
    width: 56px;
    height: 56px;
  }

  .q3_col .label-list--icon .label-box {
    gap: 12px;
    padding: 10px 12px 10px 10px;
  }

  .label-list-icon {
    width: 44px;
    height: 44px;
  }

  .label-check-row {
    gap: 8px;
  }

  .label-radio {
    width: 20px;
    height: 20px;
  }

  .label-radio::before {
    width: 10px;
    height: 10px;
  }

  .label-box .label-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .label-box .label-text .small {
    font-size: 11px;
  }

  .horizonal .button-wrap {
    gap: 8px;
  }

  .next-step-group {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .next-step-group .button,
  .horizonal .button-wrap .button-prev {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .side-navigator img {
    width: 50px;
  }
}
