@charset "UTF-8";

/* ============================================================
   INDUSTRY INDEX
   /industry/css/industry.css
============================================================ */

.area-result .container,
.works .container,
.industry-flow .container,
.area-faq .container,
.area-difference .container{ position: relative; }

/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes charaIn {
  from { opacity: 0; transform: translateX(-18px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes charaBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes balloonIn {
  from { opacity: 0; transform: scale(.9) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 0;
}
.hero-illust { display: none; }

.hero-upper {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0;
  background: linear-gradient(
    180deg,
    #8ecce8 0%,
    #a8d9ef 35%,
    #c8e8f5 55%,
    transparent 80%
  );
}

.hero-bg-text-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  bottom: -56px;
  pointer-events: none;
  z-index: 2;
}
.hero-bg-text-wrap-bottom { display: none; }

.hero-bg-text {
  position: absolute;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 0.88;
  color: rgba(0,0,0,.10);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}
.hero-bg-text--bottom {
  top: -0.05em;
  left: -0.02em;
  font-size: clamp(83px, 17.4vw, 244px);
  color: rgba(255,255,255,.48);
}
.hero-bg-text--top {
  top: -0.1em;
  right: -0.02em;
  left: auto;
  font-size: clamp(50px, 10vw, 132px);
  color: rgba(91,173,209,.12);
    text-align: right;
}

.hero-upper-inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
  padding: 32px 5% 0;
  gap: 0;
}

.hero-chara-col {
  flex: 0 0 auto;
  width: clamp(200px, 26vw, 340px);
  align-self: flex-end;
  position: relative;
  z-index: 20;
  margin-right: -1%;
  margin-bottom: -2%;
  animation: charaIn .9s var(--ease) .28s both;
}
.hero-chara-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0,30,60,.15));
  animation: charaBob 4.2s ease-in-out infinite;
}

.hero-copy-col {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
}
.hero-copy-eyebrow {
  display: inline-block;
  font-size: clamp(10px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: .18em;
  color: #fff;
  background: #111;
  padding: 3px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.4;
  transform: rotate(-2deg);
  transform-origin: left center;
  margin-bottom: -14px;
  top: 18px;
  margin-left: -18px;
  position: relative;
  z-index: 2;
}
.hero-h1 {
  font-size: clamp(16px, 4.4vw, 49px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -.04em;
  color: #1a1a1a;
  margin: 3% 0 0;
  position: relative;
  z-index: 1;
}
.hero-h1-inner {
  display: inline;
  background: #fff;
  padding: 4px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-h1-inner span {
  color: #b8a800;
}

.hero-panel-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 5% 56px;
}
.hero-panel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 48px 40px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 8px 40px rgba(21,41,84,.08);
  overflow: hidden;
}
.hero-panel-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  color: rgba(var(--soft-r), var(--soft-g), var(--soft-b), .78);
}
.area-page-hero__lead {
  font-weight: 600;
  margin: 0 0 1em;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.95;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.area-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.area-hero-actions .btn { min-width: 180px; }

/* ============================================================
   NT-FAST
============================================================ */
.nt-fast-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.nt-fast-heading {
  margin-bottom: 15px;
}
.nt-fast-heading h2 {
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.25;
  margin: 0;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.nt-fast-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 16px 0 24px;
}
.nt-fast-card {
  background: #b8a800;
  border-radius: 6px;
  padding: 32px 28px 28px;
  position: relative;
  overflow: hidden;
  transform: rotate(-2deg);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  border: solid 1px #fff;
  box-shadow: 0 5px 10px rgba(184,168,0,.25);
}
.nt-fast-card:hover {
  transform: rotate(-2deg) translateY(-6px);
}
.nt-fast-num {
  position: absolute;
  bottom: -0.12em;
  right: 0.04em;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: clamp(80px, 9vw, 120px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,.22);
  letter-spacing: -.04em;
  pointer-events: none;
  user-select: none;
}
.nt-fast-bar {
  width: 28px;
  height: 3px;
  background: rgba(255,255,255,.5);
  border-radius: 2px;
  margin-bottom: 16px;
}
.nt-fast-main {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 12px;
}
.nt-fast-sub {
  line-height: 1.85;
  color: rgba(255,255,255,1.0);
  margin: 0;
}

/* ============================================================
   NARRATIVE
============================================================ */
.nw-section {
  padding-top: 72px !important;
  padding-bottom: 0 !important;
  overflow: visible;
}
.nw-spine { position: relative; }
.nw-spine::before { content: none; }

.nw-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
}
.nw-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 32px;
  align-items: stretch;
}
.nw-gutter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}
.nw-gutter::after {
  content: "";
  flex: 1;
  width: 1px;
  margin-top: 8px;
  background: linear-gradient(180deg,
    rgba(74,124,255,.18) 0%,
    rgba(74,124,255,.18) 75%,
    rgba(74,124,255,0)  100%
  );
}
.nw-node {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.nw-node-a {
  background: #4a7cff;
  box-shadow: 0 0 0 4px rgba(74,124,255,.13);
}
.nw-node-b {
  background: #fff;
  border: 2px solid rgba(200,50,50,.55);
  box-shadow: 0 0 0 4px rgba(200,50,50,.07);
  margin-top: 3px;
}
.nw-connector { padding: 32px 0; }
.nw-con-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 32px;
  align-items: start;
}
.nw-con-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nw-con-tick {
  width: 1px; height: 26px;
  background: rgba(74,124,255,.2);
}
.nw-con-tick-red  { background: rgba(200,50,50,.24); }
.nw-con-arrow {
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(74,124,255,.24);
  margin-top: -1px;
}
.nw-con-arrow-red { border-top-color: rgba(200,50,50,.24); }
.nw-con-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 6px;
}
.nw-con-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 4px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nw-con-tag-red {
  background: rgba(200,50,50,.04);
  border: 1px solid rgba(200,50,50,.1);
  color: #c83232;
}
.nw-con-desc {
  font-size: clamp(14px, 1.5vw, 16px);
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  letter-spacing: .01em;
  font-weight: 700;
}
.nw-block { position: relative; }
.nw-block-a { padding-bottom: 8px; }
.nw-block-bc { position: relative; }
.nw-content { min-width: 0; }

.nw-eyebrow {
  display: block;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(74,124,255,.7);
  margin-bottom: 18px;
}
.nw-eyebrow-red { color: rgba(200,50,50,.65); }

.nw-a-h2,
.nw-b-h2 {
  font-size: clamp(20px, 5.2vw, 40px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.28;
  margin-bottom: 24px;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.nw-a-h2 span,
.nw-b-h2 span {
    color: #bbb907;
}

.nw-a-h2 em {
  font-style: normal;
  position: relative;
}
.nw-a-h2 em::after {
  content: "";
  position: absolute;
  left: 0; bottom: 2px;
  width: 100%; height: 3px;
  background: rgba(74,124,255,.3);
  border-radius: 2px;
}
.nw-a-body {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2.08;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .65);
}
.nw-a-body p + p { margin-top: 20px; }
.nw-a-body strong {
  font-weight: 700;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  border-bottom: 2px solid rgba(74,124,255,.28);
  padding-bottom: 1px;
}
.nw-block-bc .nw-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
  padding-bottom: 72px;
}
.nw-bc-head { margin-bottom: 8px; }
.nw-qa-pair {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 0 16px;
  align-items: stretch;
  border-bottom: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  padding: 28px 0;
}
.nw-qa-pair:first-of-type {
  border-top: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
}
.nw-qa-issue {
  padding: 20px 22px;
  border-radius: 12px;
  background: rgba(200,50,50,.04);
  border: 1px solid rgba(200,50,50,.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nw-qa-answer {
  padding: 20px 22px;
  border-radius: 12px;
  background: rgba(61,184,122,.04);
  border: 1px solid rgba(61,184,122,.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nw-qa-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  align-self: flex-start;
}
.nw-qa-label-issue  { background: rgba(200,50,50,.08);  color: #c83232; border: 1px solid rgba(200,50,50,.15); }
.nw-qa-label-answer { background: rgba(61,184,122,.08); color: #2a9460; border: 1px solid rgba(61,184,122,.2); }
.nw-qa-title {
  font-size: clamp(14px, 1.5vw, 15.5px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.45;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  margin: 0;
}
.nw-qa-desc {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .72);
  margin: 0;
}
.nw-qa-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nw-qa-arrow svg {
  width: 20px; height: 20px;
  stroke: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .28);
  fill: none;
  flex-shrink: 0;
}

/* ============================================================
   LOCAL CARDS
============================================================ */
.fj-local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.fj-local-card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  box-shadow: 0 10px 32px rgba(12,35,64,.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s ease;
}
.fj-local-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(12,35,64,.08);
}
.fj-local-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  border-radius: 20px 0 0 20px;
}
.fj-local-card--station::before { background: linear-gradient(180deg, #4a7cff, #7eb5ff); }
.fj-local-card--sea::before     { background: linear-gradient(180deg, #3db87a, #6fd3a8); }
.fj-local-card--living::before  { background: linear-gradient(180deg, #8e6cff, #b49dff); }
.fj-local-card__head { margin-bottom: 14px; }
.fj-local-card__zone {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.fj-local-card--station .fj-local-card__zone { color: #4a7cff; }
.fj-local-card--sea .fj-local-card__zone { color: #3db87a; }
.fj-local-card--living .fj-local-card__zone { color: #8e6cff; }
.fj-local-card h3 {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.025em;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
}
.fj-local-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.95;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .82);
}

/* ============================================================
   AREA RESULT / INDUSTRY LINKS
============================================================ */
.area-result {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: #fff;
}
/* ============================================================
   INDUSTRY CARD — 業種カード（カラーテーマ付き新デザイン）
============================================================ */
.area-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
  align-items: stretch;
}
.industry-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* カード共通 */
.area-result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: transform 0.3s cubic-bezier(.22,1,.36,1), box-shadow 0.3s ease;
  /* a要素として使う場合のリセット */
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.area-result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,.12);
}

/* 数字（大きなゴシック） */
.area-result-card::before {
  content: attr(data-num);
  display: block;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin-bottom: 16px;
  position: static;
  width: auto;
  height: auto;
  background: none;
}
.area-result-card::after {
  display: none;
}

/* 見出し */
.area-result-card h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
  position: static;
  z-index: auto;
}
.area-result-card h3::before {
  display: none;
}

/* 本文 */
.area-result-card p {
  font-size: 13px;
  line-height: 1.9;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  flex: 1;
  position: static;
  z-index: auto;
}

/* タグ群 */
.card-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  position: static;
  z-index: auto;
}
.card-kw {
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* CTA ボタン（全幅・カード下端固定） */
.industry-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: 0;
  padding: 18px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: opacity .2s ease, padding-right .22s cubic-bezier(.22,1,.36,1);
  pointer-events: none; /* カード全体がリンクなので個別のクリックは不要 */
}
.area-result-card:hover .industry-card-link {
  opacity: .85;
  padding-right: 22px;
}
.area-result-card:hover .industry-card-link::after {
  transform: translateX(4px);
}
.industry-card-link:hover {
  opacity: .85;
  padding-right: 22px;
}
.industry-card-link::after {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  display: block;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.industry-card-link:hover::after {
  transform: translateX(4px);
}

/* ---- カード別カラーテーマ ---- */

/* 美容室 : アイボリー × テラコッタ */
.area-result-card[data-num="01"] {
  background: #FAF6F0;
  border-color: #E8D8C4;
}
.area-result-card[data-num="01"]::before { color: rgba(201,122,82,.22); }
.area-result-card[data-num="01"] h3      { color: #3D2010; }
.area-result-card[data-num="01"] p       { color: #7A5A44; }
.area-result-card[data-num="01"] .card-kw {
  background: #F2E4D4;
  color: #944E2C;
  border: 1px solid #DFC3A8;
}
.area-result-card[data-num="01"] .industry-card-link {
  background: #C97A52;
  color: #FAF6F0;
}
.area-result-card[data-num="01"] .industry-card-link::after {
  background-color: #FAF6F0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7h10M7.5 3 12 7l-4.5 4' stroke='%23C97A52' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* 飲食店 : クリーム × セージグリーン */
.area-result-card[data-num="02"] {
  background: #F3F6EF;
  border-color: #CDD9C0;
}
.area-result-card[data-num="02"]::before { color: rgba(106,140,90,.2); }
.area-result-card[data-num="02"] h3      { color: #1E2D18; }
.area-result-card[data-num="02"] p       { color: #4A6040; }
.area-result-card[data-num="02"] .card-kw {
  background: #E0EBD6;
  color: #3D6030;
  border: 1px solid #BFCFB0;
}
.area-result-card[data-num="02"] .industry-card-link {
  background: #4A7035;
  color: #F3F6EF;
}
.area-result-card[data-num="02"] .industry-card-link::after {
  background-color: #F3F6EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7h10M7.5 3 12 7l-4.5 4' stroke='%234A7035' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* 介護タクシー : リネン × ダストブルー */
.area-result-card[data-num="03"] {
  background: #F2F4F8;
  border-color: #C4CEDC;
}
.area-result-card[data-num="03"]::before { color: rgba(74,106,144,.2); }
.area-result-card[data-num="03"] h3      { color: #162030; }
.area-result-card[data-num="03"] p       { color: #3A5068; }
.area-result-card[data-num="03"] .card-kw {
  background: #DDE4EF;
  color: #2A4A70;
  border: 1px solid #BCC8DC;
}
.area-result-card[data-num="03"] .industry-card-link {
  background: #2A4A70;
  color: #F2F4F8;
}
.area-result-card[data-num="03"] .industry-card-link::after {
  background-color: #F2F4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7h10M7.5 3 12 7l-4.5 4' stroke='%232A4A70' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ============================================================
   WORKS
============================================================ */
.works {
  background: transparent;
}
.wc {
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0;
  margin-top: 48px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.9);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.09);
  box-shadow: 0 20px 56px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: inherit;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .3s ease;
}
.wc:first-of-type { margin-top: 52px; }
.wc:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 72px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.11);
  border-color: rgba(var(--border-r),var(--border-g),var(--border-b),.15);
}
.wc-num {
  position: absolute;
  top: 20px;
  right: 28px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.wc-thumb {
  margin: 0;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
.wc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.wc:hover .wc-thumb img { transform: scale(1.04); }
.wc-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 52px 36px 40px;
}
.wc-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.wc-meta span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.8);
  background: rgba(var(--border-r),var(--border-g),var(--border-b),.05);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.07);
}
.wc-role {
  height: 28px !important;
  padding: 0 12px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  background: rgba(var(--border-r),var(--border-g),var(--border-b),.06) !important;
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.1) !important;
}
.role-beauty { color: #8a4a45 !important; }
.role-care { color: #3d6058 !important; }
.role-restaurant { color: #8f5a18 !important; }
.wc-name {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.25;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
}
.wc-name small {
  display: block;
  font-size: .5em;
  font-weight: 500;
  letter-spacing: .02em;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.7);
  margin-top: 4px;
}
.wc-catch {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.65;
  color: rgb(var(--text-r),var(--text-g),var(--text-b));
}
.wc-story {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.wc-story-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 14px;
  border-radius: 14px;
  background: rgba(var(--border-r),var(--border-g),var(--border-b),.03);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.07);
}
.wc-story-item dt {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--soft-r),var(--soft-g),var(--soft-b),.5);
}
.wc-story-item dd {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.85;
  color: rgba(var(--text-r),var(--text-g),var(--text-b),.75);
}
.wc-story-result {
  background: rgba(74,124,255,.04) !important;
  border-color: rgba(74,124,255,.12) !important;
}
.wc-story-result dt { color: var(--accent, #4a7cff) !important; }
.wc-story-result dd {
  font-weight: 700;
  color: rgb(var(--text-r),var(--text-g),var(--text-b)) !important;
}

/* ============================================================
   FLOW
============================================================ */
.industry-flow {
  background: transparent;
}
.industry-flow-grid {
  margin-top: 48px;
}
.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.concept-point {
  position: relative;
  padding: 30px 28px 28px;
  background: rgba(var(--panel-strong-r),var(--panel-strong-g),var(--panel-strong-b),.9);
  border: 1px solid rgba(var(--border-r),var(--border-g),var(--border-b),.08);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.concept-point:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(var(--shadow-r),var(--shadow-g),var(--shadow-b),.09);
}
.concept-point-num {
  display: block;
  position: absolute;
  top: -13%;
  right: 2%;
  line-height: 100%;
  z-index: -1;
  opacity: 0.6;
    font-size: clamp(17px, 9vw, 80px);
    font-weight: 800;
    letter-spacing: -.04em;
}
.concept-point h3 {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.concept-point p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(var(--muted-r),var(--muted-g),var(--muted-b),.88);
  margin: 0;
}

/* ============================================================
   INDUSTRY SUB LINKS
============================================================ */
.industry-sub-links {
  padding: 0 5% 5%;
  max-width: 1280px;
  margin: 0 auto;
}
.industry-sub-links .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, .11);
  border-left: 1px solid rgba(0, 0, 0, .11);
}
.industry-sub-links .container a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 28px;
  background: transparent;
  border-right: 1px solid rgba(0, 0, 0, .11);
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  font-size: 13.5px;
  font-weight: 600;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  letter-spacing: -.01em;
  line-height: 1.5;
  text-decoration: none;
  transition: background .18s ease;
}
.industry-sub-links .container a:hover {
  background: rgba(0, 0, 0, .03);
}
.industry-sub-links .container a::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: .28;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7h10M7.5 3 12 7l-4.5 4' stroke='%23111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: opacity .18s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
}
.industry-sub-links .container a:hover::after {
  opacity: .65;
  transform: translateX(3px);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .hero-upper-inner { padding: 24px 5% 0; }
  .hero-panel { padding: 72px 5% 36px; }
}

@media (max-width: 1024px) {
  .industry-result-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nw-row,
  .nw-con-row { grid-template-columns: 40px 1fr; gap: 0 20px; }
  .fj-local-grid { grid-template-columns: 1fr; gap: 12px; }
  .wc { grid-template-columns: 1fr; }
  .wc-story { grid-template-columns: 1fr; }
  .concept-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .hero-bg-text--top    { font-size: 13vw; }
  .hero-bg-text--bottom { font-size: clamp(44px, 15vw, 90px); }

  .hero-upper-inner {
    display: block;
    padding: 16px 4% 0;
    position: relative;
  }
  .hero-chara-col {
    width: 31%;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 11%;
  }
  .hero-copy-col {
    padding: 30% 0 24px;
  }
  .hero-copy-eyebrow {
    font-size: clamp(10px, 4.6vw, 32px);
    margin-bottom: 0;
    top: 27%;
    margin-left: 0;
    position: absolute;
    left: 32%;
  }
  .hero-h1 { font-size: clamp(16px, 5.9vw, 40px); }
  .hero-panel-wrap { padding: 0 4% 40px; }
  .hero-panel { padding: 52px 24px 28px; border-radius: 16px; }
  .area-page-hero__lead { font-size: 14px; }
  .area-hero-actions { flex-direction: column; align-items: stretch; }
  .area-hero-actions .btn { width: 100%; min-width: 0; justify-content: center; }

  .nt-fast-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 8px 8px 16px;
  }
  .nt-fast-card { transform: rotate(-1.5deg); }
  .nt-fast-card:hover { transform: rotate(-1.5deg) translateY(-4px); }
  .nt-fast-num { font-size: clamp(64px, 20vw, 96px); }

  .nw-section { padding-top: 52px !important; }
  .nw-row,
  .nw-con-row { grid-template-columns: 36px 1fr; gap: 0 16px; }
  .nw-connector { padding: 24px 0; }
  .nw-qa-pair {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }
  .nw-qa-arrow { transform: rotate(90deg); height: 28px; }
  .fj-local-card { padding: 22px 20px 20px; border-radius: 16px; }

  .area-result { padding-top: 68px !important; padding-bottom: 72px !important; }
  .area-result-card { padding: 24px 22px 0; }
  .area-result-card::before { font-size: 56px; margin-bottom: 12px; }
  .area-result-card h3 { font-size: 22px; }
  .industry-card-link { padding: 16px 20px; font-size: 13px; }
  .industry-card-link::after { width: 28px; height: 28px; }

  .wc-body { padding: 24px 22px 24px; }
  .wc-thumb img { aspect-ratio: 16 / 10; }

  .concept-point-num {
    font-size: clamp(17px, 15vw, 80px);
    right: 2%;
  }

  .industry-sub-links {
    padding: 36px 0 48px;
  }
  .industry-sub-links .container {
    grid-template-columns: 1fr;
  }
  .industry-sub-links .container a {
    padding: 17px 20px;
    font-size: 13px;
  }
}

