@charset "utf-8";

.lower-page {
  --lower-detail-content-width: 63rem;
  background: #fff;
}

.lower-hero {
  position: relative;
  min-height: 500px;
  padding-top: 120px;
  overflow: hidden;
  color: #fff;
  background-image: url("../images/sub/bg-content-title.png");
  background-size: 20rem auto;
}

.lower-hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background: linear-gradient(rgba(16, 60, 120, 100), rgba(16, 60, 120, 0));
}

.lower-hero::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120rem;
  height: 9.375rem;
  background: url("../images/lower-hero-arch.svg") center / 100% 100% no-repeat;
  content: "";
  transform: translateX(-50%);
}

.lower-hero__inner,
.lower-content {
  width: min(var(--container), calc(100% - 3rem));
  margin-inline: auto;
}

.lower-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}

.lower-hero__title {
  margin-left: 6.75rem;
}

.lower-hero__title p {
  margin-top: 0.5rem;
  font-family: var(--font-latin);
  font-size: 1.5rem;
  line-height: 1.4;
}

.lower-hero__title h1 {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}

.lower-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.25rem;
}

.lower-hero__meta p {
  margin-top: 0;
}

.lower-hero__meta span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.lower-hero__meta span::before {
  width: 0.0625rem;
  height: 1.75rem;
  background: rgba(255, 255, 255, 0.65);
  content: "";
}

.lower-hero__nav {
  width: 24rem;
  margin-right: 0;
}

.lower-hero__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lower-hero__nav li > ul {
  flex-direction: row;
  align-items: center;
  gap: 0 0.375rem;
}

.lower-hero__nav li > ul li{
  position: relative;
  padding: 0 0.375rem 0 0;
}

.lower-hero__nav li > ul li::after{
  content: "";
  display: inline-block;
  height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.lower-hero__nav li > ul li:last-child::after{
  content: none;
}

.lower-hero__nav li > ul a {
  padding: 0.125rem 0.5rem;
  font-size: 1rem;
}

.lower-hero__nav li:has(> ul) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em
}

.lower-hero__nav li > ul a::after {
  display: none;
}

.lower-hero__nav li > ul a[aria-current="page"] {
  /*padding-inline: 1rem;*/
  border-radius: 999px;
}

.lower-hero__nav li:has(> ul) > a[href="#"] {
  pointer-events: none;
}

.lower-hero__nav:has(> ul > li:nth-child(4):last-child) {
  /*margin-top: -2.9375rem;*/
  margin-top: 0;
}

.lower-hero__nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.3125rem 1rem 0.3125rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.lower-hero__nav a[aria-current="page"] {
  color: var(--color-primary);
  background: #fff;
}

.lower-hero__nav a::after {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.375rem solid currentColor;
  content: "";
  transform: translateY(-50%);
}

.lower-hero__nav a[aria-current="page"]::after {
  border-top: 0.375rem solid currentColor;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0;
  border-left: 0.3125rem solid transparent;
}

.lower-main {
  padding: 0 0 8rem;
}

.lower-content {
  color: var(--color-body);
}

.lower-content a{
  color: var(--color-primary);
  text-decoration: underline;
}

.lower-main--flush {
  /*padding: 0;*/
}

.lower-content--full {
  width: 100%;
}

.lower-page-overview {
  position: relative;
  display: grid;
  place-items: center;
  width: min(var(--lower-detail-content-width), calc(100% - 3rem));
  min-height: 7rem;
  margin: -3rem auto 0;
  color: var(--color-primary);
}

.lower-page-local-nav-wrap {
  min-height: 6.5rem;
  padding: 2.5rem 0;
}

.lower-page-local-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  width: min(var(--lower-detail-content-width), calc(100% - 3rem));
  margin-inline: auto;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
}

/* Keep the WordPress local-nav list aligned like the static HTML version. */
.lower-page-local-nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lower-page-local-nav > ul > li {
  display: flex;
  flex: 0 0 auto;
}

.lower-page-local-nav::before,
.lower-page-local-nav::after {
  width: 4rem;
  height: 0.0625rem;
  background: var(--color-divider);
  content: "";
}

.lower-page-local-nav a {
  position: relative;
  padding-left: 1.25rem;
  opacity: 0.65;
  color: var(--color-text);
  transition: opacity var(--transition);
  text-decoration: none !important;
}

.lower-page-local-nav a:hover {
  opacity: 1;
}

.lower-page-local-nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 0.3125rem solid transparent;
  border-top-color: currentColor;
  content: "";
  transform: translateY(-20%);
}

.lower-page-local-nav--single {
  justify-content: center;
  gap: 2.5rem;
}

.lower-detail-content {
  width: min(var(--lower-detail-content-width), calc(100% - 3rem));
  margin-inline: auto;
}

.lower-detail-content p {
  /*margin-bottom: 1em;*/
}

.lower-detail-content h3 {
    margin-bottom: 1em;
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
}

.policy-content > section,
.policy-content > section + section {
  margin-top: 3rem;
}

.policy-content h3 {
  margin-bottom: 1rem;
}

.policy-content p {
  line-height: 2;
}

.policy-content p + p,
.policy-content p + :is(ul, ol),
.policy-content :is(ul, ol) + p {
  margin-top: 1rem;
}

.policy-content :is(ul, ol) {
  margin-top: 1rem;
  line-height: 1.9;
}

.policy-content ul {
  padding-left: 1.4em;
  list-style: disc;
}

.policy-content ol {
  padding-left: 1.7em;
  list-style: decimal;
}

.policy-content li + li {
  margin-top: 0.45rem;
}

.policy-content ol ol {
  margin-top: 0.45rem;
  list-style: lower-alpha;
}

.lower-page main section[id] {
  scroll-margin-top: 7rem;
}

.lower-intro {
  max-width: 50rem;
  margin: 0 auto 5.5rem;
  text-align: center;
}

.lower-intro__eyebrow {
  color: var(--color-primary);
  font-family: var(--font-latin);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.lower-page-title,
.lower-section__title {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

.lower-page-title--display {
  font-family: var(--font-sans);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.lower-intro .lower-page-title {
  margin-top: 0.75rem;
}

.lower-intro p:last-child {
  margin-top: 1.75rem;
  line-height: 2;
}

.lower-lined-heading {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  padding-block: 1rem;
  /*padding-left: 4.5rem;*/
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}

.lower-lined-heading::before {
  position: absolute;
  top: 0;
  /*left: 4.5rem;*/
  width: 100%;
  border-top: 0.125rem solid currentColor;
  content: "";
}

.lower-section {
  padding: 5rem 0;
}

.lower-preparing {
  display: grid;
  min-height: 18rem;
  place-items: center;
  text-align: center;
}

.lower-preparing p {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: 0.08em;
}

.lower-section--tint {
  position: relative;
}

.lower-section--tint::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: var(--color-pale);
  content: "";
}

.lower-section__heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.lower-section__heading::before {
  width: 4.5rem;
  border-top: 0.125rem solid var(--color-primary);
  content: "";
}

.lower-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 4.5rem;
}

.lower-split--reverse .lower-split__media {
  order: -1;
}

.lower-split__body {
  line-height: 2;
}

.lower-split__body h3 {
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
}

.lower-split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lower-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.lower-card {
  position: relative;
  min-height: 13.75rem;
  padding: 2rem;
  border: 0.0625rem solid rgba(16, 60, 120, 0.18);
  background: #fff;
}

.lower-card h3 {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.lower-card p {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.9;
}

.lower-card__link {
  position: absolute;
  right: 1.75rem;
  bottom: 1.5rem;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 700;
}

.lower-data-table {
  width: 100%;
  border-collapse: collapse;
}

.lower-data-table th,
.lower-data-table td {
  padding: 1.125rem 1.25rem;
  border-bottom: 0.0625rem solid var(--color-divider);
  text-align: left;
}

.lower-data-table th {
  width: 28%;
  color: var(--color-primary);
  background: var(--color-pale);
  font-weight: 700;
}

.lower-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
  padding: 3rem 3.5rem;
  color: #fff;
  background: var(--color-primary);
}

.lower-cta__content {
  flex: 1;
  min-width: 0;
}

.lower-cta h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 500;
}

.lower-cta p {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.lower-cta a {
  display: grid;
  place-items: center;
  min-width: 15rem;
  min-height: 4rem;
  border: 0.0625rem solid #fff;
  font-weight: 700;
}

.lower-related {
  /*--lower-related-spacing: clamp(4.5rem, 7vw, 7.5rem);*/
    position: relative;
  width: min(80rem, calc(100% - 5rem));
  height: 26.25rem;
  padding: 5.5rem 6.25rem;
  margin: 0 auto 3.75rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f3f3f3;
}

.lower-related::before {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 16.25rem;
  height: 12rem;
  background: url("../images/logo-shinwa.png") center / contain no-repeat;
  content: "";
  opacity: 0.035;
  transform: translateX(-50%);
}

.lower-related__title {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 3.75rem;
  color: var(--color-text);
}

.lower-related__title:hover {
  opacity: 1;
}

.lower-related__title .round-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.0625rem solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lower-related__title .round-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: url("../images/arr-left-black-01.png") center / contain no-repeat;
  content: "";
  transform: translate(-50%, -50%);
}

.lower-related__title .round-arrow--left::after {
  background-image: url("../images/arr-left-black-01.png");
}

.lower-related__title:hover .round-arrow {
  background: currentColor;
}

.lower-related__title:hover .round-arrow--left::after {
  background-image: url("../images/arr-right-white.png");
  transform: translate(-50%, -50%) rotate(180deg);
}

.lower-related__title p {
  margin-bottom: 0.8em;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.lower-related__title span {
  margin-top: 1rem;
  font-family: var(--font-latin);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.lower-related__label {
  display: block;
  font-family: var(--font-latin);
  font-size: 2rem;
}

.lower-related__links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 21.5rem);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.lower-related__links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 7.5rem;
  padding: 1.5rem 4.5rem 1.5rem 2.5rem;
  border: 0.078125rem solid var(--color-primary);
  border-radius: 0.5rem;
  color: var(--color-primary);
  background: #fff;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.lower-related__links a[aria-current="page"] {
  color: #fff;
  background: var(--color-primary);
}

.lower-related__links a::after {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--color-primary) url("../images/arr-right-white.png") center / 1rem auto no-repeat;
  content: "";
  transform: translateY(-50%);
}

.lower-related__links a[aria-current="page"]::after {
  background: #fff url("../images/arr-up-blue.png") center / 1rem auto no-repeat;
}

.lower-page-links {
  display: flex;
  align-items: center;
  margin-inline: auto;
  border: 0.0625rem solid var(--color-divider);
  border-radius: 62.4375rem;
}

.lower-page-links a {
  position: relative;
}

.lower-page-links > ul {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lower-page-links > ul > li {
  display: flex;
  min-width: 0;
}

.lower-page-links {
  width: min(53.25rem, calc(100% - 3rem));
  padding: 1rem 4rem;
  margin: 3.125rem auto 6.5rem;
}

.lower-page-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  opacity: 0.75;
  white-space: nowrap;
}

.lower-page-links a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  background-image: url("../images/arr-right-black-02.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.lower-page-links li:not(:last-child) a::after {
  width: 4rem;
  height: 0.0625rem;
  margin-left: 0.5rem;
  background: #b4b4b4;
  content: "";
}

.lower-page-links a[aria-current="page"] {
  color: var(--color-junior);
  font-weight: 500;
  opacity: 1;
}

.lower-page-links a[aria-current="page"]::before {
  background-image: url("../images/arr-up-red.png");
}

/* WordPress posts pagination */
.navigation.pagination {
  width: 100%;
  margin: 4rem auto 0;
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.navigation.pagination .nav-links > * {
  display: grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 0.0625rem solid var(--color-divider);
  border-radius: 50%;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  line-height: 1;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition);
}

.navigation.pagination .nav-links a{
  text-decoration: none !important;
}

.navigation.pagination .nav-links a:hover {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.navigation.pagination .nav-links .current {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.navigation.pagination .nav-links .dots {
  min-width: auto;
  padding: 0 0.25rem;
  border: 0;
}

.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
  min-width: auto;
  border: 0;
  border-radius: 0;
  color: var(--color-primary);
  font-weight: 500;
}

.lower-related--flush-top {
  margin-top: var(--lower-related-spacing);
}

.site-footer--lower .footer-audience-links {
  display: none;
}

.site-footer--lower {
  contain-intrinsic-size: auto 50rem;
}

a[href^="tel:"]{
  text-decoration: none !important;
  pointer-events: none;
}

@media (min-width: 48.001rem) and (max-width: 64rem) {
  .lower-hero {
    min-height: 25rem;
    padding-top: 6rem;
    margin-bottom: 1.5rem;
    background-size: 16rem auto;
  }

  .lower-hero::before {
    height: 23rem;
  }

  .lower-hero::after {
    width: 100%;
    height: 4.375rem;
  }

  .lower-hero__inner,
  .lower-content {
    width: calc(100% - 4rem);
  }

  .lower-hero__inner {
    margin-top: 4rem;
  }

  .lower-hero__title {
    margin-left: clamp(2rem, 5vw, 4rem);
  }

  .lower-hero__title h1 {
    font-size: 2.25rem;
  }

  .lower-hero__title p {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }

  .lower-hero__meta {
    gap: 0.875rem;
  }

  .lower-hero__meta span {
    gap: 0.875rem;
    font-size: 0.75rem;
  }

  .lower-hero__meta span::before {
    height: 1.25rem;
  }

  .lower-hero__nav {
    width: 12.5rem;
    margin-top: -1rem;
    margin-right: 5rem;
  }

  .lower-hero__nav ul {
    gap: 0.25rem;
  }

  .lower-hero__nav:has(> ul > li:nth-child(4):last-child) {
    margin-top: -2rem;
  }

  .lower-hero__nav a {
    min-height: 2.25rem;
    padding: 0.25rem 0.75rem 0.25rem 1.75rem;
    font-size: 0.875rem;
  }

  .lower-hero__nav li > ul a {
    padding: 0.0625rem 0.75rem;
    font-size: 0.75rem;
  }

  .lower-hero__nav a::after {
    left: 0.625rem;
  }
}

@media (max-width: 48rem) {
  .lower-page-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: auto;
    height: auto;
    padding: 0.5rem 1.5rem;
    margin: 1.5rem 1rem 2.25rem;
    border-radius: 0.5rem;
  }

  .lower-page-links a {
    justify-content: center;
    min-height: 2.125rem;
    font-size: 0.9rem;
  }

  .lower-page-links > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0;
  }

  .lower-page-links li:not(:last-child) a::after {
    display: none;
  }

  .lower-detail-content h3 {
    font-size: 1.2rem;
  }

  .site-footer--lower {
    contain-intrinsic-size: auto 32.5rem;
  }

  /*
  .site-footer--lower .footer-main {
    min-height: 27.375rem;
  }
  */

  .lower-hero {
    min-height: 12.5rem;
    padding-top: 4rem;
    margin-bottom: 1rem;
    background-size: 12rem auto;
    overflow: initial;
  }

  .lower-hero::before {
    height: 12rem;
  }

  .lower-hero::after {
    width: 100%;
    height: 1.75rem;
    bottom: -1px;
  }

  .lower-hero__inner,
  .lower-content {
    width: calc(100% - 4rem);
  }

  .lower-hero__inner {
    width: 100%;
    margin-top: 1rem;
    padding-left: 2.5rem;
  }

  .lower-hero__title {
    margin-left: 0;
  }

  .lower-hero__title h1 {
    font-size: 1.6rem;
  }

  .lower-hero__title p {
    margin-top: 0.25rem;
    font-size: 0.9rem;
  }

  .lower-hero__meta {
    gap: 0.625rem;
    margin-top: 0.125rem;
  }

  .lower-hero__meta p {
    margin-top: 0;
  }

  .lower-hero__meta span {
    gap: 0.625rem;
    font-size: 0.8rem;
  }

  .lower-hero__meta span::before {
    height: 0.875rem;
  }

  .lower-hero__nav {
    display: none;
  }

  .lower-main {
    padding: 3rem 0 0;
  }

  .lower-page-overview {
    width: calc(100% - 2.5rem);
    min-height: 5rem;
    margin-top: -2.5rem;
  }

  .lower-page-local-nav-wrap {
    min-height: 0;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
  }

  .lower-page-local-nav {
    width: 100%;
    font-size: 0.9rem;
  }

  .lower-page-local-nav--single {
    grid-template-columns: 1fr;
  }

  .lower-page-local-nav::before,
  .lower-page-local-nav::after {
    display: none;
  }

  .lower-detail-content {
    width: 100%;
  }

  .lower-page main section[id] {
    scroll-margin-top: 4.5rem;
  }

  .lower-intro {
    margin-bottom: 3.5rem;
    text-align: left;
  }

  .lower-page-title,
  .lower-section__title {
    font-size: 1.5rem;
  }

  .lower-page-title--display {
    font-size: 1.875rem;
  }

  .lower-intro p:last-child {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.9;
  }

  .lower-section {
    padding: 3rem 0;
  }

  .lower-section__heading {
    gap: 1rem;
    margin-bottom: 1.75rem;
  }

  .lower-lined-heading {
    padding-block: 0.55rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .lower-section__heading::before {
    width: 2.5rem;
  }

  .lower-split {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .lower-split--reverse .lower-split__media {
    order: initial;
  }

  .lower-card-grid {
    grid-template-columns: 1fr;
  }

  .lower-card {
    min-height: 11.25rem;
    padding: 1.5rem;
  }

  .lower-data-table,
  .lower-data-table tbody,
  .lower-data-table tr,
  .lower-data-table th,
  .lower-data-table td {
    display: block;
    width: 100%;
  }

  .lower-data-table th {
    padding-bottom: 0.5rem;
    border-bottom: 0;
  }

  .lower-data-table td {
    padding-top: 0.5rem;
  }

  .lower-cta {
    flex-direction: column;
    align-items: stretch;
    margin-top: 4rem;
    padding: 2rem 1.5rem;
  }

  .lower-cta a {
    min-width: 0;
  }

  .lower-related {
    --lower-related-spacing: 3.5rem;

    width: calc(100% - 3rem);
    height: auto;
    padding: 2.25rem 1.5rem;
    margin-bottom: 1.75rem;
  }

  .lower-related::before {
    top: 1.5rem;
    width: 11.25rem;
    height: 8.25rem;
  }

  .lower-related__title {
    padding-left: 0.75rem;
  }

  .lower-related__title .round-arrow {
    width: 2rem;
    height: 2rem;
  }

  .lower-related__title .round-arrow::after {
    width: 0.625rem;
    height: 0.625rem;
  }

  .lower-related__title p {
    font-size: 0.8125rem;
  }

  .lower-related__title span {
    margin-top: 0.5rem;
    font-size: 1.75rem;
  }

  .lower-related__links {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.625rem;
    width: calc(100vw - 7.5rem);
    max-width: calc(100vw - 7.5rem);
    min-width: 0;
    margin-top: 1.5rem;
    margin-left: 0.75rem;
  }

  .lower-related__links a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 3.625rem;
    padding: 0.875rem 2.75rem 0.875rem 1.25rem;
    font-size: 0.9375rem;
  }

  .lower-related__links a::after {
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 0.75rem auto;
  }

  .lower-related__links a[aria-current="page"]::after {
    background-size: 0.75rem auto;
  }

  .lower-page-local-nav-wrap{
    padding: 0 0 1em 0;
  }

  .lower-page-local-nav > ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5em 1em;
  }

  .lower-page-local-nav > ul li{
    width: calc((100% - 1em) / 2);
  }

  a[href^="tel:"]{
    text-decoration: underline !important;
    pointer-events: auto;
  }
}
