.nm-about-lead-wrap {
  background-color: var(--color-sumi-50);
}

.nm-about-lead {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  background-image: url(/legalest-navi/about/images/logo_about.svg);
  background-repeat: no-repeat;
  background-position: top 30px right 0;
}
@media print, screen and (width<480px) {
  .nm-about-lead {
    background-size: 60% auto;
  }
}
@media print, screen and (width>=768px) {
  .nm-about-lead {
    background-size: 40% auto;
  }
}
@media print, screen and (width>=960px) {
  .nm-about-lead {
    grid-template-columns: 360px 1fr;
    column-gap: 80px;
    background-position: left 80px bottom 0;
    background-size: 296px 216px;
  }
}

.nm-about-lead-heading-area__large {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media print, screen and (width>=960px) {
  .nm-about-lead-heading-area__large {
    width: 360px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.nm-about-lead-heading-area__small {
  padding-top: 20px;
  font-size: 0.8125rem;
}

.nm-about-strong-point-card {
  display: grid;
  row-gap: 16px;
  background-color: var(--color-sumi-50);
  padding: 24px;
}
@media print, screen and (width>=768px) {
  .nm-about-strong-point-card {
    grid-template-rows: auto 1fr;
    padding: 40px;
    gap: 24px 40px;
  }
}
.nm-about-strong-point-card__heading {
  font-size: 1.25rem;
}
.nm-about-strong-point-card__img {
  display: flex;
  justify-content: center;
  padding: 12px 27px;
  background-color: #f7f5f2;
}
@media print, screen and (width>=768px) {
  .nm-about-strong-point-card__img {
    grid-row: 1/3;
    grid-column: 2/3;
    align-items: center;
    width: 300px;
    height: 100%;
    min-height: 244px;
  }
}
.nm-about-strong-point-card__img img {
  width: 100%;
  height: 100%;
}
@media print, screen and (width>=768px) {
  .nm-about-strong-point-card__img img {
    width: 300px;
    height: 188px;
  }
}
.nm-about-strong-point-card__text {
  margin: 0;
}
@media print, screen and (width>=768px) {
  .nm-about-strong-point-card__text {
    grid-row: 2/3;
  }
}
.nm-about-strong-point-card__note {
  padding-left: 17px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
