.nidec-lp {
  --nidec-blue: #0B224C;
  --nidec-blue-light: #1844A8;
  --nidec-sky: #8DA9BF;
  --nidec-red: #98150A;
  --nidec-line: #06c755;
  --nidec-ink: #1b1d22;
  --nidec-muted: #5C5C5C;
  --nidec-border: #d8e0e8;
  --nidec-bg: #f5f7fa;
  color: var(--nidec-ink);
}

.nidec-lp .inner {
  max-width: 1100px;
}

.nidec-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to right, rgba(11,14,51,0.96), rgba(11,34,76,0.88) 58%, rgba(141,169,191,0.34));
}

.nidec-hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(11,14,51,0.95), rgba(11,14,51,0.78) 52%, rgba(11,14,51,0.18)),
    url("https://www.ben-atb.jp/wp-content/themes/ben-atb/img/mainv_corp_child.jpg") center / cover no-repeat;
}

.nidec-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.nidec-kicker {
  margin: 0 0 14px;
  color: var(--nidec-red);
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.nidec-hero .nidec-kicker {
  color: #fff;
}

.nidec-hero__title {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-size: clamp(4.2rem, 5.2vw, 7.2rem);
  font-weight: 700;
  line-height: 1.28;
  text-shadow: 4px 3px 3px #000;
}

.nidec-hero__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  font-weight: 500;
}

.nidec-hero__actions,
.nidec-line-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.nidec-hero__note {
  margin: 16px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 1.6rem;
}

.nidec-cost-note {
  max-width: 680px;
  margin: 12px 0 0;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border-left: 4px solid #fff4bc;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6;
}

.nidec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  border: 2px solid transparent;
  color: #fff;
  font-size: clamp(1.8rem, 1.55vw, 2.2rem);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}

.nidec-btn:hover {
  opacity: .88;
  transform: translateY(-1px);
}

.nidec-btn--line {
  background: var(--nidec-line);
  box-shadow: 0 12px 28px rgba(6,199,85,.24);
}

.nidec-btn--ghost {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.7);
}

.nidec-btn--wide {
  width: 100%;
  margin-top: 20px;
}

.nidec-summary {
  background-color: #fff;
  border-bottom: 1px solid var(--nidec-border);
}

.nidec-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.nidec-summary__grid > div {
  min-height: 116px;
  padding: 24px 18px;
  border-right: 1px solid var(--nidec-border);
}

.nidec-summary__grid > div:last-child {
  border-right: 0;
}

.nidec-summary span {
  display: block;
  color: var(--nidec-muted);
  font-size: 1.4rem;
}

.nidec-summary strong {
  display: block;
  margin-top: 6px;
  color: var(--nidec-blue);
  font-size: clamp(2.1rem, 1.8vw, 2.8rem);
  line-height: 1.35;
}

.nidec-two-column {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 46px;
  align-items: start;
}

.nidec-section-head h3 {
  margin-bottom: 18px;
  color: var(--nidec-muted);
}

.nidec-section-head h4 {
  margin-bottom: 20px;
  color: var(--nidec-blue-light);
}

.nidec-section-head p:not(.nidec-kicker) {
  margin: 0;
}

.nidec-section-head--center {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.nidec-card {
  background: #fff;
  border: 1px solid var(--nidec-border);
  box-shadow: 0 18px 45px rgba(11,34,76,.08);
}

.nidec-check-card {
  padding: 30px;
}

.nidec-check-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nidec-check-card li {
  position: relative;
  padding: 18px 0 18px 46px;
  border-bottom: 1px dashed var(--nidec-border);
}

.nidec-check-card li:first-child {
  padding-top: 0;
}

.nidec-check-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--nidec-blue-light);
  border-radius: 50%;
  font-weight: 700;
}

.nidec-check-card li:first-child::before {
  top: 0;
}

.nidec-check-card strong,
.nidec-check-card span {
  display: block;
}

.nidec-check-card strong {
  color: var(--nidec-blue);
  font-size: clamp(1.9rem, 1.45vw, 2.2rem);
}

.nidec-check-card span {
  margin-top: 4px;
  color: var(--nidec-muted);
  font-size: 1.5rem;
}

.nidec-reason__grid,
.nidec-documents__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nidec-profile {
  background: #fff;
}

.nidec-profile__grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: center;
}

.nidec-profile__photo {
  overflow: hidden;
  border: 1px solid var(--nidec-border);
  background: var(--nidec-bg);
}

.nidec-profile__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.nidec-reason .nidec-card,
.nidec-documents .nidec-card {
  padding: 28px;
}

.nidec-number {
  display: block;
  color: var(--nidec-red);
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}

.nidec-card h4 {
  margin: 14px 0 12px;
  color: var(--nidec-blue-light);
}

.nidec-card p {
  margin: 0;
}

.nidec-fee {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nidec-border);
  box-shadow: 0 18px 45px rgba(11,34,76,.08);
}

.nidec-fee dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 0;
  border-bottom: 1px solid var(--nidec-border);
}

.nidec-fee dl:last-child {
  border-bottom: 0;
}

.nidec-fee dt,
.nidec-fee dd {
  margin: 0;
  padding: 20px;
}

.nidec-fee dt {
  color: #fff;
  background: var(--nidec-blue);
  font-weight: 700;
}

.nidec-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nidec-step {
  position: relative;
  min-height: 230px;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid var(--nidec-border);
  text-align: center;
}

.nidec-step span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  color: #fff;
  background: linear-gradient(to bottom, #5B647C, #5272B7, #0F2343);
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.nidec-step h4 {
  color: var(--nidec-blue-light);
}

.nidec-line-cta {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(to right, #0B0E33, #8DA9BF);
  text-align: center;
}

.nidec-line-cta .nidec-kicker,
.nidec-line-cta h3 {
  color: #fff;
}

.nidec-line-cta h3 {
  margin-bottom: 18px;
}

.nidec-line-cta p:not(.nidec-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.9);
}

.nidec-line-cta__actions {
  justify-content: center;
}

.nidec-faq details {
  margin-bottom: 14px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid var(--nidec-border);
}

.nidec-faq summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--nidec-blue-light);
  font-weight: 700;
}

.nidec-faq details p {
  margin: 0;
  padding-bottom: 22px;
}

@media (max-width: 900px) {
  .nidec-hero {
    min-height: auto;
  }

  .nidec-hero__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nidec-summary__grid,
  .nidec-two-column,
  .nidec-reason__grid,
  .nidec-profile__grid,
  .nidec-documents__grid,
  .nidec-flow__grid {
    grid-template-columns: 1fr;
  }

  .nidec-summary__grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--nidec-border);
  }
}

@media (max-width: 640px) {
  .nidec-hero__content {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .nidec-hero__actions,
  .nidec-line-cta__actions {
    display: grid;
    width: 100%;
  }

  .nidec-btn {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.8rem;
    white-space: normal;
  }

  .nidec-check-card {
    padding: 22px;
  }

  .nidec-fee dl {
    grid-template-columns: 1fr;
  }

  .nidec-fee dd {
    padding-top: 14px;
  }
}
