* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4e5862;
  background: #fff;
  line-height: 1.75
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}
a {
  color: #1C2539;
  text-decoration: none
}
a:hover {
  color: #111827
}
.container {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto
}
.section-gap {
  padding: 110px 0
}
.section-gap-top {
  padding-top: 110px
}
.section-gap-bottom {
  padding-bottom: 110px
}
section.section {
  padding: 110px 0
}
h1, h2, h3, h4 {
  color: #111827;
  margin: 0 0 14px;
  line-height: 1.25;
  letter-spacing: .01em
}
p {
  margin: 0 0 18px
}
p:last-child {
  margin-bottom: 0
}
.global-navigation a:focus-visible, .button:focus-visible, .menu-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(17, 24, 39, .18)
}
.section-title {
  margin: 0 0 34px
}
.section-title.center {
  text-align: center
}
.section-title .pre {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, .55);
  margin-bottom: 12px
}
.section-title h2 {
  margin: 0
}
.site-topbar {
  background: #1C2539;
  color: #fff;
  font-size: 14px
}
.site-topbar .site-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0
}
.site-topbar .site-topbar-info, .site-topbar .site-topbar-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}
.site-topbar a {
  color: #fff;
  opacity: .92;
  padding: 4px 8px;
  border-radius: 999px;
  transition: opacity .2s, background .2s, transform .2s
}
.site-topbar a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, .10);
  transform: translateY(-1px)
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(28, 37, 57, .10)
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #111827;
  letter-spacing: .02em
}
.global-navigation {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap
}
.global-navigation a {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(17, 24, 39, .78);
  font-weight: 700;
  transition: background .18s, color .18s, transform .18s, box-shadow .18s
}
.global-navigation a:hover {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 6px;
  transform: translateY(-1px)
}
.header-actions {
  display: flex;
  gap: 12px;
  align-items: center
}
.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(28, 37, 57, .14);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .06);
  padding: 0
}
.menu-toggle:hover {
  cursor: pointer
}
.menu-toggle span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  top: 50%;
  background: #1C2539;
  border-radius: 999px;
  transform-origin: 50% 50%;
  transition: transform .25s ease, opacity .2s ease, background .2s ease
}
.menu-toggle span:nth-child(1) {
  transform: translateY(-8px)
}
.menu-toggle span:nth-child(2) {
  transform: translateY(0)
}
.menu-toggle span:nth-child(3) {
  transform: translateY(8px)
}
.menu-toggle.is-open {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .22)
}
.menu-toggle.is-open span {
  background: #fff
}
.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(0) rotate(45deg)
}
.menu-toggle.is-open span:nth-child(2) {
  opacity: 0
}
.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(0) rotate(-45deg)
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(28, 37, 57, .14);
  font-weight: 800;
  transition: transform .18s, background .18s, color .18s, border-color .18s, box-shadow .18s;
  cursor: pointer;
  user-select: none
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08)
}
.button-primary {
  background: #1C2539;
  color: #fff;
  border-color: #1C2539;
  min-width: 100px
}
.button-primary:hover {
  background: #111827;
  border-color: #111827;
  color: #fff
}
.button-outline {
  background: rgba(255, 255, 255, .92);
  color: #111827
}
.button-outline:hover {
  background: rgba(28, 37, 57, .06);
  border-color: rgba(28, 37, 57, .20)
}
.hero {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  padding: 92px 0;
  min-height: 82vh
}
.hero-bg {
  background-image: url(../images/main-visual.jpg);
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.02);
  z-index: 0
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .60), rgba(255, 255, 255, .45))
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none
}
.hero .container {
  position: relative;
  z-index: 3
}
.hero-contents {
  position: relative;
  max-width: 760px
}
.hero-title {
  font-size: clamp(30px, 4.2vw, 56px);
  margin-bottom: 18px;
  text-shadow: rgba(255, 255, 255, .95) 0 0 2px, rgba(255, 255, 255, .95) 0 0 10px
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px
}
.about-section .about-description {
  color: #4e5862;
  line-height: 1.9;
  margin: 0 0 18px
}
#about .media-column.reveal {
  transition-delay: .08s
}
.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}
.media-column {
  position: relative;
  max-width: 540px;
  margin-left: auto
}
.media-column .main-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .12);
  display: block
}
.media-column .small {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 58%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  border: 8px solid rgba(255, 255, 255, .92)
}
.media-column .small img {
  width: 100%;
  display: block
}
.consultancy-section .consultancy-contents.reveal {
  transition-delay: .08s
}
.consultancy-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}
.consultancy-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 18px
}
.consultancy-card-title {
  margin: 0 0 6px
}
.consultancy-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px
}
.services-section {
  padding: 96px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 60%, #ffffff 100%);
  border-top: 1px solid rgba(28, 37, 57, .08);
  border-bottom: 1px solid rgba(28, 37, 57, .08)
}
.services-inner {
  max-width: 1120px;
  margin: 0 auto
}
.services-header {
  text-align: center;
  margin-bottom: 52px
}
.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-items: stretch
}
.service-card {
	text-align: center;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, .12);
  border-radius: 8px;
  padding: 40px 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .06)
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(0, 0, 0, .10);
  border-color: rgba(28, 37, 57, .24)
}
.service-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(28, 37, 57, .08), rgba(28, 37, 57, .03));
  border: 1px solid rgba(28, 37, 57, .10)
}
.service-icon img {
  width: 54px;
  height: auto;
  filter: saturate(1.05)
}
.service-name {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111827
}
.service-description {
  font-size: 14px;
  line-height: 1.8;
	text-align: left;
  color: #4e5862
}
.projects-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px
}
.projects-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(28, 37, 57, .10);
  display: block;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .08)
}
.projects-gallery-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform .35s, filter .35s
}
.projects-gallery-item:hover img {
  transform: scale(1.035);
  filter: brightness(.72) contrast(1.03)
}
.projects-gallery-item.is-large img {
  height: 360px
}
.projects-gallery-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  color: #111827;
  border: 1px solid rgba(28, 37, 57, .10)
}
.projects-gallery-caption b {
  display: block;
  margin-bottom: 6px
}
.projects-gallery-caption p {
  line-height: 1.6;
  font-size: 14px
}
.projects-gallery-caption span {
  display: block;
  color: rgba(17, 24, 39, .72);
  margin-top: 6px
}
.representative-section {
  background-color: #f9fafb
}
.representative-inner {
  display: flex;
  gap: 48px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto
}
.representative-image {
  flex-shrink: 0
}
.representative-image img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
  opacity: .9;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .12);
  border: 1px solid rgba(28, 37, 57, .10)
}
.representative-name {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 12px;
  color: #111827
}
.representative-name span {
  display: block;
  font-size: .92rem;
  font-weight: 700;
  color: rgba(17, 24, 39, .70);
  margin-top: 6px
}
.representative-description {
  color: rgba(17, 24, 39, .84);
  text-align: left;
  margin: 0
}
.testimonials-section {
  background: #f6f7f9
}
.testimonials-section .testi-swiper.reveal {
  transition-delay: .08s
}
.testimonial-card {
  background: #fff;
  border: 1px solid rgba(28, 37, 57, .10);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .07);
  position: relative
}
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(28, 37, 57, .18), rgba(28, 37, 57, .05));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}
.testimonial-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  background: #f3f4f6;
  border: 1px solid rgba(28, 37, 57, .10)
}
.testimonial-category {
  font-weight: 900;
  color: #111827
}
.testimonial-rating {
  color: #f59e0b;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9)
}
.testimonial-message {
  margin: 0;
  color: #4e5862;
  line-height: 1.9
}
.access-section {
  background: #f6f7f9
}
.access-section .two-column-grid > div:nth-child(2).reveal {
  transition-delay: .08s
}
.access-map {
  height: 360px
}
.access-map-embed {
  border: 0;
  display: block;
  border-radius: 8px
}
.contact-section {
  background: #f6f7f9;
  padding: 90px 0
}
.contact-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 52px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .08);
  border: 1px solid rgba(28, 37, 57, .10)
}
.contact-box::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(28, 37, 57, 0), rgba(28, 37, 57, .10), rgba(28, 37, 57, 0));
  pointer-events: none
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: flex-start
}
.contact-info {
  align-self: center
}
.contact-info h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #111827
}
.contact-desc {
  color: #4e5862;
  line-height: 1.9;
  margin-bottom: 20px
}
.contact-meta {
  font-size: 15px;
  color: #111827;
  line-height: 1.75
}
.contact-note {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(17, 24, 39, .65)
}
form {
  margin: 0
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 16px
}
.form-grid .full {
  grid-column: 1 / -1
}
.form-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap
}
label {
  font-weight: 800;
  color: #111827;
  font-size: 14px;
  display: block;
  margin-bottom: 6px
}
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(28, 37, 57, .14);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  background: #fff;
  transition: border-color .18s, box-shadow .18s, transform .18s
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: rgba(28, 37, 57, .34);
  box-shadow: 0 0 0 4px rgba(28, 37, 57, .10)
}
textarea {
  min-height: 140px;
  resize: vertical
}
.footer {
  padding: 34px 0 20px;
  background: #0f172a;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid rgba(255, 255, 255, .10)
}
.footer .cols {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 14px
}
.footer-title {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: .02em
}
.footer-description {
  color: rgba(255, 255, 255, .82);
  margin: 0;
  line-height: 1.85;
  max-width: 36em
}
.footer h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .92);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}
.footer a {
  color: rgba(255, 255, 255, .74);
  transition: color .18s, background .18s
}
.footer-page-links {
  display: grid;
  gap: 6px
}
.footer-page-links a {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
  line-height: 1.35
}
.footer-page-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px
}
.footer-pages.reveal {
  transition-delay: .08s
}
.footer-office.reveal {
  transition-delay: .16s
}
.footer-office-info {
  color: rgba(255, 255, 255, .80);
  display: grid;
  gap: 6px;
  line-height: 1.75
}
.footer-office-info b {
  color: rgba(255, 255, 255, .96);
  font-weight: 800;
  margin-right: 6px
}
.footer-hours-notes {
  font-size: 12px;
  color: rgba(255, 255, 255, .72)
}
.footer-under {
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .10)
}
.footer-notes {
  margin: 0 0 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, .72)
}
.footer-copyright {
  margin: 0;
  font-size: 12px;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .68)
}
@media (max-width:991px) {
  .footer {
    padding: 28px 0 18px
  }
  .footer .cols {
    gap: 18px;
    margin-bottom: 12px
  }
  .footer-page-links a {
    padding: 8px 10px
  }
}
.card {
  background: #fff;
  border: 1px solid rgba(28, 37, 57, .08);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .06)
}
.card .icon {
  width: 44px;
  height: 44px;
  padding: 4px;
  display: grid;
  place-items: center;
  margin: 0 14px 14px 0
}
.card h4 {
  margin: 0 0 8px
}
.card p {
  margin: 0
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: .8s opacity, .8s transform
}
.reveal.in {
  opacity: 1;
  transform: none
}
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(28, 37, 57, .14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: .25s
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto
}
.swiper {
  position: relative;
  overflow: hidden
}
.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
.swiper-pagination {
  position: relative;
  margin-top: 18px;
  text-align: center
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(28, 37, 57, .25);
  margin: 0 5px;
  cursor: pointer;
  transition: transform .18s, background .18s
}
.swiper-pagination-bullet:hover {
  transform: translateY(-1px)
}
.swiper-pagination-bullet-active {
  background: #1C2539
}
@media (max-width:991px) {
  .site-topbar {
    display: none
  }
  .menu-toggle {
    display: inline-grid;
    place-items: center
  }
  .site-header {
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    backdrop-filter: none
  }
  .header-logo {
    color: #fff
  }
  .site-header .container {
    position: relative
  }
  .global-navigation {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    padding: 14px;
    gap: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px)
  }
  .global-navigation.open, .site-header.open .global-navigation {
    display: flex;
    flex-direction: column;
    align-items: stretch
  }
  .global-navigation a {
    padding: 12px 14px
  }
  .global-navigation a:hover {
    transform: translateY(-1px)
  }
  .header-actions {
    display: none
  }
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }
  .projects-gallery {
    grid-template-columns: 1fr
  }
  .projects-gallery-item img {
    height: 320px
  }
  .footer .cols {
    grid-template-columns: 1fr
  }
}
@media (max-width:900px) {
  .services-list {
    grid-template-columns: 1fr
  }
}
@media (max-width:767px) {
  .section-gap {
    padding: 72px 0
  }
  .section-gap-top {
    padding-top: 72px
  }
  .section-gap-bottom {
    padding-bottom: 72px
  }
  section.section {
    padding: 72px 0
  }
  .hero {
    position: relative;
    min-height: 640px;
    padding: 0
  }
  .hero-title {
    transition-delay: .08s;
    text-shadow: rgba(255, 255, 255, .95) 0 0 2px, rgba(255, 255, 255, .95) 0 0 14px
  }
  .hero-bg {
    background-image: url(../images/main-visual-sp.jpg) !important;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
  }
  .hero-contents {
    padding: 44px 16px
  }
  .media-column {
    max-width: none;
    margin-left: 0
  }
  .media-column .small {
    position: static;
    width: 72%;
    margin-top: 14px;
    border-width: 6px
  }
  #about .two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title""image""desc""cta";
    gap: 22px
  }
  #about .two-column-grid > .reveal {
    display: contents
  }
  #about .section-title {
    grid-area: title
  }
  #about .media-column {
    grid-area: image
  }
  #about .about-description {
    grid-area: desc
  }
  #about .button {
    grid-area: cta;
    justify-self: start
  }
  #about .two-column-grid > .reveal > *, .consultancy-section .consultancy-contents.reveal > * {
    opacity: 1 !important;
    transform: none !important
  }
  .consultancy-section .two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title""image""cards""actions";
    gap: 22px
  }
  .consultancy-section .two-column-grid > .consultancy-contents {
    display: contents
  }
  .consultancy-section .section-title {
    grid-area: title
  }
  .consultancy-section .media-column {
    grid-area: image
  }
  .consultancy-section .consultancy-card-list {
    grid-area: cards
  }
  .consultancy-section .consultancy-actions {
    grid-area: actions
  }
  #about .two-column-grid > .reveal, .consultancy-section .consultancy-contents.reveal {
    opacity: 1;
    transform: none
  }
  #about .two-column-grid > .reveal > *, .consultancy-section .consultancy-contents.reveal > * {
    opacity: 0;
    transform: translateY(18px);
    transition: .8s opacity, .8s transform
  }
  #about .two-column-grid > .reveal.in > *, .consultancy-section .consultancy-contents.reveal.in > * {
    opacity: 1;
    transform: none
  }
  .contact-box {
    padding: 32px 20px
  }
  .contact-box::before {
    display: none
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
  .form-grid {
    grid-template-columns: 1fr
  }
  .representative-inner {
    flex-direction: column;
    text-align: center;
    gap: 18px
  }
  .representative-description {
    text-align: left
  }
}