.company-page-minato {
  background: var(--ivory);
}

.company-page-minato .header-nav a[aria-current="page"] {
  color: var(--blue);
  background: rgba(65, 105, 138, 0.08);
}

.company-page-minato .site-menu a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.07);
}

.company-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(circle at 83% 14%, rgba(255, 255, 255, 0.56), transparent 26%),
    repeating-radial-gradient(circle at 0 0, rgba(47, 82, 105, 0.018) 0 0.7px, transparent 0.8px 4px),
    linear-gradient(108deg, #eff6f9 0%, #e4eff5 57%, #d8e8f1 100%);
}

.company-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 45%, rgba(255, 255, 255, 0.38) 45.2% 45.35%, transparent 45.55%),
    linear-gradient(104deg, transparent 0 72%, rgba(255, 255, 255, 0.3) 72.2% 72.35%, transparent 72.55%);
  pointer-events: none;
}

.company-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
  width: min(var(--content), calc(100% - 2 * var(--side)));
  min-height: 650px;
  margin: 0 auto;
  padding: 150px 0 106px;
}

.company-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
  color: #637781;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.company-breadcrumb a {
  transition: color 0.3s ease;
}

.company-breadcrumb a:hover {
  color: var(--blue);
}

.company-hero-en,
.company-section-en {
  margin: 0;
  color: var(--blue);
  font-family: var(--latin-serif);
  font-size: 13px;
  letter-spacing: 0.32em;
  line-height: 1.4;
}

.company-hero-en::before,
.company-section-en::before {
  display: inline-block;
  width: 38px;
  height: 1px;
  margin: 0 14px 4px 0;
  content: "";
  background: var(--gold);
}

.company-hero h1,
.company-message-section h2,
.company-section-heading h2,
.company-qualifications h3,
.company-location-copy h2,
.company-contact-cta h2 {
  font-family: var(--display);
  font-weight: 400;
}

.company-hero h1 {
  margin: 18px 0 0;
  font-size: clamp(48px, 4.8vw, 72px);
  line-height: 1.35;
  letter-spacing: 0.09em;
}

.company-hero-lead {
  margin: 28px 0 0;
  color: #4f6571;
  font-family: var(--display);
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.95;
  letter-spacing: 0.08em;
}

.company-hero-visual {
  position: relative;
  height: 420px;
}

.company-hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 48px rgba(42, 77, 99, 0.16);
}

.company-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-hero-photo-main {
  top: 8px;
  right: 0;
  width: 82%;
  height: 350px;
  border-radius: 16px 54px 16px 16px;
  transform: rotate(0.7deg);
}

.company-hero-photo-main img {
  object-position: center 49%;
}

.company-hero-photo-sub {
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 39%;
  height: 190px;
  border-radius: 14px;
  transform: rotate(-1.6deg);
}

.company-hero-caption {
  position: absolute;
  right: 12px;
  bottom: 30px;
  color: rgba(49, 93, 132, 0.56);
  font-family: var(--latin-serif);
  font-size: 11px;
  letter-spacing: 0.28em;
  writing-mode: vertical-rl;
}

.company-hero-ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.54), 0 12px 26px rgba(62, 109, 140, 0.08);
}

.company-hero-ring-one {
  top: 180px;
  left: 3.5vw;
  width: 62px;
  height: 62px;
}

.company-hero-ring-two {
  right: 6vw;
  bottom: 96px;
  width: 34px;
  height: 34px;
}

.company-hero > .company-hero-wave {
  bottom: -1px;
  z-index: 4;
}

.company-message-section {
  position: relative;
  z-index: 2;
  background: #fff;
}

.company-message-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 7.2vw, 108px);
  width: min(1160px, calc(100% - 2 * var(--side)));
  margin: 0 auto;
  padding: 116px 0 150px;
}

.company-message-copy {
  position: relative;
}

.company-message-copy::before {
  position: absolute;
  top: 48px;
  left: -38px;
  width: 1px;
  height: 126px;
  content: "";
  background: linear-gradient(var(--gold), rgba(201, 168, 79, 0));
}

.company-message-copy h2 {
  margin: 22px 0 38px;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1.55;
  letter-spacing: 0.1em;
}

.company-message-body {
  max-width: 44em;
  color: #49565e;
  font-size: 15.5px;
  line-height: 2.15;
}

.company-message-body p {
  margin: 0;
}

.company-message-body p + p {
  margin-top: 12px;
}

.company-signature {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 18px;
  margin: 40px 0 0;
  font-family: var(--display);
}

.company-signature small {
  color: #6a767d;
  font-family: var(--text);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.company-signature strong {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.company-president-photo {
  position: relative;
  margin: 0;
  padding: 14px 14px 52px;
  background: #f4f7f8;
  border: 1px solid rgba(65, 105, 138, 0.12);
  border-radius: 18px 18px 8px 8px;
  box-shadow: 0 22px 48px rgba(45, 79, 99, 0.12);
  transform: rotate(0.5deg);
}

.company-president-photo::before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 82px;
  height: 21px;
  content: "";
  background: rgba(210, 181, 104, 0.25);
  border: 1px solid rgba(190, 157, 73, 0.1);
  transform: translateX(-50%) rotate(-1deg);
}

.company-president-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 67% center;
  border-radius: 10px;
}

.company-president-photo .company-president-cutout {
  object-fit: contain;
  object-position: center bottom;
  background:
    radial-gradient(circle at 15% 15%, rgba(143, 194, 222, 0.3) 0 7.5%, rgba(143, 194, 222, 0.11) 7.8%, transparent 11.8%),
    radial-gradient(circle at 85% 18%, rgba(227, 194, 115, 0.25) 0 10.5%, rgba(227, 194, 115, 0.09) 10.8%, transparent 16.5%),
    radial-gradient(circle at 12% 54%, rgba(138, 203, 182, 0.24) 0 6.3%, rgba(138, 203, 182, 0.08) 6.6%, transparent 10.2%),
    radial-gradient(circle at 90% 68%, rgba(163, 202, 224, 0.18) 0 15%, rgba(163, 202, 224, 0.07) 15.4%, transparent 23%),
    radial-gradient(circle at 23% 88%, rgba(222, 172, 179, 0.16) 0 8.5%, rgba(222, 172, 179, 0.05) 8.8%, transparent 13.5%);
}

.company-president-photo figcaption {
  position: absolute;
  right: 22px;
  bottom: 13px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.company-president-photo figcaption span {
  color: #829199;
  font-family: var(--latin-serif);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.company-profile-section {
  --section-bg: #e8f1f6;
  z-index: 1;
  padding: 145px 0 160px;
  background-image:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.54), transparent 27%),
    repeating-radial-gradient(circle at 0 0, rgba(47, 82, 105, 0.018) 0 0.7px, transparent 0.8px 4px),
    linear-gradient(110deg, #eef5f8, #e4eef4 58%, #dce9f0);
}

.company-profile-inner {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 2 * var(--side)));
  margin: 0 auto;
}

.company-section-heading {
  margin-bottom: 62px;
  text-align: center;
}

.company-section-heading .company-section-en::before,
.company-qualifications-heading .company-section-en::before {
  display: none;
}

.company-section-heading h2 {
  margin: 16px 0 8px;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.4;
  letter-spacing: 0.13em;
}

.company-section-heading > p:last-child {
  margin: 0;
  color: #65757d;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.company-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, 0.78fr);
  align-items: start;
  gap: clamp(52px, 6vw, 84px);
}

.company-profile-list {
  margin: 0;
  border-top: 1px solid rgba(49, 93, 132, 0.2);
}

.company-profile-list > div {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(49, 93, 132, 0.17);
}

.company-profile-list dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.company-profile-list dd {
  margin: 0;
  color: #3e4d56;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.company-profile-list address,
.company-location-copy address {
  font-style: normal;
}

.company-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-profile-visual {
  position: relative;
  min-height: 650px;
}

.company-profile-visual figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 13px;
  box-shadow: 0 18px 40px rgba(42, 77, 99, 0.14);
}

.company-profile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-profile-photo-main {
  top: 0;
  right: 0;
  width: 88%;
  height: 360px;
  transform: rotate(1deg);
}

.company-profile-photo-sub {
  top: 318px;
  left: 0;
  width: 58%;
  height: 220px;
  transform: rotate(-1.7deg);
}

.company-profile-visual > p {
  position: absolute;
  right: 4px;
  bottom: 32px;
  margin: 0;
  color: #425762;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: right;
}

.company-profile-visual > p span {
  display: block;
  color: var(--blue);
  font-family: var(--latin-serif);
  font-size: 68px;
  line-height: 0.95;
}

.company-qualifications {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(48px, 6vw, 82px);
  margin-top: 100px;
  padding-top: 72px;
  border-top: 1px solid rgba(49, 93, 132, 0.18);
}

.company-qualifications-heading h3 {
  margin: 15px 0 16px;
  font-size: 34px;
  letter-spacing: 0.12em;
}

.company-qualifications-heading > p:last-child {
  margin: 0;
  color: #65757d;
  font-size: 13px;
  line-height: 1.9;
}

.company-qualifications-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(49, 93, 132, 0.16);
}

.company-qualifications-list li {
  position: relative;
  min-height: 54px;
  padding: 15px 10px 13px 32px;
  border-bottom: 1px solid rgba(49, 93, 132, 0.16);
  color: #43535c;
  font-size: 13px;
  line-height: 1.75;
}

.company-qualifications-list li::before {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 11px;
  height: 7px;
  content: "";
  border-bottom: 1.5px solid var(--gold);
  border-left: 1.5px solid var(--gold);
  transform: rotate(-45deg);
}

.company-accel-banner {
  display: flex;
  justify-content: center;
  margin-top: clamp(64px, 7vw, 88px);
  padding-top: clamp(48px, 5vw, 64px);
  border-top: 1px solid rgba(49, 93, 132, 0.18);
}

.company-accel-banner img {
  width: min(320px, 100%);
  height: auto;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(49, 93, 132, 0.1);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(42, 77, 99, 0.12);
}

.company-location-section {
  padding: 150px 0 118px;
  background: var(--ivory);
}

.company-location-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(58px, 7vw, 104px);
  width: min(1120px, calc(100% - 2 * var(--side)));
  margin: 0 auto;
}

.company-location-photo {
  position: relative;
  margin: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(49, 93, 132, 0.1);
  border-radius: 15px;
  box-shadow: 0 20px 46px rgba(42, 77, 99, 0.12);
}

.company-location-photo::after {
  position: absolute;
  right: -22px;
  bottom: -20px;
  width: 48%;
  height: 36%;
  content: "";
  border-right: 1px solid rgba(201, 168, 79, 0.65);
  border-bottom: 1px solid rgba(201, 168, 79, 0.65);
  pointer-events: none;
}

.company-location-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 9px;
}

.company-location-copy h2 {
  margin: 18px 0 28px;
  font-size: clamp(38px, 3.7vw, 50px);
  letter-spacing: 0.13em;
}

.company-location-copy address {
  color: #3e4d56;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 0.08em;
}

.company-location-copy > p {
  margin: 25px 0 0;
  color: #65757d;
  font-size: 13px;
  line-height: 2;
}

.company-map-link,
.company-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
}

.company-map-link {
  gap: 42px;
  min-width: 250px;
  margin-top: 36px;
  padding: 14px 24px;
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(49, 93, 132, 0.33);
}

.company-map-link:hover,
.company-contact-button:hover {
  transform: translateY(-3px);
}

.company-map-link:hover {
  box-shadow: 0 11px 25px rgba(42, 77, 99, 0.12);
}

.company-contact-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(128deg, #315f87, #285376);
}

.company-contact-cta::before {
  position: absolute;
  right: -8%;
  bottom: -120px;
  width: 64%;
  height: 230px;
  content: "";
  background: rgba(197, 222, 237, 0.12);
  border-radius: 50% 0 0;
  transform: rotate(-7deg);
}

.company-contact-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  width: min(1140px, calc(100% - 2 * var(--side)));
  min-height: 330px;
  margin: 0 auto;
  padding: 66px 0;
}

.company-contact-cta .company-section-en {
  color: rgba(255, 255, 255, 0.67);
}

.company-contact-cta .company-section-en::before {
  background: rgba(255, 255, 255, 0.55);
}

.company-contact-cta h2 {
  margin: 20px 0 12px;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.65;
  letter-spacing: 0.1em;
}

.company-contact-cta-inner > div > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.company-contact-button {
  flex: 0 0 286px;
  justify-content: space-between;
  min-height: 70px;
  padding: 18px 28px;
  color: var(--blue-deep);
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 64, 0.2);
}

.company-contact-button:hover {
  background: #f8fbfd;
  box-shadow: 0 17px 35px rgba(16, 42, 64, 0.24);
}

.company-contact-bubble {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.18);
}

.company-contact-bubble-one {
  top: 38px;
  right: 31%;
  width: 50px;
  height: 50px;
}

.company-contact-bubble-two {
  right: 5%;
  bottom: 28px;
  width: 26px;
  height: 26px;
}

@media (max-width: 1099px) {
  .company-hero-inner {
    grid-template-columns: minmax(300px, 0.8fr) minmax(470px, 1.2fr);
    gap: 40px;
  }

  .company-message-inner {
    gap: 54px;
  }

  .company-profile-layout {
    grid-template-columns: minmax(0, 1.16fr) minmax(310px, 0.84fr);
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .company-hero {
    min-height: 0;
  }

  .company-hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: 0;
    padding: 136px 0 116px;
  }

  .company-breadcrumb {
    margin-bottom: 30px;
  }

  .company-hero-copy {
    max-width: 610px;
  }

  .company-hero-visual {
    width: min(680px, 100%);
    height: 390px;
    margin-inline: auto;
  }

  .company-message-inner {
    grid-template-columns: 1fr;
    gap: 70px;
    width: min(720px, calc(100% - 2 * var(--side)));
    padding: 104px 0 132px;
  }

  .company-message-copy::before {
    left: -24px;
  }

  .company-president-photo {
    width: min(510px, 88%);
    margin-inline: auto;
  }

  .company-profile-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .company-profile-visual {
    width: min(610px, 100%);
    min-height: 600px;
    margin-inline: auto;
  }

  .company-qualifications {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .company-location-inner {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 2 * var(--side)));
  }

  .company-location-copy {
    max-width: 520px;
  }

  .company-contact-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 38px;
  }

  .company-contact-button {
    flex-basis: auto;
    width: min(310px, 100%);
  }
}

@media (max-width: 620px) {
  .company-hero-inner {
    gap: 35px;
    width: calc(100% - 40px);
    padding: 116px 0 88px;
  }

  .company-breadcrumb {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .company-hero-en,
  .company-section-en {
    font-size: 11px;
    letter-spacing: 0.25em;
  }

  .company-hero-en::before,
  .company-section-en::before {
    width: 28px;
    margin-right: 10px;
  }

  .company-hero h1 {
    margin-top: 12px;
    font-size: clamp(38px, 11vw, 46px);
    letter-spacing: 0.05em;
  }

  .company-hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .company-hero-visual {
    height: 286px;
  }

  .company-hero-photo {
    border-width: 5px;
  }

  .company-hero-photo-main {
    width: 88%;
    height: 240px;
    border-radius: 11px 30px 11px 11px;
  }

  .company-hero-photo-sub {
    width: 43%;
    height: 128px;
  }

  .company-hero-caption {
    right: 4px;
    bottom: 13px;
    font-size: 8px;
  }

  .company-hero-ring-one {
    top: 126px;
    left: -20px;
    width: 48px;
    height: 48px;
  }

  .company-hero-ring-two {
    right: -9px;
    bottom: 76px;
  }

  .company-message-inner {
    gap: 55px;
    width: calc(100% - 40px);
    padding: 74px 0 108px;
  }

  .company-message-copy::before {
    display: none;
  }

  .company-message-copy h2 {
    margin: 15px 0 28px;
    font-size: 30px;
    line-height: 1.58;
    letter-spacing: 0.07em;
  }

  .company-message-body {
    font-size: 14px;
    line-height: 2;
  }

  .company-message-body p + p {
    margin-top: 10px;
  }

  .company-signature {
    gap: 12px;
    margin-top: 28px;
  }

  .company-signature strong {
    font-size: 20px;
  }

  .company-president-photo {
    width: 100%;
    padding: 9px 9px 43px;
    border-radius: 13px 13px 7px 7px;
  }

  .company-president-photo figcaption {
    right: 15px;
    bottom: 10px;
    font-size: 15px;
  }

  .company-profile-section {
    padding: 105px 0 120px;
  }

  .company-profile-inner {
    width: calc(100% - 40px);
  }

  .company-section-heading {
    margin-bottom: 42px;
  }

  .company-section-heading h2 {
    margin-top: 12px;
    font-size: 34px;
  }

  .company-section-heading > p:last-child {
    font-size: 12px;
  }

  .company-profile-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 4px;
  }

  .company-profile-list dt {
    font-size: 11px;
  }

  .company-profile-list dd {
    font-size: 14px;
    line-height: 1.85;
  }

  .company-bank-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px 12px;
  }

  .company-profile-visual {
    min-height: 470px;
  }

  .company-profile-photo-main {
    width: 89%;
    height: 270px;
  }

  .company-profile-photo-sub {
    top: 238px;
    width: 59%;
    height: 165px;
  }

  .company-profile-visual > p {
    right: 0;
    bottom: 12px;
    font-size: 13px;
  }

  .company-profile-visual > p span {
    font-size: 48px;
  }

  .company-qualifications {
    gap: 28px;
    margin-top: 65px;
    padding-top: 50px;
  }

  .company-qualifications-heading h3 {
    margin-top: 11px;
    font-size: 29px;
  }

  .company-qualifications-list {
    grid-template-columns: 1fr;
  }

  .company-qualifications-list li {
    min-height: 49px;
    padding: 13px 6px 11px 30px;
    font-size: 12.5px;
  }

  .company-qualifications-list li::before {
    top: 18px;
    left: 7px;
  }

  .company-accel-banner {
    margin-top: 56px;
    padding-top: 44px;
  }

  .company-accel-banner img {
    width: min(300px, 100%);
    padding: 6px;
    border-radius: 10px;
  }

  .company-location-section {
    padding: 112px 0 86px;
  }

  .company-location-inner {
    gap: 48px;
    width: calc(100% - 40px);
  }

  .company-location-photo {
    padding: 7px;
    border-radius: 11px;
  }

  .company-location-photo::after {
    right: -8px;
    bottom: -10px;
  }

  .company-location-copy h2 {
    margin: 12px 0 20px;
    font-size: 34px;
  }

  .company-location-copy address {
    font-size: 15.5px;
  }

  .company-location-copy > p {
    font-size: 12.5px;
  }

  .company-map-link {
    width: min(280px, 100%);
    margin-top: 27px;
  }

  .company-contact-cta-inner {
    gap: 32px;
    width: calc(100% - 40px);
    min-height: 0;
    padding: 62px 0 68px;
  }

  .company-contact-cta h2 {
    margin-top: 14px;
    font-size: 27px;
    line-height: 1.65;
    letter-spacing: 0.06em;
  }

  .company-contact-cta-inner > div > p:last-child {
    font-size: 12px;
    line-height: 1.9;
  }

  .company-contact-button {
    min-height: 62px;
    padding: 15px 23px;
  }

  .company-contact-bubble-one {
    top: 30px;
    right: 8%;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 360px) {
  .company-contact-cta h2 {
    font-size: 22px;
    letter-spacing: 0.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-hero-photo,
  .company-president-photo {
    transform: none;
  }
}
