/* AI NIIGATA content styles 03/10 */
.ain-content-hero-count strong {
  color: #fff;
  font: 500 clamp(42px, 5vw, 74px)/1 Georgia, serif;
}

.ain-content-hero-count span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ain-content-hero-mark {
  position: absolute;
  z-index: 2;
  right: 5vw;
  top: 155px;
  width: min(19vw, 230px);
  opacity: 0.1;
  filter: brightness(0) invert(1);
}

.ain-content-hero-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.ain-content-shell {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 72px));
  margin: -38px auto 0;
  padding: 48px 0 120px;
}

.ain-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.ain-section-heading .kicker {
  margin: 0 0 10px;
  color: #2a7c8b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ain-section-heading h2 {
  margin: 0;
  color: var(--ain-ink);
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.ain-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-bottom: 5px;
  color: var(--ain-ink);
  border-bottom: 1px solid rgba(18, 48, 59, 0.32);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ain-journal-search {
  display: flex;
  width: min(390px, 100%);
  padding: 5px;
  border: 1px solid var(--ain-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(6, 31, 40, 0.06);
}
