/* ボイスラボ — next-fire-212.css */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn+SC:wght@400;600;700;900&family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  color: #3d3d3d;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #b09876; text-decoration: none; transition: color .3s; }
a:hover { color: #182a67; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Vollkorn SC', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  line-height: 1.1em;
  color: #0a0a0a;
}
h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* === LAYOUT === */
.container {
  width: 84%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.clearfix::after { content: ""; display: table; clear: both; }
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.col-half { flex: 0 0 calc(50% - 20px); }
.col-third { flex: 0 0 calc(33.333% - 27px); }
.col-two-third { flex: 0 0 calc(66.666% - 13px); }
.col-full { flex: 0 0 100%; }

/* === UTILITY BAR === */
#custom-utility-info {
  background-color: #b09876;
  padding: .75em 0;
}
.custom-utility {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
}
.custom-utility a { color: #fff; }
.custom-utility a:hover { color: rgba(255,255,255,0.8); }
.util-contact-btn {
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}
.util-contact-btn:hover { background-color: #fff; color: #b09876 !important; }

/* === MAIN HEADER === */
#main-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  transition: all .5s;
  background-color: rgba(255,255,255,0);
}
#main-header.scrolled {
  background-color: rgba(247,247,247,0.95);
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0;
}
.logo-wrap a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-svg { width: 48px; height: 48px; flex-shrink: 0; }
.logo-text {
  font-family: 'Vollkorn SC', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  transition: color .3s;
}
.logo-text span { display: block; font-size: 11px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-top: 3px; }
#main-header.scrolled .logo-text { color: #182a67; }
#main-header.scrolled .logo-text span { color: #b09876; }

/* === TOP NAV === */
#top-menu-nav ul {
  display: flex;
  gap: 0;
  align-items: center;
}
#top-menu-nav ul li a {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .04em;
  transition: color .2s;
}
#top-menu-nav ul li a:hover,
#top-menu-nav ul li.current a { color: #b09876; }
#main-header.scrolled #top-menu-nav ul li a { color: #182a67; }
#main-header.scrolled #top-menu-nav ul li a:hover,
#main-header.scrolled #top-menu-nav ul li.current a { color: #b09876; }

.mobile-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.mobile-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: all .3s;
}
#main-header.scrolled .mobile-hamburger span { background: #182a67; }

/* === HERO === */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 120px 0 180px;
}
.hero-parallax {
  position: absolute;
  inset: -60px 0 -60px;
  background-image: url('../picture/hero-bg.webp');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.67);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.hero-content h1 {
  font-size: 5vw;
  font-weight: 300;
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.hero-sub {
  font-size: 1.5vw;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.92);
}
.hero-tagline {
  font-size: 1.2vw;
  color: rgba(255,255,255,0.78);
  margin-bottom: 40px;
}
.btn-primary {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .5em 2.2em;
  border: 2px solid #b09876;
  color: #fff;
  background: transparent;
  border-radius: 3px;
  transition: all .3s;
  cursor: pointer;
}
.btn-primary:hover { background: #b09876; color: #fff; }
.btn-primary-filled {
  background: #b09876;
  border-color: #b09876;
  color: #fff;
}
.btn-primary-filled:hover { background: transparent; color: #b09876; }
.btn-navy {
  border-color: #182a67;
  color: #182a67;
  background: transparent;
}
.btn-navy:hover { background: #182a67; color: #fff; }

/* section label above heading */
.section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #182a67;
  margin-bottom: 18px;
}
.section-divider {
  border: none;
  border-top: 3px solid rgba(191,191,191,0.52);
  margin-bottom: 25px;
  margin-top: 0;
}

/* === ABOUT SECTION === */
#about {
  padding: 100px 0 115px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-left { padding-top: 4px; }
.about-left h2 {
  font-size: 2.8vw;
  color: #000000;
  line-height: 1.1em;
  margin-bottom: 13px;
}
.about-img {
  margin-top: -120px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.about-img img { width: 100%; border-radius: 2px; }
.about-text { margin-top: 24px; color: #3d3d3d; }
.about-text p { margin-bottom: 16px; }

/* === STATS SECTION === */
#stats {
  background-color: #f2f2f2;
  background-image: url('../picture/about.webp');
  background-size: initial;
  background-position: left bottom;
  padding: 45px 0 143px;
}
.stats-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 97px;
}
.counter-block { margin-bottom: 14px; }
.counter-num {
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  color: #b09876;
}
.counter-num span { font-size: 40px; }
.counter-label {
  font-family: 'Vollkorn SC', serif;
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
  margin-top: 6px;
}
.stats-gallery img {
  width: 100%;
  border-radius: 2px;
  margin-top: -120px;
}
.stats-caption {
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}

/* services blurb in stats section */
.services-blurb-wrap {
  grid-column: 2;
}
.services-mini {
  padding-top: 0;
  margin-top: 0;
}
.blurb-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 22px;
  background: #fff;
  border-left: 4px solid #b09876;
  border-radius: 2px;
}
.blurb-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  color: #b09876;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blurb-title {
  font-family: 'Vollkorn SC', serif;
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
}

/* === PROGRAMS / FEATURES === */
#programs {
  padding: 80px 0;
  background: #fff;
}
#programs h2 {
  text-align: center;
  color: #0a0a0a;
  margin-bottom: 50px;
}
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.program-card {
  text-align: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  background: #f9f9f9;
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.program-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.program-card-body { padding: 24px 20px 28px; }
.program-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.program-card p { font-size: 14px; color: #666; line-height: 1.6em; margin-bottom: 0; }

/* === TESTIMONIALS === */
#testimonials {
  padding: 80px 0;
  background: #f2f2f2;
}
#testimonials h2 { text-align: center; margin-bottom: 50px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.testi-card {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  border-top: 4px solid #b09876;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.testi-stars { color: #b09876; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { font-size: 14px; line-height: 1.7em; color: #3d3d3d; margin-bottom: 18px; font-style: italic; }
.testi-author { font-weight: 700; color: #182a67; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }

/* === FAQ === */
#faq {
  padding: 80px 0;
  background: #fff;
}
#faq h2 { text-align: center; margin-bottom: 50px; }
.faq-item {
  border-bottom: 1px solid rgba(191,191,191,0.52);
  padding: 20px 0;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #0a0a0a;
  gap: 20px;
}
.faq-q i { color: #b09876; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.7em;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding-top .3s;
}
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }

/* === CTA PARALLAX === */
#cta {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.cta-parallax {
  position: absolute;
  inset: -60px 0;
  background-image: url('../picture/cta-bg.webp');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(24,42,103,0.78);
  z-index: 1;
}
.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta-content .section-label { color: rgba(255,255,255,0.8); }
.cta-content h2 { color: #fff; font-size: 36px; margin-bottom: 20px; }
.cta-content p { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 30px; }

/* === FOOTER === */
footer {
  background-color: #182a67;
  color: rgba(255,255,255,0.85);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin-bottom: 50px;
}
.footer-logo-svg { width: 44px; height: 44px; margin-bottom: 16px; }
.footer-logo-text {
  font-family: 'Vollkorn SC', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(176,152,118,0.6);
  border-radius: 3px;
  color: #b09876;
  font-size: 15px;
  transition: all .3s;
}
.footer-social a:hover { background: #b09876; color: #fff; border-color: #b09876; }
.footer-col h5 {
  font-family: 'Vollkorn SC', serif;
  color: #b09876;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer-col p, .footer-col li {
  font-size: 14px;
  line-height: 1.7em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}
.footer-col ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #b09876;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-col a { color: rgba(255,255,255,0.75); }
.footer-col a:hover { color: #b09876; }
.footer-bottom {
  border-top: 1px solid rgba(176,152,118,0.25);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

/* === COOKIES GDPR === */
#cookie-notice {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(24,42,103,0.97);
  color: rgba(255,255,255,0.88);
  padding: 18px 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
#cookie-notice.visible { display: block; }
.cookie-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-text { flex: 1; font-size: 13px; line-height: 1.6em; }
.cookie-text a { color: #b09876; }
.cookie-accept {
  background: #b09876;
  color: #fff;
  border: none;
  padding: 10px 26px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
}
.cookie-accept:hover { background: #9a8464; }

/* === PAGE HERO (inner pages) === */
.page-hero {
  padding: 160px 0 80px;
  background: linear-gradient(135deg, #182a67 0%, #0a0a0a 100%);
  text-align: center;
  color: #fff;
}
.page-hero h1 { color: #fff; font-size: 38px; margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,0.75); font-size: 16px; max-width: 600px; margin: 0 auto; }

/* === CONTACT FORM === */
#contact-form {
  padding: 80px 0;
  background: #f2f2f2;
}
.form-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 2px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.07);
}
.form-wrap h2 { margin-bottom: 30px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #182a67;
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(191,191,191,0.7);
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  background: #fff;
  transition: border-color .2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: #b09876; }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-submit { text-align: center; margin-top: 10px; }
.form-submit button {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .7em 3em;
  background: #b09876;
  color: #fff;
  border: 2px solid #b09876;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s;
}
.form-submit button:hover { background: transparent; color: #b09876; }

/* === MISSION PAGE === */
.mission-section { padding: 80px 0; }
.mission-section:nth-child(even) { background: #f2f2f2; }
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.mission-img img { width: 100%; border-radius: 2px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.mission-text h2 { margin-bottom: 20px; }
.mission-text p { margin-bottom: 16px; color: #3d3d3d; }

/* === INNER PAGE TEXT CONTENT === */
.content-section { padding: 80px 0; }
.content-section.alt { background: #f2f2f2; }
.content-box { max-width: 860px; margin: 0 auto; }
.content-box h1, .content-box h2, .content-box h3 { margin-bottom: 20px; margin-top: 36px; }
.content-box h1:first-child, .content-box h2:first-child { margin-top: 0; }
.content-box p { margin-bottom: 16px; line-height: 1.8em; color: #3d3d3d; }
.content-box ul { padding-left: 24px; list-style: disc; margin-bottom: 16px; }
.content-box ul li { margin-bottom: 8px; line-height: 1.7em; color: #3d3d3d; }
.content-box h2 { font-size: 26px; border-left: 4px solid #b09876; padding-left: 16px; }
.content-box h3 { font-size: 20px; color: #182a67; }

/* === UTILITY BOX === */
.text-center { text-align: center; }
.mb-50 { margin-bottom: 50px; }
.mt-20 { margin-top: 20px; }
.price-badge {
  display: inline-block;
  background: #b09876;
  color: #fff;
  font-family: 'Vollkorn SC', serif;
  font-size: 28px;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.price-period { font-size: 14px; color: #666; }

/* === RESPONSIVE === */
@media only screen and (min-width: 1350px) {
  .container { padding: 27px 0; }
}

@media only screen and (max-width: 980px) {
  #main-header { background-color: #182a67 !important; }
  #main-header.scrolled { background-color: #182a67 !important; }
  .logo-text { color: #fff !important; }
  .logo-text span { color: rgba(255,255,255,0.7) !important; }
  #top-menu-nav {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #182a67;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9990;
  }
  #top-menu-nav.open { display: flex; }
  #top-menu-nav ul { flex-direction: column; gap: 10px; text-align: center; }
  #top-menu-nav ul li a { font-size: 20px; padding: 12px 30px; color: #fff !important; }
  #main-header.scrolled #top-menu-nav ul li a { color: #fff !important; }
  .mobile-hamburger { display: flex; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { margin-top: 0; }
  .stats-inner { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .about-left h2 { font-size: 5vw; }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 { font-size: 11vw; }
  .hero-sub { font-size: 5.3vw; }
  .hero-tagline { font-size: 4vw; }
  #hero { padding: 50px 0 150px; }
  #about { padding: 50px 0 30px; }
  #stats { padding: 40px 0 80px; }
  .stats-inner { margin-bottom: 30px; }
  .stats-gallery img { margin-top: 0; }
  .programs-grid { grid-template-columns: 1fr; }
  .form-wrap { padding: 30px 20px; }
  .section-label { font-size: 3.5vw; }
}

@media only screen and (max-width: 479px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .container { width: 92%; }
}
