*{box-sizing:border-box}
:root{
  --green:#1f7a52;
  --green-dark:#0f3f2d;
  --green-soft:#eef8f3;
  --green-soft-2:#f8fcfa;
  --line:#d8e8df;
  --text:#20332b;
  --muted:#66766d;
  --white:#fff;
  --yellow:#f2be44;
  --shadow:0 16px 38px rgba(15,63,45,.08);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans JP",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:16px;
  line-height:1.9;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.section{padding:88px 0}
.light-bg{background:var(--green-soft-2)}
.section-label{
  margin:0 0 10px;
  color:var(--green);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}
.section-label.light{color:#dff4e8}
h1,h2,h3{
  margin:0;
  line-height:1.45;
  letter-spacing:.02em;
  color:var(--green-dark);
}
h1{font-size:clamp(36px,5vw,58px);font-weight:900}
h1 span{color:var(--green)}
h2{font-size:clamp(28px,3.4vw,40px);font-weight:900}
h3{font-size:20px;font-weight:800}
p{margin:0 0 1em}
.muted{color:var(--muted)}
.center{text-align:center}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  font-weight:900;
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button.primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(31,122,83,.22)}
.button.secondary{background:#fff;border:1px solid var(--line);color:var(--green-dark)}
.button.white{background:#fff;color:var(--green-dark)}
.button.full{width:100%;border:0}
.topbar{
  background:var(--green-dark);
  color:#e8f5ee;
  font-size:13px;
}
.topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}
.topbar .tel{font-weight:900;font-size:17px;color:#fff}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:18px;
}
.brand{
  display:flex;align-items:center;gap:12px;color:var(--green-dark)
}
.brand-mark{
  width:50px;height:50px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--green-dark),var(--green));
  color:#fff;font-size:13px;font-weight:900;
}
.brand-text strong,.brand-text small{display:block;line-height:1.25}
.brand-text strong{font-size:17px}
.brand-text small{font-size:13px;color:var(--muted)}
.nav{
  margin-left:auto;
  display:flex;align-items:center;gap:16px;
  font-size:14px;font-weight:800;
}
.nav a{color:#31443b}
.nav-cta{
  background:var(--green);color:#fff!important;border-radius:999px;padding:10px 16px;
}
.menu-button{display:none}

.hero{
  background:
    radial-gradient(circle at 16% 14%, rgba(31,122,83,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,var(--green-soft) 100%);
  padding:76px 0 64px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.hero-lead{
  margin:20px 0 14px;
  font-size:22px;
  font-weight:900;
  color:var(--green-dark);
}
.hero-actions{
  display:flex;gap:14px;flex-wrap:wrap;
  margin:30px 0 28px;
}
.hero-badges{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.hero-badges article{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)
}
.hero-badges strong,.hero-badges span{display:block}
.hero-badges strong{font-size:15px;line-height:1.5}
.hero-badges span{margin-top:6px;color:var(--muted);font-size:13px}
.hero-visual,.photo-card,.gallery-card,.profile-photo{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden
}
.hero-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}
.photo-caption{
  padding:14px 18px;
  font-weight:800;
  color:var(--green-dark);
  background:#fff;
}

.news-wrap{margin-top:-18px;position:relative;z-index:2}
.news-card{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px
}
.news-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px
}
.news-list{list-style:none;padding:0;margin:0;display:grid}
.news-list li{
  display:grid;grid-template-columns:120px 1fr;gap:16px;padding:14px 0;border-top:1px solid var(--line)
}
.news-list li:first-child{border-top:0}
.news-list time{font-weight:900;color:var(--green)}
.news-list span{font-weight:700}

.problem-grid,.consult-grid,.solo-grid,.contact-grid{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center
}
.photo-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.check-list{list-style:none;padding:0;margin:20px 0 22px;display:grid;gap:12px}
.check-list li{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:15px 18px 15px 48px;box-shadow:0 8px 20px rgba(15,63,45,.04);font-weight:800
}
.check-list li::before{
  content:"✓";
  position:absolute;
  left:18px;
  top:1.65em;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-size:12px;
  font-weight:900
}
.message-box{
  background:linear-gradient(135deg,var(--green-dark),var(--green));
  color:#fff;border-radius:20px;padding:22px 24px;box-shadow:var(--shadow)
}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gallery-card .photo-caption{font-size:14px;font-weight:700;color:var(--muted)}
.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.reason-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 20px;box-shadow:var(--shadow)
}
.reason-number{
  width:52px;height:52px;border-radius:16px;display:grid;place-items:center;
  background:var(--green-soft);color:var(--green);font-weight:900;margin-bottom:14px
}
.reason-card p{font-size:14px;color:var(--muted);margin-bottom:0}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px 20px;box-shadow:var(--shadow)
}
.icon-circle{
  width:52px;height:52px;border-radius:16px;background:var(--green-soft);color:var(--green);
  display:grid;place-items:center;font-weight:900;margin-bottom:14px
}
.service-card h3{font-size:18px}
.service-card p{font-size:14px;color:var(--muted);margin-bottom:0}

.solo-section{
  background:linear-gradient(135deg,var(--green-dark),var(--green));
  color:#fff;
}
.solo-section h2{color:#fff}
.solo-section p{color:#e6f3ec}
.solo-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}
.solo-photo{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
  border-radius:28px;padding:12px;box-shadow:var(--shadow)
}

.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.price-card{
  text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 18px;box-shadow:var(--shadow)
}
.price-card p{margin:10px 0 0;color:var(--green);font-weight:900}

.profile-grid{
  display:grid;grid-template-columns:340px 1fr;gap:28px;align-items:start
}
.profile-photo img{width:100%;aspect-ratio:3/4;object-fit:cover}
.profile-copy,.license-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)
}
.profile-name{margin:10px 0 16px;font-size:28px}
.license-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px}
.license-list li{
  background:var(--green-soft-2);border:1px solid var(--line);border-radius:12px;padding:10px 12px;font-weight:700;font-size:14px
}

.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.office-table{
  width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)
}
.office-table th,.office-table td{
  padding:16px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top
}
.office-table th{
  width:150px;
  background:var(--green-soft);
  font-weight:900;
  color:var(--green-dark);
  text-align:center;
  vertical-align:middle;
}
.office-table tr:last-child th,.office-table tr:last-child td{border-bottom:0}
.office-table a{color:var(--green);font-weight:900}
.map-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden
}
.map-card iframe{width:100%;height:380px;border:0;display:block}
.map-card p{margin:0;padding:16px 18px;font-weight:800}

.contact-section{background:var(--green-dark);color:#fff}
.contact-section h2{color:#fff}
.contact-section p{color:#e4f2eb}
.contact-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}
.contact-photo{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:12px;box-shadow:var(--shadow)
}
.contact-phone{
  margin:22px 0 24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:20px
}
.contact-phone span,.contact-phone small{display:block;color:#dff4e8}
.contact-phone a{display:block;font-size:34px;line-height:1.35;font-weight:900;color:#fff}
.contact-form{
  background:#fff;color:var(--text);border-radius:24px;padding:24px;box-shadow:var(--shadow)
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form label{display:block;color:var(--green-dark);font-weight:800;margin-bottom:14px}
.contact-form input,.contact-form textarea{
  width:100%;margin-top:6px;padding:13px 14px;font:inherit;color:var(--text);
  border:1px solid var(--line);border-radius:10px;background:#fff
}
.form-note{margin-top:12px;color:var(--muted)!important;font-size:13px}

.site-footer{
  background:#0a2f21;color:#e6f3ec;padding:42px 0 18px
}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.site-footer p{margin:8px 0 0;color:#cfe5da}
.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px}
.footer-nav a{font-weight:700;font-size:14px}
.copy{text-align:center;margin:28px 0 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);color:#cfe5da;font-size:13px}
.mobile-cta{display:none}
.skip-link{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden
}
.skip-link:focus{
  left:12px;top:12px;width:auto;height:auto;padding:10px 14px;background:#fff;color:var(--green-dark);
  border:2px solid var(--green);border-radius:10px;z-index:999
}
.simple-page{min-height:60vh;display:grid;place-items:center;text-align:center;padding:80px 0}
.simple-page .button{margin-top:20px}
.privacy-page .page-hero{padding:72px 0;background:linear-gradient(180deg,#fff 0%,var(--green-soft) 100%)}
.privacy-page .content-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:32px
}
.privacy-page h2{margin-top:32px;font-size:24px}
.privacy-page h2:first-child{margin-top:0}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}

@media(max-width:1040px){
  .nav{
    position:fixed;top:110px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;
    background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)
  }
  .nav.open{display:flex}
  .menu-button{
    display:inline-flex;margin-left:auto;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;
    flex-direction:column;justify-content:center;align-items:center;gap:5px
  }
  .menu-button span{width:22px;height:2px;background:var(--green-dark)}
  .hero-grid,.problem-grid,.consult-grid,.solo-grid,.contact-grid,.profile-grid,.office-grid{grid-template-columns:1fr}
  .reason-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  body{font-size:16px;padding-bottom:78px}
  .container{width:min(100% - 28px,1120px)}
  .topbar-inner{justify-content:center;gap:10px;flex-wrap:wrap;padding:6px 0}
  .topbar-inner span:first-child{display:none}
  .header-inner{min-height:72px}
  .brand-mark{width:42px;height:42px}
  .brand-text strong{font-size:15px}
  .hero{padding:46px 0 42px}
  .section{padding:62px 0}
  .hero-lead{font-size:18px}
  .hero-actions .button{width:100%}
  .hero-badges,.reason-grid,.service-grid,.price-grid,.form-grid,.footer-nav{grid-template-columns:1fr}
  .news-card{padding:20px}
  .news-head{flex-direction:column;align-items:flex-start}
  .news-list li{grid-template-columns:1fr;gap:4px}
  .office-table th,.office-table td{display:block;width:100%}
  .office-table th{padding-bottom:6px;border-bottom:0}
  .map-card iframe{height:280px}
  .contact-phone a{font-size:28px}
  .footer-grid{grid-template-columns:1fr}
  .mobile-cta{
    position:fixed;left:12px;right:12px;bottom:10px;z-index:70;
    display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;background:rgba(255,255,255,.98);
    border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 34px rgba(15,63,45,.16)
  }
  .mobile-cta a{
    min-height:46px;display:grid;place-items:center;border-radius:12px;font-weight:900
  }
  .mobile-cta a:first-child{background:var(--green-dark);color:#fff}
  .mobile-cta a:last-child{background:var(--yellow);color:#342700}
}

.brand-logo-wrap{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:grid;
  place-items:center;
  overflow:hidden;
  flex-shrink:0;
}
.brand-logo{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-logo-box{
  margin:0 0 24px;
}
.hero-logo-card{
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.hero-logo-image{
  width:96px;
  height:96px;
  object-fit:cover;
  border-radius:18px;
  flex-shrink:0;
}
.hero-logo-text strong,
.hero-logo-text span{
  display:block;
}
.hero-logo-text strong{
  color:var(--green-dark);
  font-size:16px;
  line-height:1.5;
}
.hero-logo-text span{
  color:var(--muted);
  font-size:14px;
  margin-top:4px;
  line-height:1.8;
}
.footer-logo-row{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-logo{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(255,255,255,.15);
}
@media(max-width:680px){
  .brand-logo-wrap{
    width:46px;
    height:46px;
    border-radius:12px;
  }
  .hero-logo-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .hero-logo-image{
    width:88px;
    height:88px;
  }
  .footer-logo-row{
    align-items:flex-start;
  }
}


/* ===== Clean hero revision ===== */
.hero-clean{
  position:relative;
  overflow:hidden;
  padding:82px 0 72px;
  background:
    linear-gradient(120deg, rgba(31,122,82,.08) 0%, rgba(31,122,82,.03) 42%, rgba(255,255,255,1) 100%),
    #ffffff;
}
.hero-clean::before{
  content:"";
  position:absolute;
  right:-220px;
  top:-220px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(31,122,82,.08);
  pointer-events:none;
}
.hero-clean::after{
  content:"";
  position:absolute;
  left:-160px;
  bottom:-220px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(31,122,82,.06);
  pointer-events:none;
}
.hero-clean-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr minmax(420px,520px);
  gap:48px;
  align-items:center;
}
.hero-clean-copy{
  max-width:680px;
}
.hero-clean h1{
  font-size:clamp(38px, 5vw, 62px);
  line-height:1.32;
}
.hero-clean .hero-lead{
  margin:22px 0 14px;
  font-size:21px;
  line-height:1.8;
  color:var(--green-dark);
}
.hero-summary{
  color:var(--muted);
  font-size:16px;
  max-width:650px;
}
.hero-clean .hero-actions{
  margin:30px 0 26px;
}
.hero-main-button{
  min-width:200px;
}
.hero-clean-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.hero-clean-points div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:15px 14px;
  box-shadow:0 10px 24px rgba(15,63,45,.06);
}
.hero-clean-points strong,
.hero-clean-points span{
  display:block;
}
.hero-clean-points strong{
  color:var(--green-dark);
  font-size:14px;
  line-height:1.45;
}
.hero-clean-points span{
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.hero-clean-photo{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:12px;
  box-shadow:0 22px 46px rgba(15,63,45,.12);
}
.hero-clean-photo img{
  width:100%;
  aspect-ratio:4/3.2;
  object-fit:cover;
  border-radius:22px;
}
.news-wrap{
  margin-top:-22px;
}
@media(max-width:1040px){
  .hero-clean-grid{
    grid-template-columns:1fr;
  }
  .hero-clean-photo{
    max-width:720px;
  }
}
@media(max-width:680px){
  .hero-clean{
    padding:54px 0 50px;
  }
  .hero-clean h1{
    font-size:34px;
  }
  .hero-clean .hero-lead{
    font-size:18px;
  }
  .hero-clean .hero-actions .button{
    width:100%;
  }
  .hero-clean-points{
    grid-template-columns:1fr;
  }
  .hero-clean-photo{
    padding:8px;
    border-radius:22px;
  }
  .hero-clean-photo img{
    border-radius:16px;
  }
}
/* ===== end clean hero revision ===== */


/* ===== No-wrap adjustment ===== */
.hero-clean .hero-nowrap{
  display:inline-block;
  white-space:nowrap;
}
.hero-clean-points .point-nowrap{
  white-space:nowrap;
  font-size:13px;
  letter-spacing:-0.01em;
}
.hero-clean-points{
  grid-template-columns:1.18fr 1fr 1fr;
}
@media(max-width:900px){
  .hero-clean-points{
    grid-template-columns:repeat(3,1fr);
  }
  .hero-clean-points .point-nowrap{
    font-size:12.5px;
  }
}
@media(max-width:680px){
  .hero-clean .hero-nowrap{
    white-space:normal;
  }
  .hero-clean-points .point-nowrap{
    white-space:normal;
    font-size:14px;
  }
  .hero-clean-points{
    grid-template-columns:1fr;
  }
}
/* ===== end no-wrap adjustment ===== */


/* ===== Section removal adjustment ===== */
.service-grid{
  grid-template-columns:repeat(4,1fr);
}
@media(max-width:1040px){
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  .service-grid{
    grid-template-columns:1fr;
  }
}
/* ===== end adjustment ===== */


/* ===== Service 7-card alignment ===== */
.service-grid{
  display:grid;
  grid-template-columns:repeat(8, minmax(0, 1fr));
  gap:18px;
  align-items:stretch;
}
.service-card{
  grid-column:span 2;
  display:flex;
  flex-direction:column;
  height:100%;
}
.service-card h3{
  min-height:3.2em;
  margin-bottom:10px;
  line-height:1.6;
}
.service-card p{
  flex:1;
  line-height:1.8;
}
.service-card:nth-child(5){ grid-column:2 / span 2; }
.service-card:nth-child(6){ grid-column:4 / span 2; }
.service-card:nth-child(7){ grid-column:6 / span 2; }

@media(max-width:1040px){
  .service-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .service-card{
    grid-column:auto;
  }
  .service-card:nth-child(5),
  .service-card:nth-child(6),
  .service-card:nth-child(7){
    grid-column:auto;
  }
}
@media(max-width:680px){
  .service-grid{
    grid-template-columns:1fr;
  }
  .service-card h3{
    min-height:auto;
  }
}
/* ===== end alignment ===== */


/* ===== Contact balance refinement ===== */
.contact-balanced-section{
  background:linear-gradient(180deg, var(--green-dark) 0%, #0f5a3d 100%);
}
.contact-balanced-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.contact-balanced-head h2{
  color:#fff;
  margin-bottom:14px;
}
.contact-balanced-head p{
  margin:0;
  color:#dff4e8;
  font-size:16px;
  line-height:1.9;
}
.contact-balanced-grid{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
  gap:28px;
  align-items:start;
}
.contact-balanced-left,
.contact-balanced-right{
  min-width:0;
}
.contact-phone-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:24px 24px 20px;
  box-shadow:0 18px 38px rgba(0,0,0,.12);
  margin-bottom:18px;
}
.contact-phone-label{
  display:block;
  color:#dff4e8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}
.contact-phone-number{
  display:block;
  margin:6px 0 4px;
  color:#fff;
  font-size:38px;
  line-height:1.2;
  font-weight:900;
}
.contact-phone-card small{
  display:block;
  color:#cfe5da;
}
.contact-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.contact-chip-list span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.contact-photo-large{
  padding:10px;
  border-radius:24px;
}
.contact-photo-large img{
  width:100%;
  aspect-ratio:4/3.1;
  object-fit:cover;
  border-radius:18px;
}
.balanced-form{
  padding:28px;
  border-radius:24px;
}
.balanced-form .form-grid{
  gap:16px;
}
.balanced-form label{
  margin-bottom:16px;
}
.balanced-form input,
.balanced-form textarea{
  padding:14px 14px;
}
.balanced-form textarea{
  min-height:170px;
}
.balanced-form .button.full{
  min-height:56px;
  margin-top:4px;
}
@media(max-width:1040px){
  .contact-balanced-grid{
    grid-template-columns:1fr;
  }
  .contact-balanced-head{
    text-align:left;
    margin-bottom:24px;
  }
}
@media(max-width:680px){
  .contact-phone-number{
    font-size:31px;
  }
  .balanced-form{
    padding:20px;
  }
}
/* ===== end contact balance refinement ===== */


/* ===== Contact form removed / Google Form button ===== */
.mail-contact-card{
  background:#fff;
  color:var(--text);
  border-radius:24px;
  padding:34px 32px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.mail-contact-card .section-label{
  color:var(--green);
  margin-bottom:10px;
}
.mail-contact-card h3{
  font-size:28px;
  margin-bottom:14px;
  color:var(--green-dark);
}
.mail-contact-card p{
  color:var(--muted);
  line-height:1.9;
}
.mail-form-button{
  width:100%;
  min-height:62px;
  margin-top:16px;
  font-size:17px;
}
.mail-note{
  margin:14px 0 0 !important;
  font-size:13px;
  text-align:center;
}
@media(max-width:680px){
  .mail-contact-card{
    padding:26px 22px;
    min-height:auto;
  }
  .mail-contact-card h3{
    font-size:24px;
  }
}

.contact-balanced-left{display:flex;flex-direction:column;gap:24px}
.contact-balanced-left .contact-phone-card{margin-bottom:0}
/* ===== end contact form removed ===== */


/* ===== header brand simplified ===== */
.brand{
  display:flex;
  align-items:center;
  gap:0;
  color:var(--green-dark);
}
.brand-title{
  display:block;
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  white-space:nowrap;
  letter-spacing:.01em;
}
@media(max-width:680px){
  .brand-title{
    font-size:14px;
  }
}
/* ===== end header brand simplified ===== */


/* ===== Hero text cleaned adjustment ===== */
.hero-text-only{
  padding:82px 0 68px;
}
.hero-text-only .hero-clean-grid{
  grid-template-columns:1fr;
  max-width:980px;
  margin:0 auto;
}
.hero-text-only .hero-clean-copy{
  max-width:900px;
}
.hero-text-only h1{
  max-width:900px;
}
.hero-text-only .hero-lead{
  max-width:920px;
}
.hero-text-only .hero-summary{
  max-width:780px;
}
.hero-text-only .hero-actions{
  margin-top:30px;
}
@media(max-width:680px){
  .hero-text-only{
    padding:56px 0 50px;
  }
  .hero-text-only .hero-nowrap{
    white-space:normal;
  }
}
/* ===== end hero text cleaned adjustment ===== */


/* ===== hero links added ===== */
.hero-with-links{
  padding:82px 0 68px;
}
.hero-links-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:36px;
  align-items:center;
}
.hero-with-links .hero-clean-copy{
  max-width:none;
}
.hero-actions-double{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-link-card{
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px 26px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(6px);
}
.hero-link-card h3{
  margin:0 0 12px;
  color:var(--green-dark);
  font-size:28px;
}
.hero-link-text{
  color:var(--muted);
  line-height:1.9;
  margin-bottom:18px;
}
.hero-link-buttons{
  display:grid;
  gap:12px;
}
.hero-link-button{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:64px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--green-dark);
  font-weight:800;
  line-height:1.6;
  transition:.2s ease;
}
.hero-link-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(15,63,45,.08);
}
.news-head{
  justify-content:flex-start;
}
@media(max-width:980px){
  .hero-links-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .hero-with-links{
    padding:56px 0 50px;
  }
  .hero-actions-double .button{
    width:100%;
  }
  .hero-link-card{
    padding:24px 20px;
  }
  .hero-link-card h3{
    font-size:24px;
  }
}
/* ===== end hero links added ===== */


/* ===== embedded logo link buttons ===== */
.hero-link-buttons-logo{
  display:grid;
  gap:14px;
}
.hero-link-logo-button{
  display:grid;
  grid-template-columns:76px 1fr auto;
  align-items:center;
  gap:16px;
  min-height:96px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--green-dark);
  font-weight:800;
  line-height:1.6;
  transition:.2s ease;
}
.hero-link-logo-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(15,63,45,.10);
}
.hero-link-logo-frame{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #e5eee9;
  border-radius:16px;
  overflow:hidden;
  flex-shrink:0;
}
.hero-link-logo{
  width:58px;
  height:58px;
  object-fit:contain;
}
.hero-link-meta{
  min-width:0;
  display:grid;
  gap:4px;
}
.hero-link-name{
  display:block;
  color:var(--green-dark);
  font-weight:900;
  line-height:1.55;
}
.hero-link-sub{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.hero-link-arrow{
  color:var(--green);
  font-size:22px;
  font-weight:900;
  line-height:1;
}
@media(max-width:680px){
  .hero-link-logo-button{
    grid-template-columns:58px 1fr;
    gap:12px;
    min-height:auto;
    padding:14px;
  }
  .hero-link-logo-frame{
    width:54px;
    height:54px;
    border-radius:14px;
  }
  .hero-link-logo{
    width:48px;
    height:48px;
  }
  .hero-link-arrow{
    display:none;
  }
}
/* ===== end embedded logo buttons ===== */


/* ===== remove fake logos / clean external link buttons ===== */
.hero-link-buttons-clean{
  display:grid;
  gap:14px;
}
.hero-link-clean-button{
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  gap:14px;
  min-height:82px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--green-dark);
  font-weight:800;
  line-height:1.6;
  transition:.2s ease;
}
.hero-link-clean-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(15,63,45,.10);
}
.external-link-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--green-soft);
  color:var(--green);
  font-size:22px;
  font-weight:900;
}
.hero-link-name{
  display:block;
  color:var(--green-dark);
  font-weight:900;
  line-height:1.55;
}
.hero-link-sub{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
  margin-top:3px;
}
/* ===== end clean external link buttons ===== */


/* ===== uploaded official logos balanced ===== */
.hero-link-buttons-logo{display:grid;gap:14px;}
.hero-link-logo-button{
  display:grid;
  grid-template-columns:78px 1fr auto;
  align-items:center;
  gap:16px;
  min-height:92px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--green-dark);
  transition:.2s ease;
}
.hero-link-logo-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,63,45,.10);}
.hero-link-logo-frame{
  width:64px;height:64px;display:grid;place-items:center;
  background:#fff;border:1px solid #e5eee9;border-radius:16px;overflow:hidden;flex-shrink:0;padding:6px;
}
.hero-link-logo-frame-round{border-radius:20px;}
.hero-link-logo{display:block;max-width:100%;max-height:100%;object-fit:contain;}
.hero-link-logo-jashcon{width:52px;height:52px;}
.hero-link-logo-anzen{width:56px;height:56px;}
.hero-link-meta{min-width:0;display:grid;gap:4px;}
.hero-link-name{display:block;color:var(--green-dark);font-weight:900;line-height:1.55;}
.hero-link-sub{display:block;color:var(--muted);font-size:13px;line-height:1.5;}
.hero-link-arrow{color:var(--green);font-size:22px;font-weight:900;line-height:1;}
@media(max-width:680px){
  .hero-link-logo-button{grid-template-columns:64px 1fr;gap:12px;min-height:auto;padding:14px;}
  .hero-link-logo-frame{width:56px;height:56px;padding:5px;}
  .hero-link-logo-jashcon,.hero-link-logo-anzen{width:46px;height:46px;}
  .hero-link-arrow{display:none;}
}
/* ===== end uploaded official logos balanced ===== */


/* ===== force embedded logo visibility ===== */
.hero-link-logo-frame{
  width:72px !important;
  height:72px !important;
  min-width:72px !important;
  display:grid !important;
  place-items:center !important;
  background:#fff !important;
  border:1px solid #d8e8df !important;
  border-radius:16px !important;
  padding:6px !important;
  overflow:hidden !important;
}
.hero-link-logo{
  display:block !important;
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  max-width:58px !important;
  max-height:58px !important;
}
.hero-link-logo-button{
  grid-template-columns:80px 1fr auto !important;
}
@media(max-width:680px){
  .hero-link-logo-button{
    grid-template-columns:70px 1fr !important;
  }
}
/* ===== end force embedded logo visibility ===== */


/* ===== clean related links ===== */
.hero-link-logo-button-clean{
  grid-template-columns:78px 1fr !important;
  min-height:88px !important;
}
.hero-link-meta-clean{
  display:flex !important;
  align-items:center !important;
}
.hero-link-logo-button-clean .hero-link-name{
  margin:0 !important;
}
.hero-link-logo-button-clean .hero-link-sub,
.hero-link-logo-button-clean .hero-link-arrow{
  display:none !important;
}
@media(max-width:680px){
  .hero-link-logo-button-clean{
    grid-template-columns:64px 1fr !important;
  }
}
/* ===== end clean related links ===== */


/* ===== problem text revision adjustment ===== */
.check-list li{
  line-height:1.75;
}
/* ===== end problem text revision adjustment ===== */


/* ===== member badge ===== */
.profile-name-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-bottom:6px;
}
.member-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  background:#f6fbf8;
  border:1px solid #d9ebe0;
  border-radius:999px;
}
.member-badge-logo{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}
.member-badge-text{
  color:var(--green-dark);
  font-size:13px;
  font-weight:800;
  line-height:1.4;
  white-space:nowrap;
}
@media(max-width:680px){
  .profile-name-row{
    align-items:flex-start;
    gap:10px;
  }
  .member-badge{
    width:100%;
    border-radius:16px;
  }
  .member-badge-text{
    white-space:normal;
  }
}
/* ===== end member badge ===== */


/* ===== member badge logo tune ===== */
.member-badge{
  gap: 12px;
  padding: 8px 14px;
}
.member-badge-logo{
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0;
}
.member-badge-text{
  font-size: 13px;
  font-weight: 800;
}
/* ===== license table ===== */
.license-card-table{
  padding: 18px 20px 20px;
}
.license-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #d9ebe0;
  border-radius: 14px;
  background: #fff;
}
.license-table th,
.license-table td{
  padding: 14px 16px;
  border-bottom: 1px solid #e5f0ea;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
.license-table tr:last-child th,
.license-table tr:last-child td{
  border-bottom: none;
}
.license-table th{
  width: 110px;
  background: #f7fbf9;
  color: var(--green-dark);
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}
.license-table td{
  color: #12392a;
}
.license-table .license-no{
  width: 170px;
  color: #295843;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 860px){
  .license-table th,
  .license-table td{
    padding: 12px 12px;
    font-size: 13px;
  }
}
@media (max-width: 680px){
  .license-table,
  .license-table tbody,
  .license-table tr,
  .license-table th,
  .license-table td{
    display: block;
    width: 100%;
  }
  .license-table tr{
    border-bottom: 1px solid #e5f0ea;
  }
  .license-table tr:last-child{
    border-bottom: none;
  }
  .license-table th{
    border-bottom: none;
    padding-bottom: 6px;
  }
  .license-table td{
    border-bottom: none;
    padding-top: 0;
  }
  .license-table .license-no{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 14px;
  }
}
/* ===== end adjustments ===== */


/* ===== simple license list ===== */
.license-card-simple{
  padding:18px 20px 20px;
}
.license-simple-list{
  list-style:none;
  margin:14px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.license-simple-list li{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:74px;
  padding:14px 16px;
  border:1px solid #d9ebe0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 18px rgba(17,92,63,.06);
}
.license-simple-list li::before{
  content:"";
  width:12px;
  height:12px;
  flex:0 0 12px;
  border-radius:50%;
  background:linear-gradient(135deg,#2b8c5a,#0f5a43);
}
.license-simple-list li:last-child{
  grid-column:1 / -1;
}
.license-title{
  color:var(--green-dark);
  font-weight:800;
  line-height:1.6;
  font-size:16px;
}
.license-value{
  color:#295843;
  font-weight:700;
  line-height:1.5;
  white-space:nowrap;
}
@media(max-width:860px){
  .license-simple-list{
    grid-template-columns:1fr;
  }
  .license-simple-list li:last-child{
    grid-column:auto;
  }
}
@media(max-width:680px){
  .license-simple-list li{
    min-height:auto;
    padding:12px 14px;
  }
  .license-value{
    white-space:normal;
  }
}
/* ===== access section one column after map removal ===== */
.access-grid,
.office-grid,
.company-grid{
  grid-template-columns:1fr !important;
}
.access-card,
.office-card{
  max-width:760px;
}
/* ===== end adjustments ===== */


/* ===== license cleanup ===== */
.license-title{
  display:block;
}
.office-grid{
  grid-template-columns:1fr !important;
}
/* ===== end license cleanup ===== */


/* ===== reason new pose anime images ===== */
.gallery-card img{
  object-fit:cover;
  object-position:center;
  background:#eef8f3;
}
.gallery-card{
  overflow:hidden;
}
/* ===== end reason new pose anime images ===== */


/* ===== footer logo removed ===== */
.footer-brand,
.footer-info,
.footer-logo-area{
  gap:0 !important;
}
.footer-brand img,
.footer-info img,
.footer-logo{
  display:none !important;
}
/* ===== end footer logo removed ===== */


/* ===== profile actual photo adjustment ===== */
.profile-photo img{
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:center top;
}
.profile-photo .photo-caption{
  font-weight:800;
}
/* ===== end profile actual photo adjustment ===== */


/* ===== fixed related link order ===== */
.fixed-link-order{
  display:grid;
  gap:14px;
}
.fixed-link-order .hero-link-logo-button{
  grid-template-columns:78px 1fr !important;
  min-height:88px !important;
}
.fixed-link-order .hero-link-logo-frame{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
}
.fixed-link-order .hero-link-logo{
  width:52px !important;
  height:52px !important;
  object-fit:contain !important;
}
.fixed-link-order .hero-link-name{
  font-weight:900;
  line-height:1.6;
}
@media(max-width:680px){
  .fixed-link-order .hero-link-logo-button{
    grid-template-columns:64px 1fr !important;
  }
  .fixed-link-order .hero-link-logo-frame{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
  }
  .fixed-link-order .hero-link-logo{
    width:46px !important;
    height:46px !important;
  }
}
/* ===== end fixed related link order ===== */


/* ===== approved anime photo replacements ===== */
.problem-photo img,
.consultant-photo img,
.card-photo img{
  object-fit:cover;
  object-position:center;
}
/* ===== end approved anime photo replacements ===== */



/* ===== balance consultant anime photo size ===== */
#consultant .consult-grid{
  align-items:center;
}
#consultant .photo-card{
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
#consultant .photo-card img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 900px){
  #consultant .photo-card{
    max-width: 100%;
  }
}
/* ===== end balance consultant anime photo size ===== */


/* ===== profile photo cleanup ===== */
.profile-photo img{display:block !important;}
.profile-photo .photo-caption{display:none !important;}
/* ===== end profile photo cleanup ===== */


/* ===== final text & office label adjustments ===== */
.message-box{
  font-weight: 900;
}
.message-box strong{
  font-weight: 900;
}
.office-th-label{
  display: inline-block;
  width: 4.4em;
  text-align: center;
  text-align-last: center;
  letter-spacing: 0.06em;
}
@media (max-width: 680px){
  .office-th-label{
    width: auto;
    text-align: center;
    text-align-last: center;
    letter-spacing: 0;
  }
}
/* ===== end final text & office label adjustments ===== */


/* ===== office label center + justify ===== */
.office-table th{
  text-align:center !important;
  vertical-align:middle !important;
}
.office-th-label{
  display:inline-block !important;
  width:4.6em !important;
  text-align:justify !important;
  text-align-last:justify !important;
  text-justify:inter-ideograph !important;
  letter-spacing:0.02em !important;
}
@media (max-width:680px){
  .office-table th{
    text-align:center !important;
  }
  .office-th-label{
    width:4.6em !important;
    text-align:justify !important;
    text-align-last:justify !important;
    text-justify:inter-ideograph !important;
  }
}
/* ===== end office label center + justify ===== */




/* ----------------------------------------------------------------------------------------------------------------  6ko */

h2{font-size:clamp(28px,3.3vw,39px);font-weight:900}

.news-list6 a:not(:first-of-type){
  border-top:1px solid var(--line)
}
.news-list6 li:hover{
  background:#e4efea;
}

.contact-phone-label h3{
	color: #dff4e8;
	font-size: 28px;
	margin-bottom: 14px;
}

.contact-balanced-left{
  height:100%;
}

.contact-phone-card{
  padding:34px 32px;
  height:100%;
}
.contact-balanced-left span{
  font-size: 17px;
  height:62px;
}

.news-list time{
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------  6ko */
