*{box-sizing:border-box}:root{--bg:#f7faf8;--surface:#fff;--text:#193129;--muted:#61736c;--primary:#14a06f;--primary-dark:#0c7a54;--primary-soft:#e7f7f0;--border:#dbe8e2;--shadow:0 18px 50px rgba(24,74,56,.1);--radius:22px}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",Meiryo,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(680px,calc(100% - 40px))}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(219,232,226,.75);background:rgba(247,250,248,.88);backdrop-filter:blur(14px)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:1.08rem}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--primary);box-shadow:0 8px 24px rgba(20,160,111,.25)}.site-nav{display:flex;align-items:center;gap:28px;color:#385048;font-weight:650}.menu-button{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent}.menu-button span{display:block;height:2px;margin:5px 0;background:var(--text)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border:0;border-radius:14px;color:#fff;background:var(--primary);font-weight:800;cursor:pointer;box-shadow:0 10px 26px rgba(20,160,111,.22);transition:.2s}.button:hover{background:var(--primary-dark);transform:translateY(-2px)}.button-small{min-height:42px;padding-inline:18px}.button-secondary{color:var(--text);background:#fff;border:1px solid var(--border);box-shadow:none}.hero{padding:90px 0 80px;overflow:hidden;background:radial-gradient(circle at 80% 15%,rgba(20,160,111,.16),transparent 28%),linear-gradient(180deg,#f9fcfa,var(--bg))}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.eyebrow{margin:0 0 10px;color:var(--primary-dark);font-size:.82rem;font-weight:900;letter-spacing:.12em}h1,h2,h3,p{margin-top:0}.hero h1{margin-bottom:24px;font-size:clamp(2.55rem,6vw,5rem);line-height:1.12;letter-spacing:-.045em}.hero h1 span{color:var(--primary)}.hero-text{max-width:680px;color:var(--muted);font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.small-note{margin-top:18px;color:var(--muted);font-size:.82rem}.phone-card{width:min(360px,100%);min-height:560px;margin-inline:auto;overflow:hidden;border:9px solid #20352e;border-radius:42px;background:#dff3ea;box-shadow:0 36px 80px rgba(25,49,41,.22);transform:rotate(2deg)}.phone-top{width:120px;height:26px;margin:-2px auto 0;border-radius:0 0 18px 18px;background:#20352e}.chat-title{padding:18px;text-align:center;font-weight:800;background:#fff}.chat-area{padding:28px 18px}.message{display:grid;gap:7px;padding:18px;border-radius:18px 18px 18px 5px;background:#fff}.message span{color:var(--muted)}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 28px}.status-grid button{min-height:44px;border:0;border-radius:12px;color:#fff;background:var(--primary);font-weight:800}.status-grid button:last-child{background:#e56868}.reply{width:max-content;margin-left:auto;padding:12px 16px;border-radius:18px 18px 5px 18px;background:#9be68a}.section{padding:96px 0}.section-soft{background:var(--primary-soft)}.section-heading{max-width:720px;margin-bottom:42px}.section-heading h2,.cta h2{margin-bottom:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.25}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.info-card .icon{font-size:2rem}.info-card h3{margin:16px 0 8px}.info-card p{margin:0;color:var(--muted)}.steps{display:grid;gap:18px;margin:0;padding:0;list-style:none}.steps li{display:flex;align-items:center;gap:22px;padding:24px;border-radius:18px;background:rgba(255,255,255,.8)}.step-number{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--primary);font-weight:900}.steps h3{margin-bottom:3px}.steps p{margin:0;color:var(--muted)}.cta{padding:70px 0;color:#fff;background:var(--primary-dark)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta .eyebrow{color:#aef2d5}.button-light{color:var(--primary-dark);background:#fff;box-shadow:none}.site-footer{padding:56px 0 24px;color:#53675f;background:#eaf1ed}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-links{display:flex;flex-wrap:wrap;gap:22px}.copyright{margin-top:34px;padding-top:20px;border-top:1px solid #d2dfd9;font-size:.85rem}.compact-footer{padding-top:20px}.form-page,.document-page{min-height:calc(100vh - 160px);padding:74px 0 100px}.page-heading{margin-bottom:30px;text-align:center}.page-heading h1,.document h1{margin-bottom:12px;font-size:clamp(2.2rem,5vw,3.6rem)}.page-heading p{color:var(--muted)}.form-card{padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.form-card form{display:grid;gap:22px}.form-card label>span:first-child{display:block;margin-bottom:8px;font-weight:800}.form-card input[type=tel],.form-card input[type=date]{width:100%;min-height:52px;padding:0 15px;border:1px solid #cbdad3;border-radius:12px;background:#fbfdfc}.form-card small{display:block;margin-top:6px;color:var(--muted)}.check-label{display:flex!important;align-items:flex-start;gap:10px}.check-label a{color:var(--primary-dark);text-decoration:underline}.button-full{width:100%}.form-message{min-height:1.6em;margin:0;text-align:center;color:var(--muted)}.form-message.error{color:#c53d3d}.form-message.success{color:var(--primary-dark)}.line-card{display:grid;justify-items:center;gap:16px;margin-top:24px;text-align:center}.line-icon{display:grid;width:74px;height:74px;place-items:center;border-radius:22px;color:#fff;background:#06c755;font-weight:900}.line-button{background:#06c755}.is-hidden{display:none}.document{max-width:820px;padding:46px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.document .updated{color:var(--muted)}.document h2{margin-top:38px;margin-bottom:10px;font-size:1.28rem}.notice{margin-top:42px;padding:18px;border-left:4px solid #e7a93d;border-radius:8px;background:#fff7e8;color:#75551d}@media(max-width:820px){.menu-button{display:block}.site-nav:not(.simple-nav){position:absolute;top:76px;right:20px;left:20px;display:none;padding:20px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.site-nav.is-open{display:grid}.hero-grid{grid-template-columns:1fr;gap:46px}.phone-card{transform:none}.card-grid{grid-template-columns:1fr}.cta-inner,.footer-inner{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.container,.narrow{width:min(100% - 26px,1120px)}.hero h1{font-size:2.55rem}.hero-actions{display:grid}.button{width:100%}.section{padding:72px 0}.form-card,.document{padding:22px}}

.development-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid #f0c66e;
  border-radius: 999px;
  color: #76551d;
  background: #fff7df;
  font-size: .85rem;
  font-weight: 900;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
}

.modal.is-visible {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 36, 30, .58);
  backdrop-filter: blur(5px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(7, 32, 23, .28);
  text-align: center;
  animation: modal-in .22s ease-out;
}

.modal-icon {
  margin-bottom: 8px;
  font-size: 3rem;
}

.modal-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  letter-spacing: -.03em;
}

.modal-panel p:not(.eyebrow) {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: var(--primary-soft);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--text);
  background: #d9f0e6;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .modal-panel {
    padding: 32px 22px 24px;
  }
}

.notice-modal-panel {
  width: min(540px, 100%);
  text-align: left;
}

.notice-modal-panel .modal-icon,
.notice-modal-panel > div > .eyebrow,
.notice-modal-panel > div > h2,
.notice-modal-panel .modal-description,
.notice-success {
  text-align: center;
}

.notice-form {
  display: grid;
  gap: 17px;
  margin-top: 26px;
}

.notice-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
}

.notice-form input[type="text"],
.notice-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #cbdad3;
  border-radius: 12px;
  color: var(--text);
  background: #fbfdfc;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.notice-form input[type="text"]:focus,
.notice-form input[type="email"]:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(20,160,111,.12);
}

.notice-consent {
  margin-top: 2px;
  font-size: .9rem;
}

.notice-consent input {
  margin-top: 6px;
  accent-color: var(--primary);
}

.notice-consent span {
  margin: 0 !important;
  font-weight: 500 !important;
}

.form-help {
  margin: -5px 0 0;
  color: var(--muted);
  font-size: .8rem;
  text-align: center;
}

.notice-form .button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.notice-success p:not(.eyebrow) {
  color: var(--muted);
}

.hidden-iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
