@layer reset, tokens, base, components;
@layer reset {
  .background-image {
    position: relative !important;
    isolation: isolate !important;
  }
  .background-image:before {
    all: initial !important;
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
    background-image: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
    border-radius: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;
    animation: none !important;
    transition: none !important;
  }
}
@layer tokens {
  :root {
    --color-background: #ffffff;
    --background-image: none;
    --color-foreground: #171717;
    --foreground-image: none;
    --font-body: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@layer base {
  body {
    background-color: var(--color-background);
    background-image: var(--background-image);
    font-family: var(--font-body), sans-serif;
    font-weight: 700;
    overflow-x: hidden;
  }
  a {
    color: inherit;
  }
  .preserve-lines {
    white-space: pre-line;
  }
  .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 32px;
    line-height: 1;
    vertical-align: middle;
  }
  .background-image {
    position: relative;
    isolation: isolate;
  }
  .background-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    border-radius: inherit;
  }
}
@layer reset {
  .company-card__image--overview:before {
    background-image: url(../images/company-overview-background.png) !important;
  }
  .company-card__image--leadership:before {
    background-image: url(../images/company-leadership-background.png) !important;
  }
  .company-card__image--mission:before {
    display: none;
  }
}

.layout-box {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
}

.media-element {
  max-width: 100%;
  position: relative;
}

.pickup-card__image-viewport,
.movie-card__image-viewport {
  border-radius: 8px;
  flex: none;
  overflow: hidden;
  width: 100%;
}

.movie-card__image-viewport {
  aspect-ratio: 16 / 9;
}

  .movie__content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: 277.69px;
    justify-content: center;
    width: 640px;
  }
  .careers__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    width: 480px;
  }
  .news__brand-image {
    display: block;
    height: 64px;
    object-fit: contain;
    width: 100%;
  }
  .sustainability-card__title--environment {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin: 0;
    width: auto;
  }
  .pickup-card__title {
    color: rgba(51, 51, 51, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 24.5px;
    margin: 0;
    width: auto;
  }
  .section-heading__eyebrow {
    color: rgba(51, 51, 51, 1);
    flex: none;
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    height: auto;
    letter-spacing: 3.2px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: auto;
  }
  .movie-card--secondary {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 204.55px;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
  }
  .global-business__button {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid rgba(1, 33, 105, 1);
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 28px;
    padding-top: 16px;
    width: 187px;
  }
  .news__inner {
    align-items: flex-start;
    background: #00000000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: 504px;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1120px;
  }
  .link-icon__line {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    height: 18px;
    left: 3px;
    position: absolute;
    top: 3.02px;
    width: 18px;
  }
  .vision__media {
    aspect-ratio: 1920 / 712;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .vision__video {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.85s ease-in-out;
    width: 100%;
  }
  .vision__video.is-active {
    opacity: 1;
  }
  .news__more-label {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 22.4px;
    margin: 0;
  }
  .global-business {
    align-items: center;
    height: auto;
    justify-content: center;
    min-height: 406px;
    overflow: hidden;
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .global-business__video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .global-business__scrim {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.82) max(40px, calc((100% - 1120px) / 2 + 40px)),
      rgba(255, 255, 255, 0.58) max(280px, calc((100% - 1120px) / 2 + 320px)),
      rgba(255, 255, 255, 0.18) max(520px, calc((100% - 1120px) / 2 + 560px)),
      rgba(255, 255, 255, 0) max(680px, calc((100% - 1120px) / 2 + 720px))
    );
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .mega-menu__item-category {
    color: rgba(136, 136, 136, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
  }
  .mega-menu {
    height: 501px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .movie {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: 469.69px;
    justify-content: space-evenly;
    overflow: hidden;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
    z-index: 1;
  }
  .careers__inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    height: auto;
    justify-content: space-evenly;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1120px;
  }
  .global-business__description {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: auto;
    justify-content: flex-start;
    width: 560px;
  }
  .news {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
    z-index: 1;
  }
  .mega-menu__links {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: auto;
    justify-content: flex-start;
  }
  .site-header__nav-chevron {
    display: block;
    height: 7.4px;
    left: 6px;
    object-fit: contain;
    position: absolute;
    top: 7.99px;
    width: 12px;
  }
  .site-header {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 310px;
    height: 80px;
    justify-content: space-evenly;
    padding-bottom: 8px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    width: 100%;
  }
  .business__grid {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 472px;
    justify-content: flex-start;
    width: 100%;
  }
  .pickup__item {
    flex: 1;
    height: auto;
  }
  .business__eyebrow {
    color: rgba(51, 51, 51, 1);
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  .careers-card__copy--metrics {
    align-items: center;
    border-color: rgba(170, 170, 170, 1);
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: space-evenly;
    overflow: hidden;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    width: 100%;
  }
  .business-card {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 522px;
  }
  .sustainability-card__image--environment {
    display: block;
    height: 64px;
    object-fit: contain;
    width: auto;
  }
  .site-logo__part--03 {
    display: block;
    height: 16.81px;
    left: 130.27px;
    object-fit: contain;
    position: absolute;
    top: 12.51px;
    width: 11.9px;
  }
  .business-card__image--home-care {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 200px;
  }
  .business__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: 472px;
    justify-content: flex-start;
    width: 1120px;
  }
  .site-logo__part--10 {
    display: block;
    height: 15.89px;
    left: 183.42px;
    object-fit: contain;
    position: absolute;
    top: 13.02px;
    width: 16.95px;
  }
  .site-logo__part--09a {
    display: block;
    height: 15.89px;
    left: 69.51px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 16.95px;
  }
  .business-card__accent {
    align-items: center;
    border: 3px solid rgba(1, 33, 105, 1);
    border-radius: 168px 168px 168px 168px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 44px;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    translate: 0 -50%;
    width: 44px;
  }
  .mega-menu__column--primary {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: 93px;
    justify-content: flex-start;
    width: 100%;
  }
  .site-logo__part--07 {
    display: block;
    height: 15.89px;
    left: 56.35px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 15.66px;
  }
  .careers__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: 92px;
    justify-content: center;
    width: 100%;
  }
  .sustainability__grid {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: 144px;
    justify-content: center;
    width: 100%;
  }
  .site-logo__part--05 {
    display: block;
    height: 15.89px;
    left: 164.38px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 4.4px;
  }
  .mega-menu__intro-image {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
  }
  .contact__title {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 32px;
    font-weight: 700;
    height: 50px;
    line-height: 49.6px;
    margin: 0;
    text-align: center;
    width: 820px;
  }
  .service-label {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  .sustainability__intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .site-header__nav-item--home-care {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: 24px;
    justify-content: flex-start;
    width: 179px;
  }
  .contact__actions {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: 56px;
    justify-content: flex-start;
    width: 572px;
  }
  .contact__actions .button--primary {
    height: 56px;
  }
  .vision__statement {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    width: auto;
  }
  .contact__inner {
    align-items: center;
    background-color: rgba(1, 33, 105, 1);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: 285px;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 56px;
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 56px;
    width: 1120px;
  }
  .site-header__nav-item--company {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: 24px;
    justify-content: flex-start;
    width: 82px;
  }
  .site-logo__part--08 {
    display: block;
    height: 15.89px;
    left: 88.32px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 21.6px;
  }
  .company-card__link-icon {
    bottom: auto;
    height: 32px;
    left: auto;
    overflow: hidden;
    right: auto;
    top: auto;
    translate: none;
    width: 32px;
  }
  .sustainability-card__title--human-capital {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin: 0;
    width: 72px;
  }
  .hero__message-image,
  .hero__message-part {
    display: block;
    height: 192px;
    left: 0px;
    object-fit: fill;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 896px;
  }
  .button__label {
    color: rgba(1, 33, 105, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.6px;
    line-height: 22.4px;
    margin: 0;
    width: auto;
  }
  .movie-card__image--secondary {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .careers__eyebrow {
    color: rgba(255, 255, 255, 1);
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  .mega-menu__title {
    color: rgba(22, 35, 58, 1);
    font-family: Hiragino Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
  }
  .link-icon__arrow--blue {
    display: block;
    height: 12px;
    left: 8px;
    object-fit: contain;
    position: absolute;
    top: 6px;
    width: 7.4px;
  }
  .site-header__nav-label--active {
    color: rgba(51, 51, 51, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    text-align: center;
  }
  .careers__summary {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    height: 188px;
    justify-content: flex-start;
    width: 298px;
  }
  .sustainability {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
    z-index: 1;
  }
  .company-card__background--leadership {
    bottom: auto;
    color: rgb(0, 0, 0);
    display: block;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    height: 221px;
    left: auto;
    line-height: 150%;
    object-fit: contain;
    right: auto;
    top: auto;
    translate: none;
    width: 100%;
  }
  .site-header__contact-label {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
  }
  .section-heading__title {
    color: rgba(1, 33, 105, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    letter-spacing: 2.8px;
    line-height: 14px;
    margin: 0;
    text-align: center;
    width: auto;
  }
  .news__title {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 32px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0;
    width: 800px;
  }
  .mega-menu__intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: 421px;
    justify-content: flex-start;
    overflow: hidden;
    width: 26%;
  }
  .site-logo__part--06 {
    display: block;
    height: 15.89px;
    left: 145px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 15.54px;
  }
  .contact__external-label {
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.25;
  }
  .site-header__nav-item--hospital {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: 24px;
    justify-content: flex-start;
    width: 152px;
  }
  .movie__cards {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: 217.69px;
    justify-content: flex-start;
    overflow: hidden;
    padding-top: 13.02px;
    width: 640px;
  }
  .company-card__title {
    bottom: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    left: auto;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    right: auto;
    top: auto;
    translate: none;
    width: auto;
  }
  .news__more {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
  }
  .movie-card__title {
    color: rgba(51, 51, 51, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 23.1px;
    margin: 0;
    width: auto;
  }
  .site-header__logo {
    color: inherit;
    height: 48px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 229px;
  }
  .movie__pagination {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: 28px;
    justify-content: flex-start;
    overflow: visible;
    width: auto;
  }
  .vision__label {
    color: rgba(255, 255, 255, 1);
    flex: none;
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    height: auto;
    letter-spacing: 3.2px;
    line-height: 32px;
    margin: 0;
    width: auto;
  }
  .button--primary {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 28px;
    padding-top: 16px;
    width: auto;
  }
  .site-header__nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: 24px;
    justify-content: flex-start;
    width: 767px;
  }
  .sustainability-card__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: 36px;
    justify-content: space-evenly;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
  .global-business__eyebrow {
    color: rgba(51, 51, 51, 1);
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    height: 32px;
    letter-spacing: 3.2px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 143px;
  }
  .sustainability-card--featured {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 8px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: 100%;
    justify-content: center;
    min-width: 0;
    width: auto;
  }
  .pickup {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 48px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
    z-index: 5;
  }
  .careers__heading-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 92px;
    justify-content: flex-start;
    width: 100%;
  }
  .mega-menu__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 86px;
    justify-content: flex-start;
    width: 209px;
  }
  .company__cards {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .contact__description {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    line-height: 26.6px;
    margin: 0;
    text-align: center;
    width: 820px;
  }
  .sustainability-card__title--women {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin: 0;
    width: 84px;
  }
  .business-card__copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 56px;
    justify-content: flex-start;
    left: 248px;
    position: absolute;
    top: 32.12px;
    width: 320px;
  }
  .movie__pagination-arrow {
    color: rgba(136, 136, 136, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    margin: 0;
    width: 6px;
  }
  .business-card__arrow-image {
    display: block;
    filter: brightness(0);
    height: 16px;
    left: 13.33px;
    object-fit: contain;
    position: absolute;
    top: 8px;
    width: 8px;
  }
  .contact__copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 85px;
    justify-content: flex-start;
    width: 820px;
  }
  .hero__image {
    bottom: auto;
    display: block;
    height: auto;
    left: auto;
    max-width: none;
    object-fit: cover;
    right: auto;
    top: auto;
    transform-origin: center center;
    translate: none;
    width: 100%;
  }
  .movie__pagination-status {
    color: rgba(136, 136, 136, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    line-height: 21px;
    margin: 0;
    min-width: 40px;
    text-align: center;
    white-space: nowrap;
    width: auto;
  }
  .pickup-card__meta {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    height: auto;
    justify-content: space-between;
    width: 100%;
  }
  .pickup-card--featured {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
  }
  .pickup-card__image {
    align-items: center;
    color: rgb(0, 0, 0);
    display: flex;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    height: 238px;
    justify-content: center;
    line-height: 150%;
    object-fit: cover;
    width: auto;
  }
  .global-business__description-text {
    color: rgba(51, 51, 51, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 24px;
    margin: 0;
    width: 100%;
  }
  .pickup-card__body {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .site-logo__part--09b {
    display: block;
    height: 15.89px;
    left: 111.62px;
    object-fit: contain;
    position: absolute;
    top: 13.06px;
    width: 16.95px;
  }
  .careers__grid {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    overflow: visible;
    width: 100%;
  }
  .company-card__background--mission {
    align-items: center;
    background-color: #f7f9fb;
    bottom: auto;
    display: flex;
    height: 221px;
    justify-content: center;
    left: auto;
    overflow: hidden;
    right: auto;
    top: auto;
    width: 100%;
  }
  .site-logo__part--04 {
    display: block;
    height: 15.89px;
    left: 171.11px;
    object-fit: contain;
    position: absolute;
    top: 13.02px;
    width: 14.96px;
  }
  .sustainability-card__image--human-capital {
    display: block;
    height: 64px;
    object-fit: contain;
    width: auto;
  }
  .vision {
    border-radius: 8px;
    flex: none;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .mega-menu__panel {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(221, 221, 221, 1);
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 64px;
    height: 501px;
    justify-content: space-evenly;
    left: 0px;
    padding-bottom: 48px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
  }
  .mega-menu__column--secondary {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .company-card__content {
    align-items: center;
    background-image: linear-gradient(
      0deg,
      rgba(68, 68, 68, 0.6) 0%,
      rgba(68, 68, 68, 0) 100%
    );
    bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    left: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    position: absolute;
    right: 0px;
    top: auto;
    translate: none;
    width: auto;
  }
  .careers__tagline {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin: 0;
  }
  .company-card__content--mission {
    align-items: center;
    background-image: linear-gradient(
      0deg,
      rgba(68, 68, 68, 0.6) 0%,
      rgba(68, 68, 68, 0) 100%
    );
    bottom: 0px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    left: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    position: absolute;
    right: 0px;
    top: auto;
    translate: none;
    width: auto;
  }
  .movie__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1120px;
  }
  .link-icon__arrow--white {
    display: block;
    height: 20px;
    left: 2px;
    object-fit: contain;
    position: absolute;
    top: 2.02px;
    width: 20px;
  }
  .careers-card__copy {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    min-width: 0;
    width: auto;
  }
  .careers-card {
    align-items: center;
    border-color: rgba(170, 170, 170, 1);
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    width: 100%;
  }
  .careers-card:last-child {
    border-bottom-width: 1px;
  }
  .business-card__inner {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 16px;
    box-sizing: border-box;
    height: 144px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .site-header__contact {
    align-items: center;
    background-color: rgba(1, 33, 105, 1);
    border-radius: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 33px;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 6px;
    width: 120px;
  }
  .site-header__nav-item--careers {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: 24px;
    justify-content: flex-start;
    width: 54px;
  }
  .contact__external-button {
    align-items: center;
    background-color: rgba(234, 118, 1, 1);
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 28px;
    padding-top: 8px;
    width: auto;
  }
  .site-page {
    background-color: var(--color-background);
    background-image: var(--background-image);
    isolation: isolate;
    position: relative;
  }
  .contact__external-text {
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex: none;
    flex-direction: column;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    justify-content: center;
    letter-spacing: 1.6px;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
    width: auto;
  }
  .careers-card__title--metrics {
    color: rgba(255, 255, 255, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 1.75;
    margin: 0;
    width: auto;
  }
  .circle-link {
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 32px;
  }
  .site-header__nav-label {
    color: rgba(51, 51, 51, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
  }
  .site-logo__part--02 {
    display: block;
    height: 22.52px;
    left: 0px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    width: 39.85px;
  }
  .movie-card--primary {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 204.67px;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
  }
  .careers-card__description {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
  }
  .pickup-card__category {
    color: rgba(1, 33, 105, 1);
    flex: none;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1.96px;
    line-height: 24.5px;
    margin: 0;
    width: auto;
  }
  .circle-link__arrow {
    display: block;
    height: 26.67px;
    left: 2.67px;
    object-fit: contain;
    position: absolute;
    top: 2.67px;
    width: 26.67px;
  }
  .sustainability-card__image--home-care {
    display: block;
    height: 64px;
    object-fit: contain;
    width: auto;
  }
  .company-card__background--overview {
    align-items: center;
    bottom: auto;
    color: rgb(0, 0, 0);
    display: flex;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    height: 221px;
    justify-content: center;
    left: auto;
    line-height: 150%;
    object-fit: contain;
    right: auto;
    top: auto;
    translate: none;
    width: 368px;
  }
  .hero {
    flex: none;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .hero picture {
    display: block;
    width: 100%;
  }
  .hero__credit {
    bottom: 16px;
    display: block;
    width: clamp(200px, calc(196px + 8.75vw), 360px);
    max-width: calc(100% - 32px);
    height: auto;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 16px;
    z-index: 2;
  }
  .vision__overlay {
    background-image: linear-gradient(
      0deg,
      rgba(68, 68, 68, 0.6) 0%,
      rgba(68, 68, 68, 0) 100%
    );
    bottom: 0px;
    height: 181px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: auto;
    width: auto;
    z-index: 1;
  }
  .careers-card__text {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    width: auto;
  }
  .external-link-icon {
    display: block;
    height: 18px;
    left: 3px;
    object-fit: contain;
    position: absolute;
    top: 3.02px;
    width: 18px;
  }
  .site-logo__part--01 {
    display: block;
    height: 35.7px;
    left: 13.3px;
    object-fit: contain;
    position: absolute;
    top: 6.3px;
    width: 32.85px;
  }
  .vision__content {
    align-items: flex-start;
    bottom: 0px;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: auto;
    justify-content: flex-start;
    left: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    right: 0px;
    top: auto;
    width: auto;
    z-index: 2;
  }
  .vision__content .circle-link {
    flex: none;
    flex-shrink: 0;
  }
  .mega-menu__description {
    color: rgba(136, 136, 136, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    width: 100%;
  }
  .global-business__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: 62px;
    justify-content: center;
    width: 100%;
  }
  .sustainability__eyebrow {
    color: rgba(51, 51, 51, 1);
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    height: 32px;
    letter-spacing: 3.2px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 290px;
  }
  .mega-menu__item--compact {
    align-items: flex-start;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: 90px;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .sustainability__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 56px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1120px;
  }
  .business {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 48px;
    height: 774px;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
    z-index: 1;
  }
  .global-business__inner {
    align-items: center;
    bottom: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    height: auto;
    justify-content: space-evenly;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    translate: none;
    width: 1120px;
    z-index: 2;
  }
  .sustainability-card__image--women {
    display: block;
    height: 65px;
    object-fit: fill;
    width: 92px;
  }
  .hero__copy {
    align-items: center;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    left: 50%;
    position: absolute;
    translate: -50%;
    width: 896px;
    z-index: 2;
  }

  .hero__message {
    bottom: auto;
    height: 192px;
    left: auto;
    overflow: visible;
    position: relative;
    right: auto;
    top: auto;
    translate: none;
    width: 100%;
    z-index: 2;
  }
  .hero__message-part--lead {
    clip-path: inset(0 0 60% 71%);
    z-index: 1;
  }
  .hero__message-part--headline {
    clip-path: inset(41.2% 0 0 0);
    z-index: 2;
  }
  .news__brands {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 256px;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
  }
  .button__label--light {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
  }
  .company__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 8px;
    width: 1120px;
  }
  .company {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 120px;
    width: 100%;
    z-index: 1;
  }
  .mega-menu__item {
    align-items: flex-start;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .pickup-card__image--featured {
    align-items: center;
    color: rgb(0, 0, 0);
    display: flex;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    height: 239px;
    justify-content: center;
    line-height: 150%;
    object-fit: fill;
    width: auto;
  }
  .careers-card__copy--first {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    min-width: 0;
    width: auto;
  }
  .business-card__title {
    color: rgba(51, 51, 51, 1);
    font-family: Hiragino Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    width: 100%;
  }
  .careers-card__number {
    color: rgba(255, 255, 255, 1);
    flex: none;
    font-family: Avenir Next;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    min-width: 56px;
  }
  .mega-menu__item-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: 24px;
    justify-content: space-between;
    width: 100%;
  }
  .company-card {
    border-radius: 8px;
    flex: 1;
    height: 221px;
    overflow: hidden;
    position: relative;
  }
  .sustainability-card {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 8px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: 100%;
    justify-content: center;
    min-width: 0;
    width: auto;
  }
  .sustainability-card__title--home-care {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 18px;
    margin: 0;
    width: 119px;
  }
  .global-business__title {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    letter-spacing: 2.8px;
    line-height: 14px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
  }
  .contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 477px;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
    width: 100%;
  }
  .site-logo {
    height: 42px;
    left: 14.31px;
    overflow: hidden;
    position: absolute;
    top: 3.02px;
    width: 200.38px;
  }
  .pickup-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
  }
  .link-icon {
    flex: none;
    height: 24px;
    overflow: hidden;
    position: relative;
    width: 24px;
  }
  .global-business__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .site-header__nav-item--hotel {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: 24px;
    justify-content: flex-start;
    width: 124px;
  }
  .site-header__inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: 33px;
    justify-content: flex-start;
    width: 911px;
  }
  .business-card__image {
    display: block;
    height: 100%;
    left: 0px;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 200px;
  }
  .careers-card__text--metrics {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    height: 60px;
    justify-content: flex-start;
    overflow: hidden;
    width: 252px;
  }
  .mega-menu__column--tertiary {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: flex-start;
    width: 66%;
  }
  .sustainability__description {
    color: rgba(51, 51, 51, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 25.6px;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .movie-card__image--primary {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .pickup__list {
    column-gap: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    row-gap: 24px;
    width: 1120px;
  }
  .news__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: 48px;
    justify-content: flex-start;
    width: 800px;
  }
  .careers {
    align-items: center;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(90deg, rgba(1, 33, 105, 1) 0%, rgba(80, 110, 176, 1) 100%);
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 112px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 112px;
    width: 100%;
  }
  .careers-card__title {
    color: rgba(255, 255, 255, 1);
    font-family: Hiragino Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
  }
  .mega-menu__item-title {
    color: rgba(1, 33, 105, 1);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
  }
  .link-icon__arrow--light {
    display: block;
    height: 12px;
    left: 8px;
    object-fit: contain;
    position: absolute;
    top: 6.02px;
    width: 7.4px;
  }
  .section-heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: 62px;
    justify-content: flex-start;
    width: 100%;
  }
  .careers-card__copy--third {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    min-width: 0;
    width: auto;
  }
/* Header mega menus */
.site-header {
  border-bottom: 1px solid #e4e7ed;
  position: sticky;
  top: 0;
  z-index: 30;
}

.mega-menu {
  height: 501px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 80px;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

.mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mega-menu__category-top {
  display: none;
}

/* Opening sequence */
body.is-loading {
  overflow: hidden;
}

html.is-embedded,
html.is-embedded body {
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

html.is-embedded::-webkit-scrollbar,
html.is-embedded body::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

html.is-embedded body.is-loading {
  overflow-x: hidden;
  overflow-y: auto;
}

html.is-embedded .opening {
  display: none !important;
}

.opening {
  background: #ffffff;
  inset: 0;
  min-height: 100dvh;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
}

.opening__pattern {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

html[data-op-variant="a"] .opening__pattern {
  display: block;
}

.opening__animation {
  display: block;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.opening.is-exiting {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20;
}

.opening.is-exiting ~ .site-page > .site-header {
  z-index: 40;
}

.hero__copy {
  align-items: center;
  bottom: 20px;
  gap: 16px;
  width: min(86%, 1120px);
}

.hero__message {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  overflow: visible;
  position: relative;
  width: 100%;
}

.hero__message-image,
.hero__message-part {
  display: block;
  height: auto;
  left: auto;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  top: auto;
  width: 100%;
}

.hero__message-part--lead {
  align-self: flex-end;
  clip-path: none;
  width: min(42%, 340px);
}

.hero__message-part--headline {
  clip-path: none;
  width: 100%;
}

.hero.is-pending .hero__image,
.hero.is-pending .hero__credit,
.hero.is-pending .hero__message-part,
.hero:not(.is-animated) .hero__message-part {
  opacity: 0;
}

.hero.is-pending .hero__image {
  transform: scale(1);
}

.hero.is-pending .hero__message-part--headline,
.hero:not(.is-animated) .hero__message-part--headline {
  transform: translateY(24px);
}

.hero.is-animated .hero__image {
  animation: hero-photo-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero.is-animated .hero__credit {
  animation: hero-credit-in 380ms ease 100ms both;
}

/* Keep the photo visible from the first paint when the opening is skipped. */
html.yco-opening-skipped .hero .hero__image,
html.yco-opening-skipped .hero .hero__credit {
  animation: none;
  opacity: 1;
}

html.yco-opening-skipped .hero .hero__image {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  html.yco-opening-skipped .hero .hero__image {
    transform: none;
  }
}

.hero.is-animated .hero__message-part--headline {
  animation: hero-headline-in 720ms cubic-bezier(0.22, 0.84, 0.18, 1) 480ms both;
}

.hero.is-animated .hero__message-part--lead {
  animation: hero-lead-in 600ms cubic-bezier(0.16, 1, 0.3, 1) 1280ms both;
}

.hero.is-pending .hero-story,
.hero:not(.is-animated) .hero-story,
.hero.is-pending + .hero-story-nav .hero-story,
.hero:not(.is-animated) + .hero-story-nav .hero-story {
  opacity: 0;
  pointer-events: none;
}

.hero.is-animated .hero-story,
.hero.is-animated + .hero-story-nav .hero-story {
  animation: hero-story-in 380ms ease 400ms both;
}

@keyframes hero-photo-in {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.045);
  }
}

@keyframes hero-credit-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-lead-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-story-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-headline-in {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-item {
  opacity: 0;
  transform: translateY(20px);
}

.reveal-item.is-visible {
  animation: reveal-rise 760ms cubic-bezier(0.22, 0.84, 0.18, 1) both;
  animation-delay: calc(var(--reveal-index, 0) * 110ms);
}

.reveal-item.is-complete {
  animation: none;
  opacity: 1;
  transform: none;
}

@keyframes reveal-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.heading-reveal--eyebrow {
  white-space: nowrap;
}

.heading-reveal__chars {
  display: inline;
}

.heading-reveal__char {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.heading-reveal__char:last-child {
  letter-spacing: 0;
}

.heading-reveal__char--space {
  white-space: pre;
}

.heading-reveal--title {
  overflow: hidden;
}

.heading-reveal__char-inner,
.heading-reveal__inner {
  display: block;
  transform: translateY(110%);
}

.heading-reveal.is-visible .heading-reveal__char-inner {
  animation: heading-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * var(--heading-char-delay, 55ms));
}

.heading-reveal.is-visible .heading-reveal__inner {
  animation: heading-rise 800ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--heading-title-delay, 0ms);
}

.heading-reveal.is-complete .heading-reveal__char-inner,
.heading-reveal.is-complete .heading-reveal__inner {
  animation: none;
  transform: none;
}

@keyframes heading-rise {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}

/* Responsive layout */
.news__dev-note {
  display: none;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header__menu-toggle {
  align-items: center;
  border: 1px solid rgba(1, 33, 105, 0.2);
  border-radius: 50%;
  color: rgba(1, 33, 105, 1);
  display: none;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.site-header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 19px;
}

.site-header__menu-icon span {
  background: currentColor;
  display: block;
  height: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 100%;
}

.site-header.is-menu-open .site-header__menu-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .site-header__menu-icon span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .site-header__menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__menu-toggle:focus-visible,
[data-mega-menu-trigger]:focus-visible {
  outline: 3px solid rgba(234, 118, 1, 0.55);
  outline-offset: 3px;
}

[data-mega-menu-trigger] {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
}

.mega-menu__column--items-1 {
  width: calc((100% - 32px) / 3);
}

.mega-menu__column--items-2 {
  width: 66%;
}

.mega-menu__column--items-3 {
  width: 100%;
}

.movie__viewport {
  overflow: hidden;
  width: 100%;
}

.movie__track {
  align-items: flex-start;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  will-change: transform;
}

.movie__track .movie__cards {
  flex: 0 0 100%;
  min-width: 100%;
}

button.movie__pagination-arrow {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 44px;
}

button.movie__pagination-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

button.movie__pagination-arrow:focus-visible {
  outline: 2px solid #012169;
  outline-offset: 2px;
}

.recruit-float {
  bottom: 24px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateX(32px);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 720ms;
  visibility: hidden;
  width: 356px;
  z-index: 40;
}

.recruit-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.recruit-float[hidden] {
  display: none;
}

.recruit-float__card {
  align-items: center;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 10px 28px rgba(1, 33, 105, 0.18);
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  height: 170px;
  justify-content: space-between;
  padding: 22px 22px 22px 18px;
  position: relative;
}

.recruit-float__brand {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: center;
  min-width: 0;
}

.recruit-float__logo {
  display: block;
  height: 118px;
  object-fit: contain;
  width: auto;
  max-width: 148px;
}

.recruit-float__actions {
  display: flex;
  flex: 0 0 148px;
  flex-direction: column;
  gap: 10px;
  width: 148px;
}

.recruit-float__button {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}

.recruit-float__button--solid {
  background: #012169;
  color: #ffffff;
}

.recruit-float__button--outline {
  background: #ffffff;
  border: 1.5px solid #012169;
  color: #012169;
}

.recruit-float__arrow {
  display: block;
  height: 10px;
  object-fit: contain;
  width: 7px;
}

.recruit-float__close {
  align-items: center;
  background: #012169;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 28px;
  z-index: 2;
}

.recruit-float__close-icon {
  display: block;
  height: 12px;
  position: relative;
  width: 12px;
}

.recruit-float__close-icon::before,
.recruit-float__close-icon::after {
  background: #ffffff;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 1.5px;
}

.recruit-float__close-icon::before {
  transform: rotate(45deg);
}

.recruit-float__close-icon::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .recruit-float {
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    left: 8px;
    right: 8px;
    transform: translateY(12px);
    width: auto;
  }

  .recruit-float.is-visible {
    transform: translateY(0);
  }

  .recruit-float__card {
    background: #f4f6f8;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(1, 33, 105, 0.14);
    gap: 8px;
    height: auto;
    min-height: 0;
    padding: 10px 12px;
  }

  .recruit-float__brand {
    display: none;
  }

  .recruit-float__actions {
    flex: 1 1 auto;
    flex-basis: auto;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }

  .recruit-float__button {
    flex: 1 1 0;
    font-size: 13px;
    height: 40px;
    min-width: 0;
  }

  .recruit-float__close {
    height: 24px;
    right: -6px;
    top: -6px;
    width: 24px;
  }
}

@media (min-width: 1280px) {
  .site-header {
    gap: clamp(32px, 4vw, 80px);
    justify-content: space-between;
    overflow: visible;
  }

  .site-header__inner,
  .site-header__nav {
    overflow: visible;
    position: static;
    width: auto;
  }

  .site-header__nav {
    gap: clamp(14px, 1.5vw, 24px);
  }

  .site-header__nav-item--company,
  .site-header__nav-item--home-care,
  .site-header__nav-item--hotel,
  .site-header__nav-item--hospital {
    align-self: center;
    height: 80px;
    padding-top: 16px;
    position: relative;
    top: -8px;
  }

  .site-header__nav-item--company,
  .site-header__nav-item--home-care,
  .site-header__nav-item--hotel,
  .site-header__nav-item--hospital,
  .site-header__nav-item--careers {
    flex: 0 0 auto;
    width: auto;
  }

  .site-header .mega-menu {
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
  }

  .mega-menu__panel {
    gap: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .mega-menu__intro {
    height: auto;
    overflow: visible;
    width: 30%;
  }

  .mega-menu__heading {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 1279px) {
  body.is-navigation-open {
    overflow: hidden;
  }

  .site-header {
    gap: 0;
    height: 72px;
    justify-content: space-between;
    padding: 12px 24px;
    position: sticky;
    top: 0;
  }

  .site-header__menu-toggle {
    display: flex;
  }

  .site-header__inner {
    align-items: stretch;
    background: #fff;
    border-top: 1px solid #e4e7ed;
    box-shadow: 0 18px 36px rgba(1, 33, 105, 0.12);
    display: none;
    flex-direction: column;
    gap: 20px;
    height: auto;
    left: 0;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    padding: 16px 24px 24px;
    position: absolute;
    top: 72px;
    width: 100%;
  }

  .site-header.is-menu-open .site-header__inner {
    display: flex;
  }

  .site-header__nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    height: auto;
    width: 100%;
  }

  .site-header__nav-item--company,
  .site-header__nav-item--home-care,
  .site-header__nav-item--hotel,
  .site-header__nav-item--hospital,
  .site-header__nav-item--careers,
  .site-header__nav > .site-header__nav-label {
    align-items: center;
    border-bottom: 1px solid #e4e7ed;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    min-height: 52px;
    padding: 14px 4px;
    text-align: left;
    width: 100%;
  }

  .site-header__nav-label--active {
    text-align: left;
  }

  .site-header__contact {
    flex: 0 0 auto;
    height: 48px;
    width: 100%;
  }

  .mega-menu {
    background: #f7f8fa;
    display: none;
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }

  .mega-menu.is-open {
    display: block;
  }

  .mega-menu__panel {
    flex-direction: column;
    gap: 0;
    height: auto;
    min-height: 0;
    padding: 0 4px 8px;
    position: relative;
    width: 100%;
  }

  .mega-menu__intro,
  .mega-menu__intro-image,
  .mega-menu__description,
  .mega-menu__item-category {
    display: none;
  }

  .mega-menu__heading {
    height: auto;
    width: 100%;
  }

  .mega-menu__links {
    flex: 0 0 auto;
    gap: 0;
    overflow: visible;
    width: 100%;
  }

  .mega-menu__column--primary,
  .mega-menu__column--secondary,
  .mega-menu__column--tertiary {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    width: 100%;
  }

  .mega-menu__item,
  .mega-menu__item--compact {
    border: 0;
    border-bottom: 1px solid #e4e7ed;
    border-radius: 0;
    gap: 0;
    height: auto;
    min-height: 0;
    padding: 8px 4px;
    width: 100%;
  }

  .mega-menu__category-top {
    display: flex;
  }

  .mega-menu__item-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
  }

  [data-mega-menu-trigger][aria-expanded="true"] .site-header__nav-chevron {
    transform: rotate(180deg);
  }

  .hero__image {
    width: 100%;
  }

  .hero__copy {
    bottom: 36px;
    width: min(86%, 960px);
  }

  .hero__message {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
  }

  .hero__credit {
    bottom: 12px;
    right: 16px;
  }

  .hero__message-image,
  .hero__message-part {
    height: auto;
  }

  .company__inner,
  .pickup__list,
  .business__content,
  .global-business__inner,
  .movie__inner,
  .sustainability__inner,
  .careers__inner,
  .news__inner,
  .contact__inner {
    height: auto;
    max-width: 960px;
    width: 100%;
  }

  .pickup__item {
    flex: 1 1 0;
    min-width: 0;
  }

  .company-card__title {
    font-size: 16px;
    line-height: 1.5;
  }

  .company-card__link-icon {
    flex: 0 0 32px;
  }

  .pickup-card__image,
  .pickup-card__image--featured {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .business {
    height: auto;
  }

  .business__content,
  .business__grid {
    height: auto;
  }

  .business-card {
    height: 100%;
    position: relative;
    top: auto;
    width: 100%;
  }

  .global-business {
    height: auto;
    min-height: 342px;
    padding: 88px 24px;
  }

  .global-business__inner {
    padding: 0;
  }

  .movie {
    height: auto;
  }

  .movie__inner {
    gap: 32px;
  }

  .movie__content,
  .movie__cards,
  .movie-card--primary,
  .movie-card--secondary,
  .careers__content,
  .careers__grid,
  .news__brands {
    height: auto;
  }

  .movie__content,
  .movie__cards {
    width: 100%;
  }

  .sustainability__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
  }

  .sustainability-card,
  .sustainability-card--featured {
    min-height: 144px;
  }

  .careers__summary {
    flex: 0 1 32%;
  }

  .careers__content {
    flex: 1 1 0;
  }

  .news__heading,
  .news__title {
    width: 100%;
  }

  .contact {
    height: auto;
  }

  .contact__copy,
  .contact__title,
  .contact__description {
    width: 100%;
  }

}

@media (max-width: 900px) {
  .pickup__list {
    flex-direction: column;
  }

  .pickup__item {
    flex: 0 0 auto;
    width: 100%;
  }

  .contact__actions {
    align-items: stretch;
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .button--primary,
  .contact__external-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 56px;
    padding: 8px 12px;
  }

  .site-header__menu-toggle {
    height: 40px;
    width: 40px;
  }

  .site-header__logo {
    flex: 0 0 auto;
    height: 26px;
    overflow: visible;
    width: 128px;
  }

  .site-header .site-logo {
    height: 42px;
    left: 0;
    overflow: visible;
    top: 0;
    transform: scale(0.62);
    transform-origin: left top;
    width: 204px;
  }

  .site-header__inner {
    max-height: calc(100dvh - 56px);
    padding-inline: 16px;
    top: 56px;
  }

  .hero__image {
    aspect-ratio: 781 / 1104;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
    width: 100%;
  }

  .hero__copy {
    align-items: center;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 50%;
    position: absolute;
    translate: -50%;
    width: calc(100% - 32px);
  }

  .hero__message {
    aspect-ratio: auto;
    bottom: auto;
    gap: 6px;
    height: auto;
    left: auto;
    overflow: visible;
    position: relative;
    translate: none;
    width: 100%;
  }

  .hero__message-part--lead {
    aspect-ratio: auto;
    height: auto;
    left: auto;
    top: auto;
    width: min(48%, 180px);
  }

  .hero__message-part--headline {
    aspect-ratio: auto;
    bottom: auto;
    height: auto;
    left: auto;
    top: auto;
    width: 100%;
  }

  .hero__credit {
    bottom: 8px;
    width: min(67%, 320px);
    right: 12px;
  }

  .hero-story {
    justify-content: center;
    padding: 0;
    width: auto;
  }

  .hero-story__label {
    font-size: 13px;
  }

  .hero-story__icon {
    height: 26px;
    width: 26px;
  }

  .company,
  .pickup,
  .business,
  .movie,
  .sustainability,
  .news,
  .contact {
    padding: 80px 16px;
  }

  .company,
  .pickup,
  .business {
    gap: 36px;
  }

  .company__inner {
    row-gap: 12px;
  }

  .vision__media {
    aspect-ratio: auto;
    height: 340px;
  }

  .vision__overlay {
    height: 62%;
  }

  .vision__content {
    gap: 10px;
    padding: 20px;
  }

  .vision__label,
  .section-heading__eyebrow,
  .business__eyebrow,
  .global-business__eyebrow,
  .sustainability__eyebrow,
  .careers__eyebrow {
    font-size: 26px;
    height: auto;
    line-height: 1.2;
    width: auto;
  }

  .vision__statement {
    font-size: 14px;
    height: auto;
    width: 100%;
  }

  .company__cards {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .company-card,
  .company-card__background--overview,
  .company-card__background--mission,
  .company-card__background--leadership {
    flex: none;
    height: 200px;
    width: 100%;
  }

  .section-heading {
    height: auto;
  }

  .pickup__list {
    flex-direction: column;
  }

  .pickup__item {
    flex: 0 0 auto;
    width: 100%;
  }

  .business-card__inner {
    height: auto;
    min-height: 286px;
  }

  .business-card {
    display: flex;
    flex-direction: column;
  }

  .business-card__image,
  .business-card__image--home-care {
    height: 180px;
    left: auto;
    object-fit: cover;
    position: relative;
    top: auto;
    width: 100%;
  }

  .business-card__copy {
    height: auto;
    left: auto;
    padding: 16px 72px 16px 16px;
    position: relative;
    top: auto;
    width: 100%;
  }

  .business-card__title {
    font-size: 16px;
  }

  .service-label {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .business-card__accent {
    bottom: 22px;
    right: 16px;
    top: auto;
    translate: none;
  }

  .global-business {
    min-height: 0;
    padding: 80px 36px;
  }

  .global-business__inner {
    flex-direction: column;
    gap: 28px;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .global-business__scrim {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.72) 42%,
      rgba(255, 255, 255, 0.28) 78%,
      rgba(255, 255, 255, 0.08) 100%
    );
  }

  .global-business__content,
  .global-business__heading,
  .global-business__description {
    align-items: center;
    height: auto;
    text-align: center;
    width: 100%;
  }

  .global-business__description-text {
    height: auto;
    padding-inline: 0;
  }

  .movie__inner {
    flex-direction: column;
  }

  .movie__content {
    align-items: stretch;
    gap: 24px;
  }

  .movie__cards {
    gap: 12px;
    padding-top: 0;
  }

  .movie-card--primary,
  .movie-card--secondary {
    height: auto;
  }

  .movie-card__image--primary,
  .movie-card__image--secondary {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
  }

  .sustainability__inner {
    gap: 36px;
  }

  .sustainability__intro,
  .sustainability__description {
    height: auto;
  }

  .sustainability__grid {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sustainability-card,
  .sustainability-card--featured {
    gap: 8px;
    min-height: 0;
    padding: 10px 4px 12px;
  }

  .sustainability-card__image--home-care,
  .sustainability-card__image--human-capital,
  .sustainability-card__image--environment {
    height: 40px;
    width: auto;
    max-width: 56px;
  }

  .sustainability-card__content {
    flex-direction: column;
    gap: 6px;
    height: auto;
    padding: 0 2px;
  }

  .sustainability-card__title--home-care,
  .sustainability-card__title--human-capital,
  .sustainability-card__title--environment {
    font-size: 10px;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }

  .careers {
    padding: 80px 32px;
  }

  .careers__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    max-width: none;
    overflow: visible;
    width: 100%;
  }

  .careers__summary {
    display: contents;
  }

  .careers__heading-inner {
    order: 1;
  }

  .careers__content {
    flex: none;
    order: 2;
  }

  .careers .button--primary {
    align-self: flex-start;
    order: 3;
  }

  .careers__heading,
  .careers__heading-inner,
  .careers__content,
  .careers__grid {
    height: auto;
    width: 100%;
  }

  .careers__grid {
    display: flex;
    flex-direction: column;
  }

  .careers-card,
  .careers-card__copy--metrics {
    align-items: center;
    border-color: rgba(170, 170, 170, 1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0;
    color: #ffffff;
    flex-direction: row;
    gap: 12px;
    height: auto;
    justify-content: space-between;
    padding: 16px 0;
  }

  .careers-card:last-child {
    border-bottom-width: 1px;
  }

  .careers-card > .link-icon {
    flex: none;
  }

  .careers-card__copy,
  .careers-card__copy--first,
  .careers-card__copy--third {
    align-items: center;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 12px;
    height: auto;
    min-width: 0;
    width: auto;
  }

  .careers-card__number {
    font-family: "Avenir Next", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    min-width: 40px;
  }

  .careers-card__title,
  .careers-card__title--metrics {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .careers-card__description {
    display: none;
  }

  .careers-card__text,
  .careers-card__text--metrics {
    height: auto;
    min-width: 0;
    width: auto;
  }

  .news__inner {
    gap: 20px;
  }

  .news__heading,
  .news__title {
    height: auto;
  }

  .news__title {
    font-size: 26px;
    line-height: 1.4;
  }

  .news__brands {
    gap: 12px;
  }

  .news__brand-image {
    height: auto;
    min-height: 88px;
    object-fit: contain;
    object-position: left center;
    width: 100%;
  }

  .news__dev-note {
    color: #888888;
    display: block;
    font-family: Hiragino Sans, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 0;
  }

  .contact__inner {
    border-radius: 16px;
    gap: 28px;
    padding: 32px 20px;
  }

  .contact__copy,
  .contact__title,
  .contact__description,
  .contact__actions {
    height: auto;
    width: 100%;
  }

  .contact__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button--primary,
  .contact__external-button {
    width: 100%;
  }

}

@media (hover: hover) and (pointer: fine) {
  .site-header__logo,
  .site-header__nav-item--company,
  .site-header__nav-item--home-care,
  .site-header__nav-item--hotel,
  .site-header__nav-item--hospital,
  .site-header__nav-item--careers,
  .site-header__contact,
  .site-header__menu-toggle,
  .mega-menu__item,
  .circle-link,
  .business-card__accent,
  .pickup-card,
  .pickup-card--featured,
  .business-card__inner,
  .global-business__button,
  .movie-card--primary,
  .movie-card--secondary,
  .movie__pagination-arrow:not(:disabled),
  .sustainability-card,
  .sustainability-card--featured,
  .careers-card,
  .careers .button--primary,
  .news__more,
  .news__brand-image,
  .contact .button--primary,
  .contact__external-button,
  .recruit-float__close,
  .recruit-float__button {
    cursor: pointer;
    transition: transform 240ms ease, opacity 240ms ease, background-color 240ms ease,
      border-color 240ms ease, color 240ms ease, box-shadow 240ms ease, filter 240ms ease;
  }

  .link-icon,
  .link-icon__arrow--blue,
  .link-icon__arrow--light,
  .button__label,
  .button__label--light,
  .news__more-label {
    transition: transform 240ms ease, color 240ms ease, filter 240ms ease;
  }

  .site-header__logo:hover {
    opacity: 0.72;
  }

  .site-header__nav-item--company:hover,
  .site-header__nav-item--home-care:hover,
  .site-header__nav-item--hotel:hover,
  .site-header__nav-item--hospital:hover,
  .site-header__nav-item--careers:hover {
    opacity: 0.55;
  }

  .site-header__contact:hover {
    background-color: rgba(234, 118, 1, 1);
    transform: translateY(-1px);
  }

  .mega-menu__item:hover {
    background-color: rgba(1, 33, 105, 0.06);
    border-color: rgba(1, 33, 105, 0.35);
    transform: translateY(-2px);
  }

  .business-card__inner:hover .business-card__accent {
    transform: translateX(3px);
  }

  .pickup-card:hover,
  .pickup-card--featured:hover {
    transform: translateY(-4px);
  }

  .pickup-card:hover .pickup-card__image,
  .pickup-card--featured:hover .pickup-card__image--featured {
    transform: scale(1.04);
  }

  .pickup-card__image,
  .pickup-card__image--featured,
  .movie-card__image--primary,
  .movie-card__image--secondary {
    transition: transform 420ms ease;
  }

  .business-card__inner:hover {
    border-color: rgba(1, 33, 105, 0.55);
    box-shadow: 0 8px 24px rgba(1, 33, 105, 0.12);
    transform: translateY(-3px);
  }

  .global-business__button:hover,
  .news__more:hover {
    background-color: rgba(1, 33, 105, 1);
    transform: translateY(-2px);
  }

  .careers .button--primary:hover,
  .contact .button--primary:hover {
    background-color: rgba(234, 118, 1, 1);
    transform: translateY(-2px);
  }

  .global-business__button:hover .button__label,
  .news__more:hover .news__more-label,
  .careers .button--primary:hover .button__label--light,
  .contact .button--primary:hover .button__label {
    color: #ffffff;
  }

  .global-business__button:hover .link-icon__arrow--blue,
  .news__more:hover .link-icon__arrow--light,
  .careers .button--primary:hover .link-icon__arrow--light,
  .contact .button--primary:hover .link-icon__arrow--light {
    filter: brightness(0) invert(1);
  }

  .global-business__button:hover .link-icon,
  .news__more:hover .link-icon,
  .careers .button--primary:hover .link-icon,
  .contact .button--primary:hover .link-icon,
  .contact__external-button:hover .link-icon,
  .careers-card:hover .link-icon {
    transform: translateX(4px);
  }

  .movie-card--primary:hover,
  .movie-card--secondary:hover {
    transform: translateY(-4px);
  }

  .movie-card--primary:hover .movie-card__image--primary,
  .movie-card--secondary:hover .movie-card__image--secondary {
    transform: scale(1.05);
  }

  .movie__pagination-arrow:not(:disabled):hover {
    color: rgba(1, 33, 105, 1);
    transform: scale(1.2);
  }

  .sustainability-card:hover,
  .sustainability-card--featured:hover {
    border-color: rgba(1, 33, 105, 0.55);
    box-shadow: 0 8px 22px rgba(1, 33, 105, 0.12);
    transform: translateY(-3px);
  }

  .careers-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .news__brand-image:hover {
    opacity: 0.7;
  }

  .contact__external-button:hover {
    background-color: rgba(201, 96, 0, 1);
    transform: translateY(-2px);
  }

  .recruit-float__button--solid:hover {
    background-color: #001a54;
    transform: translateY(-1px);
  }

  .recruit-float__button--outline:hover {
    background-color: rgba(1, 33, 105, 0.06);
    transform: translateY(-1px);
  }

  .recruit-float__close:hover {
    transform: scale(1.08);
  }
}

.company-card__content,
.company-card__content--mission {
  background-image: none;
  padding: 24px;
  z-index: 2;
}

.vision__content {
  padding: 24px;
}

.company-card > .background-image,
.company-card > .company-card__image--mission {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.company-card__mission-image {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.company-card:has(.company-card__image--mission) {
  background-color: #f7f9fb;
  border: 1px solid #c8ccd3;
  box-sizing: border-box;
}

.company-card:has(.company-card__image--mission) .company-card__overlay {
  display: none;
}

.company-card:has(.company-card__image--mission) .company-card__title {
  color: #012169;
}

.company-card:has(.company-card__image--mission) .circle-link__arrow {
  filter: brightness(0) saturate(100%) invert(13%) sepia(49%) saturate(2143%)
    hue-rotate(201deg) brightness(91%) contrast(101%);
}

.company-card:has(.company-card__image--mission) .media-frame__line {
  background: #012169;
}

.company-card__overlay {
  background-image: linear-gradient(
    0deg,
    rgba(68, 68, 68, 0.6) 0%,
    rgba(68, 68, 68, 0) 100%
  );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: auto;
  height: 100%;
  z-index: 1;
}

.media-frame {
  inset: 12px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.media-frame__line {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.media-frame__line--top,
.media-frame__line--bottom {
  height: 1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.media-frame__line--top {
  top: 0;
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-frame__line--bottom {
  bottom: 0;
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
}

.media-frame__line--left,
.media-frame__line--right {
  bottom: 0;
  top: 0;
  transform: scaleY(0);
  width: 1px;
}

.media-frame__line--left {
  left: 0;
  transform-origin: center top;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-frame__line--right {
  right: 0;
  transform-origin: center top;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
}

.vision,
.company-card {
  cursor: pointer;
}

.hero-story {
  align-items: center;
  color: #012169;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
}

.hero-story__label {
  font-family: "Avenir Next", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
}

.hero-story__label::after {
  background: currentColor;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-story__icon {
  flex: none;
  height: 32px;
  position: relative;
  width: 32px;
}

.hero-story .circle-link__arrow {
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(49%) saturate(2143%)
    hue-rotate(201deg) brightness(91%) contrast(101%);
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.vision .circle-link,
.company-card__link-icon,
.hero-story__icon {
  position: relative;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-story__icon .circle-link__arrow {
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  @media (prefers-reduced-motion: no-preference) {
    .vision__video,
    .company-card > .background-image {
      filter: saturate(0.88) brightness(1.12);
      transform: scale(1);
      transform-origin: center center;
      transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s ease-in-out;
    }

    .company-card > .company-card__image--mission {
      filter: none;
    }

    .vision__overlay,
    .company-card__overlay {
      opacity: 1;
      transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vision:hover .vision__video {
      filter: saturate(1.18) brightness(1.16);
      transform: scale(1.09);
    }

    .company-card:hover > .background-image {
      filter: saturate(1.2) brightness(1.28);
      transform: scale(1.09);
    }

    .company-card:hover > .company-card__image--mission {
      filter: none;
      transform: none;
    }

    .vision:hover .vision__overlay {
      opacity: 0.72;
    }

    .company-card:hover .company-card__overlay {
      opacity: 0.52;
    }

    .vision:hover .media-frame__line--top,
    .vision:hover .media-frame__line--bottom,
    .company-card:hover .media-frame__line--top,
    .company-card:hover .media-frame__line--bottom {
      transform: scaleX(1);
    }

    .vision:hover .media-frame__line--left,
    .vision:hover .media-frame__line--right,
    .company-card:hover .media-frame__line--left,
    .company-card:hover .media-frame__line--right {
      transform: scaleY(1);
    }

    .vision:hover .circle-link,
    .company-card:hover .company-card__link-icon,
    .hero-story:hover .hero-story__icon {
      transform: translateX(5px);
    }

    .hero-story:hover .hero-story__label::after {
      transform: scaleX(1);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .opening.is-exiting {
    transition: none;
  }

  .mega-menu,
  .site-header__menu-icon span {
    transition: none;
  }

  .recruit-float {
    transition: none;
  }

  .movie__track {
    transition: none;
  }

  .hero.is-animated .hero__image,
  .hero.is-animated .hero__credit,
  .hero.is-animated .hero__message-part,
  .hero.is-animated .hero-story,
  .hero.is-animated + .hero-story-nav .hero-story {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-story__label::after,
  .hero-story__icon,
  .hero-story__icon .circle-link__arrow {
    transition: none;
  }

  .reveal-item,
  .reveal-item.is-visible,
  .reveal-item.is-complete {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .heading-reveal__char-inner,
  .heading-reveal__inner,
  .heading-reveal.is-visible .heading-reveal__char-inner,
  .heading-reveal.is-visible .heading-reveal__inner {
    animation: none;
    transform: none;
  }

  .vision__video {
    transition: none;
  }

  .vision__video,
  .company-card > .background-image {
    filter: none;
    transform: none;
  }
}

/* Brand story page */
.page-brand-story {
  overflow-x: hidden;
}

.page-brand-story .hero {
  align-items: center;
  background-color: #012169;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 360px;
  overflow: hidden;
  padding: 120px 24px 96px;
}

.page-brand-story .hero__media {
  display: none;
}

.page-brand-story .hero picture,
.page-brand-story .hero__image,
.page-brand-story .hero__credit {
  display: none;
}

.page-brand-story .hero__copy--title {
  align-items: center;
  bottom: auto;
  left: auto;
  max-width: 1120px;
  padding: 0;
  position: relative;
  top: auto;
  translate: none;
  width: 100%;
}

.page-brand-story .hero .section-heading {
  align-items: center;
  gap: 20px;
  height: auto;
}

.page-brand-story .hero__heading {
  height: auto;
}

.page-brand-story .section-heading {
  height: auto;
}

.page-brand-story .hero .section-heading__eyebrow {
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-shadow: none;
}

.page-brand-story .hero .section-heading__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-shadow: none;
}

.page-brand-story .hero .heading-reveal.is-visible .heading-reveal__char-inner {
  animation-delay: calc(420ms + var(--char-index, 0) * var(--heading-char-delay, 55ms));
}

.page-brand-story .hero .heading-reveal.is-visible .heading-reveal__inner {
  animation-delay: calc(420ms + var(--heading-title-delay, 0ms));
}

.page-brand-story .section-heading .heading-reveal--eyebrow,
.page-brand-story .section-heading .heading-reveal__chars {
  display: flex;
  justify-content: center;
}

.page-brand-story .hero .section-heading .heading-reveal--eyebrow,
.page-brand-story .hero .section-heading .heading-reveal__chars {
  justify-content: center;
}

.brand-cm,
.brand-logo,
.brand-service,
.brand-color {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 96px 24px;
  width: 100%;
  z-index: 1;
}

.brand-story__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1120px;
}

.brand-story__body,
.brand-story__body-stack,
.brand-story__subhead,
.brand-story__closing,
.brand-color__lead {
  max-width: 800px;
  width: 100%;
}

.brand-logo-card,
.brand-color__card,
.brand-cm__embed {
  max-width: 960px;
  width: 100%;
}

.brand-story__body,
.brand-story__closing,
.brand-color__lead {
  color: #333333;
  font-family: Hiragino Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}

.brand-story__body-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.brand-story__subhead {
  color: #012169;
  font-family: Hiragino Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}

.brand-logo__block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  width: 100%;
}

.brand-story__closing--center,
.brand-color__lead {
  text-align: center;
}

.brand-color__lead {
  color: #012169;
  font-family: Hiragino Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.brand-cm__embed {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.brand-cm__video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.brand-logo-card {
  align-items: stretch;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  min-height: 280px;
  overflow: hidden;
  padding: 48px 24px;
}

.brand-logo-card__item {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.brand-logo-card__rule {
  align-self: stretch;
  background: rgba(221, 221, 221, 1);
  flex: none;
  width: 0.5px;
}

.brand-logo-card__image {
  display: block;
  height: auto;
  object-fit: contain;
}

.brand-logo-card__image--portrait {
  max-height: 180px;
  max-width: 160px;
  width: auto;
}

.brand-logo-card__image--landscape {
  max-height: 88px;
  max-width: 280px;
  width: auto;
}

.brand-color__card {
  align-items: stretch;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  min-height: 320px;
  overflow: hidden;
}

.brand-color__panel {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding: 48px;
}

.brand-color__panel--navy {
  background: #012169;
  color: #ffffff;
}

.brand-color__panel--navy .brand-story__subhead,
.brand-color__panel--navy .brand-story__body,
.brand-color__panel--navy .brand-color__chip {
  color: #ffffff;
}

.brand-color__panel--navy .brand-story__body {
  max-width: 18em;
}

.brand-color__panel--white {
  background: #ffffff;
  color: #012169;
}

.brand-color__panel--white .brand-story__subhead,
.brand-color__panel--white .brand-story__body,
.brand-color__panel--white .brand-color__chip {
  color: #012169;
}

.brand-color__chip {
  font-family: "Avenir Next", "Hiragino Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
}

.page-brand-story .contact {
  height: auto;
}

.page-brand-story .contact__inner {
  height: auto;
  justify-content: center;
}

.page-brand-story .contact__actions {
  height: auto;
  width: auto;
}

.page-brand-story .contact a.button--primary,
.page-brand-story .contact a.contact__external-button {
  text-decoration: none;
}

@media (max-width: 1279px) {
  .brand-story__inner,
  .brand-logo-card,
  .brand-color__card,
  .brand-cm__embed,
  .brand-cm__scenes {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-brand-story .hero {
    min-height: 216px;
    padding: 40px 16px 36px;
  }

  .page-brand-story .hero picture,
  .page-brand-story .hero__image {
    display: none;
  }

  .page-brand-story .hero__copy--title {
    align-items: center;
    bottom: auto;
    left: auto;
    max-width: none;
    padding: 0;
    position: relative;
    top: auto;
    translate: none;
    width: 100%;
  }

  .page-brand-story .hero .section-heading {
    align-items: center;
    gap: 16px;
  }

  .page-brand-story .hero .section-heading__eyebrow {
    font-size: 28px;
    letter-spacing: 0.12em;
  }

  .page-brand-story .hero .section-heading__title {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .page-brand-story .hero .section-heading .heading-reveal--eyebrow,
  .page-brand-story .hero .section-heading .heading-reveal__chars {
    justify-content: center;
  }

  .brand-cm,
  .brand-logo,
  .brand-service,
  .brand-color {
    padding: 80px 16px;
  }

  .brand-story__inner {
    gap: 36px;
  }

  .brand-story__subhead {
    font-size: 16px;
  }

  .brand-color__lead {
    font-size: 15px;
  }

  .brand-story__body,
  .brand-story__closing {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }

  .brand-logo-card {
    flex-direction: column;
    min-height: 0;
    padding: 32px 20px;
  }

  .brand-logo-card__item {
    min-height: 140px;
  }

  .brand-logo-card__rule {
    height: 0.5px;
    width: auto;
  }

  .brand-color__card {
    flex-direction: column;
    min-height: 0;
  }

  .brand-color__panel {
    padding: 32px 24px;
  }

  .brand-color__panel--navy .brand-story__body {
    max-width: none;
  }

  .page-brand-story .contact__actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-brand-story .hero .heading-reveal.is-visible .heading-reveal__char-inner,
  .page-brand-story .hero .heading-reveal.is-visible .heading-reveal__inner {
    animation: none;
    transform: none;
  }
}

.site-footer {
  background-color: #012169;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 64px 24px 48px;
  width: 100%;
}

.site-footer__inner {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.site-footer__main {
  column-gap: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 48px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 280px;
  width: 100%;
}

.site-footer__logo-link {
  display: block;
  height: 48px;
  position: relative;
  width: 220px;
}

.site-footer .site-logo {
  filter: brightness(0) invert(1);
  left: 0;
  top: 4px;
}

.site-footer__company {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.site-footer__offices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__office {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__office-label,
.site-footer__office-address,
.site-footer__iso-text,
.site-footer__link,
.site-footer__legal-link,
.site-footer__copy {
  color: #ffffff;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

.site-footer__office-label,
.site-footer__office-address,
.site-footer__iso-text,
.site-footer__copy {
  font-size: 12px;
  line-height: 1.75;
}

.site-footer__iso {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__iso-image {
  display: block;
  height: auto;
  object-fit: contain;
  width: 160px;
}

.site-footer__nav {
  display: grid;
  flex: 1 1 640px;
  gap: 32px 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__heading,
.site-footer__utility-link {
  color: #ffffff;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__link,
.site-footer__legal-link {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.site-footer__link--strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.site-footer__link:hover,
.site-footer__legal-link:hover,
.site-footer__utility-link:hover,
.site-footer__heading:hover {
  text-decoration: underline;
}

.site-footer__link--external {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.site-footer__external-icon {
  display: block;
  height: 12px;
  width: 12px;
}

.site-footer__utility {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__bottom {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: flex-end;
}

@media (max-width: 1279px) {
  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 20px 28px;
  }

  .site-footer__inner {
    gap: 28px;
  }

  .site-footer__main {
    flex-direction: column-reverse;
    gap: 0;
    row-gap: 0;
  }

  .site-footer__nav {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 22px;
  }

  .site-footer__group,
  .site-footer__utility {
    gap: 8px;
  }

  .site-footer__list {
    display: none;
  }

  .site-footer__heading,
  .site-footer__utility-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
  }

  .site-footer__brand {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    gap: 16px;
    max-width: none;
    padding-top: 28px;
  }

  .site-footer__logo-link {
    height: 32px;
    width: 150px;
  }

  .site-footer .site-logo {
    overflow: visible;
    transform: scale(0.68);
    transform-origin: left top;
  }

  .site-footer__offices {
    gap: 8px;
  }

  .site-footer__bottom,
  .site-footer__legal {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .site-footer__legal {
    flex-direction: column;
    gap: 8px;
  }

  .site-footer__copy {
    font-size: 10px;
    margin-top: 8px;
  }
}

html {
  overflow-x: hidden;
}

html[data-op-theme="a"] .brand-cm,
html[data-op-theme="a"] .brand-logo,
html[data-op-theme="a"] .brand-service,
html[data-op-theme="a"] .brand-color {
  background-color: transparent;
}

html[data-op-theme="b"] .company,
html[data-op-theme="b"] .business,
html[data-op-theme="b"] .sustainability,
html[data-op-theme="b"] .contact,
html[data-op-theme="b"] .brand-cm,
html[data-op-theme="b"] .brand-service {
  background-color: #ffffff;
}

html[data-op-theme="b"] .pickup,
html[data-op-theme="b"] .movie,
html[data-op-theme="b"] .news,
html[data-op-theme="b"] .brand-logo,
html[data-op-theme="b"] .brand-color {
  background-color: #f7f9fb;
}

/* Keep movie titles visible and the final card at the same column width. */
.movie__content,
.movie__track .movie__cards,
.movie__cards > .movie-card--primary,
.movie__cards > .movie-card--secondary {
  height: auto;
}

.movie__track .movie__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
