.lp-forbusiness .footer-area__inner {
  max-width: none;
  padding-inline: 0;
}

.lp-forbusiness .footer-area__schools {
  margin: 12px auto 28px;
  padding: 0 14px;
}

@media (min-width: 1000px) {
  .lp-forbusiness .footer-area__schools {
    width: min(1600px, 100vw - 48px);
    padding: 0 22px;
  }
}

.lp-forbusiness .footer-area__schools-title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  color: var(--c-brand);
  text-align: center;
  margin-bottom: 2rem;
}

.lp-forbusiness .footer-area__schools-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 1000px) {
  .lp-forbusiness .footer-area__schools-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

.lp-forbusiness .footer-area__school {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  min-height: 88px;
  overflow: hidden;
}

.lp-forbusiness .footer-area__school-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.lp-forbusiness .footer-area__school-link:hover {
  background-color: rgba(252, 207, 0, 0.08);
}

.lp-forbusiness .footer-area__school-logo {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
}

.lp-forbusiness .footer-area__school-logo img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  object-position: center center;
}

.lp-forbusiness .footer-area__school-text {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
}

.lp-forbusiness .footer-area__company {
  max-width: var(--container);
  margin: 0 auto;
}
