.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html { scroll-behavior: smooth; }
body { font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; }
.clp-main section[id] { scroll-margin-top: 96px; }
.clp-nav__list { gap: 18px; font-size: 14px; }
.clp-hero .clp-btn { font-size: 20px; }
.clp-hero .clp-btn .clp-phone-icon { width: 24px; height: 24px; }

.clp-nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--clp-border);
  border-radius: 8px;
  background: #fff;
  color: var(--clp-main);
  cursor: pointer;
}

.clp-nav-toggle__icon,
.clp-nav-toggle__icon::before,
.clp-nav-toggle__icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform .2s;
}

.clp-nav-toggle__icon {
  position: relative;
  margin: auto;
}

.clp-nav-toggle__icon::before { position: absolute; top: -7px; }
.clp-nav-toggle__icon::after { position: absolute; top: 7px; }
.clp-nav-toggle[aria-expanded="true"] .clp-nav-toggle__icon { background: transparent; }
.clp-nav-toggle[aria-expanded="true"] .clp-nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
.clp-nav-toggle[aria-expanded="true"] .clp-nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }
.clp-phone-icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; background-color: currentColor; vertical-align: -.12em; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; }
.clp-header-tel { display: grid; align-self: stretch; grid-template-columns: auto auto; grid-template-rows: auto auto; column-gap: 10px; row-gap: 0; margin-right: calc(50% - 50vw); border-radius: 0; align-content: center; align-items: center; justify-content: start; box-shadow: 0 1px 0 var(--clp-main); }
.clp-header-tel .clp-phone-icon { grid-row: 1; grid-column: 1; width: 36px; height: 36px; }
.clp-header-tel__number { font-size: 32px; line-height: 1; letter-spacing: .02em; }
.clp-header-tel small { grid-row: 2; grid-column: 1 / 3; margin-top: 1px; font-size: 16px; line-height: 1; text-align: center; }
.clp-hero { position: relative; }
.clp-hero::before { position: absolute; z-index: 0; inset: 0; background: var(--clp-overlay-color, #000); content: ""; opacity: var(--clp-overlay-opacity, 0); pointer-events: none; }
.clp-hero__inner { position: relative; z-index: 1; }
.clp-section--reason .clp-heading { color: inherit; }
.clp-section .clp-heading { color: var(--clp-heading-text, var(--clp-section-text, #003b91)); }
.clp-section .clp-heading::after { background: var(--clp-heading-line, var(--clp-accent)); }
.clp-hero h1::after,
.clp-company h2::after,
.clp-cta h2::after { display: block; width: 42px; height: 3px; margin: 12px 0 0; background: var(--clp-heading-line, var(--clp-accent)); content: ""; }
.clp-cta h2 { color: var(--clp-section-text, #003b91); }
.clp-hero h1,
.clp-company h2,
.clp-cta h2 { color: var(--clp-heading-text, var(--clp-section-text, #003b91)); }
.clp-feature h3,
.clp-card h3,
.clp-plan h3,
.clp-plan strong,
.clp-plan span,
.clp-step h3,
.clp-case-item b { color: var(--clp-item-text, var(--clp-section-text, #003b91)); }
.clp-box h3 { margin: 0 0 22px; color: #003b91; font-size: 1.5em; }
.clp-footer-nav { margin-top: 0; padding-top: 0; }
.clp-footer { background: var(--clp-footer-bg, var(--clp-main)); }
.clp-footer-nav__list { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 0; padding: 0; list-style: none; font-weight: 700; }
.clp-copyright { margin-top: 28px; margin-bottom: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.3); text-align: center; font-size: 13px; }
.clp-company-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.clp-company-grid h2,
.clp-company-grid h3 { margin-top: 0; color: var(--clp-heading-text, inherit); }
.clp-company__contact a { display: flex; align-items: center; gap: 8px; font-size: clamp(22px, 2vw, 30px); font-weight: 900; line-height: 1.2; }
.clp-company__contact small { display: block; margin-top: 8px; }
.clp-company__contact { align-self: start; padding: 32px 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; background: rgba(255,255,255,.12); text-align: center; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.clp-company__contact a { justify-content: center; }
.clp-section-image { display: block; width: min(100%, 900px); max-height: 480px; margin: 0 auto 32px; border-radius: 10px; object-fit: cover; }
.clp-box .clp-section-image { width: 100%; height: auto; max-height: none; margin: 24px auto 0; object-fit: contain; }
.clp-two > .clp-box:last-child { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, 45%); gap: 24px; align-items: center; }
.clp-two > .clp-box:last-child > h3 { grid-column: 1 / -1; margin-bottom: 0; }
.clp-two > .clp-box:last-child > p { margin: 0; }
.clp-two > .clp-box:last-child > .clp-section-image { margin: 0; }
.clp-case-item { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center; margin-bottom: 18px; }
.clp-case-item img { width: 80px; height: 80px; border-radius: 6px; object-fit: contain; }
.clp-case-item p { margin: 0; }
.clp-plan p { line-height: 1.6; }
.clp-step { position: relative; padding-top: 58px; }
.clp-step em { position: absolute; top: 18px; left: 18px; }

@media (min-width: 1281px) {
  .clp-header__inner { width: calc(100% - 80px); gap: 0; }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .clp-header__inner { gap: 0; }
}

@media (min-width: 901px) {
  .clp-header-tel { margin-left: 16px; }
}

@media (max-width: 1279px) {
  .clp-header__inner { height: auto; min-height: 68px; flex-wrap: wrap; gap: 0; padding: 10px 0; }
  .js-ready .clp-nav-toggle { display: block; order: 3; flex: 0 0 44px; margin-left: 8px; }
  .clp-nav { order: 4; width: 100%; overflow: visible; }
  .js-ready .clp-nav { position: fixed; z-index: 51; top: 0; right: 0; display: block; width: min(360px, 85vw); height: 100vh; height: 100dvh; margin: 0; padding: 80px 24px 24px; overflow-y: auto; background: #fff; box-shadow: -10px 0 30px rgba(0, 30, 80, .18); visibility: hidden; transform: translateX(105%); transition: transform .3s ease, visibility 0s linear .3s; }
  .js-ready .clp-nav.is-open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
  .js-ready .clp-nav__list { display: block; padding: 8px 0; }
  .js-ready .clp-nav__list a { display: block; padding: 10px 0; border-top: 1px solid var(--clp-border); }
  .js-ready .clp-nav-toggle { position: relative; z-index: 52; }
  body.clp-nav-open { overflow: hidden; }
  .clp-company-grid { grid-template-columns: 1fr; }
  .clp-header-tel { display: flex; order: 2; align-self: auto; justify-content: center; width: 44px; height: 44px; min-height: 0; margin-right: 0; margin-left: auto; padding: 0; border-radius: 8px; box-shadow: none; }
  .clp-header-tel__number,
  .clp-header-tel small { display: none; }
  .clp-header-tel .clp-phone-icon { width: 22px; height: 22px; }
}

@media (max-width: 600px) {
  .clp-case-item { grid-template-columns: 1fr; text-align: center; }
  .clp-case-item img { width: 64px; height: 64px; margin: 0 auto; }
  .clp-two > .clp-box:last-child { grid-template-columns: 1fr; }
  .clp-two > .clp-box:last-child > h3 { grid-column: auto; }
  .clp-hero .clp-btn { font-size: 18px; }
  .clp-hero .clp-btn .clp-phone-icon { width: 21px; height: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-ready .clp-nav { transition: none; }
}
