/* =========================================================
   Festal — sub-page styles (shared)
   Inherits tokens from style.css. Light, editorial, refined.
   ========================================================= */

/* page hero */
.subhero { position: relative; padding-top: calc(var(--hdr-h) + clamp(60px, 9vw, 130px)); padding-bottom: clamp(48px, 7vw, 96px); background: var(--ink); color: #fff; overflow: hidden; }
.subhero__media { position: absolute; inset: 0; z-index: 0; }
.subhero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: grayscale(.3) contrast(1.05); }
.subhero__glow { position: absolute; inset: 0; z-index: 1; background: radial-gradient(70% 90% at 80% -10%, rgba(160,21,12,.45), transparent 60%), radial-gradient(60% 80% at 0% 120%, rgba(14,65,159,.4), transparent 60%); }
.subhero::after { content: ""; position: absolute; right: -3%; bottom: -34%; width: min(40vw, 440px); aspect-ratio: 1; z-index: 1; background: url("../assets/images/common/logo-icon-white.png") center / contain no-repeat; opacity: .05; pointer-events: none; }
.subhero__inner { position: relative; z-index: 2; }
.subhero__en { font-family: var(--en); font-weight: 700; letter-spacing: .14em; font-size: clamp(40px, 7vw, 96px); line-height: 1; text-transform: uppercase; }
.subhero__jp { margin-top: 18px; font-family: var(--mincho); font-weight: 700; font-size: clamp(16px, 1.8vw, 22px); letter-spacing: .14em; color: rgba(255,255,255,.86); }
.subhero__line { margin-top: clamp(20px,3vw,30px); max-width: 52em; font-size: clamp(14px,1.4vw,16px); line-height: 1.95; color: rgba(255,255,255,.82); }

/* breadcrumb */
.crumb { position: relative; z-index: 2; display: flex; gap: 10px; align-items: center; font-family: var(--en); font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.6); margin-bottom: clamp(28px,4vw,48px); }
.crumb a { transition: color .3s; } .crumb a:hover { color: #fff; }
.crumb span { opacity: .5; }

/* generic page section */
.psec { padding-block: clamp(56px, 8vw, 110px); }
.psec--gray { background: var(--paper-2); }
.psec--ink { background: var(--ink); color: #fff; }
.psec__head { max-width: 760px; margin-bottom: clamp(36px,5vw,64px); }
.psec__lead { margin-top: 20px; color: var(--text-soft); font-size: clamp(15px,1.4vw,16.5px); line-height: 1.95; }
.psec--ink .psec__lead { color: rgba(255,255,255,.82); }

/* profile table (company) */
.profile-table { border-top: 1px solid var(--line); max-width: 880px; }
.profile-table > div { display: grid; grid-template-columns: clamp(120px, 18vw, 220px) 1fr; gap: clamp(16px,3vw,40px); padding: clamp(18px,2.2vw,26px) 4px; border-bottom: 1px solid var(--line); }
.profile-table dt { font-weight: 700; font-size: 14px; color: var(--text); letter-spacing: .04em; }
.profile-table dd { font-size: 15px; color: var(--text-soft); line-height: 1.85; }
.profile-table dd .tbd { color: var(--muted); font-size: 13px; }

/* values grid */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2vw,28px); }
.value { border: 1px solid var(--line); border-radius: 4px; padding: clamp(24px,2.6vw,36px); background: var(--paper); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.value:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px rgba(20,30,60,.3); border-color: #d6d9e0; }
.value__no { font-family: var(--en); font-weight: 700; font-size: 13px; letter-spacing: .14em; color: var(--red); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.value__no::before { content: ""; width: 18px; height: 1px; background: var(--red); }
.value h3 { font-family: var(--mincho); font-weight: 700; font-size: clamp(18px,2vw,23px); letter-spacing: .03em; margin-bottom: 12px; }
.value p { font-size: 14px; line-height: 1.95; color: var(--text-soft); }

/* business detail blocks */
.bdetail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,80px); align-items: center; }
.bdetail + .bdetail { margin-top: clamp(56px,8vw,120px); }
.bdetail:nth-child(even) .bdetail__media { order: 2; }
.bdetail__media { border-radius: 2px; overflow: hidden; aspect-ratio: 4/3; }
.bdetail__media img { width: 100%; height: 100%; object-fit: cover; }
.bdetail__no { font-family: var(--en); font-weight: 700; font-size: clamp(34px,4vw,56px); color: var(--ink); letter-spacing: -.02em; }
.bdetail__en { font-family: var(--en); font-weight: 600; letter-spacing: .14em; font-size: 13px; color: var(--red); margin: 14px 0 6px; }
.bdetail h2 { font-size: clamp(22px,2.4vw,32px); font-weight: 800; letter-spacing: .02em; margin-bottom: 18px; }
.bdetail p { font-size: 15px; line-height: 2; color: var(--text-soft); }
.bdetail__list { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.bdetail__list span { font-size: 12.5px; letter-spacing: .04em; color: var(--text-soft); border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; }

/* ===== Recruit: Wantedly-linked positions (front only) ===== */
.jobs { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px,1.6vw,20px); }
.job { position: relative; border: 1px solid var(--line); border-radius: 4px; padding: clamp(24px,2.6vw,34px); background: var(--paper); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.job:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px rgba(20,30,60,.3); border-color: #d6d9e0; }
.job__cat { font-family: var(--en); font-weight: 600; font-size: 11px; letter-spacing: .14em; color: var(--blue); margin-bottom: 14px; }
.job h3 { font-size: clamp(18px,2vw,22px); font-weight: 700; letter-spacing: .02em; margin-bottom: 12px; }
.job p { font-size: 13.5px; line-height: 1.9; color: var(--text-soft); }
.job__foot { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.job__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.job__tags span { font-size: 11.5px; color: var(--text-soft); background: var(--paper-2); border-radius: 999px; padding: 5px 12px; }
.badge-soon { font-family: var(--en); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; color: var(--red); border: 1px solid var(--red); border-radius: 999px; padding: 5px 12px; }
.job--soon { }
.job--soon::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(20,23,29,.012) 10px, rgba(20,23,29,.012) 20px); pointer-events: none; }

.wantedly { margin-top: clamp(40px,5vw,64px); border: 1px solid var(--line); border-radius: 6px; padding: clamp(30px,4vw,52px); background: var(--paper); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.wantedly:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px rgba(20,30,60,.3); border-color: #d6d9e0; }
.wantedly__txt h3 { font-size: clamp(19px,2vw,24px); font-weight: 800; margin-bottom: 10px; letter-spacing: .02em; }
.wantedly__txt p { font-size: 14px; line-height: 1.85; color: var(--text-soft); max-width: 46em; }
.wantedly__txt .soon-note { display: inline-block; margin-top: 14px; font-family: var(--en); font-size: 11px; letter-spacing: .14em; color: var(--red); }
.btn-wantedly { display: inline-flex; align-items: center; gap: 12px; padding: 17px 30px; border-radius: 999px; background: #00a4bf; color: #fff; font-weight: 700; font-size: 15px; white-space: nowrap; box-shadow: 0 12px 30px -14px rgba(0,164,191,.7); transition: transform .3s var(--ease), box-shadow .3s; }
.btn-wantedly:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -16px rgba(0,164,191,.7); }
.btn-wantedly svg { width: 18px; height: 18px; }
.btn-wantedly.is-soon { background: #e9eaee; color: var(--muted); box-shadow: none; cursor: not-allowed; }
.btn-wantedly.is-soon:hover { transform: none; }

/* ===== Contact form (front only) ===== */
.form { max-width: 760px; }
.form__row { margin-bottom: 26px; }
.form__row label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 10px; letter-spacing: .03em; }
.form__row label .req { color: var(--red); font-size: 12px; margin-left: 8px; }
.form__row input, .form__row textarea, .form__row select { width: 100%; font: inherit; font-size: 15px; color: var(--text); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 15px 16px; transition: border-color .3s, box-shadow .3s; }
.form__row input:focus, .form__row textarea:focus, .form__row select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(14,65,159,.1); }
.form__row textarea { min-height: 160px; resize: vertical; }
.form__note { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.form__submit { margin-top: 8px; }
.form__disclaimer { margin-top: 20px; font-size: 12.5px; color: var(--muted); line-height: 1.8; }

/* honeypot (spam trap) — visually hidden */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* consent */
.form__consent { margin: 4px 0 26px; }
.form__consent label { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.7; font-weight: 500; cursor: pointer; }
.form__consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--blue); }
.form__consent a { color: var(--blue); text-decoration: underline; }
.form__consent .req { color: var(--red); font-size: 12px; margin-left: 6px; }

/* confirm modal */
.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(11,13,18,.6); }
.modal__panel { position: relative; z-index: 1; width: 100%; max-width: 560px; max-height: 88vh; overflow-y: auto; background: var(--paper); border-radius: 16px; padding: clamp(24px,4vw,40px); box-shadow: 0 30px 80px -20px rgba(0,0,0,.45); }
.modal__title { font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.modal__note { font-size: 13.5px; color: var(--text-soft); margin-bottom: 20px; line-height: 1.7; }
.modal__list > div { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.modal__list dt { font-size: 13px; font-weight: 700; color: var(--text); }
.modal__list dd { font-size: 14px; color: var(--text-soft); line-height: 1.7; white-space: pre-wrap; word-break: break-word; }
.modal__actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 24px; }
.modal__actions .btn--ghost { flex: 0 0 auto; padding: 14px 24px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font: inherit; font-size: 14px; font-weight: 700; color: var(--text); cursor: pointer; transition: border-color .3s, background .3s; }
.modal__actions .btn--ghost:hover { border-color: var(--text); background: var(--paper-2); }
.modal__actions .btn--submit { flex: 0 0 auto; padding: 14px 24px; font-size: 14px; box-shadow: none; }
.modal__status { margin-top: 14px; font-size: 13.5px; color: var(--red); min-height: 1.2em; line-height: 1.6; }

/* completion message */
.form__done { max-width: 760px; padding: 30px 32px; border-radius: 12px; background: rgba(14,65,159,.06); border: 1px solid rgba(14,65,159,.2); }
.form__done h3 { font-size: 20px; font-weight: 900; margin-bottom: 10px; color: var(--blue); }
.form__done p { font-size: 14.5px; line-height: 1.9; color: var(--text-soft); }
.form__done a { color: var(--blue); text-decoration: underline; }

@media (max-width: 520px) {
  .modal__list > div { grid-template-columns: 1fr; gap: 4px; }
  .modal__actions { flex-direction: column-reverse; }
  .modal__actions .btn--ghost, .modal__actions .btn--submit { width: 100%; justify-content: center; }
}
.btn--submit { background: var(--grad); color: #fff; border-radius: 999px; padding: 18px 44px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 12px; transition: transform .3s var(--ease), box-shadow .3s; box-shadow: 0 12px 30px -14px rgba(160,21,12,.6); }
.btn--submit:hover { transform: translateY(-2px); }

/* news list (full) */
.nlist { border-top: 1px solid var(--line); }
.nlist a { display: grid; grid-template-columns: 130px 110px 1fr 40px; align-items: center; gap: 22px; padding: clamp(20px,2.4vw,28px) 6px; border-bottom: 1px solid var(--line); transition: padding-left .35s var(--ease), background .35s; }
.nlist a:hover { padding-left: 16px; background: var(--paper-2); }

/* contact split block reused on sub-pages */
.subcta { background: var(--ink); color: #fff; text-align: center; }
.subcta .psec__lead { color: rgba(255,255,255,.82); }

/* PROFILE + MAP/ACCESS card layout */
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) clamp(300px, 36vw, 440px); gap: clamp(28px, 4vw, 56px); align-items: stretch; }
.profile-layout .profile-table { max-width: none; }
.access-card { display: flex; flex-direction: column; height: 100%; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--paper); }
.map-embed { position: relative; flex: 1 1 auto; min-height: 260px; width: 100%; overflow: hidden; }
.map-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.access-card__meta { padding: 18px clamp(18px,2vw,24px) 4px; border-top: 1px solid var(--line); }
.access-card__meta > div { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 8px 0; }
.access-card__meta dt { font-family: var(--en); font-weight: 600; font-size: 11.5px; letter-spacing: .1em; color: var(--blue); padding-top: 3px; }
.access-card__meta dd { font-size: 13.5px; line-height: 1.7; color: var(--text-soft); }
.map-link { display: inline-flex; align-items: center; gap: 8px; margin: 8px clamp(18px,2vw,24px) 20px; font-family: var(--en); font-weight: 600; font-size: 13px; letter-spacing: .04em; color: var(--blue); }
.map-link i { font-style: normal; transition: transform .3s var(--ease); }
.map-link:hover i { transform: translateX(4px); }
@media (max-width: 820px) {
  .profile-layout { grid-template-columns: 1fr; gap: 32px; }
  .map-embed { min-height: 300px; height: clamp(300px, 60vw, 380px); }
}

/* ===== 代表メッセージ ===== */
.message__grid { display: grid; grid-template-columns: 0.82fr 1.4fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.message__photo { position: relative; overflow: hidden; aspect-ratio: 3 / 4; background: var(--paper-2); display: grid; place-items: center; }
.message__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.message__photo .ph { position: relative; z-index: 1; text-align: center; color: #fff; }
.message__photo .ph i { display: block; width: 58px; height: 58px; margin: 0 auto 14px; background: #fff; opacity: .85;
  -webkit-mask: url("../assets/images/common/logo-icon-white.png") center / contain no-repeat;
          mask: url("../assets/images/common/logo-icon-white.png") center / contain no-repeat; }
.message__photo .ph span { font-family: var(--en); font-size: 11px; letter-spacing: .16em; opacity: .85; }
.message__lead { font-family: var(--mincho); font-size: clamp(20px, 2.6vw, 30px); font-weight: 700; line-height: 1.75; letter-spacing: .02em; color: var(--text); margin-bottom: 28px; }
.message__lead b { color: var(--red); }
.message__body p { font-size: clamp(15px, 1.5vw, 16.5px); line-height: 2.1; color: var(--text-soft); }
.message__body p + p { margin-top: 20px; }
.message__sign { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); text-align: right; }
.message__sign small { display: block; font-family: var(--en); font-size: 12px; letter-spacing: .1em; color: var(--muted); margin-bottom: 6px; }
.message__sign strong { font-size: clamp(17px, 1.8vw, 20px); letter-spacing: .08em; }
.message__sign-img { display: inline-block; width: auto; height: clamp(34px, 4.2vw, 44px); vertical-align: middle; }   /* 代表の直筆署名（透過PNG） */
@media (max-width: 860px) { .message__grid { grid-template-columns: 1fr; } .message__photo { width: 100%; max-width: 320px; margin-inline: auto; } }

/* ===== Article (news detail) ===== */
.art-head__meta { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.art-head__meta time { font-family: var(--en); letter-spacing: .06em; color: rgba(255,255,255,.72); font-size: 14px; font-feature-settings: "tnum" 1; }
.art-head__meta .tag { border-color: rgba(255,255,255,.4); color: #fff; }
.art-head__meta .tag--red { border-color: rgba(216,67,31,.8); color: #ffb9a6; }
.art-head__title { position: relative; z-index: 2; font-size: clamp(23px, 3vw, 40px); font-weight: 800; line-height: 1.5; letter-spacing: .02em; max-width: 26em; }
.article { max-width: 820px; margin-inline: auto; }
.article__body p { font-size: clamp(15px, 1.5vw, 16.5px); line-height: 2.15; color: var(--text-soft); }
.article__body p + p { margin-top: 26px; }
.article__body p:first-child { color: var(--text); font-weight: 500; }
.article__foot { margin-top: clamp(40px, 5vw, 60px); padding-top: 28px; border-top: 1px solid var(--line); }
.link-back { display: inline-flex; align-items: center; gap: 10px; font-family: var(--en); font-weight: 600; font-size: 14px; letter-spacing: .04em; transition: color .3s; }
.link-back:hover { color: var(--blue); }

/* article body — headings / lists (privacy policy etc.) */
.article__body h2 { font-size: clamp(17px, 1.9vw, 22px); font-weight: 800; letter-spacing: .02em; margin: 44px 0 14px; color: var(--text); padding-left: 14px; border-left: 3px solid var(--red); }
.article__body h2:first-child { margin-top: 0; }
.article__body ol, .article__body ul { margin: 14px 0 0; padding-left: 1.4em; }
.article__body li { font-size: clamp(14px, 1.4vw, 15.5px); line-height: 1.95; color: var(--text-soft); margin-bottom: 8px; }
.article__body .pp-intro { color: var(--text); font-weight: 500; }
.article__body .pp-meta { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 14px; line-height: 2; color: var(--text-soft); }
.article__body .pp-meta dt { display: inline; font-weight: 700; color: var(--text); }
.article__body .pp-meta dd { display: inline; margin: 0; }

@media (max-width: 900px) {
  .bdetail, .values, .jobs { grid-template-columns: 1fr; }
  .bdetail:nth-child(even) .bdetail__media { order: 0; }
  .wantedly { flex-direction: column; align-items: flex-start; }
  .wantedly .btn-wantedly { align-self: flex-end; }   /* mobile: button to the right end (text stays left) */
}
@media (max-width: 768px) {
  .nlist a { grid-template-columns: auto 1fr; grid-template-areas: "date tag" "h h"; row-gap: 10px; }
  .nlist time { grid-area: date; } .nlist .tag { grid-area: tag; justify-self: start; } .nlist .news__h { grid-area: h; } .nlist .news__ar { display: none; }
  .profile-table > div { grid-template-columns: 1fr; gap: 6px; }
}

/* ===== Interview cards (Wantedly) ===== */
.intv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 28px); }
.intv { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--paper); transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s; }
.intv:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -40px rgba(20,30,60,.42); border-color: transparent; }
.intv__media { aspect-ratio: 1200 / 630; overflow: hidden; background: var(--paper-2); }
.intv__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.intv:hover .intv__media img { transform: scale(1.05); }
.intv__body { padding: clamp(18px, 1.8vw, 24px); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.intv__cat { font-family: var(--en); font-weight: 700; font-size: 11px; letter-spacing: .14em; color: var(--red); }
.intv__title { font-size: 15px; line-height: 1.7; font-weight: 700; letter-spacing: .01em; color: var(--text); }
.intv__more { margin-top: auto; padding-top: 6px; font-family: var(--en); font-weight: 600; font-size: 13px; letter-spacing: .06em; color: var(--blue); display: inline-flex; align-items: center; gap: 8px; }
.intv__more i { transition: transform .3s var(--ease); font-style: normal; }
.intv:hover .intv__more i { transform: translateX(5px); }
@media (max-width: 900px) { .intv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .intv-grid { grid-template-columns: 1fr; } }
.badge-open { font-family: var(--en); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; color: #00a4bf; border: 1px solid #00a4bf; border-radius: 999px; padding: 5px 12px; white-space: nowrap; }

/* ===== Service meta / CTA (BizScan360) ===== */
.svc-foot { margin-top: clamp(34px, 4vw, 52px); display: flex; align-items: center; justify-content: space-between; gap: 28px 40px; flex-wrap: wrap; padding-top: clamp(28px, 3vw, 40px); border-top: 1px solid var(--line); }
.svc-meta { display: flex; gap: clamp(26px, 4vw, 56px); flex-wrap: wrap; }
.svc-meta dt { font-family: var(--en); font-weight: 600; font-size: 11px; letter-spacing: .16em; color: var(--muted); margin-bottom: 8px; }
.svc-meta dd { font-family: var(--jp); font-weight: 800; font-size: clamp(18px, 1.8vw, 24px); letter-spacing: .01em; }
.svc-meta dd span { font-size: 13px; font-weight: 600; color: var(--text-soft); }
@media (max-width: 768px) { .svc-foot { flex-direction: column; align-items: flex-start; } }

/* ===== BizScan360 — product panel ===== */
.bizscan { position: relative; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); overflow: hidden; box-shadow: 0 34px 80px -54px rgba(20,30,60,.45); }
.bizscan::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad); z-index: 3; }
.bizscan__top { display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(28px, 4vw, 56px); padding: clamp(30px, 4vw, 52px); align-items: center; }
.bizscan__brand { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.bizscan__logo { font-family: var(--en); font-weight: 700; font-size: clamp(28px, 3.6vw, 46px); letter-spacing: .01em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bizscan__sub { font-weight: 700; font-size: 14px; letter-spacing: .08em; color: var(--text-soft); }
.bizscan__lead { font-size: 15px; line-height: 1.95; color: var(--text-soft); margin-bottom: 18px; max-width: 42em; }
.bizscan__deliv { font-size: 13px; color: var(--text-soft); margin-bottom: 26px; }
.bizscan__deliv span { font-family: var(--en); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 3px 11px; margin-right: 12px; }
.bizscan__price { text-align: center; padding: clamp(24px, 2.6vw, 34px) clamp(18px, 2vw, 28px); border-radius: 10px; background: var(--paper-2); border: 1px solid var(--line); transition: border-color .4s, box-shadow .4s; }
.bizscan__price:hover { border-color: transparent; box-shadow: 0 24px 50px -34px rgba(20,30,60,.42); }
.bizscan__price:hover .bizscan__price-value { -webkit-text-fill-color: transparent; }
.bizscan__price:hover .bizscan__price-value::after { transform: scaleX(1); }
.bizscan__price-label { display: block; font-family: var(--en); font-weight: 600; font-size: 11px; letter-spacing: .16em; color: var(--muted); margin-bottom: 10px; }
.bizscan__price-value { display: inline-block; position: relative; font-family: var(--jp); font-weight: 800; font-size: clamp(30px, 4vw, 44px); letter-spacing: .01em; line-height: 1.1; color: var(--text); background: linear-gradient(100deg, var(--red), #6a1f54 50%, var(--blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: var(--text); transition: -webkit-text-fill-color .45s var(--ease); }
.bizscan__price-value::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; border-radius: 2px; background: linear-gradient(100deg, var(--red), var(--blue)); transform: scaleX(0); transform-origin: center; transition: transform .5s var(--ease); }
.bizscan__price-value em { font-style: normal; font-size: 13px; font-weight: 600; color: var(--text-soft); margin-left: 2px; }
/* price: fade in while rising up from below (JS toggles .is-pre / .is-in on scroll into view) */
@keyframes priceRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.bizscan__price-value.is-pre { opacity: 0; }
.bizscan__price-value.is-in { animation: priceRise .7s var(--ease) both; }
.bizscan__price-note { display: block; margin-top: 14px; font-size: 12.5px; color: var(--text-soft); line-height: 1.8; }
.bizscan__price-note b { color: var(--red); font-weight: 800; }
.bizscan__flow { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.bizscan__step { position: relative; padding: clamp(24px, 2.6vw, 34px); transition: background .35s var(--ease); }
.bizscan__step:hover { background: var(--paper-2); }   /* subtle gray tint on hover, like the news list items */
.bizscan__step + .bizscan__step { border-left: 1px solid var(--line); }
.bizscan__step-no { font-family: var(--en); font-weight: 700; font-size: 11px; letter-spacing: .16em; color: var(--red); display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.bizscan__step-no::before { content: ""; width: 16px; height: 1px; background: var(--red-hot); }
.bizscan__step h3 { font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; margin-bottom: 10px; letter-spacing: .02em; }
.bizscan__step p { font-size: 13.5px; line-height: 1.85; color: var(--text-soft); }
.bizscan__step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); z-index: 2; font-family: var(--en); color: var(--muted); background: var(--paper); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-size: 12px; }
.bizscan__cta { display: flex; justify-content: center; padding: clamp(24px, 3vw, 34px); border-top: 1px solid var(--line); }
@media (max-width: 860px) {
  .bizscan__top { grid-template-columns: 1fr; }
  .bizscan__flow { grid-template-columns: 1fr; }
  .bizscan__step + .bizscan__step { border-left: 0; border-top: 1px solid var(--line); }
  .bizscan__step:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -12px; transform: translateX(50%); }
}
