/* ============================================
   BridgeOne Website — Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --navy: #1B2E4B;
  --navy-light: #243C61;
  --orange: #F5A623;
  --green: #2EAD6C;
  --light-bg: #F7F8FA;
  --white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-body: #444444;
  --text-light: #888888;
  --border: #E5E7EB;
  --shadow: 0 4px 24px rgba(0,0,0,0.09);
  --shadow-hover: 0 8px 40px rgba(0,0,0,0.15);
  --radius: 8px;
  --transition: 0.25s ease;
  --container: 1160px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Noto Sans JP', sans-serif; color: var(--text-body); line-height: 1.75; background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ===== LAYOUT ===== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== HEADER ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--white);
  height: 68px;
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.header.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.10); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.logo img { height: 42px; width: auto; }
.nav-list { display: flex; align-items: center; gap: 28px; }
.nav-list a { font-size: 12.5px; font-weight: 500; color: var(--text-dark); letter-spacing: 0.06em; padding-bottom: 3px; border-bottom: 2px solid transparent; transition: border-color var(--transition), color var(--transition); }
.nav-list a:hover, .nav-list a.active { color: var(--navy); border-bottom-color: var(--orange); }
.nav-lang { font-size: 11px; border: 1px solid var(--border); padding: 4px 10px; border-radius: 4px; color: var(--text-light); letter-spacing: 0.08em; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu */
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 16px 24px; flex-direction: column; gap: 2px; z-index: 999; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.mobile-menu.active { display: flex; }
.mobile-menu a { display: block; padding: 12px 16px; font-size: 14px; color: var(--text-dark); border-radius: 6px; transition: background var(--transition); }
.mobile-menu a:hover { background: var(--light-bg); }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 30px; border-radius: 4px; font-size: 14.5px; font-weight: 700; letter-spacing: 0.04em; transition: all var(--transition); border: 2px solid transparent; }
.btn-primary { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-primary:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-orange { background: var(--orange); color: #1a1a1a; border-color: var(--orange); }
.btn-orange:hover { background: #e8941a; border-color: #e8941a; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline-white { background: rgba(255,255,255,0.12); color: var(--white); border-color: rgba(255,255,255,0.8); }
.btn-outline-white:hover { background: var(--white); color: var(--navy); }
.btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.btn-sm { padding: 9px 22px; font-size: 13px; }
.btn-arrow::after { content: ' ›'; font-size: 17px; font-weight: 400; }

/* ===== LANGUAGE SWITCHER ===== */
.lang-switch { display: flex; align-items: center; gap: 0; }
.lang-btn { font-size: 11px; font-weight: 500; padding: 4px 8px; border-radius: 4px; color: var(--text-light); letter-spacing: 0.06em; transition: all var(--transition); }
.lang-btn:hover { color: var(--navy); background: var(--light-bg); }
.lang-btn.active { color: var(--navy); font-weight: 700; background: var(--light-bg); }
.lang-sep { color: var(--border); font-size: 10px; line-height: 1; }

/* ===== SECTION COMMONS ===== */
.section { padding: 88px 0; }
.section-sm { padding: 60px 0; }
.section-bg { background: var(--light-bg); }
.section-navy { background: var(--navy); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section-title-en { font-size: clamp(36px, 5vw, 56px); font-weight: 900; color: var(--text-dark); letter-spacing: 0.04em; line-height: 1.1; margin-bottom: 12px; }
.section-title-en.white { color: var(--white); }
.section-title-ja { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--text-dark); margin-bottom: 16px; line-height: 1.4; }
.section-subtitle { font-size: 15px; color: var(--text-light); max-width: 580px; margin: 0 auto; line-height: 1.85; }
.section-subtitle.white { color: rgba(255,255,255,0.75); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { height: 280px; background: var(--navy); display: flex; align-items: center; margin-top: 68px; position: relative; overflow: hidden; }
.page-hero-overlay { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&q=80') center/cover no-repeat; opacity: 0.18; }
.page-hero-content { position: relative; z-index: 1; color: var(--white); }
.page-hero-title { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--white); letter-spacing: 0.04em; margin-bottom: 6px; }
.page-hero-sub { font-size: 15px; color: rgba(255,255,255,0.7); }

/* Breadcrumb */
.breadcrumb { padding: 12px 0; background: var(--white); border-bottom: 1px solid var(--border); }
.breadcrumb-list { display: flex; gap: 6px; align-items: center; font-size: 12px; color: var(--text-light); list-style: none !important; padding: 0 !important; margin: 0 !important; }
.breadcrumb-list li { list-style: none !important; list-style-type: none !important; }
.breadcrumb-list li::marker { content: "" !important; display: none !important; }
.breadcrumb-list a { color: var(--navy); }
.breadcrumb-list a:hover { text-decoration: underline; }

/* ===== HERO (TOP page) ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: var(--navy); margin-top: 68px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&q=80') center/cover no-repeat; opacity: 0.42; }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(27,46,75,0.75) 40%, rgba(27,46,75,0.28) 100%); }
.hero-inner { position: relative; z-index: 1; width: 100%; padding: 0 5% 0 8%; }
.hero-content { max-width: 600px; }
.hero-title { font-size: clamp(44px, 7vw, 80px); font-weight: 900; color: var(--white); line-height: 1.0; letter-spacing: 0.02em; margin-bottom: 24px; }
.hero-lead { font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.85; margin-bottom: 16px; }
.hero-body { font-size: 14.5px; color: rgba(255,255,255,0.75); line-height: 1.9; margin-bottom: 44px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== MARKET SECTION ===== */
.market-section { padding: 88px 0; background: var(--white); }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.market-col-title { font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; color: var(--text-dark); margin-bottom: 20px; line-height: 1.4; border-left: 4px solid var(--orange); padding-left: 16px; }
.market-text { font-size: 15px; color: var(--text-body); line-height: 1.9; margin-bottom: 20px; }
.check-list { display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; }
.check-icon { width: 22px; height: 22px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.check-icon::after { content: '✓'; color: var(--white); font-size: 11px; font-weight: 700; }
.check-text { font-size: 15px; color: var(--text-dark); font-weight: 500; line-height: 1.6; }

/* ===== ABOUT SECTION ===== */
.about-section { padding: 88px 0; background: var(--light-bg); }
.about-content { max-width: 780px; margin: 0 auto; text-align: center; }
.about-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--text-dark); margin-bottom: 24px; line-height: 1.5; }
.about-text { font-size: 15.5px; color: var(--text-body); line-height: 2.0; margin-bottom: 32px; }

/* Support flow */
.support-flow { display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; margin-top: 48px; }
.flow-step { text-align: center; padding: 24px 16px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); width: 175px; min-height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.flow-step-num { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 8px; }
.flow-step-title { font-size: 14px; font-weight: 700; color: var(--text-dark); line-height: 1.4; }
.flow-arrow { font-size: 24px; color: var(--navy); padding: 0 6px; font-weight: 300; display: flex; align-items: center; }

/* ===== SERVICES SECTION ===== */
.services-section { padding: 88px 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.service-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); background: var(--white); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.service-card-img { height: 240px; overflow: hidden; background: var(--light-bg); }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-body { padding: 28px 28px 32px; }
.service-card-num { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 0.12em; margin-bottom: 8px; }
.service-card-title { font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.4; }
.service-card-text { font-size: 14px; color: var(--text-body); line-height: 1.85; margin-bottom: 22px; }

/* ===== CASE SECTION ===== */
.case-section { padding: 88px 0; background: var(--light-bg); }
.case-intro { font-size: 15px; color: var(--text-body); text-align: center; max-width: 680px; margin: 0 auto 52px; line-height: 1.9; }
.case-list { display: flex; flex-direction: column; gap: 28px; max-width: 880px; margin: 0 auto; }
.case-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); transition: transform var(--transition), box-shadow var(--transition); }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.case-card-img { height: 260px; overflow: hidden; }
.case-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.case-card:hover .case-card-img img { transform: scale(1.04); }
.case-card-body { padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.case-card-title { font-size: 20px; font-weight: 700; color: var(--text-dark); }

/* ===== TARGET SECTION ===== */
.target-section { padding: 88px 0; background: var(--white); }
.target-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 760px; margin: 0 auto; }
.target-item { display: flex; align-items: flex-start; gap: 14px; padding: 22px 24px; background: var(--light-bg); border-radius: var(--radius); }
.target-check { width: 26px; height: 26px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.target-check::after { content: '✓'; color: var(--white); font-size: 12px; font-weight: 700; }
.target-text { font-size: 15px; font-weight: 500; color: var(--text-dark); line-height: 1.55; }

/* ===== DOWNLOAD TOP SECTION ===== */
.dl-section { padding: 88px 0; background: var(--navy); }
.dl-section .section-header .section-title-en { color: var(--white); }
.dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dl-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 20px; cursor: pointer; transition: background var(--transition); }
.dl-card:hover { background: rgba(255,255,255,0.15); }
.dl-card-thumb { height: 100px; background: rgba(255,255,255,0.12); border-radius: 4px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; font-size: 32px; overflow: hidden; }
.dl-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dl-card-title { font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 500; line-height: 1.5; }

/* ===== BLOG SECTION ===== */
.blog-section { padding: 88px 0; background: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); transition: transform var(--transition); }
.blog-card:hover { transform: translateY(-4px); }
.blog-card-img { height: 176px; background: var(--light-bg); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 20px; }
.blog-card-cat { display: inline-block; font-size: 11px; background: var(--light-bg); color: var(--text-light); padding: 3px 10px; border-radius: 20px; margin-bottom: 9px; }
.blog-card-title { font-size: 14.5px; font-weight: 700; color: var(--text-dark); line-height: 1.55; margin-bottom: 8px; }
.blog-card-date { font-size: 12px; color: var(--text-light); }

/* ===== CTA BOTTOM ===== */
.cta-section { padding: 88px 0; background: var(--navy); text-align: center; }
.cta-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.5; }
.cta-text { font-size: 15px; color: rgba(255,255,255,0.75); margin-bottom: 40px; line-height: 1.85; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== CONTACT CTA (dual box) ===== */
.dual-cta { padding: 60px 0; background: var(--light-bg); }
.dual-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dual-cta-box { border-radius: var(--radius); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: opacity var(--transition); }
.dual-cta-box:hover { opacity: 0.88; }
.dual-cta-box.navy { background: var(--navy); }
.dual-cta-box.green { background: var(--green); }
.dual-cta-label { font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.08em; margin-bottom: 6px; }
.dual-cta-title { font-size: 24px; font-weight: 700; color: var(--white); }
.dual-cta-arrow { font-size: 36px; color: rgba(255,255,255,0.5); flex-shrink: 0; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: var(--white); padding: 52px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 260px 1fr; gap: 64px; align-items: start; margin-bottom: 44px; }
.footer-logo img { height: 38px; filter: brightness(0) invert(1); margin-bottom: 14px; }
.footer-info { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.9; }
.footer-nav-wrap { display: flex; justify-content: flex-end; align-items: center; }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }
.footer-nav a { font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.06em; transition: color var(--transition); }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 11px; color: rgba(255,255,255,0.45); transition: color var(--transition); }
.footer-links a:hover { color: rgba(255,255,255,0.75); }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.4); }

/* ===== SERVICE PAGE ===== */
.service-overview { padding: 88px 0; background: var(--white); text-align: center; max-width: 780px; margin: 0 auto; }
.service-intro { font-size: 16px; color: var(--text-body); line-height: 2.0; padding: 0 24px; }
.service-blocks { padding: 0 0 88px; background: var(--white); }
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-bottom: 80px; padding: 0 24px; max-width: var(--container); margin-left: auto; margin-right: auto; }
.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }
.service-block-img { border-radius: var(--radius); overflow: hidden; height: 360px; }
.service-block-img img { width: 100%; height: 100%; object-fit: cover; }
.service-block-num { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 0.12em; margin-bottom: 10px; }
.service-block-title { font-size: 26px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; line-height: 1.4; }
.service-block-text { font-size: 15px; color: var(--text-body); line-height: 1.9; margin-bottom: 12px; }
.service-block-bullets { margin-bottom: 24px; display: flex; flex-direction: column; gap: 6px; }
.service-block-bullets li { font-size: 14px; color: var(--text-body); padding-left: 18px; position: relative; line-height: 1.6; }
.service-block-bullets li::before { content: '・'; position: absolute; left: 0; color: var(--navy); }

/* Steps */
.steps-section { padding: 88px 0; background: var(--light-bg); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.step-item { text-align: center; padding: 32px 20px; position: relative; }
.step-item:not(:last-child)::after { content: '›'; position: absolute; right: -10px; top: 38px; font-size: 24px; color: rgba(27,46,75,0.3); font-weight: 400; }
.step-num { width: 52px; height: 52px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: var(--white); margin: 0 auto 14px; }
.step-title { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.step-text { font-size: 13px; color: var(--text-light); line-height: 1.65; }

/* ===== SERVICE DETAIL PAGES ===== */
.detail-hero-text { padding: 80px 0 0; background: var(--white); }
.detail-lead { max-width: 820px; }
.detail-lead-title { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--text-dark); margin-bottom: 20px; line-height: 1.5; border-left: 4px solid var(--orange); padding-left: 18px; }
.detail-lead-text { font-size: 15.5px; color: var(--text-body); line-height: 2.0; }

/* Worry section */
.worry-section { padding: 88px 0; background: var(--light-bg); }
.worry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 820px; margin: 0 auto; }
.worry-item { display: flex; gap: 14px; align-items: flex-start; padding: 22px 24px; background: var(--white); border-radius: var(--radius); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.worry-num { width: 28px; height: 28px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); font-size: 12px; font-weight: 700; }
.worry-text { font-size: 14.5px; color: var(--text-dark); font-weight: 500; line-height: 1.6; }

/* Approach */
.approach-section { padding: 88px 0; background: var(--white); }
.approach-flow { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.aflow-item { display: grid; grid-template-columns: 56px 1fr; gap: 24px; align-items: start; position: relative; padding-bottom: 44px; }
.aflow-item:last-child { padding-bottom: 0; }
.aflow-item:not(:last-child)::before { content: ''; position: absolute; left: 27px; top: 56px; width: 2px; height: calc(100% - 56px); background: linear-gradient(to bottom, var(--navy), var(--border)); }
.aflow-icon { width: 56px; height: 56px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; color: var(--white); flex-shrink: 0; }
.aflow-title { font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; padding-top: 14px; line-height: 1.4; }
.aflow-text { font-size: 14px; color: var(--text-body); line-height: 1.85; }

/* Deliverables */
.deliverables-section { padding: 88px 0; background: var(--light-bg); }
.deliverables-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.deliverable-item { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); border-top: 3px solid var(--navy); }
.deliverable-num { font-size: 36px; font-weight: 900; color: rgba(26, 35, 64, 0.45); line-height: 1; margin-bottom: 10px; }
.deliverable-title { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.4; }
.deliverable-text { font-size: 14px; color: var(--text-body); line-height: 1.85; }

/* FAQ */
.faq-section { padding: 88px 0; background: var(--white); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 28px 0; }
.faq-q { display: flex; gap: 14px; font-size: 15.5px; font-weight: 700; color: var(--text-dark); line-height: 1.55; margin-bottom: 14px; }
.faq-q::before { content: 'Q.'; color: var(--navy); font-size: 17px; flex-shrink: 0; }
.faq-a { display: flex; gap: 14px; font-size: 15px; color: var(--text-body); line-height: 1.9; }
.faq-a::before { content: 'A.'; color: var(--orange); font-size: 17px; font-weight: 700; flex-shrink: 0; }

/* Phase */
.phase-section { padding: 88px 0; background: var(--light-bg); }
.phase-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.phase-item { display: grid; grid-template-columns: 160px 1fr; gap: 40px; align-items: start; padding: 40px 0; border-bottom: 1px solid var(--border); }
.phase-item:last-child { border-bottom: none; }
.phase-badge { background: var(--navy); color: var(--white); padding: 8px 18px; border-radius: 24px; font-size: 13px; font-weight: 700; text-align: center; white-space: nowrap; width: fit-content; }
.phase-title { font-size: 19px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.4; }
.phase-text { font-size: 14.5px; color: var(--text-body); line-height: 1.9; }

/* ===== COMPANY PAGE ===== */
.mission-section { padding: 88px 0; background: var(--light-bg); }
.mission-content { max-width: 800px; margin: 0 auto; }
.mission-title { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--text-dark); text-align: center; margin-bottom: 24px; }
.mission-icon { font-size: 48px; text-align: center; margin-bottom: 16px; }
.mission-text { font-size: 15.5px; color: var(--text-body); line-height: 2.0; text-align: center; }
.strengths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.strength-item { background: var(--light-bg); border-radius: var(--radius); padding: 32px; border-left: 4px solid var(--navy); }
.strength-num { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 8px; }
.strength-title { font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; line-height: 1.4; }
.strength-text { font-size: 14px; color: var(--text-body); line-height: 1.85; }
.company-table-wrap { max-width: 800px; margin: 0 auto; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 20px 28px; border-bottom: 1px solid var(--border); font-size: 15px; text-align: left; vertical-align: top; line-height: 1.7; }
.company-table th { width: 200px; font-weight: 700; color: var(--text-dark); background: var(--light-bg); }
.company-table td { color: var(--text-body); background: var(--white); }
.company-table tr:last-child th, .company-table tr:last-child td { border-bottom: none; }
.message-section { padding: 88px 0; background: var(--white); }
.message-box { max-width: 800px; margin: 0 auto; }
.message-text { font-size: 15.5px; color: var(--text-body); line-height: 2.1; }

/* ===== CASE PAGE ===== */
.case-detail-section { padding: 88px 0; background: var(--white); }
.case-block { margin-bottom: 80px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.case-block:last-child { margin-bottom: 0; }
.case-block-img { height: 380px; overflow: hidden; }
.case-block-img img { width: 100%; height: 100%; object-fit: cover; }
.case-block-body { padding: 48px; }
.case-block-tag { display: inline-block; background: var(--navy); color: var(--white); padding: 4px 16px; border-radius: 20px; font-size: 12px; font-weight: 500; margin-bottom: 16px; letter-spacing: 0.06em; }
.case-block-title { font-size: 26px; font-weight: 700; color: var(--text-dark); margin-bottom: 36px; line-height: 1.4; }
.case-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.case-detail-item { padding: 24px; background: var(--light-bg); border-radius: var(--radius); }
.case-detail-item.full { grid-column: 1 / -1; }
.case-detail-label { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.case-detail-text { font-size: 14.5px; color: var(--text-body); line-height: 1.9; }

/* ===== BLOG & NEWS PAGE ===== */
.blog-page-section { padding: 88px 0; background: var(--white); }
.categories { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.cat-btn { padding: 7px 20px; border: 2px solid var(--border); border-radius: 24px; font-size: 13px; background: var(--white); color: var(--text-body); cursor: pointer; transition: all var(--transition); }
.cat-btn:hover, .cat-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.blog-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.news-list { max-width: 800px; margin: 0 auto; }
.news-item { display: flex; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.news-meta { flex-shrink: 0; min-width: 120px; }
.news-date { font-size: 13px; color: var(--text-light); margin-bottom: 8px; }
.news-tag { display: inline-block; font-size: 11px; background: var(--light-bg); color: var(--text-light); padding: 3px 10px; border-radius: 3px; }
.news-title { font-size: 15.5px; color: var(--text-dark); font-weight: 500; line-height: 1.65; transition: color var(--transition); }
.news-title:hover { color: var(--navy); }

/* ===== DOWNLOAD PAGE ===== */
.dl-page-section { padding: 88px 0; background: var(--white); }
.dl-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dl-page-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); cursor: pointer; transition: transform var(--transition), box-shadow var(--transition); }
.dl-page-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.dl-page-thumb { height: 170px; background: var(--light-bg); display: flex; align-items: center; justify-content: center; overflow: hidden; font-size: 52px; position: relative; }
.dl-page-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dl-page-body { padding: 24px; }
.dl-page-title { font-size: 15px; font-weight: 700; color: var(--text-dark); line-height: 1.55; margin-bottom: 12px; }
.dl-page-desc { font-size: 13px; color: var(--text-light); line-height: 1.65; margin-bottom: 16px; }

/* Modal */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.65); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.modal { background: var(--white); border-radius: var(--radius); padding: 48px; max-width: 520px; width: 100%; position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 26px; color: var(--text-light); line-height: 1; transition: color var(--transition); }
.modal-close:hover { color: var(--text-dark); }
.modal-title { font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.modal-doc { font-size: 14px; color: var(--orange); font-weight: 500; margin-bottom: 24px; }
.modal-desc { font-size: 14px; color: var(--text-light); margin-bottom: 28px; line-height: 1.75; }

/* ===== CONTACT PAGE ===== */
.contact-section { padding: 88px 0; background: var(--white); }
.contact-form-wrap { max-width: 640px; margin: 0 auto; }
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.form-label .req { color: #E53E3E; font-size: 11px; margin-left: 6px; font-weight: 500; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 13px 16px; border: 2px solid var(--border); border-radius: 6px; font-size: 15px; font-family: inherit; color: var(--text-dark); transition: border-color var(--transition); background: var(--white); }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--navy); }
.form-textarea { height: 160px; resize: vertical; }
.form-note { font-size: 13px; color: var(--text-light); margin-top: 6px; line-height: 1.6; }
.form-submit { width: 100%; padding: 16px; background: var(--navy); color: var(--white); border: none; border-radius: 6px; font-size: 16px; font-weight: 700; font-family: inherit; cursor: pointer; transition: background var(--transition), transform var(--transition); letter-spacing: 0.06em; }
.form-submit:hover { background: var(--navy-light); transform: translateY(-2px); }

/* ===== CONTACT FORM 7 STYLING ===== */
.wpcf7 { width: 100%; }
.wpcf7-form p { margin-bottom: 20px; }
.wpcf7-form label { display: block; font-size: 14px; font-weight: 700; color: var(--text-dark) !important; margin-bottom: 8px; }
.wpcf7-form .wpcf7-form-control-wrap { display: block !important; width: 100% !important; }

/* テキスト・メール入力欄 */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-url,
.wpcf7-form-control.wpcf7-number {
  width: 100% !important;
  max-width: 100% !important;
  padding: 13px 16px !important;
  border: 2px solid var(--border) !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  color: var(--text-dark) !important;
  background: var(--white) !important;
  box-sizing: border-box !important;
  display: block !important;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus { outline: none !important; border-color: var(--navy) !important; }

/* テキストエリア */
.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 13px 16px !important;
  border: 2px solid var(--border) !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  color: var(--text-dark) !important;
  background: var(--white) !important;
  box-sizing: border-box !important;
  height: 160px !important;
  resize: vertical !important;
  display: block !important;
}
.wpcf7-form-control.wpcf7-textarea:focus { outline: none !important; border-color: var(--navy) !important; }

/* 送信ボタン */
.wpcf7-form-control.wpcf7-submit {
  width: 100% !important;
  padding: 16px !important;
  background: var(--navy) !important;
  color: var(--white) !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  letter-spacing: 0.06em !important;
  display: block !important;
}
.wpcf7-form-control.wpcf7-submit:hover { background: var(--navy-light) !important; }

/* チェックボックス（プライバシーポリシー） */
.wpcf7-form .wpcf7-acceptance label { font-weight: 400 !important; font-size: 14px !important; display: flex !important; align-items: center !important; gap: 8px !important; color: var(--text-body) !important; }
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] { width: 16px !important; height: 16px !important; accent-color: var(--navy); flex-shrink: 0; }

/* バリデーション */
.wpcf7-not-valid-tip { color: #E53E3E; font-size: 12px; margin-top: 4px; display: block; }
.wpcf7-response-output { margin-top: 16px; padding: 12px 16px; border-radius: 6px; font-size: 14px; }

/* ===== NETLIFY WIDGET SUPPRESSOR ===== */
[data-netlify-identity-button],
.netlify-identity-widget,
.netlify-identity-widget-overlay,
[class*="netlify-identity"],
[id*="netlify-identity"],
body > iframe {
  display: none !important;
}

/* Camouflage any injected fixed widget that resists display:none */
body > div[style*="position: fixed"],
body > div[style*="position:fixed"] {
  background: #1B2E4B !important;
  background-color: #1B2E4B !important;
  border: none !important;
  box-shadow: none !important;
  color: #1B2E4B !important;
  outline: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
body > div[style*="position: fixed"] *,
body > div[style*="position:fixed"] * {
  background: #1B2E4B !important;
  background-color: #1B2E4B !important;
  border: none !important;
  box-shadow: none !important;
  color: #1B2E4B !important;
  fill: #1B2E4B !important;
  outline: none !important;
}


/* ===== VIEW MORE ===== */
.view-more { text-align: center; margin-top: 40px; }
.view-more a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--navy); font-weight: 700; border: 2px solid var(--navy); padding: 10px 28px; border-radius: 4px; transition: all var(--transition); letter-spacing: 0.04em; }
.view-more a:hover { background: var(--navy); color: var(--white); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-item:nth-child(2)::after, .step-item:nth-child(4)::after { display: none; }
}

@media (max-width: 768px) {
  .nav-list, .nav-lang { display: none; }
  .hamburger { display: flex; }
  .hero { min-height: auto; padding: 80px 0; }
  .hero-title { font-size: 40px; }
  .market-grid, .services-grid, .steps-grid, .deliverables-grid, .worry-grid, .strengths-grid, .dual-cta-grid, .case-detail-grid { grid-template-columns: 1fr; }
  .service-block, .phase-item { grid-template-columns: 1fr; gap: 32px; }
  .service-block.reverse { direction: ltr; }
  .dl-grid, .blog-grid, .blog-page-grid, .dl-page-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav-wrap { justify-content: flex-start; }
  .footer-nav { justify-content: flex-start; gap: 16px; }
  .support-flow { flex-direction: column; align-items: center; }
  .flow-arrow { transform: rotate(90deg); }
  .target-grid { grid-template-columns: 1fr; }
  .modal { padding: 36px 24px; }
}

@media (max-width: 480px) {
  .dl-grid, .blog-grid, .blog-page-grid, .dl-page-grid { grid-template-columns: 1fr; }
  .hero-btns, .cta-btns { flex-direction: column; }
  .btn { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .footer-links { justify-content: center; }
}

/* ===== UTILITIES ===== */
.text-center { text-align: center; }
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.mb-6 { margin-bottom: 24px; }
