
:root{
  --navy:#10324f;
  --navy-deep:#0b2438;
  --navy-soft:#184464;
  --gold:#c7964b;
  --gold-soft:#ecd7b5;
  --text:#1d2832;
  --muted:#61717f;
  --line:#dde5ea;
  --bg:#f5f8fb;
  --bg-soft:#fbfcfe;
  --white:#ffffff;
  --shadow:0 22px 60px rgba(16,50,79,.10);
  --shadow-soft:0 10px 28px rgba(16,50,79,.08);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--white);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:110px 0}
.section-kicker{
  margin:0 0 12px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}
.section-kicker-light{color:#ebca95}
.section-title{
  margin:0;
  color:var(--navy);
  font-size:clamp(32px,4.3vw,54px);
  line-height:1.22;
  letter-spacing:-.03em;
}
.section-text{
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.section-head{
  display:flex;
  justify-content:space-between;
  gap:48px;
  align-items:flex-end;
  margin-bottom:50px;
}
.section-head .section-text{max-width:450px}

.scroll-progress{
  position:fixed;
  top:0;left:0;
  height:3px;
  width:0;
  background:linear-gradient(90deg,var(--gold),#f0cf9e);
  z-index:999;
  transition:width .05s linear;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(16,50,79,.08);
  backdrop-filter:blur(14px);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:inline-flex;align-items:center;gap:12px}
.brand-mark{
  width:42px;height:42px;
  display:grid;place-items:center;
  color:var(--white);
  background:var(--navy);
  border-radius:12px;
  font-weight:900;
  font-size:21px;
  box-shadow:0 12px 28px rgba(16,50,79,.18);
}
.brand-text{display:flex;flex-direction:column;line-height:1.2}
.brand-text strong{color:var(--navy);font-size:16px;letter-spacing:.05em}
.brand-text small{margin-top:4px;color:#7d8a93;font-size:10px;letter-spacing:.04em}
.global-nav{
  display:flex;
  align-items:center;
  gap:26px;
  color:#415360;
  font-size:14px;
  font-weight:700;
}
.global-nav a{transition:color .2s ease, transform .2s ease}
.global-nav a:hover{color:var(--navy);transform:translateY(-1px)}
.nav-cta{
  padding:11px 17px;
  color:var(--white)!important;
  background:var(--navy);
  border-radius:999px;
}
.menu-button{display:none}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  padding:96px 0 108px;
  background:
    radial-gradient(circle at 10% 20%, rgba(199,150,75,.10) 0, transparent 26%),
    radial-gradient(circle at 92% 24%, rgba(16,50,79,.08) 0, transparent 30%),
    linear-gradient(135deg,#f8fbfd 0%,#ffffff 45%,#f4f8fb 100%);
}
.hero-shape{
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}
.hero-shape-a{
  top:-180px;right:-40px;
  width:400px;height:400px;
  border:1px solid rgba(16,50,79,.08);
}
.hero-shape-b{
  bottom:-120px;left:-40px;
  width:280px;height:280px;
  background:rgba(199,150,75,.07);
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  margin:0 0 24px;
  padding:7px 14px;
  color:var(--navy);
  background:#eaf2f8;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
}
.hero h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(42px,5.6vw,70px);
  line-height:1.15;
  letter-spacing:-.05em;
}
.hero h1 span{color:var(--gold)}
.hero-lead{
  max-width:680px;
  margin:28px 0 0;
  color:#51626f;
  font-size:18px;
}
.hero-actions{display:flex;gap:14px;margin-top:34px}
.button{
  min-width:180px;
  padding:14px 22px;
  border-radius:12px;
  text-align:center;
  font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{
  color:var(--white);
  background:var(--navy);
  box-shadow:0 14px 34px rgba(16,50,79,.18);
}
.button-secondary{
  color:var(--navy);
  background:var(--white);
  border:1px solid var(--line);
}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin:32px 0 0;
  padding:0;
  list-style:none;
  color:#52616d;
  font-size:13px;
  font-weight:700;
}
.hero-points li::before{
  content:"✓";
  margin-right:7px;
  color:var(--gold);
}
.hero-visual{position:relative}
.hero-visual-card{
  padding:28px;
  background:rgba(255,255,255,.85);
  border:1px solid rgba(16,50,79,.08);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
}
.floating-mini{
  position:absolute;
  padding:14px 16px;
  background:var(--white);
  border:1px solid rgba(16,50,79,.08);
  border-radius:16px;
  box-shadow:var(--shadow-soft);
}
.floating-mini strong{
  display:block;
  color:var(--navy);
  font-size:11px;
  letter-spacing:.12em;
}
.floating-mini span{display:block;color:var(--muted);font-size:13px}
.mini-a{top:24px;left:-24px}
.mini-b{right:-10px;bottom:26px}

/* Stats */
.stats-section{margin-top:-34px;position:relative;z-index:2}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--white);
  border:1px solid rgba(16,50,79,.08);
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.stat-card{
  padding:28px 24px;
  border-right:1px solid #edf1f4;
}
.stat-card:last-child{border-right:0}
.stat-label{
  display:block;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}
.stat-value{
  display:block;
  margin-top:10px;
  color:var(--navy);
  font-size:42px;
  font-weight:900;
  line-height:1;
}
.stat-value small{
  margin-left:3px;
  font-size:18px;
  font-weight:700;
}
.stat-card p{margin:10px 0 0;color:var(--muted);font-size:14px}

/* Problems */
.problems{background:var(--bg-soft)}
.problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.problem-card{
  padding:28px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:0 8px 24px rgba(16,50,79,.04);
}
.problem-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:23px;
  line-height:1.45;
}
.problem-card p{margin:0;color:var(--muted)}

/* Services */
.services{background:var(--white)}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.service-card{
  padding:32px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  border:1px solid #e1e8ed;
  border-radius:28px;
  box-shadow:0 14px 34px rgba(16,50,79,.05);
  transition:transform .25s ease, box-shadow .25s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(16,50,79,.09);
}
.service-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:18px;
}
.service-no{
  color:var(--gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}
.service-icon{
  width:58px;height:58px;
  display:grid;place-items:center;
  background:#eef3f6;
  border-radius:16px;
}
.service-icon img{width:30px;height:30px}
.service-card h3{
  margin:0;
  color:var(--navy);
  font-size:30px;
}
.service-summary{
  margin:14px 0 0;
  color:var(--muted);
}
.service-detail{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:24px;
  padding-top:24px;
  border-top:1px solid #edf2f5;
}
.service-detail h4{
  margin:0 0 10px;
  color:var(--navy-soft);
  font-size:14px;
}
.service-detail ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}
.service-detail li{margin:0 0 8px}
.service-note{
  margin:28px 0 0;
  color:#74818b;
  font-size:12px;
}

/* Support style */
.support-format{
  background:linear-gradient(180deg,#f6f9fb 0%,#ffffff 100%);
}
.support-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:60px;
  align-items:center;
}
.support-visual img{
  width:100%;
  background:var(--white);
  border:1px solid rgba(16,50,79,.08);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
}
.format-list{
  display:grid;
  gap:16px;
  margin-top:28px;
}
.format-list article{
  padding:18px 20px;
  background:var(--white);
  border:1px solid #e4ebef;
  border-radius:18px;
}
.format-list h3{
  margin:0 0 6px;
  color:var(--navy);
  font-size:20px;
}
.format-list p{margin:0;color:var(--muted)}

/* Strengths */
.strengths{background:var(--bg-soft)}
.strength-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.strength-card{
  padding:30px 26px;
  background:var(--white);
  border-top:3px solid var(--navy);
  box-shadow:var(--shadow-soft);
}
.strength-card span{
  color:var(--gold);
  font-size:13px;
  font-weight:900;
}
.strength-card h3{
  margin:16px 0 10px;
  color:var(--navy);
  font-size:22px;
  line-height:1.42;
}
.strength-card p{margin:0;color:var(--muted);font-size:14px}

/* Flow */
.process{background:var(--white)}
.flow-list{
  display:grid;
  gap:18px;
}
.flow-item{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:20px;
  align-items:start;
  padding:24px 24px 24px 20px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:22px;
}
.flow-no{
  display:grid;
  place-items:center;
  width:62px;height:62px;
  color:var(--white);
  background:var(--navy);
  border-radius:18px;
  font-weight:900;
}
.flow-item h3{
  margin:0;
  color:var(--navy);
  font-size:24px;
}
.flow-item p{margin:8px 0 0;color:var(--muted)}

/* Profile */
.profile-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%)}
.profile-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.profile-mini-card{
  margin-top:30px;
  max-width:430px;
  padding:18px;
  background:var(--white);
  border:1px solid rgba(16,50,79,.08);
  border-radius:26px;
  box-shadow:var(--shadow-soft);
}
.profile-table{
  margin:0;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
}
.profile-table div{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:24px;
  padding:20px 24px;
  border-bottom:1px solid #edf2f5;
}
.profile-table div:last-child{border-bottom:0}
.profile-table dt{
  color:var(--navy);
  font-weight:800;
}
.profile-table dd{
  margin:0;
  color:#4f5d68;
}
.text-link{
  color:var(--navy);
  text-decoration:underline;
  text-underline-offset:3px;
}

/* FAQ */
.faq-section{background:var(--bg-soft)}
.faq-list{
  display:grid;
  gap:14px;
}
.faq-item{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
}
.faq-item button{
  width:100%;
  display:grid;
  grid-template-columns:34px 1fr 24px;
  gap:12px;
  align-items:center;
  padding:20px 22px;
  border:0;
  background:var(--white);
  color:var(--navy);
  text-align:left;
  cursor:pointer;
}
.faq-item button span{
  color:var(--gold);
  font-weight:900;
}
.faq-item button strong{
  font-size:15px;
}
.faq-item button i{
  font-style:normal;
  font-size:22px;
  transition:transform .25s ease;
}
.faq-item.open button i{transform:rotate(45deg)}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-answer p{
  margin:0;
  padding:0 22px 20px 68px;
  color:var(--muted);
}

/* Contact */
.contact-cta{
  padding:50px 0 0;
  background:var(--white);
}
.contact-box{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center;
  padding:58px;
  color:var(--white);
  background:linear-gradient(135deg,var(--navy) 0%,#184464 100%);
  border-radius:32px;
  box-shadow:var(--shadow);
}
.contact-copy h2{
  margin:0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.35;
}
.contact-copy p:last-child{
  margin:18px 0 0;
  color:#c7d4dd;
}
.contact-panel{
  padding:30px;
  color:var(--text);
  background:var(--white);
  border-radius:20px;
}
.contact-label{
  margin:0;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.contact-mail{
  display:block;
  margin-top:14px;
  padding:14px 16px;
  color:var(--white);
  background:var(--navy);
  border-radius:12px;
  text-align:center;
  font-weight:800;
  word-break:break-all;
  transition:background .2s ease;
}
.contact-mail:hover{background:#184464}
.contact-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:13px;
}

/* Footer */
.site-footer{
  margin-top:108px;
  padding:54px 0 24px;
  background:var(--navy-deep);
  color:#d6dfe5;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end;
}
.brand-footer .brand-mark{
  color:var(--navy);
  background:#e7c58b;
}
.brand-footer .brand-text strong{color:var(--white)}
.footer-text{
  margin:18px 0 0;
  color:#9eafb9;
  font-size:13px;
}
.footer-contact{text-align:right}
.footer-contact a{
  color:var(--white);
  font-weight:700;
}
.footer-contact p{
  margin:10px 0 0;
  color:#7f949f;
  font-size:12px;
}

/* Utilities */
.page-top{
  position:fixed;
  right:22px;
  bottom:22px;
  width:48px;height:48px;
  border:0;
  border-radius:50%;
  color:var(--white);
  background:var(--navy);
  font-size:18px;
  box-shadow:0 12px 28px rgba(16,50,79,.25);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:.25s ease;
  z-index:30;
}
.page-top.show{
  opacity:1;
  pointer-events:auto;
  transform:none;
}
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease, transform .65s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.delay-1{transition-delay:.1s}
.delay-2{transition-delay:.2s}

/* Responsive */
@media (max-width: 1100px){
  .strength-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 980px){
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat-card:nth-child(2){border-right:0}
  .stat-card:nth-child(-n+2){border-bottom:1px solid #edf1f4}
  .hero-grid,
  .support-grid,
  .profile-grid,
  .contact-box{
    grid-template-columns:1fr;
  }
  .section-head{
    display:block;
  }
  .section-head .section-text{
    max-width:none;
    margin-top:16px;
  }
}
@media (max-width: 900px){
  .global-nav{
    position:fixed;
    top:72px;left:0;right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 24px 24px;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 30px rgba(16,50,79,.10);
  }
  .global-nav.is-open{display:flex}
  .global-nav a{
    padding:13px 6px;
    border-bottom:1px solid #eef2f4;
  }
  .global-nav .nav-cta{
    margin-top:10px;
    text-align:center;
    border-bottom:0;
  }
  .menu-button{
    width:44px;height:44px;
    display:grid;
    place-content:center;
    gap:5px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
  }
  .menu-button span{
    width:24px;height:2px;
    display:block;
    background:var(--navy);
    border-radius:999px;
    transition:transform .2s ease, opacity .2s ease;
  }
  .menu-button.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-button.is-open span:nth-child(2){opacity:0}
  .menu-button.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .header-inner{min-height:72px}
  .service-grid,
  .problem-grid{grid-template-columns:1fr}
  .service-detail{grid-template-columns:1fr}
}
@media (max-width: 680px){
  .container{width:min(100% - 32px,1180px)}
  .section{padding:78px 0}
  .hero{padding:60px 0 84px}
  .hero h1{font-size:40px}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .hero-points{display:grid;gap:8px}
  .floating-mini{display:none}
  .stats-section{margin-top:-24px}
  .stats{grid-template-columns:1fr}
  .stat-card{
    border-right:0;
    border-bottom:1px solid #edf1f4 !important;
  }
  .stat-card:last-child{border-bottom:0 !important}
  .service-card{padding:24px 22px}
  .service-card h3{font-size:27px}
  .strength-grid{grid-template-columns:1fr}
  .flow-item{
    grid-template-columns:62px 1fr;
    padding:20px;
  }
  .flow-item h3{font-size:22px}
  .profile-table div{
    grid-template-columns:1fr;
    gap:5px;
    padding:17px 18px;
  }
  .contact-cta{padding-top:16px}
  .contact-box{
    width:100%;
    padding:42px 22px;
    border-radius:0;
  }
  .site-footer{margin-top:78px}
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-contact{text-align:left;word-break:break-all}
  .faq-answer p{padding-left:22px}
  .page-top{right:14px;bottom:14px}
}
