@import"https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700;800&display=swap";:root{--accent: #c5a059;--accent-dark: #b18e4a;--accent2: #d14d3a;--trust: #0f4c5c;--trust-mid: #1f6f78;--trust-line: rgba(15, 76, 92, .18);--text: #333;--text-deep: #1a1a1a;--muted: #666;--line: rgba(197, 160, 89, .18);--soft: #f3eadf;--white: #ffffff;--paper: #f6efe5;--surface: #fffdf8;--surface-strong: #fffaf2;--surface-cool: #f4fbfa;--card-border: rgba(15, 76, 92, .14);--card-border-warm: rgba(197, 160, 89, .24);--card-shadow: 0 16px 38px rgba(15, 76, 92, .075), 0 4px 14px rgba(70, 52, 32, .045);--card-shadow-hover: 0 24px 52px rgba(15, 76, 92, .12), 0 8px 20px rgba(70, 52, 32, .07);--radius: 24px}body{font-family:Shippori Mincho,serif;color:var(--text);line-height:1.8;background:linear-gradient(180deg,#fbf7ef 0%,var(--paper) 48%,#f2e8dc 100%)}.section{padding:80px 0}.section-inner{max-width:1000px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-family:Shippori Mincho,serif;font-weight:800;color:var(--text-deep)}h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.2;margin-bottom:24px}h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:32px}.tagline-top{font-size:1.1rem;color:var(--accent);font-weight:800;letter-spacing:.08em;margin-bottom:8px;max-width:100%;overflow-wrap:anywhere;line-break:strict;text-wrap:balance}.lead{font-size:1.2rem;color:var(--muted);margin-bottom:40px;max-width:700px}.lead strong{color:var(--accent)}.btns{display:flex;gap:16px;margin-top:40px}.btn{padding:18px 36px;border-radius:50px;font-weight:800;text-decoration:none;transition:all .3s ease;text-align:center}.btn.primary{background:var(--trust);color:#fff;border:1px solid var(--trust);box-shadow:0 10px 25px #0f4c5c40}.btn.primary:hover{background:#123c45;border-color:#123c45;transform:translateY(-2px);box-shadow:0 12px 30px #0f4c5c59}.btn.secondary{border:1px solid rgba(197,160,89,.5);color:var(--accent);background:transparent}.btn.secondary:hover{border-color:var(--accent);background:#c5a0590d;transform:translateY(-1px)}.hero{--hero-accent: #d14d3a;padding:160px 0 120px;background:linear-gradient(to right,#fdfaf5 40%,#fdfaf5e6 55%,#fdfaf533 80%,#fdfaf500),url(/images/hero.png) no-repeat right center/cover;min-height:520px;display:flex;align-items:center}.hero-inner{max-width:1200px;margin:0 auto;padding:0 40px;width:100%}.hero-content{max-width:650px}.hero-badge{display:inline-block;background:var(--hero-accent);color:#fff;padding:6px 16px;border-radius:4px;font-size:.85rem;font-weight:800;margin-bottom:24px}.highlight-text{border-bottom:3px double var(--accent);padding-bottom:2px;color:var(--hero-accent);font-weight:800}.hero-title-chosen{font-size:clamp(2.6rem,5.8vw,4.8rem);font-weight:900;color:var(--hero-accent);letter-spacing:-.05em}.hero-title-sub{font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:500;color:var(--muted);margin-left:2px}.hero-title-psy{font-size:clamp(2.3rem,5.2vw,4.2rem);font-weight:900;color:var(--text-deep);border-bottom:3px double var(--accent);padding-bottom:2px;letter-spacing:-.02em}.hero-title-base{font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:800;color:var(--text-deep)}.trust-strip{background:linear-gradient(90deg,var(--surface) 0%,var(--surface-cool) 100%);border-bottom:1px solid var(--trust-line);box-shadow:inset 0 -1px #ffffffb8}.trust-strip-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1000px;margin:0 auto;border-left:1px solid var(--trust-line)}.trust-signal{padding:18px 24px;border-right:1px solid var(--trust-line);text-align:center}.trust-signal strong{display:block;color:var(--trust);font-size:1.08rem;font-weight:900;line-height:1.4}.trust-signal span{display:block;margin-top:3px;color:var(--muted);font-size:.82rem;font-weight:700;line-height:1.5}.why-psy{background:var(--paper);border-bottom:1px solid var(--line)}.why-psy-inner{max-width:900px;margin:0 auto;padding:0 20px}.question-box{text-align:center;margin-bottom:48px}.q-eyebrow{font-size:.9rem;color:var(--accent2);font-weight:800;letter-spacing:.1em;display:block;margin-bottom:12px}.q-lead{font-size:1.2rem;color:var(--text-deep);margin-top:16px;font-weight:700}.concept-intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.concept-intro-card{background:linear-gradient(180deg,var(--surface) 0%,var(--surface-strong) 100%);padding:40px;border-radius:var(--radius);border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:.3s}.concept-intro-card:hover{transform:translateY(-5px);border-color:var(--trust-line);box-shadow:var(--card-shadow-hover)}.concept-intro-card.highlight-card{background:linear-gradient(135deg,#0f4c5c12,#d14d3a09),var(--surface);border-color:var(--card-border-warm);box-shadow:var(--card-shadow)}.card-num{font-size:2.2rem;margin-bottom:16px}.profile-summary{background:var(--soft);border-top:1px solid var(--line)}.profile-summary-inner{max-width:850px;display:flex;align-items:center;gap:48px;margin:0 auto;padding:0 20px}.profile-avatar-wrap{flex:0 0 200px;width:200px;height:200px;border-radius:30px;overflow:hidden;box-shadow:0 15px 30px #00000014;border:3px solid var(--white)}.profile-avatar-img{width:100%;height:100%;object-fit:cover}.profile-text-wrap{flex:1}.profile-desc{font-size:1rem;color:var(--muted);margin:16px 0 24px;line-height:1.8}.profile-link{font-weight:800;color:var(--accent);text-decoration:underline;transition:.3s}.profile-link:hover{color:var(--accent-dark)}.consult-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:40px auto 0;max-width:960px}.consult-card{background:linear-gradient(180deg,var(--surface) 0%,var(--surface-strong) 100%);padding:40px;border-radius:var(--radius);border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:.3s}.consult-card:hover{transform:translateY(-5px);border-color:var(--trust-mid);box-shadow:var(--card-shadow-hover)}.consult-card.highlight{background:linear-gradient(135deg,#0f4c5c14,#d14d3a09),var(--surface);border-color:#0f4c5c3d}.card-tag{font-size:.75rem;font-weight:800;color:var(--trust);letter-spacing:.1em;margin-bottom:12px;display:block}.service-fit{display:inline-block;margin:0 0 14px;padding:5px 12px;border-radius:999px;background:#0f4c5c12;color:var(--trust);font-size:.78rem;font-weight:800;line-height:1.5}.card-sub-links{margin-top:12px;margin-bottom:4px}.sub-link-text{font-size:.85rem;font-weight:800;color:var(--accent2);text-decoration:none;display:inline-block;transition:.3s;padding:4px 0}.sub-link-text:hover{color:var(--accent);text-decoration:underline;transform:translate(2px)}.card-link{display:inline-block;margin-top:16px;font-weight:800;color:var(--trust);text-decoration:none;border-bottom:1px solid var(--trust)}.action-buttons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.action-card{background:linear-gradient(180deg,var(--surface) 0%,var(--surface-strong) 100%);border:1px solid var(--card-border);border-radius:20px;padding:30px 20px;text-decoration:none;text-align:center;box-shadow:var(--card-shadow);transition:.3s;color:inherit}.action-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:var(--card-shadow-hover)}.action-card.highlight-border{border:2px solid var(--accent)}.action-icon{font-size:2.5rem;margin-bottom:16px;display:block}.simple-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.flow-item{text-align:center;position:relative}.flow-num{width:40px;height:40px;background:var(--trust);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-weight:800}.flow-item h4{margin-bottom:12px}.flow-item p{font-size:.9rem;color:var(--muted)}.eyebrow{font-size:.85rem;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.2em;margin-bottom:12px;display:block}@media (max-width: 768px){.hero{padding:80px 0;background:linear-gradient(to bottom,#fdfaf5fa 50%,#fdfaf5cc 80%,#fdfaf566),url(/images/hero.png) no-repeat center center/cover;text-align:center;min-height:auto;overflow-x:hidden}.hero .btns{flex-direction:column;width:min(100%,280px);margin:0 auto;box-sizing:border-box;align-items:stretch;gap:12px}.hero .btn{width:100%;padding:16px 22px}.hero-inner{padding:0 20px;width:100%;box-sizing:border-box}.hero-content{width:100%;max-width:340px;margin:0 auto;box-sizing:border-box}.hero h1{max-width:100%;margin-left:auto;margin-right:auto;text-wrap:balance}.tagline-top{font-size:.98rem;letter-spacing:.03em;line-height:1.8}.lead{max-width:100%;box-sizing:border-box;word-break:break-all;overflow-wrap:anywhere;line-break:strict;margin-left:auto;margin-right:auto;text-align:center;font-size:1.02rem;line-height:1.9}.hero-title-chosen{font-size:clamp(2.2rem,8vw,3.2rem)}.hero-title-psy{font-size:clamp(2rem,7vw,3rem)}.trust-strip-inner{grid-template-columns:1fr;border-left:0}.trust-signal{padding:15px 20px;border-right:0;border-bottom:1px solid var(--trust-line)}.trust-signal:last-child{border-bottom:0}.action-buttons-grid,.simple-flow-grid,.concept-intro-grid{grid-template-columns:1fr}.flow-item:not(:last-child):after{display:none}.profile-summary-inner{flex-direction:column;text-align:center;gap:24px}.profile-avatar-wrap{flex:0 0 160px;width:160px;height:160px}}
