@charset "UTF-8";

/* ─── HEADER ─── */
header { position: fixed;  top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: box-shadow 0.3s ease; }
header.scrolled { box-shadow: 0 4px 24px rgba(22,32,64,0.08); }
.header-inner { /*max-width: 1180px;*/ margin: 0 auto; padding: 0 1rem; height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.5rem; }
.logo-mark { max-width: 120px; margin-right: 2%;}
.in-logo { line-height: 1.2;}
.logo-name { font-family: 'Shippori Mincho', serif; font-size: 1.2rem; color: var(--navy); font-weight: 600; letter-spacing: 0.05em; display: block; white-space: nowrap; }
.logo-en { font-size: 0.75rem; color: var(--navy); letter-spacing: 0.15em; white-space: nowrap; font-family: "Oswald", sans-serif; font-weight: 500; }
.in-menu { display: flex; justify-content: flex-end; align-items: center; }
nav { margin-right: 4%;}
nav ul { list-style: none; display: flex; gap: 2rem; }
nav a { text-decoration: none; font-size: 0.88rem; color: var(--text); letter-spacing: 0.05em; font-weight: 500; transition: color 0.2s; position: relative; white-space: nowrap; }
nav a::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 100%; height: 1px; background: var(--gold); transition: right 0.3s ease; }
nav a:hover { color: var(--navy); }
nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; padding: 0.65rem 1.5rem; background: var(--navy); color: var(--white); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.08em; font-weight: 500; transition: all 0.2s ease; white-space: nowrap; }
.header-cta:hover { background: var(--navy-mid); transform: translateY(-1px); }

@media screen and (min-width: 900px) and (max-width: 1089px) {
	nav ul { gap: 1.5rem; }
	nav a { font-size: 0.76rem; letter-spacing: 0.02em; }
	.header-cta { padding: 0.5rem 1.3rem; font-size: 0.7rem; letter-spacing: 0.05em; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	nav ul { gap: 1.6rem; }
	nav a { font-size: 0.8rem; letter-spacing: 0.03em; }
	.header-cta { padding: 0.55rem 1.4rem; font-size: 0.75rem; letter-spacing: 0.06em; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	nav ul { gap: 1.8rem; }
	nav a { font-size: 0.84rem; letter-spacing: 0.04em; }
	.header-cta { padding: 0.6rem 1.45rem; font-size: 0.8rem; letter-spacing: 0.07em; }
}

@media screen and (max-width: 1089px) {
	.ctaTxt { display: none; }
	nav { display: none; }
}
@media screen and (min-width: 1090px) {
	.ctaIcon { display: none; }
}

/* ─── HERO ─── */
.hero { margin-top: 72px; background: var(--navy); position: relative; overflow: hidden; min-height: 88vh; display: flex; align-items: center; }
.heroImg { position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: url("../img/common/hero.jpg") right center no-repeat; background-size: cover; clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 20% 0); }
.hero-bg-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(196,151,58,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(196,151,58,0.1) 1px, transparent 1px); background-size: 60px 60px; }
.hero-bg-glow { position: absolute; top: -20%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,151,58,0.12) 0%, transparent 65%); pointer-events: none;
}
.hero-bg-glow-2 { position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(45,74,122,0.6) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1180px; /*margin: 0 auto;*/ padding: 6rem 6rem; position: relative; z-index: 1; }

@media screen and (max-width: 599px) {
	.hero-inner { Padding: 6rem 1rem; }
	.heroImg { width: 60%; height: 100%; background: url("../img/common/hero.jpg") right center no-repeat; background-size: cover; clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 60% 0); mix-blend-mode: soft-light; }
	.hero h1 { font-size: 1.8rem;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.hero-inner { Padding: 6rem 3rem; }
	.heroImg { width: 60%; height: 100%; background: url("../img/common/hero.jpg") right center no-repeat; background-size: cover; clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 60% 0); mix-blend-mode: soft-light; }
}
@media screen and (min-width: 900px) and (max-width: 1289px) {
	.hero-inner { Padding: 6rem 4rem; }
}
.hero-badge { display: inline-block; border: 1px solid rgba(196,151,58,0.5); color: var(--gold-light); font-size: 0.78rem; letter-spacing: 0.2em; padding: 0.4rem 1.2rem; margin-bottom: 2.5rem; font-weight: 500; }
.hero h1 { font-family: 'Shippori Mincho', serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); color: var(--white); font-weight: 700; line-height: 1.25; letter-spacing: 0.03em; margin-bottom: 2rem; }
.hero h1 em { font-style: normal; color: var(--gold-light); }
.hero-lead { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 620px; line-height: 2; margin-bottom: 3rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1.1rem 2.5rem; background: var(--gold); color: var(--white); text-decoration: none; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.08em; transition: all 0.25s ease; position: relative; overflow: hidden; } 
.btn-primary::after { content: '→'; font-size: 0.85rem; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,151,58,0.4); }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1.1rem 2.5rem; background: var(--navy-dark); color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.08em; border: 1px solid rgba(255,255,255,0.3); transition: all 0.25s ease; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
@media screen and (max-width: 899px) {
	.btn-secondary { background: var(--navy);}
}

/* ─── STATS ─── */
.stats { background: var(--white); border-bottom: 1px solid var(--border); }
.stats-inner { max-width: 1180px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(3, 1fr); divide-x: 1px solid var(--border); }
.stat-item { padding: 3rem 2rem; text-align: center; border-right: 1px solid var(--border); position: relative; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Shippori Mincho', serif; font-size: 3.2rem; font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -0.02em; }
.stat-unit { font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.stat-label { margin-top: 0.75rem; font-size: 0.82rem; color: var(--text-light); letter-spacing: 0.05em; }
.stat-accent { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 24px; height: 2px; background: var(--gold);}
.stat-icon { width: 50px; margin: 0 auto 10px; }
@media screen and (max-width: 599px) {
	.stat-item { padding: 1rem; }
	.stat-num { font-size: 1.2rem; }
	.stats-inner { padding: 0 0rem; }
	.secHead-R { margin-bottom: 20px; }
}
@media screen and (max-width: 899px) {
	.secHead-R { text-align: center; }
}
@media screen and (min-width: 900px) {
	.secHead-Flex { display: flex; justify-content: space-between; align-items: center; }
	.secHead-L { width: 48%; }
	.secHead-R { max-width: 450px; width: 48%; }
}

/* ─── SECTION BASE ─── */
.section { padding: 7rem 2rem; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-alt { background: var(--section-alt); }
.section-eyebrow { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.section-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.eyebrow-text { font-size: 0.78rem; letter-spacing: 0.25em; color: var(--gold); font-weight: 600; text-transform: uppercase; }
.section-title { font-family: 'Shippori Mincho', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--navy); line-height: 1.3; letter-spacing: 0.03em; }
.section-lead { margin-top: 1.3rem; font-size: 1rem; color: var(--text-light); max-width: 600px; line-height: 1.9; }
.section-header-block { margin-bottom: 2rem; }
@media screen and (max-width: 599px) {
	.section { padding: 6%; }
	.section-title { margin-right: 20%; font-size: 1.5rem; }
	.section-eyebrow { margin-bottom: 10px; }
	.section-header-block { margin-bottom: 0rem; }
}
/* ─── TARGET ─── */
.target-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); border: 1px solid var(--border); }
.target-card { background: var(--white); padding: 3rem 2.5rem; position: relative; transition: all 0.3s ease; }
.target-card:hover { background: var(--navy); z-index: 1; }
.target-card:hover .target-num,
.target-card:hover .target-title,
.target-card:hover .target-desc { color: var(--white); }
.target-card:hover .target-title { color: var(--gold-light); }
.target-num { font-family: 'Shippori Mincho', serif; font-size: 3.5rem; font-weight: 800; color: var(--border); line-height: 1; margin-bottom: 1.5rem; transition: color 0.3s; }
.target-title { font-family: 'Shippori Mincho', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 1.25rem; line-height: 1.5; transition: color 0.3s; }
.target-desc { /*font-size: 0.9rem;*/ color: var(--text-light); line-height: 1.9; transition: color 0.3s; }
.target-card:hover .target-desc { color: rgba(255,255,255,0.75); }
.targetImg { position: absolute; top: 0; right: 0; width: 30%; clip-path: polygon(0 0, 100% 100%, 100% 0); }
@media screen and (max-width: 599px) {
	.target-card { padding: 6%; }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
	.targetImg { width: 20%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.targetImg { width: 25%; }
}
/* ─── CONCERNS ─── */
/*.concern-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }*/
.concern-layout { max-width: 1000px; margin: 0 auto 40px; }
.concern-list { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 20px }
.concern-item { display: flex; padding:0.5rem 1.5rem; background: var(--white); border-left: 3px solid var(--gold); }
.concern-text { font-size: 1.1rem; color: var(--text); line-height: 1.8; font-weight: 500; margin-bottom: 0;}
.strength-panel { background: var(--navy); padding: 3.5rem; color: var(--white); position: sticky; top: 100px; background:var(--navy) url("../img/common/reasonBg.png") center right no-repeat; background-size: cover; }
.strength-panel h3 { font-family: 'Shippori Mincho', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold-light); margin-bottom: 0.5rem; }
.strength-panel .sub { font-size: 0.82rem; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; margin-bottom: 2.5rem; }
.strength-list { display: flex; flex-direction: column; gap: 1.5rem; }
.strength-row { display: flex; gap: 1rem; align-items: center; }
.strength-check { width: 22px; height: 22px; flex-shrink: 0; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: var(--gold); margin-top: 2px;}
.strength-row p { font-size: 1.1rem; color: rgba(255,255,255,0.85); line-height: 1.8; margin-bottom: 0px; }
.fa-question-circle { margin-right: 0.5em; color:var(--gold); }
.section-header-block-nayamiTtl { background: url("../img/common/nayamiTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
/*.strength-panel:after { content: ""; position: absolute; top: -2px; left: 0; width: 100%; height: 50px; background: var(--section-alt); clip-path: polygon(0 0, 100% 0%, 100% 2%, 50% 100%, 0 2%);}*/
@media screen and (max-width: 599px) {
	.section-header-block-nayamiTtl { background-size: 35vw; }
	.concern-text { padding-left: 1em; text-indent: -0.75em; }
	.strength-panel { padding: 6%; }
	.strength-panel h3 { font-size: 1.5rem; margin-bottom: 0; }
	.strength-panel .sub { margin-bottom: 20px; } 
	.strength-row { align-items: flex-start; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-nayamiTtl { background-size: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-nayamiTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-nayamiTtl { background-size: 20vw; }
}
/* ─── SERVICES ─── */
.services-grid { display: grid;  grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border: 1px solid var(--border); }
.service-card { background: var(--white); padding: 3rem 2.5rem; transition: background 0.3s ease; position: relative; }
.service-card:hover { background: var(--navy); }
.service-num { font-family: 'Shippori Mincho', serif; font-size: 0.78rem; letter-spacing: 0.25em; color: var(--gold); font-weight: 600; margin-bottom: 1.5rem; display: block; }
.service-card h3 { font-family: 'Shippori Mincho', serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 1.25rem; line-height: 1.4; transition: color 0.3s; }
.service-card:hover h3 { color: var(--gold-light); }
.service-card p { ont-size: 0.87rem; color: var(--text-light); line-height: 1.9; margin-bottom: 1.75rem; transition: color 0.3s; }
.service-card:hover p { color: rgba(255,255,255,0.7); }
.service-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.service-tag { font-size: 0.75rem; padding: 0.3rem 0.75rem; background: var(--gold-pale); color: var(--gold); letter-spacing: 0.05em; font-weight: 500; transition: all 0.3s; }
.service-card:hover .service-tag { background: rgba(196,151,58,0.2); }
.serviceImg { position: absolute; top: 0; right: 0; width: 30%; clip-path: polygon(0 0, 100% 100%, 100% 0); }
@media screen and (max-width: 599px) {
	.service-card { padding: 6%; }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
	.serviceImg { width: 20%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.serviceImg { width: 25%; }
}
#cases .section-inner { max-width: 1000px; margin: 0 auto; }
.section-header-block-worksTtl { background: url("../img/common/worksTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
.worksImg { position: absolute; top: 3px; right: 0; width: 30%; clip-path: polygon(0 0, 100% 100%, 100% 0); }
@media screen and (max-width: 599px) {
	.section-header-block-worksTtl { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
	.worksImg { width: 20%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.worksImg { width: 25%; }
}

@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-worksTtl { background-size: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-worksTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-worksTtl { background-size: 20vw; }
}
/* ─── ABOUT ─── */
#about { background: var(--navy-dark); }
#about .section-inner { max-width: 1000px; margin: 0 auto; } 
#about .section-title { color: #fff;}
.section-header-block-aboutTtl { background: url("../img/common/aboutTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
.about-layout { /*display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: center;*/ }
.about-visual { position: relative; }
.about-card { color: var(--white); display: flex; justify-content: space-between; }
.aboutImg { width: 300px; }
.aboutTxt { width: calc(100% - 340px); }
.about-card .kv { font-family: 'Shippori Mincho', serif; font-size: 3rem; font-weight: 800; color: var(--gold-light); line-height: 1; margin-bottom: 0.25rem; }
.about-card .kv-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.15em; margin-bottom: 2.5rem; }
.about-card hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 2rem 0; }
.about-card p { line-height: 2; color: rgba(255,255,255,0.8); }
.about-card .person { font-family: 'Shippori Mincho', serif; font-size: 1.3rem; font-weight: 600; color: var(--white); margin-top: 1.5rem; }
.about-card .person-title { font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; }
.about-corner { position: absolute; top: -1.5rem; right: -1.5rem; width: 80px; height: 80px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.about-text h3 { font-family: 'Shippori Mincho', serif; ont-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: 1.75rem; line-height: 1.5; }
.about-text p { font-size: 0.95rem; color: var(--text); line-height: 2; margin-bottom: 1.5rem; }
.info-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--navy-border); border-bottom: none; }
.info-row { display: contents;}
.info-label { background: var(--navy); padding: 0.85rem 1.25rem; font-weight: 700; color: #fff; letter-spacing: 0.05em; border-bottom: 1px solid var(--navy-border); border-right: 1px solid var(--navy-border); }
.info-value { background: var(--navy-light); padding: 0.85rem 1.25rem; color: #fff; border-bottom: 1px solid var(--navy-border); }
@media screen and (max-width: 599px) {
	.section-header-block-aboutTtl { background: none; }
	.about-card { flex-direction: column; }
	.aboutImg { width: 50%; margin: 0 auto 20px; }
	.aboutTxt { width: 100%; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-aboutTtl { background-size: 30vw; }
	.aboutImg { width: 240px; }
	.aboutTxt { width: calc(100% - 280px); }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-aboutTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-aboutTtl { background-size: 20vw; }
}

/* ─── PRICING ─── */
#pricing .section-inner { max-width: 1000px; margin: 0 auto; }
.section-header-block-priceTtl { background: url("../img/common/priceTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
.pricing-panel { background: var(--white); border: 1px solid var(--border); padding: 4rem; margin: 0 auto; position: relative; }
.pricing-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%); }
.pricing-header { display: flex; align-items: flex-start; gap: 2.5rem; margin-bottom: 3rem; }
.pricing-icon { width: 64px; height: 64px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 2.0rem; }
.pricing-icon svg { color: var(--gold); }
.pricing-header h3 { font-family: 'Shippori Mincho', serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem;  }
.pricing-header p { color: var(--text-light); line-height: 1.9; }
.pricing-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.pf-item { display: flex; align-items: center; gap: 0.75rem; color: var(--text); font-weight: 500; }
.pf-check { width: 20px; height: 20px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); font-size: 0.65rem; }
.pricing-cta { text-align: center; }
.priceImg { position: absolute; top: 3px; right: 0; width: 15%; clip-path: polygon(0 0, 100% 100%, 100% 0); }
@media screen and (max-width: 599px) {
	.section-header-block-priceTtl { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-priceTtl { background-size: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-priceTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-priceTtl { background-size: 20vw; }
}
/* ─── FAQ ─── */
#faq .section-inner { max-width: 1000px; margin: 0 auto; }
.section-header-block-faqTtl { background: url("../img/common/faqTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
.faq-list { display: flex; flex-direction: column; gap: 0; margin: 0 auto; border: 1px solid var(--border); }
.faq-item { background: var(--white); border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q, .faq-a { display: flex; gap: 1.25rem; padding: 1.75rem 2rem; align-items: flex-start; }
.faq-q { background: var(--white); border-bottom: 1px solid var(--border); }
.faq-a { background: var(--gold-pale); display: flex; flex-direction: row; gap: 1.25rem; align-items: flex-start; }
.faq-q p, .faq-a p { color: var(--text); line-height: 1.85; font-weight: 500; margin-bottom: 0; }
.faq-a p { font-weight: 400; color: var(--text); }
.faq-label { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--navy); color: var(--white); font-family: 'Shippori Mincho', serif; font-size: 1rem; font-weight: 700; margin-top: 0.1rem; }
.faq-label-a { background: var(--gold); }
.faq-list-inner { margin-top: 0.5rem; display: flex; flex-direction: column; gap: 0.35rem; }
.faq-list-inner li { color: var(--text); line-height: 1.7; padding-left: 1rem; position: relative; }
.faq-list-inner li::before { content: '・'; position: absolute; left: 0; color: var(--gold); margin-right: 0.5em; }
@media screen and (max-width: 599px) {
	.section-header-block-faqTtl { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-faqTtl { background-size: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-faqTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-faqTtl { background-size: 20vw; }
}

/* ─── PRICING (NEW) ─── */
.pricing-block { border: 1px solid var(--border); background: var(--white); overflow: hidden; }
.pricing-block-header { background: var(--navy); padding: 0.85rem 2rem;}
.pricing-block-label { font-family: 'Shippori Mincho', serif; font-size: 1.2rem; font-weight: 700; color: var(--gold-light); letter-spacing: 0.05em; }
/*.pricing-table { display: flex; flex-direction: column; }*/
.pt-row { display: grid; grid-template-columns: 200px 1fr 1fr; gap: 0; border-bottom: 1px solid var(--border); align-items: center; }
.pt-row:last-child { border-bottom: none; }

.pt-name { padding: 1.5rem 2rem; font-weight: 700; color: var(--navy); line-height: 1.6; }
.pt-price { padding: 1.5rem 2rem; font-size: 1rem; color: var(--text); border-right: 1px solid var(--border); border-left: 1px solid var(--border); }
.pt-price strong { font-size: 1.15rem; color: var(--navy); }
.pt-note { padding: 1.5rem 2rem; color: var(--text-light); line-height: 1.7;}

@media (max-width: 768px) {
	.pt-row { grid-template-columns: 1fr; }
	.pt-name { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 0.75rem; }
	.pt-price { border-right: none; padding-top: 0.75rem; padding-bottom: 0.5rem; }
	.pt-note { padding-top: 0; }
	.faq-q, .faq-a { padding: 1.25rem 1.25rem; }
	.faq-list-inner { margin-left: 0; }
}

.pricing-table { width: 100%; table-layout: fixed; }
.pricing-table th { border: 1px solid var(--border); background: var(--white); padding: 20px; color: var(--navy); font-weight: 700; vertical-align: middle; } 
.pricing-table td { border: 1px solid var(--border); background: var(--white); padding: 20px; font-size: 1rem; color: var(--text); vertical-align: middle; } 
.pricing-table td strong { color: var(--navy); font-weight: 700; font-size: 1.2rem; } 
.pricing-table td strong.ml20 { margin-left: 20px;}
.pricing-table th .memo { font-size:0.78rem; font-weight:400; color:var(--text-light); display:block; }
@media (max-width: 767px) {
	.pricing-block-header { text-align: center; }
.pricing-table th { border: 1px solid var(--border); background: var(--navy-light); padding: 20px; color: #fff; font-weight: 700; vertical-align: middle; display: block; } 
.pricing-table td { display: block; } 
.pricing-table th .memo { color:#fff; }
}
/* ─── CONTACT ─── */
#contact { background: #fff; }
#contact .section-inner { max-width: 1000px; margin: 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; }
.contact-info { background: var(--navy); padding: 3.5rem; color: var(--white); position: relative; }
.section-header-block-contactTtl { background: url("../img/common/contactTtl.png") right center no-repeat; background-size: 15vw; padding: 30px 0;}
@media screen and (max-width: 599px) {
	.section-header-block-contactTtl { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.section-header-block-contactTtl { background-size: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.section-header-block-contactTtl { background-size: 25vw; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.section-header-block-contactTtl { background-size: 20vw; }
}

        .contact-info::after {
            content: '';
            position: absolute;
            bottom: 2rem; right: 2rem;
            width: 40px; height: 40px;
            border-bottom: 2px solid rgba(196,151,58,0.4);
            border-right: 2px solid rgba(196,151,58,0.4);
        }

        .contact-info h3 {
            font-family: 'Shippori Mincho', serif;
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--gold-light);
            margin-bottom: 0.5rem;
        }

        .contact-tagline {
            font-size: 0.8rem;
            color: rgba(255,255,255,0.4);
            letter-spacing: 0.15em;
            margin-bottom: 2.5rem;
        }

        .contact-detail { margin-bottom: 1.75rem; }

        .contact-detail dt {
            font-size: 0.72rem;
            letter-spacing: 0.15em;
            color: var(--gold);
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0.4rem;
        }

        .contact-detail dd {
            font-size: 0.88rem;
            color: rgba(255,255,255,0.85);
            line-height: 1.8;
        }

        .contact-detail a {
            color: rgba(255,255,255,0.85);
            text-decoration: none;
            transition: color 0.2s;
        }

        .contact-detail a:hover { color: var(--gold-light); }

        .affiliated {
            margin-top: 2.5rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 0.78rem;
            color: rgba(255,255,255,0.4);
            line-height: 2;
        }

        /* Contact Form */
        .contact-form-wrap {
            background: var(--white);
            padding: 3.5rem;
            border: 1px solid var(--border);
        }

        .contact-form-wrap h3 {
            font-family: 'Shippori Mincho', serif;
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 2rem;
        }

        .form-group { margin-bottom: 1.75rem; }

        .form-group label {
            display: block;
            font-size: 0.82rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.6rem;
            letter-spacing: 0.05em;
        }

        .form-group label .required {
            color: var(--gold);
            margin-left: 0.3rem;
            font-size: 0.72rem;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.9rem 1.1rem;
            border: 1px solid var(--border);
            background: var(--bg);
            color: var(--text);
            font-family: 'Zen Kaku Gothic New', sans-serif;
            font-size: 0.92rem;
            transition: all 0.2s;
            outline: none;
            -webkit-appearance: none;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: var(--navy);
            background: var(--white);
        }

        .form-group textarea {
            min-height: 140px;
            resize: vertical;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.25rem;
        }

        .submit-btn {
            width: 100%;
            padding: 1.15rem;
            background: var(--navy);
            color: var(--white);
            border: none;
            font-family: 'Zen Kaku Gothic New', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            cursor: pointer;
            transition: all 0.25s ease;
            position: relative;

        }

        .submit-btn:hover {
            background: var(--navy-mid);
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(22,32,64,0.25);
        }
@media screen and (max-width: 599px) {
	.contact-form-wrap { padding: 6%; }
}

/* ─── FOOTER ─── */
.footer-logo { font-family: 'Shippori Mincho', serif; font-size: 1rem; color: rgba(255,255,255,0.7); letter-spacing: 0.05em; }
.f_logo { max-width: 200px; margin: 0 0 20px; }
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; text-align: center;}
.footer-links { display: flex; gap: 2rem;  }
.footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.4); text-decoration: none; letter-spacing: 0.08em; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
@media screen and (max-width: 899px) {
	.f_logo { max-width: 150px; margin: 0 auto 20px; }
	footer { background: var(--navy); padding: 6% 6% 0;  }
	.footer-inner { margin: 0 2% 5vh; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
	.footer-inner p { text-align: center; }
}
@media screen and (min-width: 900px) {
	footer { background: var(--navy); padding: 3rem 2% 0;  }
	.footer-inner { margin: 0 2% 5vh; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
	.f_p_in { display: flex; justify-content: flex-start; }
	.f_p_in p { margin-right: 4%; white-space: nowrap; }
}
/* ─── SCROLL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── CASES ─── */
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.case-card { background: var(--white); border: 1px solid var(--border); padding: 2.5rem; position: relative; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.case-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(22,32,64,0.1); }
.case-tag { font-size: 0.72rem; letter-spacing: 0.25em; color: var(--gold); font-weight: 700; margin-bottom: 1rem; }
.case-title { font-family: 'Shippori Mincho', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); line-height: 1.5; margin-bottom: 1.75rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); }
.case-body { display: flex; flex-direction: column; gap: 1.25rem; }
.case-block { display: flex; flex-direction: column; gap: 0.4rem; }
.case-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; color: var(--white); background: var(--navy); display: inline-block; padding: 0.2rem 0.65rem; align-self: flex-start; }
.case-block p { /*font-size: 0.88rem;*/ color: var(--text); line-height: 1.9;}
@media (max-width: 767px) {
	.case-card { padding: 6%; }
}
@media (max-width: 768px) {
	.cases-grid { grid-template-columns: 1fr; }
}

/* ─── DIVIDER ─── */
.divider { width: 40px; height: 2px; background: var(--gold); margin: 1.5rem 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
	.stats-inner { grid-template-columns: repeat(3, 1fr); }
	/*.stat-item:nth-child(2) { border-right: none; }*/
	.about-layout { grid-template-columns: 1fr; gap: 3rem; }
	.concern-layout { grid-template-columns: 1fr; gap: 3rem; }
	.strength-panel { position: static; }
}

@media (max-width: 768px) {
	/*.header-inner nav, .header-cta { display: none; }*/
	.hero h1 { font-size: 2rem; }
	.stats-inner { grid-template-columns: repeat(3, 1fr); }
	.target-grid, .services-grid { grid-template-columns: 1fr; }
	.contact-layout { grid-template-columns: 1fr; }
	.pricing-panel { padding: 2.5rem 1.75rem; }
	.pricing-features { grid-template-columns: 1fr; }
	.pricing-header { flex-direction: column; gap: 1.5rem; }
	.form-row { grid-template-columns: 1fr; }
	.footer-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
	.info-grid { grid-template-columns: 1fr; }
	.info-label { border-right: none; }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
	.footer-inner { flex-direction: column; align-items: center; }
}

