@font-face {
  font-family: "Noto Sans JP Local";
  src: url("../fonts/NotoSansCJKjp-demilight-34e18bc46f63.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp/NotoSansCJKjp-demilight.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP Local";
  src: url("../fonts/NotoSansCJKjp-midium-806c6c55b081.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp/NotoSansCJKjp-midium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP Local";
  src: url("../fonts/NotoSansCJKjp-Bold-41158f56fc6e.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.yco-renewal .site-header .site-logo {
  width: 201px;
  max-width: none;
}

.site-header__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html:has(body.yco-renewal-page) {
  overflow-x: clip;
  overflow-y: auto;
}

body.yco-renewal-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  overflow-y: visible;
}

.yco-renewal .site-header,
.yco-renewal .site-header *,
.yco-renewal .site-footer,
.yco-renewal .site-footer *,
.yco-renewal .recruit-float,
.yco-renewal .recruit-float *,
.yco-renewal-page .yco-renewal-main,
.yco-renewal-page .yco-renewal-main * {
  box-sizing: border-box;
}

.yco-renewal .yco-renewal-shell {
  min-height: 100dvh;
  overflow: visible;
  padding-top: 0 !important;
}

.yco-renewal-page .site-page {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  width: 100%;
}

.yco-renewal-page .yco-renewal-main {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}

.yco-renewal-page .yco-renewal-main :where(h1, h2, h3, h4, p, figure, ul) {
  margin-block: 0;
}

.yco-renewal-page .yco-renewal-main :where(ul) {
  list-style: none;
  padding: 0;
}

.yco-renewal .site-header,
.yco-renewal .site-footer,
.yco-renewal .recruit-float,
.yco-renewal-page .yco-renewal-main {
  font-family: "Noto Sans JP Local", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
}

.yco-renewal .site-header a,
.yco-renewal .site-footer a,
.yco-renewal .recruit-float a,
.yco-renewal-page .yco-renewal-main a {
  color: inherit;
  text-decoration: none;
}

.yco-renewal .site-header button {
  font: inherit;
}

.yco-renewal .recruit-float .recruit-float__button--solid {
  color: #fff;
}

.yco-renewal .recruit-float .recruit-float__button--outline {
  color: #012169;
}

.careers .external-link-icon {
  transition: filter 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .careers .button--primary:hover .external-link-icon {
    filter: brightness(0) invert(1);
  }
}

.recruit-float__sentinel {
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.yco-renewal .site-header :where(a, button):focus-visible,
.yco-renewal .site-footer a:focus-visible,
.yco-renewal .recruit-float :where(a, button):focus-visible,
.yco-renewal-page .yco-renewal-main a:focus-visible {
  outline: 3px solid #ea7601;
  outline-offset: 3px;
}

.yco-renewal .site-header__nav-item--careers,
.yco-renewal .yco-header-news-link,
.yco-renewal .site-header__contact,
.yco-renewal .mega-menu__item {
  cursor: pointer;
  text-decoration: none;
}

.yco-renewal [data-mega-menu-trigger] {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.yco-renewal [data-renewal-header] .c-icon-plus {
  display: none;
}

.yco-renewal .mega-menu.p-dropdown {
  padding-top: 0;
}

.yco-renewal .site-header__mega-close {
  display: none;
}

@media (min-width: 1280px) {
  .yco-renewal .site-header__mega-close {
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #012169;
    cursor: pointer;
    height: 40px;
    padding: 0;
    place-items: center;
    position: absolute;
    right: 24px;
    top: calc(100% + 4px);
    transition: background-color 180ms ease;
    width: 40px;
    z-index: 21;
  }

  .yco-renewal .site-header.has-open-mega-menu .site-header__mega-close {
    display: grid;
  }

  .yco-renewal .site-header__mega-close:hover {
    background: #f2f5fa;
  }

  /* One background stays opaque while menu contents crossfade above it. */
  .yco-renewal .site-header::after {
    background: #fff;
    border-block: 1px solid #ddd;
    box-sizing: border-box;
    content: "";
    height: 501px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    transition: opacity 320ms ease-in-out, visibility 0s linear 320ms;
    visibility: hidden;
    z-index: 19;
  }

  .yco-renewal .site-header.has-open-mega-menu::after {
    opacity: 1;
    transition: none;
    visibility: visible;
  }

  .yco-renewal .site-header .mega-menu {
    background: transparent;
    transform: none;
    transition: opacity 320ms ease-in-out, visibility 0s linear 320ms;
  }

  .yco-renewal .site-header .mega-menu.is-open {
    transition-delay: 0s;
  }

  .yco-renewal .site-header .mega-menu__panel {
    background: transparent;
    border-color: transparent;
  }
}

.yco-renewal .mega-menu__links.p-dropdown__list {
  background-color: transparent;
  box-shadow: none;
}

.yco-renewal .mega-menu__links.p-dropdown__list::before {
  display: none;
}

.yco-renewal .mega-menu__item {
  position: relative;
}

.yco-renewal .mega-menu__item:active,
.yco-renewal-page .yco-card-overlay:active,
.yco-renewal-page .news__more:active {
  transform: translateY(1px);
}

.yco-card-overlay {
  inset: 0;
  position: absolute;
  z-index: 6;
}

.vision,
.company-card,
.pickup-card,
.pickup-card--featured,
.business-card__inner,
.global-business__button,
.movie-card--primary,
.movie-card--secondary,
.sustainability-card--featured,
.careers-card,
.button--primary,
.contact__external-button {
  position: relative;
}

.news__inner {
  height: auto !important;
  overflow: visible !important;
}

.news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news__item {
  border-bottom: 1px solid #d9deea;
  list-style: none;
}

.news__item:first-child {
  border-top: 1px solid #d9deea;
}

.news__item-link {
  align-items: center;
  color: #333;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  gap: 18px;
  grid-template-columns: 100px minmax(90px, auto) 1fr;
  line-height: 1.65;
  min-height: 76px;
  padding: 16px 8px;
  transition: background-color 180ms ease, color 180ms ease;
}

.news__item-link:not(.news__item-link--static):hover {
  background: #f4f7fc;
  color: #012169;
}

.news__date {
  color: #65708a;
  font-variant-numeric: tabular-nums;
}

.news__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.news__categories > span {
  border: 1px solid #aab5ce;
  color: #42516f;
  font-size: 11px;
  line-height: 1.4;
  padding: 3px 8px;
}

.news__item-title {
  min-width: 0;
}


.news__empty {
  color: #59647b;
  font-size: 14px;
  font-weight: 400;
  padding-block: 32px;
}

.news__more {
  align-self: flex-end;
  min-height: 48px;
  padding: 12px 26px;
  text-decoration: none;
}

@media (min-width: 1280px) {
  .yco-renewal-page .news__inner {
    min-height: 504px;
  }
}

.opening {
  display: none;
}

html.yco-opening-pending .opening {
  display: block;
}

html.yco-opening-pending:has(body.yco-renewal-page),
html.yco-opening-pending body {
  overflow: hidden;
}

.yco-renewal-page .yco-renewal-main .hero-story {
  color: #012169;
}

/* Keep the brand story link below the hero artwork at every screen width. */
.yco-renewal-page .hero-story-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 16px 24px;
  background: #fff;
}

.yco-renewal-page .hero-story-nav .hero-story {
  min-height: 44px;
}

html.yco-opening-seen .opening {
  display: none !important;
}

@media (max-width: 1279px) {
  .yco-renewal .yco-header-news-link {
    width: 100%;
  }

  .yco-renewal .mega-menu__item .link-icon:has(.link-icon__arrow--blue) {
    background: url("../images/arrow-right-triangle.svg") center / 16px 16px no-repeat;
  }

  .yco-renewal .mega-menu__item .link-icon__arrow--blue {
    opacity: 0;
  }

  /* Mobile navigation: reference mock UI with existing links and transitions. */
  .yco-renewal .site-header {
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    gap: 0;
    height: 60px;
    min-height: 60px;
    padding: 0;
  }

  .yco-renewal .site-header__logo {
    flex: 0 0 180px;
    height: 60px;
    overflow: visible;
    width: 180px;
  }

  .yco-renewal .site-header .site-logo {
    left: 20px;
    overflow: visible;
    top: 14px;
    transform: scale(0.75);
    transform-origin: left top;
  }

  .yco-renewal .site-header__menu-toggle {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    margin-right: 12px;
  }

  .yco-renewal .site-header__menu-icon {
    display: block;
    height: 12px;
    position: relative;
    width: 20px;
  }

  .yco-renewal .site-header__menu-icon span {
    background: #012169;
    height: 2px;
    left: 0;
    position: absolute;
    transition: ease all 0.2s;
    width: 100%;
  }

  .yco-renewal .site-header__menu-icon span:nth-child(1) {
    top: 0;
  }

  .yco-renewal .site-header__menu-icon span:nth-child(2) {
    top: 5px;
  }

  .yco-renewal .site-header__menu-icon span:nth-child(3) {
    top: 10px;
  }

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

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

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

  .yco-renewal .site-header__inner {
    align-items: stretch;
    background-color: #fff;
    border-top: 1px solid #dedede;
    box-shadow: none;
    display: flex;
    gap: 20px;
    height: auto;
    left: 0;
    max-height: calc(100dvh - 60px);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 24px 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    transform: translate3d(0, 20px, 0);
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .yco-renewal .site-header.is-menu-open .site-header__inner {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease;
    visibility: visible;
  }

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

  .yco-renewal .site-header__nav-item--company,
  .yco-renewal .site-header__nav-item--home-care,
  .yco-renewal .site-header__nav-item--hotel,
  .yco-renewal .site-header__nav-item--hospital,
  .yco-renewal .site-header__nav-item--careers {
    align-items: center;
    border: 0;
    border-bottom: 1px solid #e4e7ed;
    border-radius: 0;
    color: #333;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    gap: 0;
    height: auto;
    justify-content: space-between;
    line-height: 1.45;
    min-height: 52px;
    padding: 14px 4px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .yco-renewal .site-header__nav-label,
  .yco-renewal .site-header__nav-label--active {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
  }

  .yco-renewal [data-mega-menu-trigger] > .link-icon {
    display: block;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .yco-renewal [data-renewal-header] .c-icon-plus {
    display: none;
  }

  .yco-renewal [data-mega-menu-trigger] .site-header__nav-chevron {
    transition: transform 0.3s ease;
  }

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

  .yco-renewal .p-dropdown {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .yco-renewal .mega-menu,
  .yco-renewal .mega-menu.is-open,
  .yco-renewal .mega-menu:hover {
    background-color: #fff;
    display: block;
    height: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    position: static;
    transform: none;
    transition: all 0.4s ease;
    visibility: visible;
    width: 100%;
  }

  .yco-renewal .mega-menu__panel {
    background-color: transparent;
    border: 0;
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
    width: 100%;
  }

  .yco-renewal .mega-menu__links {
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 0;
    height: auto;
    overflow: visible;
    padding: 0;
    width: 100%;
  }

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

  .yco-renewal .mega-menu__item,
  .yco-renewal .mega-menu__item--compact {
    border: 0;
    border-radius: 0;
    color: #333;
    display: block;
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 12px 4px;
    border-bottom: 1px solid #e4e7ed;
    transform: none;
    width: 100%;
  }

  .yco-renewal .mega-menu__category-top {
    display: block;
  }

  .yco-renewal .mega-menu__item-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 24px;
    height: auto;
    width: 100%;
  }

  .yco-renewal .mega-menu__item-title {
    color: #012169;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }

  .yco-renewal .mega-menu__item .link-icon {
    display: block;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-left: auto;
  }

  .yco-renewal .site-header__nav-item--careers {
    gap: 4px;
  }

  .yco-renewal .site-header__nav-item--careers .link-icon {
    display: block;
    height: 12px;
    width: 12px;
  }

  .yco-renewal .site-header__nav-item--careers .external-link-icon {
    height: 9px;
    left: 1px;
    top: 1px;
    width: 9px;
  }

  .yco-renewal .yco-header-news-link,
  .yco-renewal .site-header__contact {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #333;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    justify-content: flex-start;
    line-height: 1.5;
    min-height: 0;
    padding: 12px 4.68%;
    width: 100%;
  }

  .yco-renewal .site-header__contact-label {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .yco-renewal .mega-menu__panel {
    padding: 0 0 8px;
  }

  .yco-renewal .mega-menu__intro {
    display: block;
    height: auto;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .yco-renewal .mega-menu__intro-image {
    display: block;
    height: 148px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .yco-renewal .mega-menu__heading,
  .yco-renewal .mega-menu__description,
  .yco-renewal .mega-menu__item-category {
    display: none;
  }

  .yco-renewal .yco-header-news-link {
    border-bottom: 1px solid #e4e7ed;
    font-weight: 700;
    min-height: 52px;
    padding: 14px 4px;
  }

  .yco-renewal .site-header__contact {
    background: #012169;
    border-radius: 999px;
    height: 48px;
    justify-content: center;
    padding: 12px 24px;
  }

  .yco-renewal .site-header__contact-label {
    color: #fff;
    font-weight: 700;
  }

  .yco-renewal .site-header__nav-item--careers {
    justify-content: space-between;
  }

  .yco-renewal .site-header__nav-item--careers .link-icon {
    height: 24px;
    width: 24px;
  }

  .yco-renewal .site-header__nav-item--careers .external-link-icon {
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
  }

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

  .yco-renewal .mega-menu__item:hover {
    background-color: transparent;
    border-color: transparent;
    transform: none;
  }
}

@media (max-width: 767px) {
  .yco-renewal .site-header {
    height: 56px;
    min-height: 56px;
  }

  .yco-renewal .site-header__logo {
    flex-basis: 165px;
    height: 56px;
    width: 165px;
  }

  .yco-renewal .site-header .site-logo {
    left: 12px;
    top: 13px;
    transform: scale(0.72);
  }

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

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

  .news__item-link {
    gap: 8px 10px;
    grid-template-columns: auto 1fr;
    min-height: 0;
    padding: 15px 4px;
  }

  .news__date {
    font-size: 11px;
  }

  .news__categories {
    justify-content: flex-end;
  }

  .news__item-title {
    grid-column: 1 / 3;
  }


  .yco-renewal .p-page-top {
    z-index: 35;
  }
}

/* Use the same thumbnail ratio for every PICK UP card at all screen widths. */
.yco-renewal .pickup-card__image,
.yco-renewal .pickup-card__image--featured {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* Keep the language switcher above the fixed recruitment banner on mobile. */
@media (max-width: 767px) {
  #wovn-translate-widget {
    bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    right: 8px !important;
    left: auto !important;
  }

  /* Align the language box to the right inside a transparent wrapper. */
  #wovn-translate-widget .wovn-lang-selector {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #wovn-translate-widget .wovn-lang-selector-links {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }

  #wovn-translate-widget .wovn-current-lang {
    width: auto !important;
    background-color: #f4f6f8 !important;
    color: #012169 !important;
    border: 1px solid #cbd3de !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yco-renewal *,
  .yco-renewal *::before,
  .yco-renewal *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
