/* ===== Display Toggle Overrides ===== */

/* SP navigation cards — visible at ≤480px */
@media screen and (max-width: 480px) {
  .sd[data-s-01e6951e-9aa0-4c4c-9341-55ebb1e3f69c] {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin: 80px 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
}

/* ===== SP Navigation Cards (BEM) ===== */

.company-sp-card {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background: #000;
  overflow: hidden;
  text-decoration: none;
}

.company-sp-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-sp-card__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}

.company-sp-card__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #000;
}

.company-sp-card__arrow {
  width: 16px;
  height: auto;
  flex-shrink: 0;
  margin-left: auto;
}
