*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--navy:#1A2B5B;--navy-light:#2E5090;--navy-pale:#EBF0F8;
--gold:#B8860B;--gold-light:#D4AF37;--gold-pale:#FBF7EC;
--premium:#8B6914;--premium-light:#C49A2A;
--beige:#F9F7F2;--beige-dark:#EAEFF7;--white:#FFFFFF;
--text:#2D3748;--text-light:#64748B;--text-white:#FAFAFA;
--radius:14px;--shadow:0 4px 24px rgba(26,43,91,.08);
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Zen Maru Gothic','Noto Sans JP',sans-serif;color:var(--text);line-height:1.8;background:var(--white)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1000px;margin:0 auto;padding:0 20px}
section{padding:80px 0}
.section-label{font-size:.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:8px}
.section-title{font-size:1.8rem;font-weight:700;line-height:1.5;margin-bottom:16px}
.section-sub{font-size:1rem;color:var(--text-light);line-height:1.8;max-width:700px}
.btn{display:inline-block;padding:18px 48px;border-radius:60px;font-size:1rem;font-weight:700;transition:all .3s ease;cursor:pointer;text-align:center;border:none}
.btn-gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--white);box-shadow:0 4px 16px rgba(184,134,11,.3)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(184,134,11,.4)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4);padding:16px 40px}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.7)}
.text-center{text-align:center}

/* HEADER */
header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:16px 0;transition:all .3s ease;background:rgba(26,43,91,.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.15)}
header .container{display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center;gap:12px}
.logo-mark{width:36px;height:36px;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-main{font-family:'Cinzel',serif;font-size:1.2rem;font-weight:600;color:var(--gold-light);letter-spacing:3px}
.logo-sub{font-family:'Noto Serif JP',serif;font-size:.55rem;font-weight:500;color:rgba(255,255,255,.7);letter-spacing:2px}
header .btn{padding:10px 24px;font-size:.85rem}

/* HERO */
.hero{padding:160px 0 100px;background:linear-gradient(135deg,#0D1B3E 0%,#1A2B5B 40%,#2E5090 100%);position:relative;overflow:hidden;color:var(--white)}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 70% 30%,rgba(212,175,55,.08) 0%,transparent 60%)}
.hero::after{content:'';position:absolute;bottom:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(212,175,55,.06) 0%,transparent 70%);border-radius:50%}
.hero .container{position:relative;z-index:1}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-badge{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);padding:8px 24px;border-radius:30px;font-size:.8rem;font-weight:700;margin-bottom:20px;letter-spacing:1px}
.hero-level{display:inline-block;background:rgba(255,255,255,.1);border:1px solid rgba(212,175,55,.3);color:var(--gold-light);padding:4px 16px;border-radius:20px;font-size:.7rem;font-weight:700;margin-left:8px;letter-spacing:1px}
.hero h1{font-size:2.2rem;font-weight:900;line-height:1.5;margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--gold-light);position:relative}
.hero p.lead{font-size:1.05rem;color:rgba(255,255,255,.8);margin-bottom:36px;max-width:600px;line-height:2}
.hero-note{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:12px}
.hero-image{text-align:center}
.hero-image img{width:100%;max-width:450px;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,.3);border:2px solid rgba(212,175,55,.15)}

/* VISION */
.vision{background:var(--white);text-align:center}
.vision .section-title{font-size:1.6rem;color:var(--navy)}
.vision-quote{font-size:1.3rem;font-weight:700;color:var(--navy);line-height:2;margin:32px 0;max-width:700px;margin-left:auto;margin-right:auto}
.vision-quote em{font-style:normal;color:var(--gold);border-bottom:2px solid var(--gold)}
.vision p{font-size:1rem;color:var(--text-light);max-width:700px;margin:0 auto;line-height:2}

/* TARGET */
.target{background:var(--beige)}
.target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}
.target-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;border-left:4px solid var(--gold);box-shadow:var(--shadow);transition:transform .3s}
.target-card:hover{transform:translateY(-4px)}
.target-card .icon{font-size:2rem;margin-bottom:14px}
.target-card h3{font-size:1.05rem;font-weight:700;margin-bottom:10px;color:var(--navy)}
.target-card p{font-size:.88rem;color:var(--text-light);line-height:1.7}

/* PATHWAY */
.pathway{background:var(--navy);color:var(--white);text-align:center}
.pathway .section-label{color:var(--gold-light)}
.pathway .section-title{color:var(--white)}
.path-flow{display:flex;align-items:center;justify-content:center;gap:16px;margin:40px 0;flex-wrap:wrap}
.path-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:24px 28px;text-align:center;flex:1;min-width:180px;max-width:260px;transition:all .3s}
.path-box.active{background:linear-gradient(135deg,var(--gold),var(--gold-light));border-color:var(--gold);transform:scale(1.08);box-shadow:0 8px 32px rgba(184,134,11,.3)}
.path-box h3{font-size:1rem;font-weight:700;margin-bottom:4px}
.path-box p{font-size:.75rem;opacity:.7}
.path-arrow{font-size:1.4rem;color:var(--gold-light);font-weight:700}
.path-desc{font-size:.95rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto}

/* CURRICULUM */
.curriculum{background:var(--white)}
.cur-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}
.cur-card{background:var(--white);border:2px solid var(--navy-pale);border-radius:var(--radius);overflow:hidden;transition:all .3s}
.cur-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}
.cur-card-header{background:linear-gradient(135deg,var(--navy),var(--navy-light));color:var(--white);padding:16px 24px;display:flex;align-items:center;gap:14px}
.cur-card-header .session-num{background:var(--gold);color:var(--white);font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap}
.cur-card-header h3{font-size:1.02rem;font-weight:700;margin:0}
.cur-card-body{padding:24px}
.cur-card-goal{background:var(--gold-pale);border-radius:8px;padding:14px 18px;margin-bottom:16px}
.cur-card-goal .goal-label{font-size:.7rem;font-weight:700;color:var(--gold);letter-spacing:1px;margin-bottom:4px}
.cur-card-goal p{font-size:.85rem;color:var(--text);line-height:1.7;margin:0}
.cur-card-section{margin-bottom:14px}
.cur-card-section:last-child{margin-bottom:0}
.cur-card-section .sec-title{font-size:.75rem;font-weight:700;color:var(--navy);margin-bottom:6px}
.cur-card-section ul{list-style:none;padding:0;margin:0}
.cur-card-section ul li{font-size:.82rem;color:var(--text-light);line-height:1.8;padding-left:16px;position:relative}
.cur-card-section ul li::before{content:'▸';position:absolute;left:0;color:var(--gold);font-size:.7rem}

/* BENEFITS */
.benefits{background:var(--beige)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}
.benefit-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.benefit-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light))}
.benefit-card .icon{font-size:2rem;margin-bottom:14px}
.benefit-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--navy)}
.benefit-card p{font-size:.85rem;color:var(--text-light);line-height:1.7}

/* CERTIFICATION */
.certification{background:linear-gradient(135deg,#0D1B3E 0%,var(--navy) 100%);color:var(--white);text-align:center}
.certification .section-label{color:var(--gold-light)}
.certification .section-title{color:var(--white);font-size:2rem}
.cert-content{max-width:700px;margin:0 auto}
.cert-content p{color:rgba(255,255,255,.8);font-size:1rem;line-height:2;margin-bottom:24px}
.cert-badges{display:flex;justify-content:center;gap:32px;margin:40px 0;flex-wrap:wrap}
.cert-badge{background:rgba(255,255,255,.08);border:2px solid var(--gold);border-radius:var(--radius);padding:32px 28px;min-width:200px;text-align:center}
.cert-badge .badge-icon{font-size:2.4rem;margin-bottom:12px}
.cert-badge h3{font-size:1rem;font-weight:700;color:var(--gold-light);margin-bottom:4px}
.cert-badge p{font-size:.8rem;color:rgba(255,255,255,.6)}

/* INSTRUCTOR */
.instructor{background:var(--beige)}
.inst-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:40px}
.inst-card{background:var(--white);border-radius:var(--radius);padding:40px;box-shadow:var(--shadow);display:flex;gap:28px;align-items:flex-start}
.inst-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--gold-light)}
.inst-info{flex:1}
.inst-card .role{font-size:.75rem;color:var(--gold);font-weight:700;letter-spacing:2px;margin-bottom:8px}
.inst-card h3{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.inst-card .name-en{font-size:.8rem;color:var(--text-light);margin-bottom:16px}
.inst-card p{font-size:.9rem;color:var(--text-light);line-height:1.8}

/* TESTIMONIALS */
.testimonials{background:var(--white)}
.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px}
.test-card{background:var(--beige);border-radius:var(--radius);padding:32px 28px}
.test-card .stars{color:var(--gold);font-size:1rem;margin-bottom:12px;letter-spacing:2px}
.test-card blockquote{font-size:.9rem;color:var(--text);line-height:1.8;margin-bottom:16px;font-style:normal}
.test-card .author{font-size:.85rem;font-weight:700;color:var(--navy)}
.test-card .author span{font-weight:400;color:var(--text-light);margin-left:8px;font-size:.8rem}

/* FAQ */
.faq{background:var(--beige)}
.faq-list{max-width:700px;margin:40px auto 0}
.faq-item{background:var(--white);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.faq-q{padding:20px 24px;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:12px;transition:color .3s}
.faq-q::before{content:'Q';display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--gold);color:var(--white);font-size:.75rem;font-weight:700;flex-shrink:0}
.faq-q::after{content:'+';margin-left:auto;font-size:1.2rem;color:var(--gold);transition:transform .3s}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{padding:0 24px 0 64px;max-height:0;overflow:hidden;transition:all .3s ease;font-size:.9rem;color:var(--text-light);line-height:1.8}
.faq-item.open .faq-a{padding-bottom:20px;max-height:300px}

/* CTA */
.cta{background:linear-gradient(135deg,#0D1B3E 0%,var(--navy) 40%,var(--navy-light) 100%);color:var(--white);text-align:center;padding:100px 0;position:relative;overflow:hidden}
.cta::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 50%,rgba(212,175,55,.06) 0%,transparent 60%)}
.cta .container{position:relative;z-index:1}
.cta .section-title{color:var(--white);font-size:2rem;margin-bottom:16px}
.cta p{color:rgba(255,255,255,.8);font-size:1rem;max-width:600px;margin:0 auto 40px;line-height:2}
.cta .btn{padding:20px 56px;font-size:1.1rem}
.cta-note{margin-top:16px;font-size:.8rem;color:rgba(255,255,255,.5)}

/* FLOW */
.flow{background:var(--white)}
.flow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:40px}
.flow-step{text-align:center}
.flow-step .step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);font-size:1.1rem;font-weight:700;margin-bottom:16px}
.flow-step h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--navy)}
.flow-step p{font-size:.8rem;color:var(--text-light);line-height:1.6}

/* FOOTER */
footer{background:var(--navy);color:var(--text-white);padding:40px 0;text-align:center}
footer a{color:rgba(255,255,255,.6);font-size:.8rem;margin:0 12px;transition:color .3s}
footer a:hover{color:var(--white)}
footer .copy{font-size:.75rem;color:rgba(255,255,255,.4);margin-top:16px}

/* RESPONSIVE */
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;gap:32px}
  .hero-image{order:-1}
  .hero-image img{max-width:320px}
  .hero h1{font-size:1.6rem}
  .section-title{font-size:1.4rem}
  .hero{padding:120px 0 60px}
  section{padding:60px 0}
  .cur-grid{grid-template-columns:1fr}
  .inst-grid{grid-template-columns:1fr}
  .inst-card{flex-direction:column;align-items:center;text-align:center}
  .inst-photo{width:100px;height:100px}
  .path-flow{flex-direction:column}
  .path-arrow{transform:rotate(90deg)}
  .cert-badges{flex-direction:column;align-items:center}
}
