@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Cormorant+Garamond:wght@400;500;600&display=swap');

:root {
  --dark: #2C2C2A;
  --dark-sub: #3a3835;
  --accent: #D85A30;
  --accent-light: #FAECE7;
  --accent-dark: #993C1D;
  --bg: #FAF7F2;
  --bg-alt: #EDE7DB;
  --text: #2C2C2A;
  --text-sub: #888780;
  --text-light: #B4B2A9;
  --border: #D4CDBF;
  --white: #F5F0E8;
  --biz-glove: #D85A30;
  --biz-real: #1D9E75;
  --biz-recovery: #378ADD;
  --biz-web: #534AB7;
  --biz-sns: #BA7517;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Cormorant Garamond', serif;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-ja); color: var(--text); background: var(--bg); line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.8; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
.header { background: var(--dark); padding: 16px 0; position: sticky; top: 0; z-index: 100; }
.header__inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.header__logo { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.header__logo-text { color: var(--white); font-family: var(--font-en); font-size: 20px; font-weight: 500; letter-spacing: 3px; }
.header__logo-sub { color: var(--text-sub); font-size: 11px; letter-spacing: 1px; }
.header__nav { display: flex; gap: 28px; list-style: none; }
.header__nav a { color: var(--text-light); font-size: 13px; letter-spacing: 0.5px; text-decoration: none; }
.header__nav a:hover { color: var(--white); opacity: 1; }
.header__hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.header__hamburger span { display: block; width: 24px; height: 2px; background: var(--text-light); margin: 5px 0; transition: 0.3s; }

/* PAGE HEADER */
.page-header { background: var(--dark); padding: 56px 0 48px; text-align: center; }
.page-header__label { color: var(--accent); font-size: 12px; letter-spacing: 4px; font-family: var(--font-en); font-weight: 500; margin-bottom: 8px; }
.page-header__title { color: var(--white); font-size: 28px; font-weight: 500; letter-spacing: 2px; }

/* HERO */
.hero { background: var(--dark); padding: 72px 0 64px; text-align: center; position: relative; overflow: hidden; }
.hero__video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); object-fit: cover; opacity: 0.35; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(44,44,42,0.5), rgba(44,44,42,0.7)); z-index: 1; }
.hero__content { position: relative; z-index: 2; }
.hero__timeline { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 32px; }
.hero__year { font-family: var(--font-en); font-size: 28px; font-weight: 500; letter-spacing: 2px; }
.hero__year--start { color: var(--accent); }
.hero__year--now { color: var(--text-light); }
.hero__year-label { font-size: 11px; letter-spacing: 1px; margin-top: 2px; color: var(--text-sub); }
.hero__line { width: 100px; height: 1px; background: linear-gradient(90deg, var(--accent), var(--text-sub)); position: relative; }
.hero__line::before { content: ''; position: absolute; top: -4px; left: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.hero__line::after { content: ''; position: absolute; top: -4px; right: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--text-sub); border: 1px solid var(--text-light); }
.hero__catch { font-size: 36px; font-weight: 500; color: var(--white); letter-spacing: 6px; margin-bottom: 12px; }
.hero__sub { color: var(--text-light); font-size: 14px; line-height: 2.2; margin-bottom: 36px; }

/* BUTTONS */
.btn { display: inline-block; padding: 14px 36px; border-radius: 6px; font-size: 14px; font-weight: 500; letter-spacing: 1px; text-decoration: none; transition: opacity 0.2s; }
.btn--primary { background: var(--accent); color: var(--white); }
.btn--primary:hover { opacity: 0.85; color: var(--white); }
.btn--outline { border: 1px solid #5F5E5A; color: var(--text-light); }
.btn--outline:hover { border-color: var(--text-light); color: var(--white); opacity: 1; }

/* STATS BAR */
.stats { background: var(--dark-sub); padding: 20px 0; }
.stats__inner { display: flex; justify-content: center; align-items: center; gap: 48px; }
.stats__item { text-align: center; }
.stats__number { color: var(--accent); font-family: var(--font-en); font-size: 28px; font-weight: 600; }
.stats__unit { color: var(--text-sub); font-size: 13px; }
.stats__label { color: var(--text-sub); font-size: 11px; margin-top: 2px; }
.stats__divider { width: 1px; height: 40px; background: #5F5E5A; }

/* SECTION */
.section { padding: 72px 0; }
.section--alt { background: var(--bg-alt); }
.section__label { color: var(--accent); font-size: 12px; letter-spacing: 4px; text-align: center; margin-bottom: 6px; font-family: var(--font-en); font-weight: 500; }
.section__title { color: var(--text); font-size: 24px; font-weight: 500; text-align: center; margin-bottom: 8px; }
.section__subtitle { color: var(--text-sub); font-size: 14px; text-align: center; line-height: 1.9; margin-bottom: 36px; }

/* ORIGIN */
.origin__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
.origin__card { text-align: center; }
.origin__img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; margin-bottom: 12px; background: var(--bg-alt); }
.origin__card-title { font-size: 14px; font-weight: 500; }

/* CHALLENGE */
.challenge__origin { background: #fff; border-radius: 12px; padding: 20px 24px; margin-bottom: 12px; border: 0.5px solid var(--border); border-left: 4px solid var(--biz-glove); position: relative; }
.challenge__badge { position: absolute; top: 14px; right: 18px; background: var(--accent-light); color: var(--accent-dark); font-size: 10px; padding: 4px 12px; border-radius: 14px; font-weight: 500; }
.challenge__origin-inner { display: flex; align-items: center; gap: 16px; }
.challenge__icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; font-weight: 700; color: #fff; }
.challenge__origin-title { font-size: 16px; font-weight: 500; margin-bottom: 2px; }
.challenge__origin-desc { font-size: 12px; color: var(--text-sub); }
.challenge__new-label { font-size: 11px; color: var(--text-sub); letter-spacing: 2px; text-align: center; margin: 28px 0 14px; }
.challenge__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.challenge__card { background: #fff; border-radius: 12px; padding: 20px; border: 0.5px solid var(--border); }
.challenge__card-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; font-size: 15px; font-weight: 700; }
.challenge__card-title { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.challenge__card-desc { font-size: 12px; color: var(--text-sub); line-height: 1.6; }

/* MESSAGE */
.message__card { background: var(--bg); border-radius: 14px; padding: 28px 24px; }
.message__top { display: flex; gap: 18px; align-items: center; }
.message__photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--bg-alt); min-width: 80px; min-height: 80px; }
.message__name { font-size: 16px; font-weight: 500; margin-bottom: 2px; }
.message__role { font-size: 12px; color: var(--text-sub); }
.message__quote { margin-top: 20px; padding-top: 20px; border-top: 1px dashed var(--border); font-size: 14px; color: #5F5E5A; line-height: 2.2; }
.message__tags { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.message__tag { background: var(--accent-light); padding: 6px 16px; border-radius: 20px; font-size: 11px; color: var(--accent-dark); }
.message__link { display: block; text-align: center; margin-top: 20px; font-size: 13px; color: var(--accent); }

/* TIMELINE */
.timeline { position: relative; padding-left: 28px; border-left: 2px solid var(--border); max-width: 600px; margin: 0 auto; }
.timeline__item { margin-bottom: 24px; position: relative; }
.timeline__item:last-child { margin-bottom: 0; }
.timeline__dot { position: absolute; left: -35px; top: 3px; width: 14px; height: 14px; border-radius: 50%; }
.timeline__dot--accent { background: var(--accent); }
.timeline__dot--muted { background: var(--text-sub); }
.timeline__dot--current { background: var(--biz-real); border: 3px solid #9FE1CB; }
.timeline__year { font-size: 12px; font-weight: 500; margin-bottom: 2px; }
.timeline__event { font-size: 14px; }

/* CTA */
.cta { background: var(--dark); padding: 56px 0; text-align: center; }
.cta__label { color: var(--accent); font-size: 12px; letter-spacing: 4px; margin-bottom: 10px; font-family: var(--font-en); }
.cta__title { color: var(--white); font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.cta__sub { color: var(--text-sub); font-size: 13px; margin-bottom: 28px; }
.cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* COMPANY TABLE */
.company-table { width: 100%; border-collapse: collapse; margin-bottom: 48px; }
.company-table th, .company-table td { padding: 16px 20px; font-size: 14px; text-align: left; border-bottom: 1px solid var(--border); }
.company-table th { width: 160px; color: var(--text-sub); font-weight: 400; background: var(--bg-alt); white-space: nowrap; }

/* REPRESENTATIVE */
.rep { max-width: 760px; margin: 0 auto; }
.rep__photo { width: 100%; border-radius: 12px; margin-bottom: 24px; object-fit: cover; max-height: 400px; }
.rep__text { font-size: 14px; line-height: 2.2; color: #5F5E5A; margin-bottom: 20px; }
.rep__note a { color: var(--accent-dark); text-decoration: underline; }

/* CONTACT */
.contact-info { text-align: center; margin-bottom: 40px; }
.contact-info__item { font-size: 15px; margin-bottom: 8px; }
.contact-info__label { color: var(--text-sub); font-size: 12px; margin-right: 8px; }
.contact-form iframe { width: 100%; min-height: 800px; border: none; border-radius: 12px; }

/* PRIVACY */
.privacy h3 { font-size: 16px; font-weight: 500; margin: 32px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.privacy p { font-size: 14px; line-height: 2; color: #5F5E5A; margin-bottom: 16px; }

/* FOOTER */
.footer { background: #1a1a1a; padding: 28px 0; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 16px; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer__company { font-size: 13px; color: var(--text-light); font-weight: 500; margin-bottom: 4px; }
.footer__info { font-size: 12px; color: #5F5E5A; line-height: 1.8; }
.footer__info a { color: #5F5E5A; }
.footer__copyright { font-size: 11px; color: #5F5E5A; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .header__nav { display: none; }
  .header__hamburger { display: block; }
  .hero__catch { font-size: 24px; letter-spacing: 3px; }
  .hero__year { font-size: 22px; }
  .stats__inner { gap: 20px; }
  .stats__number { font-size: 20px; }
  .origin__grid { grid-template-columns: 1fr; }
  .challenge__grid { grid-template-columns: 1fr; }
  .message__top { flex-direction: column; align-items: center; text-align: center; }
  .cta__buttons { flex-direction: column; align-items: center; }
  .company-table th { width: 100px; font-size: 12px; padding: 12px; }
  .company-table td { font-size: 13px; padding: 12px; }
  .page-header__title { font-size: 22px; }
}
