.sado-tanada-banner {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 70px;
  padding: 34px clamp(20px, 4vw, 60px);
  background: #f5f0e5;
}

.sado-tanada-banner__link {
  position: relative;
  isolation: isolate;
  display: block;
  width: min(1180px, 100%);
  min-height: 390px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--sado-tanada-banner-image) center 52% / cover no-repeat;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(17, 57, 37, .18);
}

.sado-tanada-banner__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 38, 23, .92), rgba(8, 38, 23, .67) 53%, rgba(8, 38, 23, .13));
  transition: background-color .25s ease;
}

.sado-tanada-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(660px, 100%);
  padding: clamp(38px, 6vw, 70px);
}

.sado-tanada-banner__badge {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 14px;
  background: #b93f1d;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
}

.sado-tanada-banner__title {
  color: #f2ce80;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  white-space: nowrap;
}

.sado-tanada-banner__title small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: .22em;
}

.sado-tanada-banner__lead {
  margin-top: 17px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 2.5vw, 31px);
  line-height: 1.55;
}

.sado-tanada-banner__meta {
  margin-top: 17px;
  font-size: 14px;
}

.sado-tanada-banner__deadline {
  margin-top: 8px;
  color: #f2ce80;
  font-size: 17px;
  font-weight: 700;
}

.sado-tanada-banner__cta {
  display: flex;
  justify-content: space-between;
  width: min(360px, 100%);
  margin-top: 24px;
  padding: 14px 18px;
  background: #f2ce80;
  color: #173b28;
  font-size: 14px;
  font-weight: 700;
}

.sado-tanada-banner__link:hover .sado-tanada-banner__cta {
  background: #fff;
}

@media (max-width: 700px) {
  .sado-tanada-banner {
    margin-bottom: 48px;
    padding: 22px 16px;
  }

  .sado-tanada-banner__link {
    min-height: 510px;
    background-position: 58% center;
  }

  .sado-tanada-banner__shade {
    background: linear-gradient(0deg, rgba(8, 38, 23, .94), rgba(8, 38, 23, .69) 68%, rgba(8, 38, 23, .22));
  }

  .sado-tanada-banner__content {
    justify-content: flex-end;
    min-height: 510px;
    padding: 30px 24px;
  }

  .sado-tanada-banner__meta {
    font-size: 12px;
  }
}
