:root{--color-green:#3daa5c;--color-green-dark:#2d8a47;--color-green-light:#e8f5ed;--color-orange:#f5a623;--color-text:#333;--color-text-sub:#666;--color-border:#e5e7eb;--color-bg-light:#f8faf8;--color-white:#fff;--font-en:'Montserrat',sans-serif;--radius-card:16px;--radius-btn:9999px;--shadow-card:0 2px 16px rgba(0,0,0,.07);--transition:.25s ease}.p-first__section{padding:80px 0}.p-first__section--light{background-color:var(--color-bg-light)}.c-section-head{text-align:center;margin-bottom:48px}.c-section-head__en{display:block;font-family:var(--font-en);font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--color-green);margin-bottom:8px;position:relative}.c-section-head__en:before,.c-section-head__en:after{content:'';display:inline-block;width:32px;height:1px;background:var(--color-green);vertical-align:middle;margin:0 8px}.c-section-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);line-height:1.4}.c-section-head h2 em{font-style:normal;color:var(--color-green)}.js-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.js-reveal.is-visible{opacity:1;transform:translateY(0)}.p-first-hero{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;background:#2a5c38}.p-first-hero__bg{position:absolute;inset:0;background:linear-gradient(to right,rgba(209,251,243,.72) 0%,rgba(203,237,211,.45) 50%,rgba(100,100,100,.12) 100%);mix-blend-mode:multiply;z-index:1}.p-first-hero__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}.p-first-hero__inner{position:relative;z-index:2;width:100%;padding:80px 0 72px}.p-first-hero__content{max-width:560px}.p-first-hero__label{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.7);color:#1a4d2e;font-size:.8125rem;font-weight:700;padding:5px 14px;border-radius:var(--radius-btn);margin-bottom:20px;backdrop-filter:blur(6px)}.p-first-hero__label-icon{font-size:1rem}.p-first-hero__title{font-size:clamp(1.75rem,5vw,3.375rem);font-weight:900;line-height:1.25;letter-spacing:.02em;color:#0d2e18;margin-bottom:16px}.p-first-hero__title-em{font-style:normal;color:#1a7a40}.p-first-hero__lead{font-size:.875rem;color:#1e3a28;line-height:1.85;margin-bottom:28px;max-width:440px}.p-first-hero__cta-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.p-first-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-weight:700;font-size:.875rem;text-decoration:none;transition:opacity var(--transition),transform var(--transition);line-height:1.3}.p-first-hero__cta-btn:hover{opacity:.85;transform:translateY(-2px)}.c-btn--tel{background:var(--color-green);color:var(--color-white)}.c-btn--line{background:#06c755;color:var(--color-white)}.c-btn--web{background:var(--color-orange);color:var(--color-white)}.c-btn__sub{display:block;font-size:.7rem;font-weight:400;opacity:.85}.c-btn__main{display:block;font-size:.9rem;font-weight:800}.p-first__flow{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;position:relative}.p-first__step{display:flex;flex-direction:column;align-items:center;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:24px 16px;text-align:center;position:relative;box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition)}.p-first__step:not(:last-child):after{content:none}.p-first__step:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.p-first__step-arrow{display:none}@media (min-width:1025px){.p-first__step:not(:last-child) .p-first__step-arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:-12px;transform:translate(50%,-50%);width:28px;height:28px;background:var(--color-green);border-radius:50%;color:var(--color-white);z-index:2;box-shadow:0 2px 8px rgba(61,170,92,.3)}.p-first__step:not(:last-child) .p-first__step-arrow:before{content:'';width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateX(-2px) rotate(45deg)}}.p-first__step-head{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:12px}.p-first__step-badge{display:inline-block;background:var(--color-green);color:var(--color-white);font-family:var(--font-en);font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:3px 10px;border-radius:var(--radius-btn)}.p-first__step-icon{color:var(--color-green)}.p-first__step-title{font-size:.95rem;font-weight:800;color:var(--color-text);margin-bottom:8px}.p-first__step-body p{font-size:.8rem;color:var(--color-text-sub);line-height:1.6}.p-first__flow-note{text-align:center;font-size:.875rem;color:var(--color-text-sub);margin-top:24px}.p-first__reasons-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;list-style:none;padding:0;margin:0}.p-first__reasons-item{flex-direction:column;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:28px 16px 24px;text-align:center;box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition)}.p-first__reasons-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.p-first__reasons-icon{display:flex;justify-content:center;align-items:center;width:56px;height:56px;background:var(--color-green-light);border-radius:50%;margin:0 auto 14px;color:var(--color-green)}.p-first__reasons-title{font-size:.9rem;font-weight:800;color:var(--color-text);margin-bottom:8px}.p-first__reasons-text{font-size:.8rem;color:var(--color-text-sub);line-height:1.6}.p-first__section--philosophy{background:var(--color-white)}.p-first__philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.p-first__philosophy-label{font-size:.8rem;font-weight:700;color:var(--color-green);letter-spacing:.05em;margin-bottom:12px}.p-first__philosophy-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:900;line-height:1.4;color:var(--color-text);margin-bottom:20px}.p-first__philosophy-title-em{font-style:normal;color:var(--color-orange)}.p-first__philosophy-text{font-size:.95rem;color:var(--color-text-sub);line-height:1.8;margin-bottom:12px}.p-first__philosophy-features-label{font-size:.8rem;font-weight:700;color:var(--color-text-sub);margin-bottom:16px}.p-first__philosophy-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:0;margin:0}.p-first__philosophy-feature-item{display:flex;align-items:flex-start;gap:12px;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:12px;padding:16px}.p-first__philosophy-feature-icon{flex-shrink:0;width:36px;height:36px;background:var(--color-green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-green)}.p-first__philosophy-feature-title{font-size:.875rem;font-weight:800;color:var(--color-text);margin-bottom:4px}.p-first__philosophy-feature-text{font-size:.8rem;color:var(--color-text-sub);line-height:1.5}.p-first__recommended-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:0;margin:0;max-width:800px;margin-inline:auto}.p-first__recommended-item{display:flex;align-items:center;gap:12px;background:var(--color-white);border:1px solid var(--color-border);border-radius:12px;padding:16px 20px;font-size:.95rem;color:var(--color-text);box-shadow:var(--shadow-card)}.p-first__recommended-check{flex-shrink:0;width:28px;height:28px;background:var(--color-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-white)}.p-first__director-card{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:center;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:40px;box-shadow:var(--shadow-card)}.p-first__director-media{text-align:center}.p-first__director-img-wrap{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid var(--color-green-light)}.p-first__director-img{width:100%;height:100%;object-fit:cover}.p-first__director-role{font-size:.75rem;color:var(--color-text-sub);margin-bottom:4px}.p-first__director-name-ja{font-size:1.25rem;font-weight:900;color:var(--color-text);margin-bottom:2px}.p-first__director-name-kana{font-size:.75rem;color:var(--color-text-sub);letter-spacing:.05em;margin-bottom:4px}.p-first__director-clinic{font-size:.8rem;color:var(--color-green);font-weight:700;margin-bottom:16px}.p-first__director-reserve-btn{display:inline-flex;align-items:center;gap:6px;border:2px solid var(--color-green);color:var(--color-green);background:0 0;padding:8px 20px;border-radius:var(--radius-btn);font-size:.875rem;font-weight:700;text-decoration:none;transition:background var(--transition),color var(--transition)}.p-first__director-reserve-btn:hover{background:var(--color-green);color:var(--color-white)}.p-first__director-message{font-size:.95rem;color:var(--color-text-sub);line-height:1.8;margin-bottom:12px}.p-first__director-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.p-first__director-tag{background:var(--color-green-light);color:var(--color-green);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:var(--radius-btn)}.p-first__clinic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.p-first__clinic-item{margin:0;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--transition)}.p-first__clinic-item:hover{transform:scale(1.02)}.p-first__clinic-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.p-first__clinic-item figcaption{background:var(--color-white);text-align:center;font-size:.8rem;color:var(--color-text-sub);padding:8px 4px}.p-first__clinic-note{text-align:center;font-size:.875rem;color:var(--color-text-sub);margin-top:20px}.p-first__access-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.p-first__access-map iframe{border-radius:12px;display:block}.p-first__access-clinic-name{font-size:1.1rem;font-weight:800;color:var(--color-text);margin-bottom:8px}.p-first__access-address{font-style:normal;font-size:.9rem;color:var(--color-text-sub);margin-bottom:16px}.p-first__access-transport{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:6px}.p-first__access-transport li{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--color-text-sub)}.p-first__access-hours-label{font-size:.875rem;font-weight:700;color:var(--color-text);margin-bottom:10px}.p-first__access-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.p-first__access-table{width:100%;border-collapse:collapse;font-size:.8rem;text-align:center}.p-first__access-table th,.p-first__access-table td{border:1px solid var(--color-border);padding:8px 6px}.p-first__access-table thead th{background:var(--color-green);color:var(--color-white);font-weight:700}.p-first__access-table tbody tr:nth-child(even){background:var(--color-bg-light)}.p-first__access-table td:first-child{text-align:left;font-weight:700;white-space:nowrap}.p-first__access-table .is-closed{color:var(--color-text-sub)}.p-first__access-note{font-size:.8rem;color:var(--color-text-sub);margin-top:10px}@media (max-width:1024px){.p-first__flow{grid-template-columns:repeat(3,1fr);gap:12px}.p-first__reasons-grid{grid-template-columns:repeat(3,1fr)}.p-first__clinic-grid{grid-template-columns:repeat(3,1fr)}.p-first__philosophy-grid{grid-template-columns:1fr;gap:40px}.p-first-hero__inner{grid-template-columns:1fr;gap:32px}.p-first-hero__media{order:-1}}@media (max-width:767px){.p-first__section{padding:56px 0}.p-first-hero{min-height:520px}.p-first-hero__bg-img{object-position:70% center}.p-first-hero__inner{padding:56px 0 48px}.p-first-hero__title{font-size:1.75rem}.p-first-hero__cta-group{flex-direction:column;align-items:stretch}.p-first-hero__cta-btn{width:100%;max-width:60%;justify-content:center}.p-first__flow{grid-template-columns:1fr;gap:32px}.p-first__step{display:flex;align-items:center;gap:14px;text-align:left;padding:16px}.p-first__step:not(:last-child) .p-first__step-arrow{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);width:28px;height:28px;background:var(--color-green);border-radius:50%;color:var(--color-white);z-index:2;box-shadow:0 2px 8px rgba(61,170,92,.3)}.p-first__step:not(:last-child) .p-first__step-arrow:before{content:'';width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}.p-first__step-head{flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:72px;margin-bottom:0}.p-first__step-badge{font-size:.65rem;padding:2px 8px}.p-first__step-icon svg{width:4em;height:3em}.p-first__step-body{flex:1;min-width:0}.p-first__step-title{font-size:1rem;margin-bottom:4px}.p-first__step-body p{font-size:.85rem}.p-first__reasons-grid{grid-template-columns:1fr 1fr;gap:12px}.p-first__philosophy-features-grid{grid-template-columns:1fr}.p-first__recommended-grid{grid-template-columns:1fr}.p-first__director-card{grid-template-columns:1fr;gap:24px;padding:24px;min-width:0}.p-first__director-body{min-width:0;gap:6px}.p-first__director-message{font-size:.9rem;overflow-wrap:anywhere}.p-first__director-tags{gap:6px}.p-first__director-tag{font-size:.7rem;padding:4px 10px;max-width:100%;overflow-wrap:anywhere}.p-first__clinic-grid{grid-template-columns:1fr 1fr;gap:10px}.p-first__access-grid{grid-template-columns:1fr;gap:24px}.c-section-head{margin-bottom:32px}}