.u-flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

.flex-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sitefoot {
  background-color: var(--orme-accent-secondary);
  color: var(--orme-page-ink);
  font-family: var(--font-ge2);
  font-weight: 300;
  padding: 3.5em var(--orme-margin) 3.875em;
}
#sitefoot a {
  color: inherit;
}
#sitefoot p {
  line-height: 2em;
}
#sitefoot .wrap {
  width: calc(100% - var(--orme-margin) * 2);
  max-width: 93.15vw;
}
#sitefoot .col-heading {
  font-family: var(--font-ge2);
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2em;
}
#sitefoot .menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  justify-content: space-between;
}
#sitefoot .menu > * {
  box-sizing: border-box;
}
#sitefoot .names {
  width: 33%;
  padding-inline: var(--orme-grid-column-width);
}
#sitefoot .names div {
  display: flex;
  flex-direction: column;
  font-family: var(--font-g);
  align-items: center;
  justify-content: center;
  row-gap: 0.5em;
  width: 5.8125em;
}
#sitefoot .names .logo {
  display: block;
}
#sitefoot .names .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#sitefoot .names p {
  width: 5.8125em;
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.65em;
  letter-spacing: 0;
  text-align: center;
  font-weight: 300;
}
#sitefoot .cols {
  display: flex;
  width: calc(67% + var(--orme-grid-gutter) / 2);
  justify-content: flex-end;
}
#sitefoot .cols > * {
  flex: 1;
}
#sitefoot .cols .col-heading {
  font-family: var(--font-g);
  font-size: 0.75em;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  margin-bottom: 2.17em;
}
#sitefoot .cols .col {
  padding-right: 4.5em;
  max-width: calc(var(--orme-grid-cg) * 3);
}
#sitefoot .corp .col-copy,
#sitefoot .corp .link {
  font-family: var(--font-ge2);
  font-size: 0.875em;
  line-height: 2em;
  letter-spacing: 0;
}
#sitefoot .corp .col-copy {
  margin-bottom: 1.785em;
}
#sitefoot .corp .link {
  text-underline-offset: 0.25em;
  text-decoration: underline;
}
#sitefoot .services nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sitefoot .services ul li:not(:last-of-type) {
  margin-bottom: 1.3125em;
}
#sitefoot .services a {
  display: block;
  position: relative;
  padding-left: 26px;
}
#sitefoot .services a::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: var(--orme-page-ink);
}
#sitefoot .services .h-main,
#sitefoot .services .h-sub {
  display: block;
  line-height: 1.65em;
  letter-spacing: 0;
}
#sitefoot .services .h-main {
  font-size: 0.75em;
  margin-bottom: 0.083em;
}
#sitefoot .services .h-sub {
  font-size: 0.875em;
}
#sitefoot .bottom {
  display: flex;
  align-items: center;
  margin-top: 12.375em;
  padding-inline: var(--orme-grid-column-width);
}
#sitefoot .bottom .sns {
  display: block;
  width: var(--orme-grid-gutter);
  height: var(--orme-grid-gutter);
  margin-right: auto;
}
#sitefoot .bottom .sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sitefoot .bottom .group-links {
  display: flex;
  gap: 2.25em;
}
#sitefoot .bottom nav {
  display: flex;
  gap: 1.875em;
}
#sitefoot .bottom nav a {
  font-family: var(--font-ge2);
}
#sitefoot .bottom nav a,
#sitefoot .bottom small {
  font-size: 0.6875em;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 300;
}
#sitefoot .bottom small {
  display: flex;
  align-items: center;
  font-family: var(--font-ge3);
  line-height: 1em;
}
@media (max-width: 1000px) {
  #sitefoot .names {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 640px) {
  #sitefoot {
    font-size: var(--orme-font-size-base-sp);
    padding: 2.375em calc(var(--orme-margin) + var(--orme-grid-column-width)) 3.875em;
  }
  #sitefoot .wrap {
    width: 100%;
  }
  #sitefoot .menu {
    flex-direction: column;
  }
  #sitefoot .menu > * {
    width: 100%;
  }
  #sitefoot .names {
    padding-inline: 0;
    padding-bottom: 3.625em;
  }
  #sitefoot .names > div {
    row-gap: 0.4375em;
    width: 3.315em;
  }
  #sitefoot .names .logo {
    width: 3.315em;
  }
  #sitefoot .cols {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    row-gap: 3.0625em;
    max-width: 100%;
  }
  #sitefoot .cols .col {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  #sitefoot .cols .col-heading {
    margin-bottom: 1.33em;
  }
  #sitefoot .cols .col-copy {
    margin-bottom: 1.83em;
    font-size: 0.75em;
  }
  #sitefoot .services .col-heading {
    margin-bottom: 1.83em;
  }
  #sitefoot .bottom {
    flex-direction: row-reverse;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-top: 2.1875em;
    padding: 0;
  }
  #sitefoot .bottom .sns {
    margin-right: 0;
  }
  #sitefoot .bottom .group-links {
    gap: 2.5em;
    flex-wrap: wrap;
  }
  #sitefoot .bottom nav {
    width: 100%;
    gap: 0.5625em;
    flex-direction: column;
  }
}

/*# sourceMappingURL=footer.css.map */
