.no-wrap { white-space: nowrap; }
.case-page {
  padding-top: 74px;
  background: #fff;
}

.reading-progress {
  display: none;
}

.case-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 74px;
  background: rgba(255, 255, 255, .97);
  transform: translateY(0);
  transition: transform .3s var(--ease);
}

.case-header.is-hidden { transform: translateY(-110%); }

.case-hero {
  overflow: hidden;
  border-bottom: 0;
  background: #fff;
}

.case-hero > .container {
  width: 100%;
  max-width: none;
}

.breadcrumb {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 22px max(32px, calc((100vw - 1240px) / 2)) 0;
}

.case-hero__grid {
  position: relative;
  min-height: clamp(520px, 39vw, 680px);
  display: flex;
  align-items: center;
  padding: 28px 0 36px;
}

.case-hero__copy {
  position: relative;
  z-index: 3;
  width: min(64%, calc(760px + max(32px, calc((100vw - 1240px) / 2))));
  max-width: none;
  padding: 0 0 0 max(32px, calc((100vw - 1240px) / 2));
}

.case-kicker {
  margin-bottom: 26px;
}

.case-hero h1 {
  margin: 0;
  font-size: clamp(50px, 4.5vw, 64px);
  line-height: 1.28;

}

.case-hero__identity {
  width: min(520px, 90%);
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.case-hero__customer-logo {
  width: 96px;
  height: auto;
  display: block;
}

.case-hero__identity strong {
  font-size: 23.4px;
  white-space: nowrap;
}

.case-hero__identity span {
  margin-top: 6px;
  font-size: 19.5px;
}

.case-hero__media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 36%;
  width: auto;
  max-height: none;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  background: #e8e3da;
}

.case-hero__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 43%;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 18%, rgba(255,255,255,.72) 54%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.case-hero__media::after {
  box-shadow: inset 0 0 0 1px rgba(17, 19, 26, .05);
}

.case-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 28%;
}

.case-hero__media figcaption {
  display: none;
}

.case-metrics {
  border: 0;
  border-bottom: 1px solid #dddfe3;
  background: #fff;
}

.case-metrics .container {
  width: min(1240px, calc(100% - 64px));
  max-width: none;
}

.case-metrics dl {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  margin: 0;
  padding: 0;
}

.case-metrics dl > div {
  position: relative;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 8px 24px 120px;
}

.case-metrics dl > div:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  display: block;
  width: 1px;
  background: #dddfe3;
}

.case-metrics dt {
  display: block;
  color: #272a32;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.metric-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
}

.metric-icon svg {
  width: 68px;
  height: 68px;
  fill: none;
  stroke: #4b5fd7;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric-icon--yen g path {
  stroke-width: 3.7;
}

.case-metrics dd {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 8px 0 0;
  color: #191c25;
}

.case-metrics dd b {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 900;
}

.case-metrics dd i {
  color: #9a9da6;
  font-size: 16px;
  font-style: normal;
}

.case-metrics dd strong {
  color: #4358d2;
  font-size: clamp(29px, 2.6vw, 40px);
  line-height: 1;

}

.case-metrics dd b,
.case-metrics dd i,
.case-metrics dd strong {
  flex: 0 0 auto;
  white-space: nowrap;
}

.case-summary {
  padding: clamp(54px, 6vw, 76px) 0 0;
  background: #fff;
}

.case-summary__grid {
  display: block;
}

.case-summary__lead {
  width: min(780px, 100%);
  margin-inline: auto;
}

.case-change-card {
  width: min(780px, 100%);
  margin: 38px auto 0;
  padding: clamp(26px, 4vw, 38px);
  border-left: 4px solid #5367df;
  background: #f4f6ff;
}

.case-change-card h2 {
  margin: 0 0 18px;
  color: #191c25;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
}

.case-change-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.35em;
  color: #363941;
  font-size: 15px;
  line-height: 1.8;
}

.case-change-card li::marker {
  color: #5367df;
}

.case-summary__lead > p:not(.section-label) {
  max-width: none;
  color: #363941;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.case-layout {
  display: block;
  width: min(780px, calc(100% - 64px));
  padding-top: clamp(52px, 6vw, 76px);
  padding-bottom: clamp(36px, 4vw, 52px);
}

.story-body {
  width: 100%;
  min-width: 0;
}

.case-toc {
  display: none;
}

.story-section {
  margin-bottom: clamp(62px, 7vw, 88px);
  scroll-margin-top: 28px;
}

.story-section__number {
  width: auto;
  height: auto;
  display: inline-flex;
  gap: 8px;
  margin: 0 0 18px;
  border: 0;
  border-radius: 0;
  color: #5265d8;
  font-size: 10px;

}

.story-section__number::before {
  content: "CHAPTER";
}

.story-section h2 {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  font-size: clamp(29px, 3vw, 36px);
  line-height: 1.52;
}

.story-section > p:not(.story-section__number):not(.interview-question):not(.article-note) {
  margin-bottom: 22px;
  color: #343740;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;

}

.interview-question {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 14px;
  margin: 34px 0 18px;
  padding: 0;
  border: 0;
  color: #151821;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
}

.story-section > .interview-answer-end {
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d6d9;
}

.story-section > .interview-answer-end--no-rule {
  border-bottom: 0;
}

#message .interview-answer-end {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.interview-question::before {
  content: "Q";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #5063d8;
  font-size: 16px;
  font-weight: 900;
}

.case-mobile-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity .25s, transform .25s var(--ease);
}

.case-mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 641px) {
  .floating-cta.case-contact-cta {
    display: grid;
  }

  .case-mobile-cta {
    display: none !important;
  }
}

.story-photo,
.story-photo--wide {
  width: 100%;
  margin: 36px 0;
}

.story-photo img {
  aspect-ratio: 16 / 10;
}

.story-photo figcaption {
  padding-top: 11px;
  background: #fff;
  font-size: 10px;
}

.editor-note {
  margin: 36px 0;
  padding: 32px 36px 32px 70px;
  border: 0;
  color: #393c46;
  background: #f6f7ff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
}

.editor-note::before {
  top: 22px;
  left: 22px;
  color: #6575dd;
  font-size: 42px;
}

.article-note {
  margin-top: 18px;
  border-left: 2px solid #c8cad2;
  color: #343740;
  background: #f7f7f5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.result-table {
  margin-top: 44px;
  overflow: visible;
  border: 0;
  background: #fff;
}

.result-table__heading {
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 0 26px;
  border-bottom: 0;
}

.result-table__heading h3 {
  position: relative;
  padding-left: 20px;
  font-size: clamp(24px, 3vw, 32px);
}

.result-table__heading h3::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  background: #4f63e6;
}

.result-table__heading h3 small {
  display: block;
  margin: 9px 0 0;
  color: #676b76;
  font-size: 12px;
  font-weight: 700;
}

.result-overview {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 180px;
  align-items: stretch;
  gap: 28px;
  padding: 12px 0 36px;
  border-bottom: 1px solid #d9dce3;
}

.result-overview__label {
  min-height: 168px;
  display: grid;
  place-content: center;
  gap: 4px;
  margin: 0;
  color: #171a24;
  background: #f3f5fb;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.result-overview__label span {
  display: block;
}

.result-bars {
  display: grid;
  align-content: center;
  gap: 28px;
}

.result-bars__row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.result-bars__row > span {
  color: #252936;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.result-bars__row > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.result-bars__row i {
  height: 54px;
  flex: 0 0 auto;
  background: #e8e9ec;
}

.result-bars__row--before i {
  width: min(68%, 300px);
}

.result-bars__row--after > span,
.result-bars__row--after strong {
  color: #4f63e6;
}

.result-bars__row--after i {
  width: min(23%, 102px);
  background: #4f63e6;
}

.result-bars__row strong {
  color: #20232c;
  background: none;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.result-saving {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid #d9dce3;
}

.result-saving > span,
.result-saving > b {
  color: #20232c;
  font-size: 17px;
  font-weight: 900;
}

.result-saving > strong {
  display: flex;
  align-items: baseline;
  color: #4f63e6;
  background: none;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.05;

  white-space: nowrap;
}

.result-saving > strong small {
  margin: 0 3px;
  font-size: 17px;

}

.result-saving > b {
  color: #4f63e6;
  font-size: 25px;
}

.result-breakdown {
  margin: 0;
}

.result-breakdown > div {
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) minmax(280px, 1fr);
  align-items: center;
  gap: 26px;
  padding: 23px 4px;
  border-bottom: 1px solid #d9dce3;
}

.result-breakdown dt {
  color: #232630;
  font-size: 14px;
  font-weight: 900;
}

.result-breakdown dd {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 28px minmax(84px, .7fr);
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.result-breakdown dd span,
.result-breakdown dd strong {
  white-space: nowrap;
}

.result-breakdown dd span {
  color: #242731;
  font-size: 16px;
  font-weight: 700;
}

.result-breakdown dd i {
  color: #8b8f99;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.result-breakdown dd strong {
  color: #4f63e6;
  background: none;
  font-size: 20px;
  font-weight: 900;
}

.closing-quote {
  margin-top: 44px;
  padding: 40px clamp(30px, 5vw, 58px) 36px;
  border: 0;
  color: #171a24;
  background: #f3f5ff;
}

.closing-quote::before {
  top: 11px;
  color: #6575dd;
}

.closing-quote cite {
  color: #72757e;
}

.article-cta {
  padding: clamp(20px, 2.4vw, 30px) 0;
  background: #fff;
}

.article-cta__inner {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  padding: clamp(32px, 3.6vw, 44px) clamp(36px, 5vw, 68px);
  border: 0;
  background: linear-gradient(100deg, #f8f9ff 0%, #f1f4ff 100%);
}

.article-cta h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #171a24;
  font-size: clamp(25px, 2.5vw, 34px);

}

.article-cta h2 span {
  color: #596adf;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.article-cta .article-cta__copy > p {
  margin: 0 0 9px;
  color: #353943;
  font-size: 13px;
  line-height: 1.7;
}

.article-cta .button {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-color: #596adf;
  border-radius: 4px;
  color: #fff;
  background: #596adf;
  box-shadow: 0 12px 32px rgba(67, 84, 199, .18);
}

.article-cta .button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-cta .button:hover {
  color: #596adf;
  background: #fff;
}

.article-cta__actions {
  display: grid;
  gap: 10px;
}

.article-cta .button.button--outline {
  border: 1px solid #596adf;
  color: #596adf;
  background: #fff;
  box-shadow: none;
}

.article-cta .button.button--outline:hover {
  color: #fff;
  background: #596adf;
}

.company-profile {
  padding: clamp(52px, 6vw, 74px) 0 clamp(68px, 7vw, 92px);
  border-top: 0;
  background: #fff;
}

.company-profile > .container {
  width: min(1160px, calc(100% - 64px));
}

.company-profile__heading {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 5vw, 64px);
  margin-bottom: 16px;
}

.company-profile__heading-label {
  display: flex;
  align-items: center;
  gap: 20px;
}

.company-profile__heading-label span {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: #dddfe3;
}

.company-profile__heading-line {
  width: 100%;
  height: 1px;
  background: #dddfe3;
}

.company-profile__heading h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);

}

.company-profile__grid {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 64px);
}

.company-profile__body {
  min-width: 0;
}

.company-profile figure {
  position: static;
}

.company-profile figure img {
  height: 100%;
  min-height: 290px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.company-profile__body h3 {
  margin: 0 0 5px;
  font-size: clamp(23px, 2.5vw, 32px);

}

.company-profile__representative {
  margin: 0 0 18px !important;
  color: #333740 !important;
  font-size: 22px !important;
  font-weight: 700;
}

.company-profile__body > p:not(.company-profile__representative) {
  width: 80%;
  margin-bottom: 16px;
  color: #343740;
  font-size: 13px;
  line-height: 1.95;
}

.company-data {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #dddfe3;
}

.company-data > div {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 4px 0;
  border-bottom: 0;
}

.company-data dt {
  color: #343740;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.company-data dd {
  color: #343740;
  font-size: 14px;
  line-height: 1.45;
}

.case-footer {
  color: #333640;
  border-top: 1px solid #dddfe3;
  background: #fff;
}

.case-footer .footer-brand__icon,
.case-footer .footer-brand__wordmark {
  filter: none;
}

.case-footer .site-footer__top p,
.case-footer .site-footer__bottom {
  color: #747780;
}

.case-footer .site-footer__bottom {
  border-top-color: #dddfe3;
}

.case-footer .site-footer__bottom a:hover {
  color: #202c78;
}

@media (max-width: 1100px) {
  .case-hero__copy {
    width: 60%;
  }

  .case-hero h1 {
    font-size: clamp(46px, 5.3vw, 56px);
  }

  .case-hero__media {
    left: 39%;
  }

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

  .company-profile__heading {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }

  .company-profile figure {
    max-width: 620px;
  }
}

@media (max-width: 900px) {
  .case-hero__grid {
    min-height: 560px;
  }

  .case-hero__copy {
    width: 62%;
    padding-left: 32px;
  }

  .case-hero__media {
    left: 42%;
  }

  .case-metrics dl {
    grid-template-columns: 1fr;
  }

  .case-metrics dl > div,
  .case-metrics dl > div:last-child {
    min-height: 150px;
    border-bottom: 1px solid #dddfe3;
  }

  .case-metrics dl > div:not(:first-child)::before {
    display: none;
  }

  .case-metrics dl > div:last-child {
    border-bottom: 0;
  }

  .article-cta__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .article-cta .button {
    width: min(300px, 100%);
    justify-self: start;
  }

  .article-cta__actions {
    width: min(300px, 100%);
  }
}

@media (max-width: 760px) {
  .case-page {
    padding-top: 68px;
  }

  .case-header {
    height: 68px;
  }

  .case-header__inner {
    gap: 12px;
  }

  .case-header__actions {
    gap: 0;
    margin-left: auto;
  }

  .case-header__back {
    min-height: 38px;
    display: inline-flex;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid #d9dce8;
    border-radius: 999px;
    color: #242733;
    background: #fff;
    font-size: 11px;
    white-space: nowrap;
  }

  .case-header__back-icon {
    font-size: 15px;
  }

  .case-header__back-label--desktop {
    display: none;
  }

  .case-header__back-label--mobile {
    display: inline;
  }

  .breadcrumb {
    width: 100%;
    padding: 18px 20px 0;
    font-size: 9px;
  }

  .case-hero__grid {
    min-height: 0;
    display: block;
    padding: 0;
  }

  .case-hero__copy {
    width: 100%;
    padding: 70px 20px 42px;
  }

  .case-hero h1 {
    font-size: clamp(27px, 7.5vw, 32px);
    line-height: 1.3;
  }

  .case-hero__headline-line {
    white-space: nowrap;
  }

  .case-hero__identity {
    width: 100%;
    margin-top: 30px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .case-hero__customer-logo {
    width: 76px;
  }

  .case-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .case-hero__media::before {
    inset: 0 0 auto;
    width: 100%;
    height: 18%;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%);
  }

  .case-metrics .container {
    width: calc(100% - 40px);
  }

  .case-metrics dl > div {
    padding: 22px 20px 22px 126px;
  }

  .case-metrics dd {
    flex-wrap: wrap;
  }

  .metric-icon {
    left: 0;
  }

  .case-summary {
    padding-top: 56px;
  }

  .case-summary__lead > p:not(.section-label) {
    font-size: 16px;
    line-height: 2;
  }

  .case-layout {
    width: calc(100% - 40px);
    padding-top: 54px;
  }

  .story-section {
    margin-bottom: 64px;
  }

  .story-section h2 {
    margin-bottom: 28px;
    padding: 0;
    font-size: 27px;
    line-height: 1.55;
  }

  .story-section > p:not(.story-section__number):not(.interview-question):not(.article-note) {
    font-size: 16px;
    line-height: 2;
  }

  .interview-question {
    grid-template-columns: 30px 1fr;
    gap: 11px;
    margin-top: 36px;
    font-size: 16px;
  }

  .story-section > .interview-answer-end {
    margin-bottom: 30px;
    padding-bottom: 26px;
  }

  .interview-question::before {
    width: 28px;
    height: 28px;
  }

  .story-photo,
  .story-photo--wide {
    margin: 38px 0;
  }

  .story-photo img {
    aspect-ratio: 4 / 3;
  }

  .editor-note {
    padding: 62px 24px 28px;
    font-size: 18px;
    line-height: 1.75;
  }

  .editor-note::before {
    top: 18px;
    left: 22px;
  }

  .result-table {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .result-table__heading {
    min-width: 0;
    padding: 0 0 22px;
  }

  .result-table__heading h3 {
    font-size: 25px;
  }

  .result-overview {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 4px;
    padding-bottom: 30px;
  }

  .result-overview__label {
    min-height: 0;
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    text-align: left;
  }

  .result-overview__label span {
    display: inline;
    margin-left: .35em;
  }

  .result-bars {
    gap: 20px;
  }

  .result-bars__row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .result-bars__row i {
    height: 42px;
  }

  .result-bars__row--before i {
    width: min(58%, 180px);
  }

  .result-bars__row--after i {
    width: min(20%, 64px);
  }

  .result-bars__row strong {
    font-size: 16px;
  }

  .result-saving {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 20px 0 0;
    border-top: 1px solid #d9dce3;
    border-left: 0;
  }

  .result-saving > strong {
    font-size: 46px;
  }

  .result-saving > b {
    font-size: 22px;
  }

  .result-breakdown > div {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 19px 2px;
  }

  .result-breakdown dd {
    grid-template-columns: minmax(94px, 1fr) 22px minmax(78px, .8fr);
    gap: 8px;
  }

  .closing-quote {
    padding: 58px 24px 30px;
  }

  .article-cta__inner {
    padding: 30px 24px;
  }

  .article-cta h2 {
    display: block;
    font-size: 26px;
    line-height: 1.55;
  }

  .article-cta h2 span {
    margin-left: 8px;
    font-size: 30px;
  }

  .article-cta .button {
    width: 100%;
  }

  .case-change-card {
    margin-top: 30px;
    padding: 24px 22px;
  }

  .case-change-card ul {
    font-size: 14px;
  }

  .article-cta__actions,
  .article-cta__actions .button {
    width: 100%;
  }

  .company-profile__grid {
    gap: 24px;
  }

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

  .company-profile__heading {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }

  .company-profile__heading-label {
    gap: 14px;
  }

  .company-profile__heading-label span {
    width: 28px;
  }

  .company-profile figure {
    margin: 0;
  }

  .company-profile figure img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .company-data {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .company-profile__body > p:not(.company-profile__representative) {
    width: 100%;
  }

  .company-profile__representative {
    font-size: 19px !important;
  }

  .case-mobile-cta a {
    grid-template-columns: auto 1fr auto;
  }

  .case-mobile-cta svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
}

@media (min-width: 2000px) {
  .case-hero__media img {
    object-position: 55% 22%;
  }
}

@media (max-width: 420px) {
  .breadcrumb span:last-child {
    display: inline;
  }

  .company-profile__grid {
    min-width: 0;
  }

  .case-hero__identity {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
  }

  .case-hero__customer-logo {
    width: 68px;
  }

  .company-profile__body h2 {
    font-size: 29px;
  }
}

@media (max-width: 360px) {
  .case-hero__identity {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px;
  }

  .case-hero__customer-logo {
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-mobile-cta,
  .case-contact-cta {
    transition: none !important;
  }
}
