@charset "UTF-8";
/*! style-2026.css — kf2026 redesign bundle */
html,
body {
  min-height: 100%;
  overflow-x: clip;
  background-color: #f8f8f8;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-feature-settings: normal;
  letter-spacing: normal;
}

html {
  scroll-behavior: auto;
}

body {
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ea5514;
  pointer-events: none;
  z-index: 300;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body::before {
  left: 5px;
}

body::after {
  right: 5px;
}

@media screen and (min-width: 769px) {
  body::before {
    left: 20px;
  }
  body::after {
    right: 20px;
  }
}
body.is-frame-ready::before,
body.is-frame-ready::after {
  transform: scaleY(1);
}

body.is-frame-static::before,
body.is-frame-static::after {
  transition: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    transform: scaleY(1);
    transition: none;
    will-change: auto;
  }
}
#maincontainer {
  background-color: #f8f8f8;
}

.br-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .br-pc {
    display: inline;
  }
}

.br-sp {
  display: inline;
}
@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .u-pc-only {
    display: inline !important;
  }
}

.u-sp-only {
  display: inline !important;
}
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

.l-grid {
  --layout-inline: clamp(20px, 5.5555555556vw, 110px);
  box-sizing: border-box;
  width: min(1760px, 100% - var(--layout-inline) * 2);
  max-width: 1760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}

.l-grid__full {
  grid-column: 1/-1;
}

.l-grid__span-6 {
  grid-column: span 6;
}

.l-grid__span-7 {
  grid-column: span 7;
}

.l-grid__span-5 {
  grid-column: span 5;
}

.l-grid__span-4 {
  grid-column: span 4;
}

.l-grid__span-8 {
  grid-column: span 8;
}

@media screen and (max-width: 768px) {
  .l-grid {
    --layout-inline: clamp(16px, 7.4626865672vw, 30px);
    width: min(1760px, 100% - var(--layout-inline) * 2);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 8px;
  }
  .l-grid__span-6,
  .l-grid__span-7,
  .l-grid__span-5,
  .l-grid__span-4,
  .l-grid__span-8 {
    grid-column: 1/-1;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  left: auto;
  z-index: 100;
  width: 100%;
  min-width: 0;
  overflow: visible;
  background-color: #f8f8f8;
  border-bottom: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header.is-hidden {
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s;
  pointer-events: none;
  z-index: 1;
}
.site-header.bg1, .site-header.bg2 {
  background-color: #f8f8f8;
}
.site-header h1 {
  display: block;
}
.site-header__inner {
  align-items: center;
  height: 70px;
  row-gap: 0;
}
@media screen and (min-width: 769px) {
  .site-header__inner {
    display: flex;
    column-gap: 0;
  }
}
.site-header__logo {
  grid-column: 1/span 2;
  align-self: center;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .site-header__logo {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 224px;
  }
}
.site-header__logo a {
  display: block;
  max-width: 100%;
}
.site-header__logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 224px;
}
@media screen and (min-width: 769px) {
  .site-header__logo-img {
    width: clamp(150px, 18vw, 224px);
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header__logo-img {
    width: clamp(128.9552238806px, 40.2985074627vw, 162px);
    max-width: 162px;
    height: 12px;
  }
}
.site-header__menu-toggle {
  display: none;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ea5514;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 769px) {
  .site-header__menu-toggle {
    display: none !important;
  }
}
.site-header__hamburger {
  position: relative;
  display: block;
  width: 40px;
  height: 9px;
}
.site-header__hamburger-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background-color: currentColor;
  transform-origin: center;
  transition: width 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0.14s, margin-left 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0.14s, top 0.22s cubic-bezier(0.22, 1, 0.36, 1), transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.14s ease;
}
.site-header__hamburger-line:nth-child(1) {
  top: 0;
}
.site-header__hamburger-line:nth-child(2) {
  top: 4px;
}
.site-header__hamburger-line:nth-child(3) {
  top: 8px;
}
.site-header.is-menu-open .site-header__hamburger-line {
  width: 18px;
  margin-left: -9px;
  transition: width 0.2s cubic-bezier(0.22, 1, 0.36, 1), margin-left 0.2s cubic-bezier(0.22, 1, 0.36, 1), top 0.24s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) 0.14s, opacity 0.12s ease;
}
.site-header.is-menu-open .site-header__hamburger-line:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}
.site-header.is-menu-open .site-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .site-header__hamburger-line:nth-child(3) {
  top: 4px;
  transform: rotate(-45deg);
}
.site-header__drawer {
  display: none;
}
.site-header__nav {
  grid-column: 3/span 9;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-self: stretch;
  min-width: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .site-header__nav {
    flex: 1 1 auto;
    margin-left: clamp(20px, 2vw, 44px);
  }
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__nav-list a {
  display: block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .site-header__nav-list a {
    font-size: clamp(13px, 1.17vw, 15px);
  }
}
.site-header__nav-list a:hover {
  color: #ea5514;
}
.site-header__nav-list .is-current > a,
.site-header__nav-list a[aria-current=page] {
  color: #ea5514;
}
.site-header__nav-item {
  position: relative;
  list-style: none;
  flex-shrink: 0;
  white-space: nowrap;
}
.site-header__nav-item--about {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.site-header__nav-item--about:hover > a, .site-header__nav-item--about:focus-within > a {
  color: #000;
}
.site-header__nav-item--about:hover .site-header__about-menu, .site-header__nav-item--about:focus-within .site-header__about-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.site-header__about-menu {
  position: absolute;
  top: 100%;
  left: -22px;
  min-width: 200px;
  margin: 0;
  padding: 18px 22px 20px;
  list-style: none;
  background-color: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #ea5514;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.16s;
  z-index: 20;
}
.site-header__about-menu li {
  margin: 0;
  padding: 0;
}
.site-header__about-menu a {
  display: block;
  padding: 8px 0;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
.site-header__about-menu a:hover, .site-header__about-menu a:focus-visible {
  color: #ea5514;
}
.site-header__about-menu .is-current > a,
.site-header__about-menu a[aria-current=page] {
  color: #ea5514;
}
.site-header__lang {
  position: relative;
  grid-column: 12/span 1;
  justify-self: end;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 0 70px;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  margin-right: calc((var(--layout-inline) - 20px) * -1);
  margin-left: clamp(16px, 2vw, 40px);
  padding: 0;
  border-left: 0;
}
@media screen and (min-width: 769px) {
  .site-header__lang {
    margin-left: 12px;
  }
}
.site-header__lang:hover .site-header__lang-menu, .site-header__lang:focus-within .site-header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.site-header__lang:hover .site-header__lang-chevron, .site-header__lang:focus-within .site-header__lang-chevron {
  transform: rotate(180deg);
}
.site-header__lang:hover .site-header__lang-toggle, .site-header__lang:focus-within .site-header__lang-toggle {
  color: #000;
}
.site-header__lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: color 0.2s ease;
}
.site-header__lang-icon {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.site-header__lang-chevron {
  font-size: 16px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  transition: transform 0.2s ease;
}
.site-header__lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #ea5514;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.16s;
  z-index: 20;
}
.site-header__lang-menu ul {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  box-sizing: border-box;
}
.site-header__lang-menu li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.site-header__lang-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2px 0;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__lang-menu a:hover {
  color: #ea5514;
}
.site-header__lang-menu li:not(.current) a,
.site-header__lang-menu li:not(.current) span {
  color: #a7a7a7;
}
.site-header__lang-menu .current,
.site-header__lang-menu .current a,
.site-header__lang-menu span.current {
  color: #ea5514;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .site-header {
    height: 45px;
    overflow: visible;
    box-shadow: none;
  }
  .site-header.is-hidden {
    transform: none;
    pointer-events: auto;
  }
  .site-header::after {
    display: none;
  }
  .site-header__inner.l-grid, .site-header__inner {
    position: relative;
    z-index: 3;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 45px;
    margin: 0;
    padding: 0;
    column-gap: 0;
    row-gap: 0;
    grid-template-columns: none;
    grid-template-rows: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ea5514;
  }
  .site-header__logo {
    position: absolute;
    top: 50%;
    left: clamp(16px, 6.7164179104vw, 27px);
    z-index: 1;
    display: block;
    margin: 0;
    line-height: 0;
    transform: translateY(-50%);
  }
  .site-header__logo a {
    display: block;
    line-height: 0;
  }
  .site-header__logo-img {
    display: block;
    width: clamp(128.9552238806px, 40.2985074627vw, 162px);
    max-width: 162px;
    height: 12px;
  }
  .site-header__nav, .site-header__lang {
    display: none !important;
  }
  .site-header__menu-toggle {
    position: absolute;
    top: 0;
    right: clamp(16px, 7.4626865672vw, 30px);
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    transform: none;
  }
  .site-header__drawer {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-height: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f8f8f8;
    border-bottom: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.55s;
  }
  .site-header__drawer[hidden] {
    display: none !important;
  }
  .site-header.is-menu-open .site-header__drawer {
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }
  .site-header__drawer-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
  }
  .site-header__drawer-panels {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    width: 200%;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .site-header.is-drawer-sub .site-header__drawer-panels {
    transform: translate3d(-50%, 0, 0);
  }
  .site-header__drawer-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(24px, 6vh, 48px) clamp(16px, 7.4626865672vw, 30px) clamp(24px, 6vh, 48px) clamp(16px, 6.7164179104vw, 27px);
  }
  .site-header__drawer-panel--root {
    flex: 0 0 50%;
    width: 50%;
  }
  .site-header__drawer-sub {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    width: 50%;
    min-height: 100%;
  }
  .site-header__drawer-panel--about, .site-header__drawer-panel--social {
    width: 100%;
    min-height: 100%;
    justify-content: flex-start;
    padding-top: var(--kf2026-drawer-sub-pad-top, clamp(24px, 6vh, 48px));
  }
  .site-header__drawer-panel--about[aria-hidden=true], .site-header__drawer-panel--social[aria-hidden=true] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .site-header__drawer-heading {
    margin: 0 0 16px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #a7a7a7;
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header__drawer-list {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 2.2vw, 12px);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header__drawer-list li {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header__drawer-list a,
  .site-header__drawer-list .site-header__drawer-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 5.9701492537vw, 26px);
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease;
  }
  .site-header__drawer-list a:hover, .site-header__drawer-list a:focus-visible,
  .site-header__drawer-list .site-header__drawer-link:hover,
  .site-header__drawer-list .site-header__drawer-link:focus-visible {
    color: #ea5514;
  }
  .site-header__drawer-list .is-current > a,
  .site-header__drawer-list .is-current > .site-header__drawer-link,
  .site-header__drawer-list a[aria-current=page] {
    color: #ea5514;
  }
  .site-header__drawer-link--forward {
    width: 100%;
    justify-content: space-between;
  }
  .site-header__drawer-chevron {
    position: relative;
    display: block;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 0.4em;
    height: 0.4em;
    border-right: max(1px, 0.055em) solid currentColor;
    border-bottom: max(1px, 0.055em) solid currentColor;
    transform: rotate(-45deg);
  }
  .site-header__drawer-chevron--back {
    width: 0.55em;
    height: 0.55em;
    transform: rotate(135deg);
  }
  .site-header__drawer-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .site-header__drawer-back:hover, .site-header__drawer-back:focus-visible {
    color: #ea5514;
  }
  .site-header__drawer-lang {
    margin-top: 36px;
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header__drawer-lang .site-header__drawer-heading {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .site-header__drawer-lang .site-header__drawer-heading--lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
  }
  .site-header__drawer-lang .bogo-language-switcher,
  .site-header__drawer-lang ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header__drawer-lang .bogo-language-switcher > li + li::before,
  .site-header__drawer-lang ul > li + li::before {
    content: "/";
    margin-inline: 10px;
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
  }
  .site-header__drawer-lang a,
  .site-header__drawer-lang .bogo-language-switcher a,
  .site-header__drawer-lang .bogo-language-switcher span {
    position: static;
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }
  .site-header__drawer-lang .site-header__drawer-heading--lang > span:not(.material-symbols-outlined) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .site-header__drawer-lang .current a,
  .site-header__drawer-lang span.current {
    color: #ea5514;
    font-weight: 500;
  }
  .site-header__drawer-lang-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #a7a7a7;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  }
  .site-header__drawer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header__drawer-legal a {
    color: #a7a7a7;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .site-header__drawer-legal a:hover, .site-header__drawer-legal a:focus-visible {
    color: #ea5514;
  }
  .site-header__drawer-legal a + a::before {
    content: "|";
    margin-inline: 8px;
    color: #a7a7a7;
    pointer-events: none;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(1) {
    transition-delay: 0.22s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(2) {
    transition-delay: 0.265s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(3) {
    transition-delay: 0.31s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(4) {
    transition-delay: 0.355s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(6) {
    transition-delay: 0.445s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(7) {
    transition-delay: 0.49s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(8) {
    transition-delay: 0.535s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-list li:nth-child(9) {
    transition-delay: 0.58s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-lang {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  .site-header.is-menu-open:not(.is-drawer-sub) .site-header__drawer-panel--root .site-header__drawer-legal {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.56s;
  }
  .site-header.is-menu-open.is-drawer-sub .site-header__drawer-panel--about[aria-hidden=false] .site-header__drawer-heading,
  .site-header.is-menu-open.is-drawer-sub .site-header__drawer-panel--about[aria-hidden=false] .site-header__drawer-list li,
  .site-header.is-menu-open.is-drawer-sub .site-header__drawer-panel--social[aria-hidden=false] .site-header__drawer-heading,
  .site-header.is-menu-open.is-drawer-sub .site-header__drawer-panel--social[aria-hidden=false] .site-header__drawer-list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }
  .site-header:not(.is-menu-open) .site-header__drawer-heading,
  .site-header:not(.is-menu-open) .site-header__drawer-list li,
  .site-header:not(.is-menu-open) .site-header__drawer-lang,
  .site-header:not(.is-menu-open) .site-header__drawer-legal {
    transition-delay: 0s;
    transition-duration: 0.22s;
  }
  html.is-menu-open {
    overflow: hidden;
    padding-right: var(--kf2026-scrollbar-comp, 0px);
  }
  body.is-menu-open {
    position: fixed;
    top: var(--kf2026-scroll-lock-y, 0);
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding-top: var(--kf2026-header-lock-h, 45px);
    padding-right: var(--kf2026-scrollbar-comp, 0px);
    overscroll-behavior: none;
  }
  body.is-menu-open .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: var(--kf2026-scrollbar-comp, 0px);
    box-sizing: border-box;
    transform: none;
    pointer-events: auto;
    z-index: 200;
  }
}
body.is-frame-ready .site-header::after {
  transform: scaleX(1);
}

body.is-frame-static .site-header::after {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-header::after {
    transform: scaleX(1);
    transition: none;
  }
  .site-header__hamburger,
  .site-header__hamburger-line,
  .site-header__drawer,
  .site-header__drawer-panels,
  .site-header__drawer-heading,
  .site-header__drawer-list li,
  .site-header__drawer-lang,
  .site-header__drawer-legal {
    transition: none !important;
    transition-delay: 0s !important;
  }
  .site-header__drawer {
    clip-path: none;
    opacity: 0;
  }
  .site-header.is-menu-open .site-header__drawer {
    opacity: 1;
  }
  .site-header__drawer-heading,
  .site-header__drawer-list li,
  .site-header__drawer-lang,
  .site-header__drawer-legal {
    opacity: 1;
    transform: none;
  }
}
.site-header.is-menu-instant-close .site-header__drawer,
.site-header.is-menu-instant-close .site-header__drawer-panels,
.site-header.is-menu-instant-close .site-header__drawer-heading,
.site-header.is-menu-instant-close .site-header__drawer-list li,
.site-header.is-menu-instant-close .site-header__drawer-lang,
.site-header.is-menu-instant-close .site-header__drawer-legal,
.site-header.is-menu-instant-close .site-header__hamburger,
.site-header.is-menu-instant-close .site-header__hamburger-line {
  transition: none !important;
  transition-delay: 0s !important;
}

.breadcrumb {
  grid-column: 1/-1;
  margin: 28px 0 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    font-size: 15px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  color: #a7a7a7;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.55em;
  color: #a7a7a7;
}
.breadcrumb__item a {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb__item a:hover {
  color: #ea5514;
}
.breadcrumb__item.is-current {
  color: #ea5514;
}
.breadcrumb__item.is-current span {
  color: #ea5514;
}

.t-page-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-page-title {
    font-size: clamp(28px, 2.4242424242vw, 48px);
    line-height: clamp(34px, 2.9292929293vw, 58px);
    letter-spacing: -0.0208333333em;
  }
}

.t-body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0;
}
.t-body:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .t-body {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.t-body--left, .t-body.u-no-justify {
  text-align: left;
  text-align-last: auto;
}

html:lang(en) .t-body,
html:lang(en) .about-hero__body p,
html:lang(en) .about-credos__panel-text,
html:lang(en) .purpose-hero__body p,
html:lang(en) .purpose-beyond__panel-text,
html:lang(en) .leadership-intro__body,
html:lang(en) .leadership-featured__role,
html:lang(en) .leadership-card__role,
html:lang(en) .unity-hero__body p,
html:lang(en) .unity-block__body p,
html:lang(en) .tech-hero__body p,
html:lang(en) .tech-advantage__list li,
html:lang(en) .privacy-hero__body p,
html:lang(en) .cookie-table {
  text-align: left;
  text-align-last: auto;
  line-height: 23px;
}
html:lang(en) .t-heading-2 {
  line-height: 30px;
}
html:lang(en) .t-heading-1 {
  line-height: 31px;
}
html:lang(en) .t-page-title {
  line-height: 28px;
}
html:lang(en) .home-hero__lead,
html:lang(en) .home-wwd__body,
html:lang(en) .home-tech__body,
html:lang(en) .home-tech-panel__body,
html:lang(en) .home-unity__body,
html:lang(en) .home-beyond__body,
html:lang(en) .news-single-content__inner,
html:lang(en) .leadership-featured__name-en,
html:lang(en) .footer-hero__body,
html:lang(en) .footer-panel__desc {
  line-height: 23px;
}
@media screen and (min-width: 769px) {
  html:lang(en) .t-body,
  html:lang(en) .about-hero__body p,
  html:lang(en) .about-credos__panel-text,
  html:lang(en) .purpose-hero__body p,
  html:lang(en) .purpose-beyond__panel-text,
  html:lang(en) .leadership-intro__body,
  html:lang(en) .leadership-featured__role,
  html:lang(en) .leadership-card__role,
  html:lang(en) .unity-hero__body p,
  html:lang(en) .unity-block__body p,
  html:lang(en) .tech-hero__body p,
  html:lang(en) .tech-advantage__list li,
  html:lang(en) .privacy-hero__body p,
  html:lang(en) .cookie-table,
  html:lang(en) .home-hero__lead,
  html:lang(en) .news-single-content__inner,
  html:lang(en) .leadership-featured__name-en,
  html:lang(en) .footer-hero__body,
  html:lang(en) .footer-panel__desc {
    line-height: 1.6;
  }
  html:lang(en) .t-heading-2 {
    line-height: clamp(32px, 2.4242424242vw, 48px);
  }
  html:lang(en) .t-heading-1 {
    line-height: clamp(38px, 4.0404040404vw, 80px);
  }
  html:lang(en) .t-page-title {
    line-height: clamp(32px, 2.6262626263vw, 52px);
  }
  html:lang(en) .home-wwd__body,
  html:lang(en) .home-tech__body {
    line-height: clamp(23px, 1.8181818182vw, 36px);
  }
  html:lang(en) .home-tech-panel__body,
  html:lang(en) .home-unity__body,
  html:lang(en) .home-beyond__body {
    line-height: clamp(23px, 1.4646464646vw, 29px);
  }
}
html:lang(en) .tech-block__title-en,
html:lang(en) .home-tech-panel__en {
  display: none;
}

.t-heading-2 {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-heading-2 {
    font-size: clamp(30px, 1.9191919192vw, 38px);
    line-height: clamp(36px, 2.9292929293vw, 58px);
    letter-spacing: 0.0526315789em;
  }
}

.t-label {
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-label {
    font-size: clamp(12px, 1.0101010101vw, 20px);
    line-height: clamp(12px, 1.2626262626vw, 25px);
    letter-spacing: 0;
  }
}

.t-label-num {
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-label-num {
    font-size: clamp(12px, 1.0101010101vw, 20px);
    line-height: clamp(12px, 1.2626262626vw, 25px);
    letter-spacing: 0;
  }
}

.t-heading-1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-heading-1 {
    font-size: clamp(36px, 4.0404040404vw, 80px);
    line-height: clamp(40px, 4.4444444444vw, 88px);
    letter-spacing: -0.0125em;
  }
}

.t-heading-ja {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-heading-ja {
    font-size: clamp(28px, 1.9191919192vw, 38px);
    line-height: clamp(36px, 2.9292929293vw, 58px);
    letter-spacing: 0.0526315789em;
  }
}

.t-heading-ja-sm {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .t-heading-ja-sm {
    font-size: clamp(22px, 1.3636363636vw, 27px);
    line-height: clamp(26px, 1.6161616162vw, 32px);
    letter-spacing: 0.037037037em;
  }
}

.c-skeleton {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: rgb(236, 236, 231);
  line-height: 0;
  vertical-align: top;
}
.c-skeleton::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 500%;
  min-width: 320px;
  background: linear-gradient(to right, rgb(236, 236, 231) 0%, rgb(201, 201, 196) 25%, rgb(236, 236, 231) 50%, rgb(201, 201, 196) 75%, rgb(236, 236, 231) 100%) 50% 50%;
  opacity: 0;
  pointer-events: none;
  animation: none;
}
.c-skeleton.is-loading .c-skeleton__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.c-skeleton.is-loading[data-skeleton-fit=cover] .c-skeleton__media {
  object-fit: cover;
}
.c-skeleton.is-loading.is-active::after {
  opacity: 1;
  animation: kf-skeleton-pulse 2s linear infinite;
}
.c-skeleton.is-loaded {
  background-color: transparent;
}
.c-skeleton.is-loaded::after {
  opacity: 0;
  animation: none;
}
.c-skeleton.is-loaded .c-skeleton__media {
  position: static;
  width: 100%;
  height: auto;
  object-fit: unset;
  opacity: 1;
}
.c-skeleton.is-loaded[data-skeleton-fit=cover] .c-skeleton__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-skeleton__media {
  display: block;
  max-width: 100%;
  transition: opacity 0.45s ease;
}
.c-skeleton__shimmer {
  display: none;
}

@keyframes kf-skeleton-pulse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-skeleton.is-loading.is-active::after {
    animation: none;
    opacity: 1;
    width: 100%;
    min-width: 0;
    background: rgb(236, 236, 231);
    transform: none;
  }
  .c-skeleton__media {
    transition: none;
  }
}
.u-no-skeleton {
  /* marker class — JS skips this image */
}

.c-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: visible;
  color: inherit;
  font-size: 24px;
  line-height: 1;
}
.c-arrow::before {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  -webkit-font-smoothing: antialiased;
}
.c-arrow--sm {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.c-arrow--sm::before {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}
.c-arrow--chevron {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.c-arrow--chevron::before {
  content: "chevron_right";
  font-size: 1em;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.c-btn .c-arrow {
  margin-left: 4px;
}
.c-btn:hover, .c-btn:focus-visible {
  color: #ea5514;
  border-color: #ea5514;
}
.c-btn--on-dark {
  border-color: #fff;
  color: #fff;
}
.c-btn--on-dark:hover, .c-btn--on-dark:focus-visible {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

.c-subnav {
  padding-block: clamp(40px, 5vw, 80px) clamp(60px, 7vw, 120px);
}
.c-subnav__item {
  grid-column: 9/span 4;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
}
.c-subnav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35em;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.2em;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-subnav__link {
    font-size: clamp(30px, 2.4242424242vw, 48px);
    line-height: 1.15;
  }
}
.c-subnav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.c-subnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-subnav__link:hover, .c-subnav__link:focus-visible {
  color: #ea5514;
}
.c-subnav__link:hover::before, .c-subnav__link:focus-visible::before {
  transform: scaleX(1);
}
.c-subnav__link:hover .c-subnav__arrow, .c-subnav__link:focus-visible .c-subnav__arrow {
  transform: translateX(0);
}
.c-subnav__label {
  position: relative;
  z-index: 0;
}
.c-subnav__arrow {
  z-index: 0;
  margin-left: auto;
  flex-shrink: 0;
  transform: translateX(-8px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 768px) {
  .c-subnav__item {
    grid-column: 1/-1;
  }
}
.about-subnav {
  background-color: #e6e4e4;
}
.about-subnav__label {
  grid-column: 1/-1;
  margin: 0 0 clamp(12px, 1.2vw, 15px);
}
@media screen and (min-width: 769px) {
  .about-subnav__label {
    grid-column: 9/span 4;
  }
}

.site-footer-2026 {
  --footer-frame-inset: 5px;
  --layout-inline: 20px;
  --footer-grid-width: min(
    1760px,
    calc(100vw - 2 * var(--layout-inline))
  );
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 769px) {
  .site-footer-2026 {
    --footer-frame-inset: 20px;
    --layout-inline: clamp(
      20px,
      5.5555555556vw,
      110px
    );
  }
}

.footer-hero {
  position: relative;
  min-height: clamp(320px, 42vw, 560px);
  margin-bottom: var(--footer-frame-inset);
  overflow: hidden;
  color: #fff;
  background-color: #f8f8f8;
}
.footer-hero::before, .footer-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  background-color: #ea5514;
  pointer-events: none;
}
.footer-hero::before {
  top: 0;
}
.footer-hero::after {
  bottom: 0;
}
.footer-hero__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--footer-frame-inset);
  right: var(--footer-frame-inset);
  z-index: 0;
  box-sizing: border-box;
  border-left: 1px solid #ea5514;
  border-right: 1px solid #ea5514;
  background-color: #2a2a2a;
  overflow: hidden;
}
.footer-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer-hero__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3a3a3a 0%, #1f1f1f 100%);
  color: rgba(255, 255, 255, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.footer-hero__content {
  position: relative;
  z-index: 1;
  align-items: center;
  min-height: inherit;
  padding-block: clamp(48px, 6vw, 100px);
}
.footer-hero__text {
  grid-column: 1/span 6;
  min-width: 0;
}
.footer-hero__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 3.2vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer-hero__body {
  margin: clamp(16px, 2vw, 28px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
}
.footer-hero__btn {
  margin-top: clamp(24px, 3vw, 40px);
}

.footer-panels {
  --footer-panel-height: 340px;
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  overflow: visible;
}
.footer-panels::before, .footer-panels::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  background-color: #ea5514;
  pointer-events: none;
}
.footer-panels::before {
  top: 0;
}
.footer-panels::after {
  bottom: 0;
}

.footer-panels__grid {
  align-items: stretch;
}

.footer-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  min-width: 0;
  min-height: var(--footer-panel-height);
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(28px, 3vw, 48px);
}
.footer-panel__body--unity {
  grid-column: 1/span 2;
}
.footer-panel__body--news {
  grid-column: 8/span 2;
  align-items: center;
}

.footer-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (min-width: 769px) {
  .footer-panel__inner {
    height: 100%;
  }
}

.footer-panel__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 3.2vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
}

.footer-panel__sub {
  margin: clamp(8px, 1vw, 14px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a7a7a7;
}

.footer-panel__desc {
  margin: clamp(16px, 1.8vw, 28px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .footer-panel__desc {
    margin-bottom: clamp(20px, 2.4vw, 36px);
  }
}

.footer-panel__btn {
  margin-top: clamp(20px, 2.4vw, 36px);
  align-self: flex-start;
}
@media screen and (min-width: 769px) {
  .footer-panel__btn {
    margin-top: auto;
  }
}

.footer-panel__media {
  position: relative;
  min-width: 0;
  min-height: var(--footer-panel-height);
  overflow: hidden;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .footer-panel__media {
    height: auto;
    align-self: stretch;
  }
}
.footer-panel__media--unity {
  grid-column: 4/span 4;
}
.footer-panel__media--news {
  grid-column: 10/span 3;
  margin-right: calc(var(--footer-frame-inset) - (100vw - var(--footer-grid-width)) / 2);
}

@media screen and (max-width: 768px) {
  .footer-hero__text {
    grid-column: 1/-1;
  }
  .footer-panel__body--unity,
  .footer-panel__media--unity,
  .footer-panel__body--news,
  .footer-panel__media--news {
    grid-column: 1/-1;
  }
  .footer-panel__body {
    height: auto;
    min-height: 0;
    padding-top: clamp(28px, 5vw, 40px);
    padding-bottom: clamp(28px, 5vw, 40px);
  }
  .footer-panel__desc {
    margin-bottom: 0;
  }
  .footer-panel__media {
    height: auto;
    min-height: 220px;
    margin-right: 0;
  }
  .footer-panel__media--unity {
    order: -2;
  }
  .footer-panel__media--news {
    order: -1;
  }
}
.footer-nav {
  background-color: #fff;
  color: #000;
}
.footer-nav__main {
  align-items: start;
  padding-block: clamp(96px, 10vw, 160px);
  row-gap: clamp(32px, 4vw, 48px);
}
.footer-nav__logo {
  grid-column: 1/span 4;
  align-self: start;
  min-width: 0;
}
.footer-nav__logo a {
  display: block;
  line-height: 0;
}
.footer-nav__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-nav__col {
  min-width: 0;
}
.footer-nav__col--menu {
  grid-column: 8/span 2;
}
.footer-nav__col--about {
  grid-column: 10/span 2;
}
.footer-nav__col--social {
  grid-column: 12/span 1;
  justify-self: end;
}
.footer-nav__heading {
  margin: 0 0 16px;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav__list li {
  margin: 0;
}
.footer-nav__list a {
  display: block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 0.8585858586vw, 17px);
  font-weight: 400;
  line-height: clamp(22px, 1.5151515152vw, 30px);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav__list a:hover, .footer-nav__list a:focus-visible {
  color: #ea5514;
}
.footer-nav__col--menu .footer-nav__list a, .footer-nav__col--about .footer-nav__list a {
  white-space: nowrap;
}
.footer-nav__col--social .footer-nav__list a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-nav__whitepaper-item {
  grid-column: 1/-1;
  min-width: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer-nav__whitepaper-item {
    grid-column: 10/span 3;
    grid-row: 2;
    justify-self: stretch;
    margin-top: clamp(20px, 2.5vw, 32px);
  }
}
.footer-nav__whitepaper.c-subnav__link {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 769px) {
  .footer-nav__whitepaper.c-subnav__link {
    font-size: clamp(16px, 0.9090909091vw, 18px);
    line-height: 1.15;
  }
}
.footer-nav__rule {
  height: 1px;
  background-color: #ea5514;
}
.footer-nav__legal {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  grid-template-columns: none;
  column-gap: 0;
  row-gap: 0;
  padding-block: 20px;
  border-top: 0;
}
.footer-nav__copy, .footer-nav__policy {
  margin: 0;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.footer-nav__copy {
  flex: 0 1 auto;
  min-width: 0;
}
.footer-nav__policies {
  display: contents;
}
.footer-nav__policy {
  flex: 0 0 auto;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav__policy:hover, .footer-nav__policy:focus-visible {
  color: #ea5514;
}
.footer-nav__policy--privacy {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid rgba(167, 167, 167, 0.7);
}
.footer-nav__policy--cookie, .footer-nav__policy--terms {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer-nav__main {
    padding-block: 80px 64px;
  }
  .footer-nav__logo {
    grid-column: 1/-1;
  }
  .footer-nav__logo img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .footer-nav__col--menu, .footer-nav__col--about, .footer-nav__col--social {
    grid-column: 1/-1;
  }
  .footer-nav__col--social {
    justify-self: start;
    text-align: left;
  }
  .footer-nav__list a {
    font-size: clamp(14px, 4.9751243781vw, 20px);
    line-height: 1.4;
  }
  .footer-nav__whitepaper-item {
    justify-self: start;
  }
  .footer-nav__legal {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    padding-block: 20px 24px;
    overflow: visible;
  }
  .footer-nav__policies {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    column-gap: 0;
    row-gap: 0;
    order: -1;
  }
  .footer-nav__copy, .footer-nav__policy {
    font-size: clamp(10px, 3.2338308458vw, 13px);
    letter-spacing: 0.01em;
  }
  .footer-nav__copy {
    flex: none;
    white-space: normal;
  }
  .footer-nav__policy--privacy {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .footer-nav__policy--cookie, .footer-nav__policy--terms {
    padding-left: 0;
  }
  .footer-nav__policy + .footer-nav__policy::before {
    content: "|";
    margin-inline: clamp(4px, 1.9900497512vw, 8px);
    color: #a7a7a7;
    pointer-events: none;
  }
}
.has-cursor-stalker,
.has-cursor-stalker * {
  cursor: none !important;
}

.has-cursor-stalker input,
.has-cursor-stalker textarea,
.has-cursor-stalker select,
.has-cursor-stalker [contenteditable=true] {
  cursor: text !important;
}

.has-cursor-stalker.is-cursor-paused,
.has-cursor-stalker.is-cursor-paused * {
  cursor: auto !important;
}

.has-cursor-stalker.is-cursor-paused .c-cursor {
  opacity: 0 !important;
  visibility: hidden;
  transition: none;
}

.c-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.c-cursor.is-visible {
  opacity: 1;
}
.c-cursor__dot {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: #ea5514;
  opacity: 0.92;
  padding: 0;
  overflow: hidden;
  transform-origin: center center;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1), height 0.55s cubic-bezier(0.22, 1, 0.36, 1), margin 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width, height, margin;
}
.c-cursor__label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: max-content;
  max-width: 88%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-50% + 2px)) scale(0.92);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.06s;
}
.c-cursor.is-hover:not(.is-label) .c-cursor__dot {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  opacity: 0.78;
}
.c-cursor.is-label .c-cursor__dot {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  opacity: 0.94;
}
.c-cursor.is-label .c-cursor__label {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.c-cursor.is-label-light .c-cursor__dot {
  background-color: #fff;
  opacity: 0.96;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.c-cursor.is-label-light .c-cursor__label {
  color: #ea5514;
}
.c-cursor.is-press:not(.is-label) .c-cursor__dot {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  opacity: 1;
  transition-duration: 0.18s;
}
.c-cursor.is-label.is-press .c-cursor__dot {
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
  transition-duration: 0.18s;
}

@media (prefers-reduced-motion: reduce) {
  .has-cursor-stalker,
  .has-cursor-stalker * {
    cursor: auto !important;
  }
  .c-cursor {
    display: none !important;
  }
}
.about-graphic-stage {
  position: relative;
  --graphic-max: clamp(
    206.9651741294px,
    64.6766169154vw,
    830px
  );
  --about-ring-blur: 0px;
  --about-ring-opacity: 1;
  --about-ring-scale: 1;
}
.about-graphic-stage__rail {
  position: relative;
  z-index: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  row-gap: 0;
}
.about-graphic-stage__visual {
  grid-column: 7/span 6;
  justify-self: end;
  align-self: start;
  width: 100%;
  max-width: min(100%, var(--graphic-max));
  line-height: 0;
  overflow: visible;
  transform: scale(var(--about-ring-scale));
  transform-origin: center center;
  filter: blur(var(--about-ring-blur));
  opacity: var(--about-ring-opacity);
  will-change: filter, opacity, transform;
}
.about-graphic-stage__visual .about-hero__ring {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .about-graphic-stage__rail {
    position: absolute;
    inset: 0;
    align-content: start;
    padding-block: clamp(80px, 10vw, 160px) 0;
    height: 100%;
    box-sizing: border-box;
  }
  .about-graphic-stage__visual {
    position: sticky;
    top: calc(70px + clamp(24px, 3vw, 48px));
    z-index: 0;
  }
}

.about-hero {
  position: relative;
  z-index: 1;
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(60px, 8vw, 120px);
  row-gap: clamp(32px, 4vw, 60px);
}
.about-hero__text {
  grid-column: 1/span 4;
  min-width: 0;
}
.about-hero__title {
  margin: 0 0 clamp(60px, 7.58vw, 150px);
}
.about-hero__heading {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-hero__heading br {
    display: none;
  }
}
.about-hero__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.about-hero__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0 40px 1em 0;
}
.about-hero__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .about-hero__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.about-hero__body p:last-child {
  margin-bottom: 0;
}
.about-hero__visual, .about-hero__visual-spacer {
  grid-column: 7/span 6;
  justify-self: end;
  align-self: start;
  width: 100%;
  max-width: min(100%, var(--graphic-max, 830px));
  line-height: 0;
  overflow: visible;
}
.about-hero__visual img,
.about-hero__visual .c-skeleton,
.about-hero__visual .about-hero__ring, .about-hero__visual-spacer img,
.about-hero__visual-spacer .c-skeleton,
.about-hero__visual-spacer .about-hero__ring {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.about-hero__visual-spacer {
  aspect-ratio: 1;
  margin-top: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-hero__ring-outline, .about-hero__ring-fill {
  fill: none;
  stroke-linecap: butt;
  stroke-dasharray: 1.02;
  stroke-dashoffset: 1.02;
}
.about-hero__ring-outline {
  stroke: rgba(167, 167, 167, 0.5);
  animation: about-hero-ring-draw 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards, about-hero-ring-outline-hide 0.35s ease 3s forwards;
}
.about-hero__ring-outline--outer {
  animation-delay: 0.12s, 3s;
}
.about-hero__ring-outline--inner {
  animation-delay: 0.48s, 3s;
}
.about-hero__ring-fill {
  opacity: 0.35;
  animation: about-hero-ring-fill 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1.5s forwards;
}

@keyframes about-hero-ring-draw {
  from {
    stroke-dashoffset: 1.02;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes about-hero-ring-fill {
  from {
    stroke-dashoffset: 1.02;
    opacity: 0.35;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes about-hero-ring-outline-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-hero__ring-outline {
    animation: none;
    stroke-dashoffset: 0;
    opacity: 0;
  }
  .about-hero__ring-fill {
    animation: none;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  .about-graphic-stage {
    --about-ring-blur: 0px;
    --about-ring-opacity: 1;
    --about-ring-scale: 1;
  }
  .about-graphic-stage__visual {
    filter: none;
    will-change: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-graphic-stage {
    display: flex;
    flex-direction: column;
  }
  .about-graphic-stage__rail {
    order: 2;
    position: sticky;
    top: calc(var(--about-ring-pin-top, 45px) + 30px);
    z-index: 0;
    width: min(1760px, 100% - 2 * clamp(16px, 7.4626865672vw, 30px));
    margin: 0 auto 40px;
    padding: 0;
    display: block;
  }
  .about-graphic-stage__visual {
    grid-column: auto;
    width: var(--graphic-max);
    max-width: min(100%, var(--graphic-max));
    margin-inline: auto;
  }
  .about-graphic-stage .about-hero {
    display: contents;
  }
  .about-graphic-stage .about-vision {
    order: 5;
  }
  .about-graphic-stage .about-mission {
    order: 6;
  }
  .about-hero__text {
    display: contents;
  }
  .about-hero__title, .about-hero__heading, .about-hero__body {
    box-sizing: border-box;
    width: min(1760px, 100% - 2 * clamp(16px, 7.4626865672vw, 30px));
    margin-inline: auto;
  }
  .about-hero__title {
    order: 1;
    margin-bottom: 40px;
    padding-top: clamp(80px, 10vw, 160px);
  }
  .about-hero__heading, .about-hero__body {
    position: relative;
    z-index: 1;
  }
  .about-hero__heading {
    order: 3;
    margin-bottom: 1em;
  }
  .about-hero__body {
    order: 4;
    margin-top: 0;
    margin-bottom: clamp(32px, 4vw, 60px);
  }
  .about-hero__visual, .about-hero__visual-spacer {
    grid-column: 1/-1;
    justify-self: stretch;
  }
  .about-hero__body p {
    margin-right: 0;
  }
  .about-hero__visual {
    width: var(--graphic-max);
    max-width: min(100%, var(--graphic-max));
    margin-inline: auto;
  }
  .about-hero__visual-spacer {
    display: none;
  }
}
.about-vision,
.about-mission {
  position: relative;
  z-index: 1;
  padding-block: clamp(60px, 8vw, 140px);
  align-items: start;
  row-gap: clamp(24px, 3vw, 40px);
}
.about-vision__label,
.about-mission__label {
  grid-column: 1/span 3;
  margin: 0;
  position: sticky;
  top: 45px;
  z-index: 1;
  align-self: start;
  padding-top: calc((33px - 30px) / 2);
}
@media screen and (min-width: 769px) {
  .about-vision__label,
  .about-mission__label {
    top: 70px;
    padding-top: calc((clamp(40px, 4.4444444444vw, 88px) - clamp(36px, 4.0404040404vw, 80px)) / 2);
  }
}
.about-vision__content,
.about-mission__content {
  grid-column: 5/span 8;
  min-width: 0;
}
.about-vision__title,
.about-mission__title {
  margin: 0 0 clamp(40px, 5vw, 100px);
  color: #000;
}
.about-vision__list,
.about-mission__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 56px);
}
.about-vision__item,
.about-mission__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.2vw, 16px);
  margin: 0;
}
.about-vision__num,
.about-mission__num {
  flex-shrink: 0;
  line-height: 1;
  padding-top: calc((25px - 17px) / 2);
}
@media screen and (min-width: 769px) {
  .about-vision__num,
  .about-mission__num {
    padding-top: clamp(2px, 0.5050505051vw, 10px);
  }
}
.about-vision__mark,
.about-mission__mark {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 12px;
  margin-top: 0.42em;
  color: #ea5514;
}
.about-vision__mark::before, .about-vision__mark::after,
.about-mission__mark::before,
.about-mission__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-block-start: 1.5px solid currentColor;
  border-inline-end: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.about-vision__mark::before,
.about-mission__mark::before {
  left: 0;
}
.about-vision__mark::after,
.about-mission__mark::after {
  left: 6px;
}
.about-vision__text,
.about-mission__text {
  margin: 0;
  color: #000;
  min-width: 0;
}
.about-vision__title,
.about-mission__title {
  grid-column: 5/span 8;
}
.about-vision__list,
.about-mission__list {
  grid-column: 4/-1;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 56px) 20px;
}
.about-vision__item,
.about-mission__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0 20px;
  align-items: start;
}
.about-vision__num,
.about-mission__num {
  grid-column: 1;
  justify-self: end;
  text-align: right;
  padding-top: calc((25px - 15px) / 2);
}
@media screen and (min-width: 769px) {
  .about-vision__num,
  .about-mission__num {
    padding-top: calc((clamp(26px, 1.6161616162vw, 32px) - clamp(22px, 1.3636363636vw, 27px)) / 2);
  }
}
.about-vision__text,
.about-mission__text {
  grid-column: 2/-1;
}

@media screen and (max-width: 768px) {
  .about-vision__label, .about-vision__content, .about-vision__title, .about-vision__list,
  .about-mission__label,
  .about-mission__content,
  .about-mission__title,
  .about-mission__list {
    grid-column: 1/-1;
  }
  .about-vision__label,
  .about-mission__label {
    padding-top: 0;
  }
  .about-mission__title br {
    display: none;
  }
  .about-vision__list,
  .about-mission__list {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    column-gap: 0;
    row-gap: clamp(28px, 3.5vw, 56px);
  }
  .about-vision__item,
  .about-mission__item {
    display: flex;
    grid-column: auto;
    grid-template-columns: none;
    align-items: flex-start;
    gap: clamp(10px, 1.2vw, 16px);
  }
  .about-vision__num,
  .about-mission__num {
    justify-self: auto;
    text-align: left;
  }
  .about-vision__text,
  .about-mission__text {
    grid-column: auto;
  }
}
.about-credos {
  padding-block: clamp(60px, 8vw, 140px);
}
.about-credos__lead {
  align-items: start;
  row-gap: clamp(24px, 3vw, 40px);
}
.about-credos__label {
  grid-column: 1/span 3;
  margin: 0;
  position: sticky;
  top: 45px;
  z-index: 1;
  align-self: start;
  padding-top: calc((32px - 27px) / 2);
}
@media screen and (min-width: 769px) {
  .about-credos__label {
    top: 70px;
    padding-top: calc((clamp(36px, 2.9292929293vw, 58px) - clamp(30px, 1.9191919192vw, 38px)) / 2);
  }
}
.about-credos__intro {
  grid-column: 5/span 8;
  min-width: 0;
}
.about-credos__heading {
  margin: 0;
  color: #000;
}
.about-credos__body {
  margin: clamp(18px, 2vw, 30px) 0 0;
  color: #000;
}
.about-credos__visual {
  margin-top: clamp(28px, 3.5vw, 56px);
  line-height: 0;
}
.about-credos__visual img,
.about-credos__visual .c-skeleton {
  display: block;
  width: 100%;
  height: auto;
}
.about-credos__accordion {
  margin-top: clamp(36px, 4.5vw, 72px);
}
.about-credos__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
}
.about-credos__item {
  position: relative;
  padding-block: clamp(18px, 2vw, 30px);
}
.about-credos__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.about-credos__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.about-credos__item.is-open .about-credos__title,
.about-credos__item.is-open .about-credos__icon, .about-credos__item:hover .about-credos__title,
.about-credos__item:hover .about-credos__icon {
  color: #ea5514;
}
.about-credos__item.is-open::before, .about-credos__item:hover::before {
  transform: scaleX(1);
}
.about-credos__row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: clamp(10px, 1.2vw, 20px);
}
.about-credos__num {
  line-height: 1;
  flex-shrink: 0;
  padding-top: calc((33px - 30px) / 2 + (30px - 12px) * 0.14);
}
@media screen and (min-width: 769px) {
  .about-credos__num {
    padding-top: calc((clamp(40px, 4.4444444444vw, 88px) - clamp(36px, 4.0404040404vw, 80px)) / 2 + (clamp(36px, 4.0404040404vw, 80px) - clamp(12px, 1.0101010101vw, 20px)) * 0.14);
  }
}
.about-credos__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.5vw, 24px);
  text-align: left;
}
.about-credos__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #a7a7a7;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .about-credos__title {
    font-size: clamp(36px, 4.0404040404vw, 80px);
    line-height: clamp(40px, 4.4444444444vw, 88px);
    letter-spacing: -0.0125em;
  }
}
.about-credos__icon {
  position: relative;
  flex-shrink: 0;
  width: clamp(28px, 2.4vw, 44px);
  height: clamp(28px, 2.4vw, 44px);
  color: #a7a7a7;
  transition: color 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-credos__icon::before, .about-credos__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.about-credos__icon::before {
  width: 100%;
  height: 2px;
}
.about-credos__icon::after {
  width: 2px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-credos__toggle[aria-expanded=true] .about-credos__icon {
  transform: rotate(180deg);
}
.about-credos__toggle[aria-expanded=true] .about-credos__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.about-credos__panel {
  display: grid;
  grid-template-rows: 0fr;
  margin-left: calc(clamp(10px, 1.2vw, 20px) + clamp(12px, 1.0101010101vw, 20px));
  overflow: hidden;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-credos__item.is-open .about-credos__panel {
  grid-template-rows: 1fr;
}
.about-credos__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.about-credos__panel-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0;
  padding-top: clamp(10px, 1.2vw, 16px);
  color: #000;
}
.about-credos__panel-text:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .about-credos__panel-text {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}

@media screen and (max-width: 768px) {
  .about-credos__label, .about-credos__intro {
    grid-column: 1/-1;
  }
  .about-credos__label {
    padding-top: 0;
  }
  .about-credos__visual {
    margin-top: clamp(20px, 4vw, 32px);
  }
  .about-credos__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .about-credos__num {
    padding-top: calc(2.4px + (24px - 12px) * 0.14);
  }
  .about-credos__icon {
    width: 22px;
    height: 22px;
  }
  .about-credos__panel {
    margin-left: calc(12px + 12px);
  }
}
.purpose-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(60px, 8vw, 120px);
  row-gap: clamp(32px, 4vw, 60px);
}
.purpose-hero__text {
  grid-column: 1/span 4;
  min-width: 0;
}
.purpose-hero__title {
  margin: 0 0 clamp(60px, 7.58vw, 150px);
}
.purpose-hero__heading {
  margin: 0;
}
.purpose-hero__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.purpose-hero__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0 40px 0 0;
}
.purpose-hero__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .purpose-hero__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.purpose-hero__media {
  grid-column: 5/span 8;
  align-self: center;
  min-width: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
.purpose-hero__media img,
.purpose-hero__media .c-skeleton {
  display: block;
  width: 100%;
  height: auto;
}

.purpose-block {
  padding-block: clamp(56px, 7vw, 120px);
  align-items: start;
  row-gap: clamp(28px, 3.5vw, 48px);
}
.purpose-block__aside {
  grid-column: 1/span 3;
  min-width: 0;
}
.purpose-block__num {
  margin: 0;
  line-height: 1;
  font-weight: 300;
  padding-top: calc((32px - 27px) / 2 + (27px - 12px) * 0.14);
}
@media screen and (min-width: 769px) {
  .purpose-block__num {
    padding-top: calc((clamp(36px, 2.9292929293vw, 58px) - clamp(30px, 1.9191919192vw, 38px)) / 2 + (clamp(30px, 1.9191919192vw, 38px) - clamp(12px, 1.0101010101vw, 20px)) * 0.14);
  }
}
.purpose-block__label {
  margin: clamp(8px, 1vw, 14px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .purpose-block__label {
    font-size: clamp(22px, 2.1717171717vw, 43px);
  }
}
.purpose-block__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.purpose-block__main--compact {
  grid-column: 5/span 6;
}
.purpose-block__headline {
  margin: 0;
  color: #000;
}
.purpose-block__lead, .purpose-block__body {
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #000;
}
.purpose-block__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 20px * 2 + (100% - 11 * 20px) / 12);
  margin-top: clamp(24px, 3vw, 44px);
}
@media screen and (min-width: 769px) {
  .purpose-block__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(40px, 5.5vw, 100px);
  }
}
.purpose-block__cols .purpose-block__body {
  margin-top: 0;
}

.purpose-beyond__accordion {
  grid-column: 1/-1;
  margin-top: clamp(36px, 4.5vw, 72px);
}
.purpose-beyond__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
}
.purpose-beyond__item {
  position: relative;
  padding-block: clamp(16px, 1.8vw, 26px);
}
.purpose-beyond__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.purpose-beyond__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.purpose-beyond__item.is-open .purpose-beyond__name,
.purpose-beyond__item.is-open .purpose-beyond__icon, .purpose-beyond__item:hover .purpose-beyond__name,
.purpose-beyond__item:hover .purpose-beyond__icon {
  color: #ea5514;
}
.purpose-beyond__item.is-open::before, .purpose-beyond__item:hover::before {
  transform: scaleX(1);
}
.purpose-beyond__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.5vw, 24px);
  text-align: left;
}
.purpose-beyond__name {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #a7a7a7;
  transition: color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .purpose-beyond__name {
    font-size: clamp(22px, 2.1717171717vw, 43px);
    line-height: 1.2;
  }
}
.purpose-beyond__icon {
  position: relative;
  flex-shrink: 0;
  width: clamp(20px, 1.6vw, 28px);
  height: clamp(20px, 1.6vw, 28px);
  color: #a7a7a7;
  transition: color 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.purpose-beyond__icon::before, .purpose-beyond__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.purpose-beyond__icon::before {
  width: 100%;
  height: 2px;
}
.purpose-beyond__icon::after {
  width: 2px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.purpose-beyond__toggle[aria-expanded=true] .purpose-beyond__icon {
  transform: rotate(180deg);
}
.purpose-beyond__toggle[aria-expanded=true] .purpose-beyond__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.purpose-beyond__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  max-width: min(100%, 720px);
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.purpose-beyond__item.is-open .purpose-beyond__panel {
  grid-template-rows: 1fr;
}
.purpose-beyond__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.purpose-beyond__panel-heading {
  margin: 0 0 clamp(8px, 1vw, 12px);
  padding-top: clamp(10px, 1.2vw, 16px);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #ea5514;
}
@media screen and (min-width: 769px) {
  .purpose-beyond__panel-heading {
    font-size: clamp(17px, 1.1616161616vw, 23px);
  }
}
.purpose-beyond__panel-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0;
  padding-bottom: clamp(8px, 1.2vw, 16px);
  color: #000;
}
.purpose-beyond__panel-text:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .purpose-beyond__panel-text {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.purpose-beyond__diagram {
  grid-column: 1/-1;
  justify-self: center;
  margin-top: clamp(40px, 5vw, 80px);
  width: 100%;
  max-width: 1222px;
  line-height: 0;
}
.purpose-beyond__diagram img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .purpose-hero__text, .purpose-hero__media {
    grid-column: 1/-1;
  }
  .purpose-hero__body p {
    margin-right: 0;
  }
  .purpose-block__aside, .purpose-block__main, .purpose-block__main--compact {
    grid-column: 1/-1;
  }
  .purpose-block__cols {
    grid-template-columns: 1fr;
    row-gap: clamp(16px, 4vw, 24px);
  }
  .purpose-block__num {
    padding-top: 0;
  }
  .purpose-beyond__accordion, .purpose-beyond__diagram {
    grid-column: 1/-1;
  }
}
.origins-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(80px, 12vw, 230px);
}
.origins-hero__text {
  grid-column: 3/span 8;
  min-width: 0;
}
.origins-hero__title {
  margin: 0 0 clamp(60px, 7.58vw, 150px);
}
.origins-hero__heading {
  margin: 0;
}
.origins-hero__body {
  margin: clamp(28px, 3vw, 60px) 0 0;
}
.origins-hero__body p {
  margin: 0;
}

.origins-layout {
  align-items: start;
  padding-bottom: clamp(80px, 10vw, 200px);
  row-gap: clamp(40px, 5vw, 72px);
}

.origins-nav {
  grid-column: 1/span 2;
  position: sticky;
  top: calc(70px + 24px);
  align-self: start;
  min-width: 0;
  padding-top: clamp(8px, 1vw, 16px);
  --origins-nav-fs: clamp(12px, 0.8585858586vw, 17px);
  --origins-nav-lh: clamp(32px, 2.4242424242vw, 48px);
  --origins-nav-pad: clamp(14px, 1.1616161616vw, 23px);
}
.origins-nav__bar {
  min-width: 0;
}
.origins-nav__heading {
  display: none;
}
.origins-nav__scroll {
  min-width: 0;
}
.origins-nav__track {
  border-left: 1px solid #a7a7a7;
}
.origins-nav__year {
  margin: 0;
  padding: 0 0 0 var(--origins-nav-pad);
  font-family: "Roboto", sans-serif;
  font-size: var(--origins-nav-fs);
  font-weight: 400;
  line-height: var(--origins-nav-lh);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a7a7a7;
}
.origins-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.origins-nav__link {
  position: relative;
  display: block;
  padding: 0 0 0 var(--origins-nav-pad);
  font-family: "Roboto", sans-serif;
  font-size: var(--origins-nav-fs);
  font-weight: 400;
  line-height: var(--origins-nav-lh);
  letter-spacing: 0;
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.origins-nav__link::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: clamp(10px, 0.8vw, 15px);
  background-color: transparent;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
}
.origins-nav__link:hover {
  color: #000;
}
.origins-nav__item.is-current .origins-nav__link {
  color: #ea5514;
}
.origins-nav__item.is-current .origins-nav__link::before {
  background-color: #ea5514;
}

.origins-main {
  grid-column: 3/-1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(72px, 9vw, 95px);
}

.origins-section {
  min-width: 0;
}
.origins-section__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 2.2vw, 43px);
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: -0.023em;
  color: #000;
}
.origins-section__lead {
  margin: clamp(28px, 3.5vw, 70px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(17px, 1.2vw, 23px);
  font-weight: 600;
  line-height: 1.6;
  color: #000;
}
.origins-section__body-wrap {
  margin-top: clamp(20px, 2.2vw, 40px);
  max-width: 52em;
}
.origins-section__body-wrap p {
  margin: 0;
}
.origins-section__body-wrap p + p {
  margin-top: 1.2em;
}
.origins-section__more {
  margin: clamp(20px, 2.2vw, 36px) 0 0;
}
.origins-section__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .origins-section__more-link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.origins-section__more-link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.origins-section__more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.origins-section__more-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.origins-section__more-link:hover, .origins-section__more-link:focus-visible {
  color: #ea5514;
}
.origins-section__more-link:hover .c-arrow, .origins-section__more-link:focus-visible .c-arrow {
  color: #ea5514;
}
.origins-section__more-link:hover::before, .origins-section__more-link:focus-visible::before {
  transform: scaleX(1);
}
.origins-section__media {
  margin: 0;
  line-height: 0;
  overflow: hidden;
  background-color: #e8e8e8;
}
.origins-section__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.origins-section__media--full {
  margin-top: clamp(36px, 4.5vw, 70px);
}
.origins-section__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(12px, 1.2vw, 20px);
  margin-top: clamp(36px, 4.5vw, 100px);
}
.origins-section__gallery--fusion {
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  aspect-ratio: 1297/600;
}
.origins-section__gallery--fusion .origins-section__media--wide,
.origins-section__gallery--fusion .origins-section__media--side {
  grid-column: auto;
  min-height: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.origins-section__gallery--fusion .origins-section__media--wide picture,
.origins-section__gallery--fusion .origins-section__media--wide img {
  display: block;
  width: 100%;
  height: 100%;
}
.origins-section__gallery--fusion .origins-section__media--wide img {
  object-fit: cover;
}
.origins-section--card .origins-section__card {
  box-sizing: border-box;
  padding: clamp(32px, 4vw, 100px) clamp(20px, 3vw, 50px) clamp(28px, 3vw, 50px);
  background-color: #fff;
}
.origins-momentum {
  box-sizing: border-box;
  padding: clamp(40px, 5vw, 100px) clamp(20px, 3vw, 50px) clamp(28px, 3vw, 50px);
  background-color: #e6e4e4;
}

.origins-slider {
  margin-top: clamp(36px, 4.5vw, 100px);
  position: relative;
  --origins-slider-gap: 20px;
  --origins-slider-peek: 20px;
}
.origins-slider__viewport {
  overflow: hidden;
}
.origins-slider__slide {
  width: calc(100% - var(--origins-slider-gap) - var(--origins-slider-peek));
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 50px);
  align-items: stretch;
  min-width: 0;
  box-sizing: border-box;
  background-color: #fff;
  padding-right: clamp(20px, 2.5vw, 50px);
}
.origins-slider__media {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 0;
  height: 100%;
  align-self: stretch;
  background-color: #fff;
}
.origins-slider__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  flex: 0 0 auto;
}
.origins-slider__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  padding-top: clamp(40px, 6vw, 120px);
  padding-bottom: clamp(24px, 3vw, 40px);
}
.origins-slider__card-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 2.2vw, 43px);
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: -0.023em;
  color: #000;
}
.origins-slider__card-sub {
  margin: clamp(16px, 1.8vw, 30px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.origins-slider__card-body {
  margin: clamp(12px, 1.2vw, 17px) 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .origins-slider__card-body {
    line-height: 1.55;
  }
}
.origins-slider__card-body a {
  color: #ea5514;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.origins-slider__card-more {
  margin: clamp(20px, 2vw, 35px) 0 0;
}
.origins-slider__controls {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  margin-top: clamp(20px, 2.4vw, 35px);
}
.origins-slider__progress {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 2px;
}
.origins-slider__progress-track {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a7a7a7;
}
.origins-slider__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background-color: #ea5514;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.origins-slider__nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}
.origins-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #a7a7a7;
}
.origins-slider__btn .c-subnav__arrow {
  margin-left: 0;
  transform: none;
}
.origins-slider__btn--prev .c-arrow {
  transform: rotate(180deg);
}
.origins-slider__btn--next {
  color: #ea5514;
}
.origins-slider__btn:hover {
  color: #ea5514;
}

.origins-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
  margin: clamp(40px, 5vw, 100px) 0 0;
  padding: 0;
  list-style: none;
}
.origins-stats__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.6vw, 28px);
  min-height: clamp(160px, 16vw, 277px);
  padding: clamp(24px, 2.2vw, 40px) clamp(16px, 1.5vw, 40px) clamp(16px, 1.2vw, 24px);
  background-color: #ea5514;
  border-radius: 0;
  color: #f8f8f8;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.origins-stats__item:nth-child(1) {
  transition-delay: 0s;
}
.origins-stats__item:nth-child(2) {
  transition-delay: 0.18s;
}
.origins-stats__item:nth-child(3) {
  transition-delay: 0.36s;
}
.origins-stats__item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.origins-stats__label {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}
.origins-stats__value {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(40px, 3.6vw, 70px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .origins-stats__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.origins-next {
  background-color: #e6e4e4;
}
.origins-next__label {
  grid-column: 1/-1;
  margin: 0 0 clamp(12px, 1.2vw, 15px);
}
@media screen and (min-width: 769px) {
  .origins-next__label {
    grid-column: 9/span 4;
  }
}

@media screen and (max-width: 768px) {
  .origins-hero__text {
    grid-column: 1/-1;
  }
  .origins-layout {
    row-gap: 0;
  }
  .origins-nav {
    display: contents;
  }
  .origins-nav__heading {
    grid-column: 1/-1;
    display: block;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: var(--origins-nav-fs);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #a7a7a7;
  }
  .origins-nav__bar {
    grid-column: 1/-1;
    position: sticky;
    top: 45px;
    z-index: 20;
    box-sizing: border-box;
    height: 45px;
    margin-bottom: clamp(40px, 5vw, 72px);
    padding-block: 0;
    width: 100%;
    background-color: #f8f8f8;
  }
  .origins-nav__bar::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    border-top: 1px solid rgba(167, 167, 167, 0.45);
    border-bottom: 1px solid #ea5514;
    pointer-events: none;
  }
  .origins-nav__scroll {
    position: relative;
    width: calc(100% + var(--layout-inline));
    margin-right: calc(-1 * var(--layout-inline));
    min-width: 0;
    height: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .origins-nav__scroll::-webkit-scrollbar {
    display: none;
  }
  .origins-nav__scroll::before, .origins-nav__scroll::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .origins-nav__scroll::after {
    content: "";
    width: 56px;
    background: linear-gradient(270deg, #f8f8f8 24%, rgba(248, 248, 248, 0) 100%), linear-gradient(270deg, rgba(167, 167, 167, 0.28) 0%, rgba(167, 167, 167, 0) 40%);
  }
  .origins-nav__scroll::before {
    content: "";
    right: 10px;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1.5px solid #a7a7a7;
    border-bottom: 1.5px solid #a7a7a7;
  }
  .origins-nav__scroll.is-scrollable:not(.is-at-end)::before, .origins-nav__scroll.is-scrollable:not(.is-at-end)::after {
    opacity: 1;
  }
  .origins-nav__track {
    border-left: 0;
    display: block;
    width: max-content;
    min-width: 100%;
    height: 100%;
    padding-right: 48px;
  }
  .origins-nav__list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: max-content;
    min-height: 100%;
    padding-bottom: 0;
  }
  .origins-nav__year {
    display: none;
  }
  .origins-nav__item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .origins-nav__item:first-child .origins-nav__link {
    padding-left: 0;
  }
  .origins-nav__item + .origins-nav__item .origins-nav__link {
    border-left: 1px solid rgba(167, 167, 167, 0.25);
  }
  .origins-nav__link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    line-height: 1;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #737373;
    transition: color 0.2s ease;
  }
  .origins-nav__link::before {
    display: none;
  }
  .origins-nav__link:hover, .origins-nav__link:focus-visible {
    color: #000;
  }
  .origins-nav__item.is-current .origins-nav__link {
    color: #ea5514;
  }
  .origins-main {
    grid-column: 1/-1;
  }
  .origins-section__gallery--fusion {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    row-gap: 20px;
  }
  .origins-section__gallery--fusion .origins-section__media--wide,
  .origins-section__gallery--fusion .origins-section__media--side {
    aspect-ratio: 4/3;
    height: auto;
  }
  .origins-section__gallery--fusion .origins-section__media--wide picture,
  .origins-section__gallery--fusion .origins-section__media--wide img {
    height: auto;
  }
  .origins-section__gallery--fusion .origins-section__media--wide img {
    aspect-ratio: 4/3;
  }
  #origins-began {
    display: flex;
    flex-direction: column;
  }
  #origins-began .origins-section__title {
    order: 1;
  }
  #origins-began .origins-section__lead {
    order: 2;
  }
  #origins-began .origins-section__media--full {
    order: 3;
    margin-top: clamp(20px, 4vw, 28px);
  }
  #origins-began .origins-section__body-wrap {
    order: 4;
    margin-top: clamp(20px, 4vw, 28px);
  }
  #origins-fusion .origins-section__card {
    display: flex;
    flex-direction: column;
  }
  #origins-fusion .origins-section__card .origins-section__title {
    order: 1;
  }
  #origins-fusion .origins-section__card .origins-section__lead {
    order: 2;
  }
  #origins-fusion .origins-section__card .origins-section__gallery {
    order: 3;
    margin-top: clamp(20px, 4vw, 28px);
  }
  #origins-fusion .origins-section__card .origins-section__media--side {
    display: none;
  }
  #origins-fusion .origins-section__card .origins-section__body-wrap {
    order: 4;
    margin-top: clamp(20px, 4vw, 28px);
  }
  #origins-fusion .origins-section__card .origins-section__more {
    order: 5;
  }
  .origins-momentum {
    padding-inline: 16px;
  }
  .origins-slider {
    --origins-slider-gap: 12px;
    --origins-slider-peek: 12px;
  }
  .origins-slider__slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    padding-right: 0;
  }
  .origins-slider__media {
    height: 100%;
    min-height: 0;
  }
  .origins-slider__card {
    padding: clamp(24px, 5vw, 40px);
  }
  .origins-stats {
    grid-template-columns: 1fr;
  }
}
.leadership-intro {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(120px, 16vw, 280px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.leadership-intro__title {
  grid-column: 1/span 3;
  margin: 0;
  min-width: 0;
}
.leadership-intro__main {
  grid-column: 5/span 7;
  min-width: 0;
}
.leadership-intro__heading {
  margin: 0;
}
.leadership-intro__body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: clamp(20px, 2vw, 50px) 0 0;
}
.leadership-intro__body:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .leadership-intro__body {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}

.leadership-featured {
  padding-bottom: clamp(60px, 8vw, 120px);
  row-gap: clamp(28px, 3vw, 40px);
}
.leadership-featured__card {
  grid-column: 1/-1;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: start;
  background-color: #fff;
  padding: 0 60px clamp(24px, 4vw, 60px);
  min-width: 0;
}
.leadership-featured__media {
  grid-column: 1/span 4;
  margin: 0 40px 0 0;
  line-height: 0;
  width: auto;
  min-width: 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f7dfd5 0%, #f8f8f8 44.67%);
}
.leadership-featured__media img,
.leadership-featured__media .c-skeleton {
  display: block;
  width: 100%;
  height: auto;
}
.leadership-featured__body {
  grid-column: 5/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: clamp(32px, 3vw, 100px);
  min-width: 0;
}
.leadership-featured__head {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 18px);
}
.leadership-featured__name {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4em 25px;
}
.leadership-featured__name-en {
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #a7a7a7;
}
.leadership-featured__role {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  color: #737373;
}
.leadership-featured__role:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .leadership-featured__role {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.leadership-featured__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.5vw, 40px);
}
.leadership-featured__bio {
  margin: 0;
}
.leadership-featured__cta {
  margin: 0;
}
.leadership-featured__bio-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #ea5514;
}
@media screen and (min-width: 769px) {
  .leadership-featured__bio-link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.leadership-featured__bio-link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.leadership-featured__bio-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.leadership-featured__bio-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.leadership-featured__bio-link:hover, .leadership-featured__bio-link:focus-visible {
  color: #ea5514;
}
.leadership-featured__bio-link:hover .c-arrow, .leadership-featured__bio-link:focus-visible .c-arrow {
  color: #ea5514;
}
.leadership-featured__bio-link:hover::before, .leadership-featured__bio-link:focus-visible::before {
  transform: scaleX(1);
}
.leadership-featured__bio-link .c-arrow {
  color: #ea5514;
}
.leadership-featured__bio-link:hover, .leadership-featured__bio-link:focus-visible {
  color: #ea5514;
}

.leadership-grid {
  padding-bottom: clamp(60px, 8vw, 120px);
}
.leadership-grid__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: clamp(48px, 7vw, 150px);
}

.leadership-card {
  min-width: 0;
}
.leadership-card__open {
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.leadership-card__open:hover, .leadership-card__open:focus-visible {
  background-color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.leadership-card__open:focus-visible {
  outline: 2px solid #ea5514;
  outline-offset: 2px;
}
.leadership-card__meta {
  min-width: 0;
}
.leadership-card__media {
  margin: 0 0 clamp(16px, 1.8vw, 30px);
  line-height: 0;
  background: linear-gradient(180deg, #f7dfd5 0%, #f8f8f8 44.67%);
}
.leadership-card__media img,
.leadership-card__media .c-skeleton {
  display: block;
  width: 100%;
  height: auto;
}
.leadership-card__name {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}
.leadership-card__name-en {
  display: none;
}
.leadership-card__role {
  margin: clamp(10px, 1.2vw, 20px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  text-align-last: auto;
  color: #737373;
}
.leadership-card__role:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .leadership-card__role {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}

.leadership-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 40px);
  visibility: hidden;
  pointer-events: none;
}
.leadership-modal[hidden] {
  display: none;
}
.leadership-modal.is-open, .leadership-modal.is-closing {
  visibility: visible;
  pointer-events: auto;
}
.leadership-modal__layer {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.32s ease;
}
.leadership-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  max-height: min(90vh, 720px);
  overflow: auto;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.leadership-modal.is-open .leadership-modal__layer {
  opacity: 1;
}
.leadership-modal.is-open .leadership-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.leadership-modal.is-closing .leadership-modal__layer {
  opacity: 0;
}
.leadership-modal.is-closing .leadership-modal__dialog {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}
.leadership-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #ea5514;
}
.leadership-modal__close::before, .leadership-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background-color: currentColor;
}
.leadership-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.leadership-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.leadership-modal__close:hover {
  opacity: 0.7;
}
.leadership-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #ea5514;
  transform: translateY(-50%);
}
.leadership-modal__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  box-sizing: border-box;
}
.leadership-modal__nav--prev {
  left: 4px;
}
.leadership-modal__nav--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.leadership-modal__nav--next {
  right: 4px;
}
.leadership-modal__nav--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.leadership-modal__nav:hover {
  opacity: 0.7;
}
.leadership-modal__panel {
  overflow: hidden;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.leadership-modal__panel.is-leave-to-left {
  opacity: 0;
  transform: translateX(-24px);
}
.leadership-modal__panel.is-leave-to-right {
  opacity: 0;
  transform: translateX(24px);
}
.leadership-modal__panel.is-enter-from-right {
  opacity: 0;
  transform: translateX(24px);
}
.leadership-modal__panel.is-enter-from-left {
  opacity: 0;
  transform: translateX(-24px);
}
.leadership-modal__card {
  width: 100%;
  margin: 0;
  padding: clamp(40px, 5vw, 56px) 60px clamp(24px, 4vw, 48px);
}
.leadership-modal__card .leadership-featured__media {
  margin-left: 0;
  margin-right: 40px;
}
.leadership-modal .leadership-featured__bio:empty {
  display: none;
}
.leadership-modal .leadership-featured__copy:empty {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .leadership-modal__layer, .leadership-modal__dialog, .leadership-modal__panel {
    transition: none;
  }
  .leadership-modal.is-open .leadership-modal__dialog, .leadership-modal.is-closing .leadership-modal__dialog {
    transform: none;
  }
  .leadership-card__open::after, .leadership-card__bio-panel {
    transition: none;
  }
}
.leadership-join {
  align-items: start;
  padding-block: clamp(60px, 8vw, 140px) clamp(80px, 10vw, 160px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.leadership-join__title {
  grid-column: 1/span 3;
  margin: 0;
  min-width: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
}
.leadership-join__main {
  grid-column: 5/span 7;
  min-width: 0;
}
.leadership-join__heading {
  margin: 0;
}
.leadership-join__cta {
  margin: clamp(24px, 3vw, 40px) 0 0;
}
.leadership-join__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .leadership-join__link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.leadership-join__link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.leadership-join__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.leadership-join__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.leadership-join__link:hover, .leadership-join__link:focus-visible {
  color: #ea5514;
}
.leadership-join__link:hover .c-arrow, .leadership-join__link:focus-visible .c-arrow {
  color: #ea5514;
}
.leadership-join__link:hover::before, .leadership-join__link:focus-visible::before {
  transform: scaleX(1);
}

.leadership-next {
  background-color: #e6e4e4;
}
.leadership-next__label {
  grid-column: 1/-1;
  margin: 0 0 clamp(12px, 1.2vw, 15px);
}
@media screen and (min-width: 769px) {
  .leadership-next__label {
    grid-column: 9/span 4;
  }
}

@media screen and (max-width: 768px) {
  .leadership-intro {
    padding-bottom: 100px;
  }
  .leadership-intro__title, .leadership-intro__main {
    grid-column: 1/-1;
  }
  .leadership-featured {
    row-gap: 100px;
    padding-bottom: 0;
  }
  .leadership-featured > .leadership-featured__card {
    grid-template-columns: 1fr;
    padding: 0;
    background-color: transparent;
  }
  .leadership-featured__media, .leadership-featured__body {
    grid-column: 1/-1;
  }
  .leadership-featured__media {
    margin: 0 auto 30px;
    width: 100%;
  }
  .leadership-featured__head {
    gap: 10px;
  }
  .leadership-featured__name.t-heading-2 {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.03em;
  }
  .leadership-featured__name-en {
    display: none;
  }
  .leadership-featured__role {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-align-last: auto;
  }
  .leadership-featured__body, .leadership-featured__copy {
    gap: 30px;
  }
  .leadership-grid {
    padding-block: 100px;
  }
  .leadership-grid__list {
    grid-template-columns: 1fr;
    row-gap: 0;
    width: calc(100% + 2 * var(--layout-inline));
    margin-inline: calc(-1 * var(--layout-inline));
  }
  .leadership-card {
    border-top: 1px solid #ea5514;
    position: relative;
    z-index: 1;
  }
  .leadership-card:last-child {
    border-bottom: 1px solid #ea5514;
  }
  .leadership-card__open {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 16px;
    grid-template-areas: "media meta chevron";
    column-gap: 12px;
    align-items: start;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0 var(--layout-inline);
    box-shadow: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
  }
  .leadership-card__open:hover, .leadership-card__open:focus-visible {
    background-color: transparent;
    box-shadow: none;
  }
  .leadership-card__open::after {
    content: "";
    box-sizing: border-box;
    grid-area: chevron;
    align-self: start;
    justify-self: end;
    width: 10px;
    height: 10px;
    margin-top: 16px;
    border-right: 1.5px solid #ea5514;
    border-bottom: 1.5px solid #ea5514;
    transform: translateY(6.4px) rotate(45deg);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .leadership-card.is-open .leadership-card__open::after {
    transform: translateY(6.4px) rotate(-135deg);
  }
  .leadership-card__media {
    grid-area: media;
    display: block;
    width: 110px;
    margin: 0;
  }
  .leadership-card__media img,
  .leadership-card__media .c-skeleton {
    display: block;
    width: 110px;
    height: auto;
  }
  .leadership-card__meta {
    grid-area: meta;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 16px 0 0;
    min-width: 0;
  }
  .leadership-card__name {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  .leadership-card__name-en {
    display: block;
    margin: 4px 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #a7a7a7;
  }
  .leadership-card__role {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-align-last: auto;
  }
  .leadership-card__bio-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .leadership-card.is-open .leadership-card__bio-panel {
    grid-template-rows: 1fr;
  }
  .leadership-card__bio-inner {
    overflow: hidden;
    min-height: 0;
  }
  .leadership-card__bio-body {
    padding: 30px var(--layout-inline) 50px;
  }
  .leadership-modal {
    display: none !important;
  }
  .leadership-join {
    padding-block: 50px;
    row-gap: 50px;
  }
  .leadership-join__title, .leadership-join__main {
    grid-column: 1/-1;
  }
  .leadership-join__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .leadership-join__heading.t-heading-2 {
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 1px;
  }
  .leadership-join__cta {
    margin-top: 50px;
  }
}
.company-hero {
  padding-block: clamp(80px, 10vw, 160px) clamp(40px, 5vw, 80px);
}
.company-hero__title {
  grid-column: 1/-1;
  margin: 0;
}

.company-table {
  padding-bottom: clamp(80px, 10vw, 160px);
}

.company-row {
  position: relative;
  align-items: start;
  padding-block: clamp(28px, 3.2vw, 48px);
  row-gap: clamp(12px, 2vw, 20px);
}
.company-row::before, .company-row--last::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #ea5514;
  transform: translateX(-50%);
  pointer-events: none;
}
.company-row::before {
  top: 0;
}
.company-row--last::after {
  bottom: 0;
}
.company-row__label {
  grid-column: 1/span 3;
  min-width: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
}
.company-row__value {
  grid-column: 5/span 8;
  min-width: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #000;
}
.company-row__value > p {
  margin: 0 0 0.75em;
}
.company-row__value > p:last-child {
  margin-bottom: 0;
}
.company-row__value a {
  color: inherit;
  text-decoration: none;
}
.company-row__value a:hover, .company-row__value a:focus-visible {
  color: #ea5514;
}

.company-place {
  margin: 0 0 clamp(28px, 3vw, 44px);
}
.company-place:last-child {
  margin-bottom: 0;
}
.company-place__label {
  margin: 0 0 8px;
  font-weight: 600;
}
.company-place__name {
  margin: 0 0 6px;
  font-weight: 600;
}
.company-place__actions {
  margin: clamp(16px, 1.8vw, 24px) 0;
}
.company-place__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 12px 0 0;
}
.company-place p {
  margin: 0 0 0.4em;
}
.company-place p:last-child {
  margin-bottom: 0;
}

.company-group {
  margin-top: clamp(36px, 4vw, 56px);
  padding-top: clamp(28px, 3vw, 40px);
}
.company-group__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(20px, 2.4vw, 32px);
  font-weight: 600;
  color: #000;
}
.company-group__heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: #ea5514;
}

.company-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-list li {
  margin: 0 0 0.35em;
}
.company-list li:last-child {
  margin-bottom: 0;
}
.company-list--shareholders li {
  margin-bottom: 0.55em;
}

.company-shareholders__lead {
  margin: 0 0 clamp(16px, 1.8vw, 24px) !important;
  font-weight: 600;
}

.company-officers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.8vw, 24px);
}
.company-officers__role {
  display: block;
  margin: 0;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.5;
  color: #000;
}
.company-officers__name {
  display: block;
  margin-top: 4px;
}
.company-officers li .company-officers__role {
  margin-bottom: 0;
}

.company-note-ref {
  color: #a7a7a7;
  font-size: 0.92em;
}

.company-footnote {
  margin: clamp(20px, 2.4vw, 32px) 0 0 !important;
  text-align: right;
  font-size: clamp(12px, 0.85vw, 13px);
  color: #a7a7a7;
}

.company-bullets {
  margin: clamp(20px, 2.4vw, 32px) 0;
  padding: 0;
  list-style: none;
}
.company-bullets li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 0.85em;
}
.company-bullets li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ea5514;
}
.company-bullets li:last-child {
  margin-bottom: 0;
}

.company-sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin: clamp(28px, 3vw, 40px) 0 0 !important;
  text-align: right;
}

.company-subhead {
  margin: 0 0 0.85em !important;
  font-weight: 600;
}

.company-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  min-height: 48px;
  padding: 10px 20px;
  border: 1px solid #ea5514;
  background: transparent;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.company-btn__arrow {
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  position: relative;
}
.company-btn__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.company-btn:hover, .company-btn:focus-visible {
  opacity: 0.75;
}

.company-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ea5514 !important;
  font-size: clamp(13px, 0.95vw, 15px);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.company-link::before {
  content: "";
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.company-link--map::before {
  width: 5px;
  height: 12px;
  background-image: url("../img/common/icon-pin.svg");
}
.company-link--ext::before {
  content: "arrow_outward";
  width: 18px;
  height: 18px;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  -webkit-font-smoothing: antialiased;
  background: none;
}
.company-link:hover, .company-link:focus-visible {
  opacity: 0.75;
}

.company-modal.modal-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.company-modal__layer.modal-layer {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.company-modal__container.modal-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(960px, 100% - 40px);
  max-height: calc(100% - 80px);
  margin: 40px auto;
  padding: 48px 24px 24px;
  overflow: auto;
  background: #fff;
}

.company-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.company-modal__content {
  line-height: 0;
}
.company-modal__content img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company-row__label, .company-row__value {
    grid-column: 1/-1;
  }
  .company-footnote {
    text-align: left;
  }
  .company-sign {
    align-items: flex-start;
    text-align: left;
  }
}
.home {
  --home-frame-inset: 5px;
  --layout-inline: clamp(16px, 7.4626865672vw, 30px);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .home {
    --home-frame-inset: 20px;
    --layout-inline: clamp(
      20px,
      5.5555555556vw,
      110px
    );
  }
}

.home-hero {
  --home-hero-height: calc(100svh - 45px);
  --home-hero-header: 45px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: var(--home-hero-height);
  color: #fff;
  background-color: #0a0a0a;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .home-hero {
    --home-hero-height: calc(100svh - 70px);
    --home-hero-header: 70px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100svh;
    min-height: 0;
  }
}
.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-hero__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-block: clamp(48px, 8vw, 120px);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero__content {
    position: absolute;
    top: var(--home-hero-header);
    right: 0;
    bottom: 0;
    left: 0;
    align-content: center;
  }
}
.home-hero__text {
  grid-column: 1/-1;
  max-width: none;
  min-width: 0;
  pointer-events: auto;
}
.home-hero__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .home-hero__title {
    font-size: clamp(35px, 4.2929292929vw, 85px);
  }
}
.home-hero__lead {
  margin: clamp(20px, 2.5vw, 36px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .home-hero__lead {
    font-size: 27px;
  }
}
.home-hero__line {
  display: inline-block;
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero:not(.is-hero-ready) .home-hero__line {
    opacity: 0;
  }
}

.home-hero-spacer {
  display: none;
  box-sizing: border-box;
  height: calc(100svh - 45px);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .home-hero-spacer {
    height: calc(100svh - 70px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero-spacer {
    display: block;
  }
}

.home-scroll {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

body:has(.home-hero) .site-footer-2026 {
  position: relative;
  z-index: 1;
}

.home-wwd {
  padding-block: clamp(128px, 16vw, 280px) 0;
  background-color: #f8f8f8;
}
.home-wwd__head {
  align-items: start;
  row-gap: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(128px, 16vw, 280px);
}
.home-wwd__title {
  grid-column: 1/-1;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-wwd__title {
    grid-column: 1/span 4;
    font-size: clamp(24px, 2.1717171717vw, 43px);
    line-height: 1.2;
  }
}
.home-wwd__main {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-wwd__main {
    grid-column: 5/span 8;
  }
}
.home-wwd__heading {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
}
.home-wwd__body {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 769px) {
  .home-wwd__body {
    font-size: clamp(15px, 1.2626262626vw, 25px);
    line-height: clamp(25px, 2.1212121212vw, 42px);
  }
}
.home-wwd__body p {
  margin: 0 0 1em;
}
.home-wwd__body p:last-child {
  margin-bottom: 0;
}
.home-wwd__more {
  margin: clamp(20px, 2.5vw, 36px) 0 0;
}
.home-wwd__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .home-wwd__link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.home-wwd__link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.home-wwd__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.home-wwd__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-wwd__link:hover, .home-wwd__link:focus-visible {
  color: #ea5514;
}
.home-wwd__link:hover .c-arrow, .home-wwd__link:focus-visible .c-arrow {
  color: #ea5514;
}
.home-wwd__link:hover::before, .home-wwd__link:focus-visible::before {
  transform: scaleX(1);
}
.home-wwd__arrow {
  color: inherit;
}
.home-wwd__media {
  grid-column: 1/-1;
  box-sizing: border-box;
  width: calc(100% + (100vw - 100%) / 2);
  max-width: none;
  max-height: 758px;
  min-width: 0;
  line-height: 0;
  background-color: #e8e8e8;
  overflow: hidden;
}
.home-wwd__media .c-skeleton,
.home-wwd__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 758px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home-wwd__media .c-skeleton.is-loading {
  max-height: 758px;
  aspect-ratio: 16/9;
}
.home-wwd__media .c-skeleton.is-loaded {
  height: 100%;
  max-height: 758px;
}
.home-wwd__media .c-skeleton.is-loaded .c-skeleton__media {
  width: 100%;
  height: 100%;
  max-height: 758px;
  object-fit: cover;
}

.home-tech {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  padding-block: clamp(128px, 16vw, 280px) clamp(72px, 9vw, 150px);
}
.home-tech__head {
  align-items: start;
  row-gap: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
.home-tech__title {
  grid-column: 1/-1;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-tech__title {
    grid-column: 1/span 4;
    font-size: clamp(24px, 2.1717171717vw, 43px);
    line-height: 1.2;
  }
}
.home-tech__main {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-tech__main {
    grid-column: 5/span 6;
  }
}
.home-tech__heading {
  margin: 0 0 clamp(16px, 2vw, 28px);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-tech__heading {
    font-size: clamp(24px, 1.9191919192vw, 38px);
  }
}
.home-tech__body {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 769px) {
  .home-tech__body {
    font-size: clamp(15px, 1.2626262626vw, 25px);
    line-height: clamp(25px, 2.1212121212vw, 42px);
  }
}
.home-tech__body p {
  margin: 0 0 1em;
}
.home-tech__body p:last-child {
  margin-bottom: 0;
}
.home-tech__more {
  margin: clamp(20px, 2.5vw, 36px) 0 0;
}
.home-tech__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .home-tech__link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.home-tech__link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.home-tech__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.home-tech__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-tech__link:hover, .home-tech__link:focus-visible {
  color: #ea5514;
}
.home-tech__link:hover .c-arrow, .home-tech__link:focus-visible .c-arrow {
  color: #ea5514;
}
.home-tech__link:hover::before, .home-tech__link:focus-visible::before {
  transform: scaleX(1);
}
.home-tech__arrow {
  color: inherit;
}
.home-tech__media {
  grid-column: 1/-1;
  box-sizing: border-box;
  width: calc(100% + (100vw - 100%) / 2);
  max-width: none;
  max-height: 758px;
  min-width: 0;
  line-height: 0;
  background-color: #e8e8e8;
  overflow: hidden;
}
.home-tech__media .c-skeleton,
.home-tech__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 758px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home-tech__media .c-skeleton.is-loading {
  max-height: 758px;
  aspect-ratio: 16/9;
}
.home-tech__media .c-skeleton.is-loaded {
  height: 100%;
  max-height: 758px;
}
.home-tech__media .c-skeleton.is-loaded .c-skeleton__media {
  width: 100%;
  height: 100%;
  max-height: 758px;
  object-fit: cover;
}

.home-tech-scroll {
  --panel-count: 3;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .home-tech-scroll {
    height: calc(var(--panel-count) * 100vh);
  }
}

.home-tech-scroll__sticky {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .home-tech-scroll__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.home-tech-scroll__sticky::before, .home-tech-scroll__sticky::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: var(--home-frame-inset);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.home-tech-scroll__sticky::before {
  left: 0;
}
.home-tech-scroll__sticky::after {
  right: 0;
}

.home-tech-scroll__track {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: calc(var(--panel-count) * 100%);
}

@media screen and (min-width: 769px) {
  .home-tech-scroll__swiper {
    display: contents;
  }
}

.home-tech-scroll__pagination {
  display: none;
}

.home-tech-scroll__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(clamp(28px, 4vw, 56px) + 30px);
  z-index: 2;
  pointer-events: none;
}

.home-tech-scroll__progress-bar {
  position: relative;
  grid-column: 1/-1;
  height: 2px;
  background-color: #a7a7a7;
}

.home-tech-scroll__progress-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 33.333%;
  height: 2px;
  background-color: #ea5514;
  transform: translateY(-50%);
  will-change: left;
}

.home-tech-panel {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc(100% / var(--panel-count));
  width: calc(100% / var(--panel-count));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-block: 1px solid rgba(167, 167, 167, 0.45);
}
.home-tech-panel:last-of-type {
  border-bottom: 0;
}
.home-tech-panel__inner {
  box-sizing: border-box;
  align-items: center;
  row-gap: clamp(28px, 4vw, 48px);
  padding-block: clamp(48px, 6vw, 80px);
}
.home-tech-panel__content {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-tech-panel__content {
    grid-column: 1/span 4;
    padding-right: 40px;
  }
}
.home-tech-panel__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ea5514;
}
.home-tech-panel__label-line {
  display: block;
  width: 28px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.home-tech-panel__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-tech-panel__title {
    font-size: clamp(24px, 1.9191919192vw, 38px);
    line-height: 1.35;
  }
}
.home-tech-panel__en {
  margin: clamp(8px, 1vw, 14px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #a7a7a7;
}
.home-tech-panel__body {
  margin: clamp(20px, 2.5vw, 36px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-tech-panel__body {
    font-size: clamp(15px, 0.9090909091vw, 18px);
    line-height: clamp(25px, 1.6161616162vw, 32px);
  }
}
.home-tech-panel__more {
  margin: clamp(24px, 3vw, 40px) 0 0;
}
.home-tech-panel__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .home-tech-panel__link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.home-tech-panel__link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.home-tech-panel__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.home-tech-panel__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-tech-panel__link:hover, .home-tech-panel__link:focus-visible {
  color: #ea5514;
}
.home-tech-panel__link:hover .c-arrow, .home-tech-panel__link:focus-visible .c-arrow {
  color: #ea5514;
}
.home-tech-panel__link:hover::before, .home-tech-panel__link:focus-visible::before {
  transform: scaleX(1);
}
.home-tech-panel__arrow {
  color: inherit;
}
.home-tech-panel__visual {
  grid-column: 1/-1;
  min-width: 0;
  max-height: 670px;
  line-height: 0;
  background-color: #e8e8e8;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .home-tech-panel__visual {
    grid-column: 5/span 8;
  }
}
.home-tech-panel__visual picture,
.home-tech-panel__visual .c-skeleton,
.home-tech-panel__visual img {
  display: block;
  width: 100%;
}
.home-tech-panel__visual .c-skeleton,
.home-tech-panel__visual img {
  height: auto;
  max-height: 670px;
  object-fit: cover;
}
.home-tech-panel__visual .c-skeleton.is-loading {
  max-height: 670px;
}
.home-tech-panel__visual .c-skeleton.is-loaded {
  height: auto;
  max-height: 670px;
}
.home-tech-panel__visual .c-skeleton.is-loaded .c-skeleton__media {
  width: 100%;
  height: auto;
  max-height: 670px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home-tech-scroll {
    height: auto;
    overflow: visible;
  }
  .home-tech-scroll__sticky {
    display: block;
    height: auto;
    overflow: visible;
  }
  .home-tech-scroll__sticky::before, .home-tech-scroll__sticky::after {
    display: none;
  }
  .home-tech-scroll__swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .home-tech-scroll__swiper .swiper-wrapper {
    align-items: flex-start;
  }
  .home-tech-scroll__swiper .swiper-slide {
    height: auto;
  }
  .home-tech-scroll__track {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    align-items: flex-start;
  }
  .home-tech-scroll__pagination {
    display: none;
  }
  .home-tech-scroll__progress {
    display: block;
    position: static;
    pointer-events: auto;
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .home-tech-scroll__progress-bar {
    cursor: pointer;
  }
  .home-tech-scroll__progress-thumb {
    transition: left 0.45s ease;
  }
  .home-tech-panel {
    flex: 0 0 100%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    border-block: none;
    border-bottom: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .home-tech-panel__inner {
    align-items: start;
    justify-items: start;
    padding-block: 50px 40px;
    row-gap: 0;
    text-align: left;
  }
  .home-tech-panel__content {
    display: contents;
  }
  .home-tech-panel__label {
    order: 1;
    grid-column: 1/-1;
    margin-bottom: clamp(48px, 12vw, 60px);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .home-tech-panel__label-line {
    width: 43px;
  }
  .home-tech-panel__visual {
    order: 2;
    grid-column: 1/-1;
    width: 100%;
    min-width: 0;
    margin-bottom: clamp(28px, 7vw, 40px);
    max-height: none;
  }
  .home-tech-panel__visual .c-skeleton,
  .home-tech-panel__visual picture,
  .home-tech-panel__visual img,
  .home-tech-panel__visual .c-skeleton.is-loading,
  .home-tech-panel__visual .c-skeleton.is-loaded .c-skeleton__media {
    width: 100%;
    max-height: none;
    object-fit: cover;
  }
  .home-tech-panel__visual .c-skeleton {
    background-color: #e8e8e8;
  }
  .home-tech-panel__visual .c-skeleton::after {
    display: none;
    animation: none;
  }
  .home-tech-panel__visual .c-skeleton.is-loading .c-skeleton__media, .home-tech-panel__visual .c-skeleton.is-loaded .c-skeleton__media {
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 1;
  }
  .home-tech-panel__title {
    order: 3;
    grid-column: 1/-1;
    font-size: clamp(20px, 5.4726368159vw, 22px);
    line-height: 1.35;
  }
  .home-tech-panel__en {
    display: none;
  }
  .home-tech-panel__body {
    order: 4;
    grid-column: 1/-1;
    margin-top: clamp(28px, 7vw, 40px);
  }
  .home-tech-panel__more {
    order: 5;
    grid-column: 1/-1;
    margin-top: clamp(20px, 5vw, 30px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-tech-scroll {
    height: auto;
    overflow: visible;
  }
  .home-tech-scroll__sticky {
    display: block;
    height: auto;
    overflow: visible;
    position: static;
  }
  .home-tech-scroll__swiper {
    display: block;
  }
  .home-tech-scroll__track {
    display: block;
    width: auto;
    height: auto;
    transform: none !important;
  }
  .home-tech-scroll__progress,
  .home-tech-scroll__pagination {
    display: none;
  }
  .home-tech-panel {
    flex: none;
    width: 100%;
    height: auto;
  }
}
.home-unity {
  --home-unity-panel: #fceee6;
  --home-grid-width: min(
    1760px,
    calc(100% - 2 * var(--layout-inline))
  );
  --home-unity-side: max(0px, calc((100% - var(--home-grid-width)) / 2));
  --home-unity-col7-end: calc(7 * (var(--home-grid-width) + 20px) / 12);
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  border: 0;
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .home-unity {
    min-height: calc((var(--home-unity-side) + var(--home-unity-col7-end)) * 850 / 1112);
  }
  .home-unity::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--home-unity-side) + var(--home-unity-col7-end));
    right: 0;
    bottom: 0;
    background-color: var(--home-unity-panel);
    z-index: 0;
    pointer-events: none;
  }
}

.home-unity__media {
  position: relative;
  min-height: clamp(320px, 55vw, 520px);
  background-color: #e8e8e8;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .home-unity__media {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(var(--home-unity-side) + var(--home-unity-col7-end));
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    transform: none;
    z-index: 1;
  }
}
.home-unity__media .c-skeleton,
.home-unity__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 55vw, 520px);
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .home-unity__media .c-skeleton,
  .home-unity__media img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }
}
.home-unity__media .c-skeleton.is-loading {
  min-height: clamp(320px, 55vw, 520px);
}
@media screen and (min-width: 769px) {
  .home-unity__media .c-skeleton.is-loading {
    min-height: 0;
    height: 100%;
  }
}
.home-unity__media .c-skeleton.is-loaded .c-skeleton__media {
  height: 100%;
  object-fit: cover;
}

.home-unity__panel {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
  row-gap: 0;
  padding-block: clamp(48px, 6vw, 100px);
  background-color: var(--home-unity-panel);
  border: 0;
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .home-unity__panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: calc((var(--home-unity-side) + var(--home-unity-col7-end)) * 850 / 1112);
    padding-block: 0;
    background-color: transparent;
    border: 0;
  }
}

.home-unity__content {
  position: relative;
  z-index: 1;
  grid-column: 1/-1;
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .home-unity__content {
    grid-column: 9/span 4;
    padding-block: clamp(48px, 6vw, 80px);
  }
}

.home-unity__intro {
  min-width: 0;
}

.home-unity__outro {
  min-width: 0;
}

.home-unity__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ea5514;
}
@media screen and (min-width: 769px) {
  .home-unity__label {
    font-size: clamp(12px, 1vw, 14px);
  }
}

.home-unity__label-line {
  display: block;
  width: 28px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}

.home-unity__heading {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-unity__heading {
    font-size: clamp(24px, 1.9191919192vw, 38px);
    line-height: 1.35;
  }
}

.home-unity__body {
  margin: clamp(20px, 2.5vw, 36px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-unity__body {
    font-size: clamp(15px, 0.9090909091vw, 18px);
    line-height: clamp(25px, 1.6161616162vw, 32px);
  }
}

@media screen and (max-width: 768px) {
  .home-unity__outro .home-unity__body {
    margin-top: 0;
  }
}

.home-unity__more {
  margin: clamp(28px, 3.5vw, 48px) 0 0;
}

.home-unity__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .home-unity__link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.home-unity__link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.home-unity__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.home-unity__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-unity__link:hover, .home-unity__link:focus-visible {
  color: #ea5514;
}
.home-unity__link:hover .c-arrow, .home-unity__link:focus-visible .c-arrow {
  color: #ea5514;
}
.home-unity__link:hover::before, .home-unity__link:focus-visible::before {
  transform: scaleX(1);
}

.home-unity__arrow {
  color: inherit;
}

.home-links {
  padding-block: 0 clamp(40px, 5vw, 80px);
  row-gap: 0;
}
.home-links__item {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  padding-block: clamp(28px, 3.5vw, 48px);
  border-top: 1px solid rgba(167, 167, 167, 0.55);
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.3s ease;
}
.home-links__item:last-child {
  border-bottom: 1px solid rgba(167, 167, 167, 0.55);
}
.home-links__item:hover, .home-links__item:focus-visible {
  color: #000;
}
.home-links__item:hover .home-links__arrow, .home-links__item:focus-visible .home-links__arrow {
  transform: translateX(0);
}
.home-links__label {
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.home-links__arrow {
  color: inherit;
  transform: translateX(-8px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-mission__stage {
  position: relative;
  --home-grid-width: min(
    1760px,
    calc(100% - 2 * var(--layout-inline))
  );
  --home-mission-bleed: max(
    0px,
    calc((100% - var(--home-grid-width)) / 2 - var(--home-frame-inset))
  );
}
.home-mission__visual {
  position: relative;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin-inline: var(--home-frame-inset);
  background-color: #e8e8e8;
  overflow: hidden;
}
.home-mission__skeleton {
  display: block;
  width: 100%;
  line-height: 0;
}
.home-mission__skeleton,
.home-mission__skeleton .c-skeleton__media {
  aspect-ratio: 21/9;
  width: 100%;
  object-fit: cover;
}
.home-mission__skeleton.is-loaded .c-skeleton__media {
  height: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
}
.home-mission__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  align-items: end;
  align-content: end;
  padding: 0;
  pointer-events: none;
}
.home-mission__card {
  grid-column: 1/-1;
  box-sizing: border-box;
  padding: clamp(20px, 2.5vw, 40px);
  background-color: rgba(255, 255, 255, 0.88);
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .home-mission__card {
    grid-column: 8/span 5;
    justify-self: start;
    width: calc(100% + var(--home-mission-bleed));
    max-width: none;
    padding: clamp(28px, 2.8vw, 48px);
    padding-right: calc(clamp(28px, 2.8vw, 48px) + var(--home-mission-bleed));
  }
}
.home-mission__label {
  margin: 0 0 clamp(10px, 1.2vw, 16px);
}
.home-mission__heading {
  margin: 0;
}
.home-mission__body {
  margin: clamp(12px, 1.5vw, 20px) 0 0;
}

@media screen and (max-width: 768px) {
  .home-mission__panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -1px;
  }
  .home-mission__card {
    background-color: #f8f8f8;
  }
  .home-mission__skeleton,
  .home-mission__skeleton .c-skeleton__media, .home-mission__skeleton.is-loaded .c-skeleton__media {
    aspect-ratio: 4/3;
  }
}
.home-beyond {
  padding-block: clamp(80px, 10.4vw, 200px);
  background-color: #fff;
}
.home-beyond__head {
  margin-bottom: clamp(48px, 6.25vw, 120px);
}
.home-beyond__intro {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-beyond__intro {
    grid-column: 1/span 8;
  }
}
.home-beyond__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 0 0 clamp(40px, 5.2vw, 100px);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ea5514;
}
@media screen and (min-width: 769px) {
  .home-beyond__label {
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.home-beyond__label-line {
  display: block;
  width: 43px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.home-beyond__heading {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-beyond__heading {
    font-size: clamp(24px, 1.9191919192vw, 38px);
    line-height: clamp(32px, 2.8282828283vw, 56px);
  }
}
.home-beyond__body {
  margin: clamp(24px, 3.1vw, 60px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-beyond__body {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.6161616162vw, 32px);
    letter-spacing: 0.06em;
    max-width: 918px;
  }
}
.home-beyond__visual {
  position: relative;
  margin-bottom: clamp(40px, 6.25vw, 120px);
}
.home-beyond__figure {
  position: relative;
}
.home-beyond__diagram {
  line-height: 0;
}
.home-beyond__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .home-beyond__diagram {
    width: min(1760px, 100% - 2 * var(--layout-inline));
    max-width: 1436px;
    margin-inline: auto;
  }
}
.home-beyond__legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 20px;
  position: static;
  box-sizing: border-box;
  width: min(1760px, 100% - 2 * var(--layout-inline));
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1600px) {
  .home-beyond__legend {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 19px;
    position: absolute;
    left: max(var(--layout-inline), (100% - 1760px) / 2);
    bottom: clamp(24px, 3vw, 48px);
    width: auto;
    margin: 0;
  }
}
.home-beyond__legend .c-skeleton {
  width: 47.5px;
  height: 16px;
  flex-shrink: 0;
}
.home-beyond__legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #585858;
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  .home-beyond__legend-item {
    gap: 18px;
    font-size: clamp(14px, 0.8585858586vw, 17px);
    letter-spacing: 0.06em;
  }
}
.home-beyond__swatch {
  display: block;
  width: 47.5px;
  height: 16px;
  flex-shrink: 0;
  line-height: 0;
}
.home-beyond__swatch svg {
  display: block;
  width: 47.5px;
  height: 16px;
}
.home-beyond__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
}
.home-beyond__item {
  position: relative;
  padding-block: clamp(16px, 1.8vw, 26px);
}
.home-beyond__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.home-beyond__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.home-beyond__item.is-open .home-beyond__name,
.home-beyond__item.is-open .home-beyond__icon, .home-beyond__item:hover .home-beyond__name,
.home-beyond__item:hover .home-beyond__icon {
  color: #ea5514;
}
.home-beyond__item.is-open::before, .home-beyond__item:hover::before {
  transform: scaleX(1);
}
.home-beyond__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.5vw, 24px);
  text-align: left;
}
.home-beyond__name {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #a7a7a7;
  transition: color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .home-beyond__name {
    font-size: clamp(22px, 2.2727272727vw, 45px);
    line-height: 1.2;
  }
}
.home-beyond__icon {
  position: relative;
  flex-shrink: 0;
  width: clamp(20px, 1.6vw, 28px);
  height: clamp(20px, 1.6vw, 28px);
  color: #a7a7a7;
  transition: color 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-beyond__icon::before, .home-beyond__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.home-beyond__icon::before {
  width: 100%;
  height: 2px;
}
.home-beyond__icon::after {
  width: 2px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-beyond__toggle[aria-expanded=true] .home-beyond__icon {
  transform: rotate(180deg);
}
.home-beyond__toggle[aria-expanded=true] .home-beyond__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-beyond__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-beyond__item.is-open .home-beyond__panel {
  grid-template-rows: 1fr;
}
.home-beyond__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.home-beyond__panel-text {
  margin: 0;
  padding-top: clamp(10px, 1.2vw, 16px);
  padding-bottom: clamp(8px, 1.2vw, 16px);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #ea5514;
}
@media screen and (min-width: 769px) {
  .home-beyond__panel-text {
    font-size: clamp(15px, 1.0101010101vw, 20px);
    line-height: 1.2;
    max-width: 1148px;
  }
}

.home-global {
  padding-block: clamp(64px, 8vw, 140px) 0;
  background-color: #f8f8f8;
}
.home-global__head {
  row-gap: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
.home-global__aside {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-global__aside {
    grid-column: 1/span 4;
  }
}
.home-global__label {
  margin: 0 0 clamp(12px, 1.5vw, 20px);
}
.home-global__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (min-width: 769px) {
  .home-global__title {
    font-size: clamp(15px, 2.1717171717vw, 43px);
    line-height: 1.2;
  }
}
.home-global__main {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-global__main {
    grid-column: 5/span 7;
  }
}
.home-global__lead {
  margin: 0;
}
.home-global__body {
  margin: clamp(16px, 2vw, 28px) 0 0;
}
.home-global__map {
  width: 100%;
  max-width: none;
  margin: 0;
}
.home-global__map-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1880/829;
  overflow: hidden;
}
.home-global__map-view {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {
  .home-global__map-view {
    transition: none;
  }
}
.home-global__map-view:not(:first-child) {
  position: absolute;
  inset: 0;
}
.home-global__map-view.is-active {
  opacity: 1;
  visibility: visible;
}
.home-global__map-view--sp {
  display: none;
}
.home-global__map-view img {
  display: block;
  width: 100%;
  height: auto;
}
.home-global__entities {
  display: none;
  list-style: none;
  margin: clamp(40px, 10vw, 50px) auto 0;
  padding: 0;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .home-global__entities {
    display: grid;
  }
}
.home-global__entity-item {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
}
.home-global__entity {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(167, 167, 167, 0.55);
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}
.home-global__entity.is-active {
  color: #ea5514;
}

.home-movie {
  background-color: #d5d5d5;
  padding-block: clamp(48px, 6vw, 100px);
}
.home-movie__inner {
  row-gap: clamp(28px, 3.5vw, 56px);
}
.home-movie__head {
  grid-column: 1/-1;
  min-width: 0;
}
.home-movie__title {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .home-movie__title {
    font-size: clamp(24px, 2.1717171717vw, 43px);
    line-height: 1.2;
  }
}
.home-movie__lead {
  margin: clamp(12px, 1.5vw, 20px) 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .home-movie__lead {
    font-size: clamp(15px, 0.9090909091vw, 18px);
    line-height: 1.7;
  }
}
.home-movie__media {
  grid-column: 1/-1;
  min-width: 0;
}
.home-movie__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.home-movie__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.home-movie__thumb picture {
  display: contents;
}
.home-movie__img {
  display: block;
  width: 100%;
  height: auto;
}
.home-movie__play {
  display: none;
}

.home-navlinks {
  box-sizing: border-box;
  width: 100%;
  padding-block: 120px 200px;
  background-color: #f8f8f8;
}
.home-navlinks__inner {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  gap: clamp(24px, 3vw, 40px);
  column-gap: clamp(24px, 3vw, 40px);
  row-gap: clamp(24px, 3vw, 40px);
}
@media screen and (min-width: 769px) {
  .home-navlinks__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 105px;
    column-gap: 105px;
    row-gap: 105px;
  }
}
.home-navlinks__item {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  animation: home-modal-video-backdrop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.modal-video-body {
  max-width: min(1400px, 92vw);
  padding: 0 clamp(12px, 2vw, 24px);
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 16px clamp(24px, 4vw, 48px);
  }
}
.modal-video .modal-video-movie-wrap {
  animation: home-modal-video-zoom 0.55s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  transform-origin: center center;
  transition: none !important;
  border-radius: 12px;
  overflow: hidden;
}

.modal-video-close .modal-video-movie-wrap {
  animation: home-modal-video-zoom-out 0.28s cubic-bezier(0.4, 0, 1, 1) both !important;
  transition: none !important;
  border-radius: 12px;
  overflow: hidden;
}

@keyframes home-modal-video-backdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes home-modal-video-zoom {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes home-modal-video-zoom-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-video,
  .modal-video .modal-video-movie-wrap,
  .modal-video-close .modal-video-movie-wrap {
    animation: none !important;
  }
}
.home-news {
  background-color: #f8f8f8;
  padding-block: clamp(48px, 6vw, 100px) clamp(80px, 10vw, 160px);
}
.home-news__inner {
  row-gap: clamp(52px, 4vw + 20px, 76px);
  align-items: start;
}
@media screen and (min-width: 769px) {
  .home-news__inner {
    column-gap: calc(20px * 2);
  }
}
.home-news__aside {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-news__aside {
    grid-column: 1/span 2;
  }
}
.home-news__heading {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.home-news__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: clamp(12px, 1.5vw, 20px);
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.home-news__view-all:hover, .home-news__view-all:focus-visible {
  opacity: 0.7;
}
.home-news__item {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .home-news__item:nth-child(2), .home-news__item:nth-child(4) {
    grid-column: 5/span 4;
  }
  .home-news__item:nth-child(3), .home-news__item:nth-child(5) {
    grid-column: 9/span 4;
  }
}
.home-news__media {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.home-news__badge {
  position: absolute;
  top: clamp(8px, 1vw, 12px);
  left: clamp(8px, 1vw, 12px);
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ea5514;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.home-news__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 40/21;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.home-news__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: filter 0.35s ease, opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: clamp(12px, 1.4vw, 18px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.home-news__date {
  display: inline;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #000;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.home-news__sep {
  display: inline;
  flex: 0 0 auto;
  margin: 0 0.75em;
  color: #000;
  font: inherit;
  line-height: inherit;
}
.home-news__categories {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.home-news__categories li {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
}
.home-news__category {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ea5514;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}
.home-news__category:hover, .home-news__category:focus-visible {
  opacity: 0.7;
}
.home-news__title {
  margin: clamp(6px, 0.8vw, 10px) 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .home-news__title {
    font-size: clamp(24px, 1.5151515152vw, 30px);
  }
}
.home-news__title-link {
  color: inherit;
  text-decoration: none;
}
.home-news__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: clamp(10px, 1.2vw, 16px);
}
@media screen and (min-width: 769px) {
  .home-news__more {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.home-news__more .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.home-news__more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.home-news__more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-news__more:hover, .home-news__more:focus-visible {
  color: #ea5514;
}
.home-news__more:hover .c-arrow, .home-news__more:focus-visible .c-arrow {
  color: #ea5514;
}
.home-news__more:hover::before, .home-news__more:focus-visible::before {
  transform: scaleX(1);
}
.home-news__chevron {
  display: block;
  width: 0.55em;
  height: 0.55em;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.home-news__media:hover .home-news__img, .home-news__media:focus-visible .home-news__img {
  opacity: 0.9;
  filter: brightness(1.06);
}

@media screen and (max-width: 768px) {
  .home-hero {
    align-items: flex-start;
  }
  .home-hero__content {
    align-content: start;
    align-items: start;
    padding-block: clamp(64px, 23vw, 93px) clamp(48px, 8vw, 120px);
  }
}
@media screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .home-hero__content {
    align-content: start;
  }
}
@media screen and (max-width: 768px) {
  .home-hero__title {
    white-space: normal;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .home-hero__lead {
    display: block;
    margin-top: clamp(16px, 4vw, 24px);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .home-wwd {
    padding-block: 100px 0;
  }
  .home-wwd__head {
    row-gap: 40px;
    margin-bottom: 100px;
  }
  .home-wwd__title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .home-wwd__body {
    font-size: 15px;
    line-height: 25px;
  }
  .home-wwd__more {
    margin-top: 30px;
  }
  .home-wwd__media {
    width: calc(100% + var(--layout-inline) - var(--home-frame-inset));
    max-height: none;
  }
  .home-wwd__media .c-skeleton,
  .home-wwd__media img,
  .home-wwd__media .c-skeleton.is-loading,
  .home-wwd__media .c-skeleton.is-loaded .c-skeleton__media {
    max-height: none;
    aspect-ratio: 367/215;
  }
  .home-tech {
    padding-block: 100px 50px;
  }
  .home-tech__head {
    row-gap: 40px;
    margin-bottom: 0;
  }
  .home-tech__title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .home-tech__heading {
    margin-bottom: 40px;
    font-size: clamp(20px, 5.4726368159vw, 22px);
    line-height: 1.35;
  }
  .home-tech__more {
    margin-top: 30px;
  }
  .home-unity {
    display: flex;
    flex-direction: column;
    background-color: var(--home-unity-panel);
    margin-top: 50px;
  }
  .home-unity__panel {
    display: contents;
    min-height: 0;
    padding-block: 0;
    background-color: transparent;
  }
  .home-unity__content {
    display: contents;
  }
  .home-unity__intro {
    order: 1;
    box-sizing: border-box;
    width: min(1760px, 100% - 2 * var(--layout-inline));
    margin-inline: auto;
    padding-top: 50px;
  }
  .home-unity__media {
    order: 2;
    box-sizing: border-box;
    width: calc(100% - 2 * var(--home-frame-inset));
    margin-inline: var(--home-frame-inset);
    min-height: 0;
  }
  .home-unity__media .c-skeleton,
  .home-unity__media img,
  .home-unity__media .c-skeleton.is-loading {
    min-height: 0;
    aspect-ratio: 1112/850;
  }
  .home-unity__media .c-skeleton.is-loaded .c-skeleton__media {
    aspect-ratio: 1112/850;
  }
  .home-unity__outro {
    order: 3;
    box-sizing: border-box;
    width: min(1760px, 100% - 2 * var(--layout-inline));
    margin-inline: auto;
    padding-block: 40px 50px;
  }
  .home-unity__label {
    gap: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .home-unity__label-line {
    width: 43px;
  }
  .home-unity__heading {
    margin-bottom: 40px;
    font-size: clamp(20px, 5.4726368159vw, 22px);
    line-height: 1.35;
  }
  .home-unity__more {
    margin-top: 30px;
  }
  .home-beyond {
    padding-block: 50px;
  }
  .home-beyond__head {
    margin-bottom: 60px;
  }
  .home-beyond__label {
    gap: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .home-beyond__heading {
    font-size: clamp(20px, 5.4726368159vw, 22px);
    line-height: 1.35;
  }
  .home-beyond__body {
    margin-top: 40px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .home-beyond__visual {
    margin-bottom: 60px;
  }
  .home-beyond__figure {
    width: calc(100% + 2 * var(--layout-inline) - 38px);
    margin-inline: calc(19px - var(--layout-inline));
  }
  .home-beyond__legend {
    width: min(1760px, 100% - 2 * var(--layout-inline));
    margin: 16px auto 0;
    padding-inline: 0;
    gap: 8px 12px;
  }
  .home-beyond__legend-item {
    gap: 6px;
    font-size: 10px;
  }
  .home-beyond__swatch {
    width: 32px;
    height: 11px;
  }
  .home-beyond__swatch svg {
    width: 32px;
    height: 11px;
  }
  .home-beyond__item {
    padding-block: clamp(16px, 1.8vw, 26px);
  }
  .home-beyond__name {
    font-size: 17px;
    line-height: 1.2;
  }
  .home-global {
    padding-block: 50px;
    background-color: #f8f8f8;
  }
  .home-global__head {
    row-gap: 40px;
    margin-bottom: clamp(48px, 12vw, 70px);
  }
  .home-global__title {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #ea5514;
  }
  .home-global__aside .home-global__title, .home-global__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #ea5514;
  }
  .home-global__aside .home-global__title::before, .home-global__title::before {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background-color: currentColor;
  }
  .home-global__lead {
    margin-bottom: 40px;
    font-size: clamp(20px, 5.4726368159vw, 22px);
    line-height: 1.35;
  }
  .home-global__body {
    margin-top: 0;
  }
  .home-global__map {
    width: calc(100% - 2 * var(--home-frame-inset));
    max-width: none;
    margin-inline: var(--home-frame-inset);
    overflow: hidden;
  }
  .home-global__map-stage {
    aspect-ratio: 786/600;
  }
  .home-global__map-view--pc {
    display: none;
  }
  .home-global__map-view--sp {
    display: block;
    position: absolute;
    inset: 0;
  }
  .home-global__map-view--sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-global__entity {
    font-size: clamp(14px, 4.9751243781vw, 20px);
    white-space: nowrap;
  }
  .home-global__entity.is-active {
    color: #ea5514;
  }
  .home-movie {
    padding-block: 50px;
    background-color: #d5d5d5;
  }
  .home-movie__inner {
    row-gap: 50px;
  }
  .home-movie__head {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .home-movie__title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .home-movie__lead {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .home-movie__media {
    width: calc(100% + 2 * var(--layout-inline) - 2 * var(--home-frame-inset));
    margin-inline: calc(var(--home-frame-inset) - var(--layout-inline));
  }
  .home-movie__thumb {
    aspect-ratio: 16/9;
  }
  .home-movie__thumb .c-skeleton {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto !important;
  }
  .home-movie__thumb .c-skeleton.is-loading .c-skeleton__media,
  .home-movie__thumb .c-skeleton.is-loaded .c-skeleton__media,
  .home-movie__thumb .home-movie__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-movie__media.is-playing .home-movie__link {
    display: none;
  }
  .home-movie__embed {
    aspect-ratio: 16/9;
    width: 100%;
    background-color: #000;
  }
  .home-movie__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .home-navlinks {
    padding-block: 50px 0;
    background-color: #f8f8f8;
  }
  .home-navlinks__inner {
    gap: 30px;
    row-gap: 30px;
  }
  .home-navlinks .c-subnav__link {
    font-size: 21px;
    line-height: 1;
    padding-bottom: 13px;
  }
  .home-navlinks .c-subnav__arrow {
    transform: none;
  }
  .home-news {
    padding-block: 100px;
  }
  .home-news__inner {
    row-gap: 50px;
  }
  .home-news__aside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .home-news__heading {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .home-news__view-all {
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
  }
  .home-news__thumb {
    aspect-ratio: 342/180;
  }
  .home-news__meta {
    margin-top: 20px;
    font-size: 11px;
  }
  .home-news__more {
    margin-top: 35px;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.news-archive {
  padding-bottom: clamp(64px, 8vw, 120px);
  background-color: #f8f8f8;
}

.news-archive__head {
  padding-block: clamp(80px, 10vw, 160px) clamp(80px, 12vw, 230px);
}

.news-archive__title {
  grid-column: 3/-1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-archive__title {
    grid-column: 1/-1;
  }
}

.news-archive__body {
  align-items: start;
  padding-block: 0 0;
  row-gap: clamp(40px, 5vw, 72px);
}

.news-archive__empty {
  margin: 0;
  padding-block: clamp(40px, 6vw, 80px);
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.news-sidebar {
  grid-column: 1/-1;
  min-width: 0;
  order: 2;
}
@media screen and (max-width: 768px) {
  .news-sidebar {
    margin-top: clamp(56px, 10vw, 88px);
  }
}
@media screen and (min-width: 769px) {
  .news-sidebar {
    grid-column: 1/span 2;
    position: sticky;
    top: calc(70px + 24px);
    align-self: start;
    order: 0;
  }
}

.news-sidebar__bar {
  min-width: 0;
}

.news-sidebar__track {
  border-left: 0;
}

.news-sidebar__heading {
  margin: 0 0 1em;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.0101010101vw, 20px);
  font-weight: 600;
  line-height: clamp(32px, 2.0202020202vw, 40px);
  letter-spacing: 0;
  text-transform: none;
  color: #a7a7a7;
}
@media screen and (max-width: 768px) {
  .news-sidebar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 0 12px;
    border-top: 0;
    border-bottom: 1px solid rgba(167, 167, 167, 0.3);
    cursor: pointer;
  }
  .news-sidebar__heading::after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath d='M1 1l7 6 7-6' stroke='%23a7a7a7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform 0.3s ease;
  }
  .news-sidebar__heading.is-open::after {
    transform: rotate(180deg);
  }
}

.news-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (max-width: 768px) {
  .news-sidebar__panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media screen and (max-width: 768px) {
  .news-sidebar__panel.is-open {
    grid-template-rows: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news-sidebar__panel-inner {
    min-height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .news-sidebar__panel-inner .news-sidebar__list {
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

.news-sidebar__link {
  position: relative;
  display: block;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 0.8585858586vw, 17px);
  font-weight: 400;
  line-height: clamp(32px, 2.0202020202vw, 40px);
  letter-spacing: 0;
  text-transform: none;
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-sidebar__link::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
}
.news-sidebar__link:hover {
  color: #000;
}

.news-sidebar__item.is-current .news-sidebar__link {
  color: #ea5514;
}
.news-sidebar__item.is-current .news-sidebar__link::before {
  background-color: #ea5514;
}

.news-sidebar__search {
  margin-top: clamp(32px, 4vw, 60px);
}
@media screen and (max-width: 768px) {
  .news-sidebar__search {
    margin-top: 20px;
  }
}

.news-sidebar__search-form,
.news-sidebar__search form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0;
  padding: 4px 0 6px;
  border: 0;
  border-bottom: 1px solid #ea5514;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .news-sidebar__search-form,
  .news-sidebar__search form {
    width: 100%;
  }
}

.news-sidebar__search-input,
.news-sidebar__search input[type=text],
.news-sidebar__search input[type=search],
.news-sidebar__search .feas_archive_freeword {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 0.8585858586vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  box-shadow: none;
  outline: none;
  appearance: none;
}
.news-sidebar__search-input::placeholder,
.news-sidebar__search input[type=text]::placeholder,
.news-sidebar__search input[type=search]::placeholder,
.news-sidebar__search .feas_archive_freeword::placeholder {
  color: #a7a7a7;
}

.news-sidebar__search-btn,
.news-sidebar__search button,
.news-sidebar__search input[type=submit],
.news-sidebar__search .feas-submit-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a7a7a7;
  cursor: pointer;
  appearance: none;
}
.news-sidebar__search-btn svg,
.news-sidebar__search button svg,
.news-sidebar__search input[type=submit] svg,
.news-sidebar__search .feas-submit-button svg {
  display: block;
  width: 15px;
  height: 15px;
}

.news-sidebar__search .feas-submit-button,
.news-sidebar__search input[type=submit] {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: none;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}
.news-sidebar__search .feas-submit-button::after,
.news-sidebar__search input[type=submit]::after {
  content: "";
  position: absolute;
  inset: 0;
  text-indent: 0;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='%23a7a7a7' stroke-width='1.5'/%3E%3Cline x1='10.06' y1='10.06' x2='14' y2='14' stroke='%23a7a7a7' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.news-sidebar__search .feas-search-form-label,
.news-sidebar__search .search-label,
.news-sidebar__search table,
.news-sidebar__search th,
.news-sidebar__search td,
.news-sidebar__search br {
  display: contents;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font: inherit;
}

.news-sidebar__search input[type=reset],
.news-sidebar__search .feas-reset-button {
  display: none;
}

.news-main {
  grid-column: 1/-1;
  min-width: 0;
  order: 1;
}
@media screen and (min-width: 769px) {
  .news-main {
    grid-column: 3/-1;
    order: 0;
  }
}

.news-featured {
  padding-bottom: clamp(48px, 6vw, 88px);
}

.news-featured__meta {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 clamp(20px, 2.5vw, 40px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.news-featured__date {
  display: inline;
}

.news-featured__sep {
  margin: 0 0.75em;
}

.news-featured__cat {
  color: #ea5514;
}

.news-featured__content {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
}
@media screen and (min-width: 769px) {
  .news-featured__content {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(32px, 3vw, 60px);
  }
}

.news-featured__body {
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .news-featured__body {
    flex: 0 0 35%;
    max-width: 480px;
  }
}

.news-featured__heading {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #000;
}
.news-featured__heading a {
  color: inherit;
  text-decoration: none;
}

.news-featured__sub {
  margin: clamp(16px, 2vw, 24px) 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.6;
}

.news-featured__excerpt {
  margin: clamp(12px, 1.5vw, 20px) 0 0;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.news-featured__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: clamp(20px, 2.4vw, 32px);
}
@media screen and (min-width: 769px) {
  .news-featured__more {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.news-featured__more .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.news-featured__more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.news-featured__more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-featured__more:hover, .news-featured__more:focus-visible {
  color: #ea5514;
}
.news-featured__more:hover .c-arrow, .news-featured__more:focus-visible .c-arrow {
  color: #ea5514;
}
.news-featured__more:hover::before, .news-featured__more:focus-visible::before {
  transform: scaleX(1);
}

.news-featured__media {
  min-width: 0;
  aspect-ratio: 40/21;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .news-featured__media {
    flex: 1 1 auto;
  }
}

.news-featured__media-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.news-featured__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-grid {
  padding-top: clamp(8px, 1vw, 16px);
}

.news-grid__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  row-gap: clamp(40px, 5vw, 72px);
}
@media screen and (min-width: 769px) {
  .news-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(24px, 3vw, 40px);
  }
}

@media screen and (min-width: 769px) {
  .news-grid--has-featured .news-card:first-child {
    display: none;
  }
}
.news-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.news-card__text {
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .news-featured {
    display: none;
  }
  .news-card--lead {
    display: flex;
  }
  .news-card--compact {
    display: grid;
    grid-template-columns: 46% 1fr;
    column-gap: 16px;
    align-items: start;
    padding: 20px 0 0;
    border-top: 1px solid rgba(167, 167, 167, 0.35);
  }
  .news-card--compact .news-card__media {
    grid-column: 1;
    width: 100%;
  }
  .news-card--compact .news-card__text {
    grid-column: 2;
    min-width: 0;
  }
  .news-card--compact .news-card__thumb {
    aspect-ratio: 16/10;
    background-color: transparent !important;
  }
  .news-card--compact .news-card__meta {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.25;
  }
  .news-card--compact .news-card__sep {
    margin: 0 0.5em;
  }
  .news-card--compact .news-card__title {
    margin: 1em 0 0;
    font-size: 16px;
    line-height: 1.35;
  }
  .news-card--compact .news-card__more {
    display: none !important;
  }
  .news-grid__inner .news-card--compact:last-child {
    border-bottom: 1px solid rgba(167, 167, 167, 0.35);
  }
}
.news-card__media {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.news-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 40/21;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}

.news-card__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: filter 0.35s ease, opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: clamp(12px, 1.4vw, 18px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.news-card__date {
  display: inline;
  flex: 0 0 auto;
  margin: 0;
  color: #000;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.news-card__sep {
  display: inline;
  flex: 0 0 auto;
  margin: 0 0.75em;
  color: #000;
  font: inherit;
  line-height: inherit;
}

.news-card__categories {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.news-card__categories li {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
}

.news-card__category {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ea5514;
  font: inherit;
  line-height: inherit;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.25s ease;
}
.news-card__category:hover, .news-card__category:focus-visible {
  opacity: 0.7;
}

.news-card__title {
  margin: clamp(6px, 0.8vw, 10px) 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (min-width: 769px) {
  .news-card__title {
    font-size: clamp(24px, 1.5151515152vw, 30px);
  }
}

.news-card__title-link {
  color: inherit;
  text-decoration: none;
}

.news-card__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: clamp(10px, 1.2vw, 16px);
  align-self: flex-start;
}
@media screen and (min-width: 769px) {
  .news-card__more {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.news-card__more .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.news-card__more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.news-card__more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-card__more:hover, .news-card__more:focus-visible {
  color: #ea5514;
}
.news-card__more:hover .c-arrow, .news-card__more:focus-visible .c-arrow {
  color: #ea5514;
}
.news-card__more:hover::before, .news-card__more:focus-visible::before {
  transform: scaleX(1);
}

.news-card__media:hover .news-card__img,
.news-card__media:focus-visible .news-card__img {
  opacity: 0.9;
  filter: brightness(1.06);
}

.news-archive__pager {
  margin-top: clamp(48px, 6vw, 88px);
  text-align: center;
}
.news-archive__pager .wp-pagenavi {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 18px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.news-archive__pager .wp-pagenavi a,
.news-archive__pager .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2em;
  padding: 4px 2px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  box-shadow: none;
}
.news-archive__pager .wp-pagenavi .current {
  color: #ea5514;
  box-shadow: inset 0 -2px 0 #ea5514;
}
.news-archive__pager .wp-pagenavi .previouspostslink,
.news-archive__pager .wp-pagenavi .nextpostslink {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
}
.news-archive__pager .wp-pagenavi .previouspostslink::before,
.news-archive__pager .wp-pagenavi .nextpostslink::before {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ea5514;
  text-indent: 0;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  -webkit-font-smoothing: antialiased;
}
.news-archive__pager .wp-pagenavi .previouspostslink::before {
  content: "arrow_back";
}
.news-archive__pager .wp-pagenavi .nextpostslink::before {
  content: "arrow_forward";
}
.news-archive__pager .wp-pagenavi .pages {
  display: none;
}

.news-single {
  padding-bottom: clamp(64px, 8vw, 120px);
  background-color: #f8f8f8;
}

.news-single-article {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(48px, 6vw, 88px);
}

.news-single-hero__body {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .news-single-hero__body {
    grid-column: 1/span 4;
    position: sticky;
    top: calc(70px + 24px);
    align-self: start;
    padding-inline-end: 20px;
  }
}

.news-single-hero__label {
  margin: 0 0 clamp(12px, 1.4vw, 18px);
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-single-hero__title {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.news-single-hero__media {
  position: relative;
  grid-column: 1/-1;
  min-width: 0;
  aspect-ratio: 40/21;
  overflow: hidden;
  background-color: #f0f0f0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .news-single-hero__media {
    grid-column: 5/span 8;
  }
}

.news-single-hero__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-single-content__inner {
  grid-column: 1/-1;
  min-width: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .news-single-content__inner {
    grid-column: 5/span 8;
  }
}
.news-single-content__inner > *:first-child {
  margin-top: 0;
}
.news-single-content__inner > *:last-child {
  margin-bottom: 0;
}
.news-single-content__inner h2,
.news-single-content__inner h3,
.news-single-content__inner h4 {
  margin: clamp(28px, 3.5vw, 48px) 0 clamp(12px, 1.5vw, 20px);
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.news-single-content__inner h2 {
  font-size: clamp(18px, 1.5vw, 22px);
}
.news-single-content__inner h3,
.news-single-content__inner h4 {
  font-size: clamp(16px, 1.3vw, 18px);
}
.news-single-content__inner p {
  margin: 0 0 1.2em;
}
.news-single-content__inner a {
  color: #ea5514;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.25s ease;
}
.news-single-content__inner a:hover, .news-single-content__inner a:focus-visible {
  opacity: 0.75;
}
.news-single-content__inner ul,
.news-single-content__inner ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}
.news-single-content__inner li + li {
  margin-top: 0.4em;
}
.news-single-content__inner img,
.news-single-content__inner figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin: clamp(20px, 3vw, 36px) 0;
}
.news-single-content__inner figure img {
  margin: 0;
}
.news-single-content__inner figcaption,
.news-single-content__inner .wp-caption-text {
  margin-top: 8px;
  color: #a7a7a7;
  font-size: 13px;
  line-height: 1.5;
}
.news-single-content__inner .alignleft,
.news-single-content__inner img.alignleft,
.news-single-content__inner figure.alignleft,
.news-single-content__inner .wp-block-image.alignleft,
.news-single-content__inner .wp-block-image .alignleft,
.news-single-content__inner .wp-caption.alignleft {
  float: left;
  clear: left;
  display: table;
  width: auto;
  max-width: 50%;
  margin: 0.4em clamp(16px, 2vw, 28px) 1em 0;
}
.news-single-content__inner .alignright,
.news-single-content__inner img.alignright,
.news-single-content__inner figure.alignright,
.news-single-content__inner .wp-block-image.alignright,
.news-single-content__inner .wp-block-image .alignright,
.news-single-content__inner .wp-caption.alignright {
  float: right;
  clear: right;
  display: table;
  width: auto;
  max-width: 50%;
  margin: 0.4em 0 1em clamp(16px, 2vw, 28px);
}
.news-single-content__inner .aligncenter,
.news-single-content__inner img.aligncenter,
.news-single-content__inner figure.aligncenter,
.news-single-content__inner .wp-block-image.aligncenter,
.news-single-content__inner .wp-block-image .aligncenter,
.news-single-content__inner .wp-caption.aligncenter {
  float: none;
  display: table;
  clear: both;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-single-content__inner .alignnone,
.news-single-content__inner img.alignnone,
.news-single-content__inner figure.alignnone,
.news-single-content__inner .wp-caption.alignnone {
  float: none;
  display: block;
  max-width: 100%;
}
.news-single-content__inner .alignleft img,
.news-single-content__inner .alignright img,
.news-single-content__inner .aligncenter img,
.news-single-content__inner .wp-block-image.alignleft img,
.news-single-content__inner .wp-block-image.alignright img,
.news-single-content__inner .wp-block-image.aligncenter img,
.news-single-content__inner .wp-caption img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.news-single-content__inner .alignleft > figcaption,
.news-single-content__inner .alignright > figcaption,
.news-single-content__inner .aligncenter > figcaption,
.news-single-content__inner .wp-block-image.alignleft > figcaption,
.news-single-content__inner .wp-block-image.alignright > figcaption,
.news-single-content__inner .wp-block-image.aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.news-single-content__inner .wp-caption {
  max-width: 100%;
}
.news-single-content__inner .wp-caption img {
  margin: 0;
}
.news-single-content__inner .wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
  align-items: stretch;
  margin: clamp(20px, 3vw, 36px) 0;
  direction: ltr;
}
.news-single-content__inner .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.news-single-content__inner .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .news-single-content__inner .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}
.news-single-content__inner .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .news-single-content__inner .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__content,
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}
.news-single-content__inner .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .news-single-content__inner .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
  align-self: end;
}
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  max-width: 100%;
}
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  padding: 0 0 0 clamp(12px, 2vw, 24px);
  min-width: 0;
}
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.news-single-content__inner .wp-block-media-text > .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.news-single-content__inner .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  grid-column: 2;
}
.news-single-content__inner .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  grid-column: 1;
  padding: 0 clamp(12px, 2vw, 24px) 0 0;
}
.news-single-content__inner .wp-block-media-text .wp-block-media-text__media img,
.news-single-content__inner .wp-block-media-text .wp-block-media-text__media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .news-single-content__inner .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .news-single-content__inner .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .news-single-content__inner .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: clamp(12px, 2vw, 20px) 0 0;
  }
  .news-single-content__inner .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__content {
    padding: clamp(12px, 2vw, 20px) 0 0;
  }
}
.news-single-content__inner::after {
  content: "";
  display: table;
  clear: both;
}
.news-single-content__inner h2,
.news-single-content__inner h3,
.news-single-content__inner h4 {
  clear: both;
}
@media screen and (max-width: 768px) {
  .news-single-content__inner .alignleft,
  .news-single-content__inner .alignright,
  .news-single-content__inner img.alignleft,
  .news-single-content__inner img.alignright,
  .news-single-content__inner figure.alignleft,
  .news-single-content__inner figure.alignright,
  .news-single-content__inner .wp-block-image.alignleft,
  .news-single-content__inner .wp-block-image.alignright,
  .news-single-content__inner .wp-caption.alignleft,
  .news-single-content__inner .wp-caption.alignright {
    float: none;
    display: block;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.news-single-content__inner blockquote {
  margin: clamp(20px, 3vw, 36px) 0;
  padding: 0 0 0 1em;
  border-left: 2px solid #ea5514;
  color: #000;
}
.news-single-content__inner iframe,
.news-single-content__inner video,
.news-single-content__inner .wp-block-embed,
.news-single-content__inner .wp-block-video,
.news-single-content__inner .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
}
.news-single-content__inner iframe,
.news-single-content__inner video {
  aspect-ratio: 16/9;
  height: auto;
  margin: clamp(20px, 3vw, 36px) 0;
  border: 0;
}
.news-single-content__inner .wp-block-embed,
.news-single-content__inner .wp-block-video {
  margin: clamp(20px, 3vw, 36px) 0;
}
.news-single-content__inner .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.news-single-content__inner .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
}

.news-single-content__pdf {
  display: inline-block;
  margin-top: clamp(24px, 3vw, 40px);
  line-height: 0;
}
.news-single-content__pdf img {
  margin: 0;
}

.news-related {
  padding-top: clamp(24px, 3vw, 40px);
}

.news-related__head {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}

.news-related__heading {
  grid-column: 1/-1;
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.news-related__grid {
  align-items: start;
  row-gap: clamp(40px, 5vw, 72px);
}
@media screen and (min-width: 769px) {
  .news-related__grid {
    column-gap: calc(20px * 2);
  }
}
.news-related__grid .news-card {
  grid-column: 1/-1;
}
@media screen and (min-width: 769px) {
  .news-related__grid .news-card:nth-child(3n+1) {
    grid-column: 1/span 4;
  }
  .news-related__grid .news-card:nth-child(3n+2) {
    grid-column: 5/span 4;
  }
  .news-related__grid .news-card:nth-child(3n) {
    grid-column: 9/span 4;
  }
}

.unity-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(80px, 12vw, 230px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.unity-hero__title {
  grid-column: 1/span 3;
  margin: 0;
  min-width: 0;
}
.unity-hero__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.unity-hero__heading {
  margin: 0;
}
.unity-hero__body {
  margin: clamp(28px, 3vw, 50px) 0 0;
}
.unity-hero__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0;
}
.unity-hero__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .unity-hero__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
@media screen and (max-width: 768px) {
  .unity-hero__title, .unity-hero__main {
    grid-column: 1/-1;
  }
}

.unity-jump {
  padding-block: clamp(20px, 3vw, 40px) clamp(48px, 6vw, 100px);
}
.unity-jump__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
}
.unity-jump__item {
  position: relative;
}
.unity-jump__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.unity-jump__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.unity-jump__item:hover .unity-jump__title,
.unity-jump__item:hover .unity-jump__arrow, .unity-jump__item:focus-within .unity-jump__title,
.unity-jump__item:focus-within .unity-jump__arrow {
  color: #ea5514;
}
.unity-jump__item:hover::before, .unity-jump__item:focus-within::before {
  transform: scaleX(1);
}
.unity-jump__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(10px, 1.2vw, 20px);
  padding-block: clamp(18px, 2vw, 30px);
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.unity-jump__num {
  line-height: 1;
  align-self: center;
  transform: translateY(-0.12em);
}
.unity-jump__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -1px;
  font-weight: 400;
  min-width: 0;
  color: #a7a7a7;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .unity-jump__title {
    font-size: clamp(36px, 4.0404040404vw, 80px);
    line-height: clamp(40px, 4.4444444444vw, 88px);
    letter-spacing: -0.0125em;
  }
}
@media screen and (min-width: 769px) {
  .unity-jump__title {
    font-size: clamp(36px, 3.0303030303vw, 60px);
    line-height: clamp(40px, 3.3333333333vw, 66px);
  }
}
.unity-jump__arrow {
  align-self: center;
  margin: 0;
  color: #ea5514;
  transform: translateY(0.02em);
  transition: color 0.2s ease;
}

.unity-block {
  scroll-margin-top: calc(70px + 24px);
}
.unity-block + .unity-block {
  margin-top: 90px;
}
.unity-block#unity-3 {
  margin-bottom: clamp(120px, 12vw, 180px);
}
.unity-block__panel {
  align-items: start;
  padding-block: clamp(48px, 6vw, 100px);
  row-gap: clamp(28px, 3.5vw, 48px);
  background-color: #f4f2f2;
}
.unity-block__copy {
  grid-column: 1/span 6;
  min-width: 0;
  padding-left: calc(60px + 20px);
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .unity-block__copy {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .unity-block__copy {
    grid-column: 1/-1;
  }
}
.unity-block__label {
  position: relative;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .unity-block__label {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.unity-block__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #ea5514;
}
.unity-block__heading {
  margin: 0;
}
.unity-block__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.unity-block__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0;
}
.unity-block__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .unity-block__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.unity-block__meta {
  margin: clamp(12px, 1.25vw, 20px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.5vw, 8px);
}
.unity-block__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em;
  margin: 0;
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.6;
  letter-spacing: 0;
}
.unity-block__meta-row dt {
  margin: 0;
  font-weight: 600;
}
.unity-block__meta-row dd {
  margin: 0;
  font-weight: 300;
}
.unity-block__more {
  margin: clamp(28px, 4vw, 70px) 0 0;
}
.unity-block__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .unity-block__more-link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.unity-block__more-link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.unity-block__more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.unity-block__more-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.unity-block__more-link:hover, .unity-block__more-link:focus-visible {
  color: #ea5514;
}
.unity-block__more-link:hover .c-arrow, .unity-block__more-link:focus-visible .c-arrow {
  color: #ea5514;
}
.unity-block__more-link:hover::before, .unity-block__more-link:focus-visible::before {
  transform: scaleX(1);
}
.unity-block__media {
  grid-column: 7/span 6;
  margin: 0;
  line-height: 0;
  background-color: #e8e8e8;
  min-width: 0;
}
.unity-block__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .unity-block__media {
    grid-column: 1/-1;
  }
}

.unity-next {
  background-color: #e6e4e4;
}

.unity-links {
  padding-block: clamp(40px, 5vw, 90px) clamp(60px, 7vw, 100px);
  row-gap: clamp(20px, 2.5vw, 50px);
}
.unity-links__item {
  grid-column: 1/-1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35em;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.2em;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .unity-links__item {
    grid-column: 9/span 4;
    font-size: clamp(22px, 1.5151515152vw, 30px);
    line-height: 1.15;
  }
}
.unity-links__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.unity-links__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.unity-links__item:hover, .unity-links__item:focus-visible {
  color: #ea5514;
}
.unity-links__item:hover::before, .unity-links__item:focus-visible::before {
  transform: scaleX(1);
}
.unity-links__item:hover .unity-links__arrow, .unity-links__item:focus-visible .unity-links__arrow {
  transform: translateX(0);
}
.unity-links__label {
  position: relative;
  z-index: 0;
}
.unity-links__arrow {
  z-index: 0;
  margin-left: auto;
  flex-shrink: 0;
  transform: translateX(-8px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 768px) {
  .unity-jump__link {
    align-items: start;
  }
  .unity-jump__title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .unity-jump__arrow.c-arrow--chevron {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-top: 3px;
  }
  .unity-jump__arrow.c-arrow--chevron::before {
    font-size: 16px;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  }
  .unity-block {
    background-color: #f4f2f2;
  }
}
.tech-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(60px, 8vw, 120px);
  row-gap: clamp(32px, 4vw, 60px);
}
.tech-hero__text {
  grid-column: 1/span 4;
  min-width: 0;
}
.tech-hero__title {
  margin: 0 0 clamp(60px, 7.58vw, 150px);
}
.tech-hero__heading {
  margin: 0;
}
.tech-hero__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.tech-hero__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0 40px 0 0;
}
.tech-hero__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .tech-hero__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.tech-hero__media {
  grid-column: 5/span 8;
  align-self: center;
  min-width: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
.tech-hero__media img,
.tech-hero__media .c-skeleton {
  display: block;
  width: 100%;
  height: auto;
}

.tech-plant {
  align-items: start;
  padding-block: clamp(48px, 6vw, 100px) clamp(40px, 5vw, 80px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.tech-plant__intro {
  grid-column: 1/span 8;
  min-width: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tech-plant__intro {
    grid-column: 1/-1;
  }
}
.tech-plant__label {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(16px, 2vw, 28px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.tech-plant__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 1.5px;
  background-color: #ea5514;
}
.tech-plant__heading {
  margin: 0;
}
.tech-plant__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.tech-plant__caption {
  margin: clamp(28px, 3.5vw, 48px) 0 0;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.5;
}
.tech-plant__diagram {
  grid-column: 2/span 10;
  margin: 0;
  padding-inline: 20px;
  line-height: 0;
  box-sizing: border-box;
}
.tech-plant__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .tech-plant__diagram {
    grid-column: 1/-1;
    padding-inline: 0;
  }
}

.tech-jump {
  padding-block: clamp(20px, 3vw, 40px) clamp(48px, 6vw, 100px);
}
.tech-jump__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
}
.tech-jump__item {
  position: relative;
}
.tech-jump__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.tech-jump__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.tech-jump__item:hover .tech-jump__title,
.tech-jump__item:hover .tech-jump__arrow, .tech-jump__item:focus-within .tech-jump__title,
.tech-jump__item:focus-within .tech-jump__arrow {
  color: #ea5514;
}
.tech-jump__item:hover::before, .tech-jump__item:focus-within::before {
  transform: scaleX(1);
}
.tech-jump__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(10px, 1.2vw, 20px);
  padding-block: clamp(18px, 2vw, 30px);
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.tech-jump__num {
  line-height: 1;
  align-self: center;
  transform: translateY(-0.12em);
}
.tech-jump__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -1px;
  font-weight: 400;
  min-width: 0;
  color: #000;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .tech-jump__title {
    font-size: clamp(36px, 4.0404040404vw, 80px);
    line-height: clamp(40px, 4.4444444444vw, 88px);
    letter-spacing: -0.0125em;
  }
}
@media screen and (min-width: 769px) {
  .tech-jump__title {
    font-size: clamp(36px, 3.0303030303vw, 60px);
    line-height: clamp(40px, 3.3333333333vw, 66px);
  }
}
.tech-jump__arrow {
  align-self: center;
  margin: 0;
  color: #ea5514;
  transform: translateY(0.02em);
  transition: color 0.2s ease;
}

.tech-block {
  scroll-margin-top: calc(70px + 24px);
}
.tech-block + .tech-block {
  margin-top: 90px;
}
.tech-block#tech-03 {
  margin-bottom: clamp(120px, 12vw, 180px);
}
.tech-block__main {
  align-items: start;
  padding-block: clamp(48px, 6vw, 100px);
  row-gap: clamp(28px, 3.5vw, 48px);
  background-color: #fff;
}
.tech-block__copy {
  grid-column: 1/span 6;
  min-width: 0;
  padding-left: calc(60px + 20px);
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tech-block__copy {
    padding-left: 0;
    padding-right: 0;
  }
}
.tech-block__label {
  position: relative;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .tech-block__label {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.tech-block__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #ea5514;
}
.tech-block__title {
  margin: 0;
}
.tech-block__title-en {
  margin: clamp(8px, 1vw, 12px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #a7a7a7;
}
@media screen and (min-width: 769px) {
  .tech-block__title-en {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.tech-block__body {
  margin: clamp(20px, 2.4vw, 36px) 0 0;
}
.tech-block__body p {
  margin: 0;
}
.tech-block__body p a {
  color: #ea5514;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.tech-block__media {
  grid-column: 7/span 6;
  margin: 0;
  line-height: 0;
  background-color: #e8e8e8;
  min-width: 0;
}
.tech-block__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.tech-advantage__inner {
  padding-block: clamp(40px, 5vw, 72px);
  background-color: #f4f2f2;
}
.tech-advantage__content {
  grid-column: 1/-1;
  min-width: 0;
  padding-left: calc(60px + 20px);
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tech-advantage__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.tech-advantage__heading {
  margin: 0 0 clamp(20px, 2.4vw, 32px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) {
  .tech-advantage__heading {
    font-size: clamp(28px, 1.9191919192vw, 38px);
    line-height: 1.3;
  }
}
.tech-advantage__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tech-advantage__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.tech-advantage__list li {
  position: relative;
  margin: 0;
  padding: clamp(18px, 2vw, 28px) 0 clamp(18px, 2vw, 28px) 22px;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 300;
  text-align: left;
  text-align-last: auto;
}
.tech-advantage__list li:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .tech-advantage__list li {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.tech-advantage__list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.tech-advantage__list li::before {
  content: "";
  position: absolute;
  top: calc(clamp(18px, 2vw, 28px) + 0.45em);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ea5514;
}
.tech-advantage__list.is-inview::before {
  transform: scaleX(1);
  transition-delay: 0s;
}
.tech-advantage__list.is-inview li:nth-child(1)::after {
  transform: scaleX(1);
  transition-delay: 0.12s;
}
.tech-advantage__list.is-inview li:nth-child(2)::after {
  transform: scaleX(1);
  transition-delay: 0.24s;
}
.tech-advantage__list.is-inview li:nth-child(3)::after {
  transform: scaleX(1);
  transition-delay: 0.36s;
}
.tech-advantage__list.is-inview li:nth-child(4)::after {
  transform: scaleX(1);
  transition-delay: 0.48s;
}
.tech-advantage__list.is-inview li:nth-child(5)::after {
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.tech-advantage__list.is-inview li:nth-child(6)::after {
  transform: scaleX(1);
  transition-delay: 0.72s;
}

@media (prefers-reduced-motion: reduce) {
  .tech-advantage__list::before,
  .tech-advantage__list li::after {
    transition: none;
    transform: scaleX(1);
  }
}
.tech-next {
  background-color: #e6e4e4;
}
.tech-next__label {
  grid-column: 1/-1;
  margin: 0 0 clamp(12px, 1.2vw, 15px);
}
@media screen and (min-width: 769px) {
  .tech-next__label {
    grid-column: 9/span 4;
  }
}

@media screen and (max-width: 768px) {
  .tech-hero__text, .tech-hero__media {
    grid-column: 1/-1;
  }
  .tech-hero__body p {
    margin-right: 0;
  }
  .tech-jump__link {
    align-items: start;
  }
  .tech-jump__title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .tech-jump__arrow.c-arrow--chevron {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-top: 3px;
  }
  .tech-jump__arrow.c-arrow--chevron::before {
    font-size: 16px;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  }
  .tech-block {
    background-color: #fff;
  }
  .tech-block__copy, .tech-block__media {
    grid-column: 1/-1;
  }
  .tech-advantage {
    background-color: #f4f2f2;
  }
  .tech-advantage__inner {
    background-color: transparent;
  }
}
.careers-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(80px, 12vw, 230px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.careers-hero__title {
  grid-column: 1/span 3;
  margin: 0;
  min-width: 0;
}
.careers-hero__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.careers-hero__heading {
  margin: 0;
}
.careers-hero__body {
  margin: clamp(28px, 3vw, 50px) 0 0;
}
.careers-hero__body p {
  margin: 0;
}
.careers-hero__cta {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
  width: 100%;
  max-width: 1113px;
  min-height: clamp(160px, 14vw, 225px);
  margin: clamp(36px, 4vw, 70px) 0 0;
  padding: clamp(28px, 3vw, 45px);
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background-color: #ee3f27;
  background-image: linear-gradient(168deg, #ffb056 0%, #ff9f3e 28%, #f25a32 62%, #ee3f27 100%);
  background-size: 160% 160%;
  background-position: 12% 40%;
  transition: background-position 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.careers-hero__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(152deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 42%, rgba(0, 0, 0, 0.04) 100%);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.careers-hero__cta > * {
  position: relative;
  z-index: 1;
}
.careers-hero__cta:hover, .careers-hero__cta:focus-visible {
  background-position: 78% 58%;
}
.careers-hero__cta:hover::before, .careers-hero__cta:focus-visible::before {
  opacity: 1;
}
.careers-hero__cta:hover .careers-hero__cta-action::before, .careers-hero__cta:focus-visible .careers-hero__cta-action::before {
  transform: scaleX(1);
}
.careers-hero__cta:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .careers-hero__cta {
    transition: none;
  }
  .careers-hero__cta::before {
    transition: none;
  }
  .careers-hero__cta:hover, .careers-hero__cta:focus-visible {
    background-position: 12% 40%;
  }
  .careers-hero__cta:hover::before, .careers-hero__cta:focus-visible::before {
    opacity: 0;
  }
}
.careers-hero__cta-title {
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 2.8vw, 43px);
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: -0.02em;
  color: #000;
}
.careers-hero__cta-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #000;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .careers-hero__cta-action {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.careers-hero__cta-action .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.careers-hero__cta-action::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.careers-hero__cta-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.careers-hero__cta-action:hover, .careers-hero__cta-action:focus-visible {
  color: #ea5514;
}
.careers-hero__cta-action:hover .c-arrow, .careers-hero__cta-action:focus-visible .c-arrow {
  color: #ea5514;
}
.careers-hero__cta-action:hover::before, .careers-hero__cta-action:focus-visible::before {
  transform: scaleX(1);
}
.careers-hero__cta-action::after {
  background-color: #000;
}
.careers-hero__cta-action::before {
  background-color: #000;
}
.careers-hero__cta-action .c-arrow {
  color: #000;
}
@media screen and (max-width: 768px) {
  .careers-hero__title, .careers-hero__main {
    grid-column: 1/-1;
  }
  .careers-hero__cta {
    max-width: none;
  }
}

.careers-message + .careers-message {
  margin-top: clamp(48px, 6vw, 100px);
}
.careers-message__panel {
  align-items: start;
  padding-block: clamp(48px, 6vw, 110px) clamp(40px, 5vw, 80px);
  row-gap: clamp(28px, 3.5vw, 48px);
  background-color: #fff;
}
.careers-message__label {
  position: relative;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .careers-message__label {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.careers-message__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #ea5514;
}
.careers-message__copy {
  grid-column: 1/span 6;
  min-width: 0;
  padding-left: calc(60px + 20px);
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .careers-message__copy {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .careers-message__copy {
    grid-column: 1/-1;
  }
}
.careers-message__heading {
  margin: 0;
}
.careers-message__body {
  margin: clamp(28px, 3.5vw, 60px) 0 0;
}
.careers-message__body p {
  margin: 0;
}
.careers-message__quote {
  margin: 0;
  padding: 0 0 0 clamp(16px, 1.6vw, 24px);
  border-left: 2px solid #ea5514;
  box-sizing: border-box;
}
.careers-message__quote p {
  margin: 0 0 1em;
  color: #000;
}
.careers-message__quote p:last-child {
  margin-bottom: 0;
}
.careers-message__name {
  margin: clamp(28px, 3.5vw, 60px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.careers-message__role {
  margin: clamp(8px, 1vw, 15px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #737373;
}
.careers-message__media {
  grid-column: 7/-1;
  margin: 0;
  margin-right: calc(60px + 20px);
  line-height: 0;
  background-color: #e8e8e8;
  min-width: 0;
}
.careers-message__media img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .careers-message__media {
    grid-column: 1/-1;
    margin-right: 0;
  }
}

.careers-vision {
  background-color: #fff;
}
.careers-vision__inner {
  grid-column: 1/-1;
  padding-block: 0 clamp(48px, 7vw, 130px);
  padding-inline: calc(60px + 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .careers-vision__inner {
    padding-inline: 0;
  }
}
.careers-vision__list {
  border-top: 0;
}
.careers-vision .about-credos__title {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 1px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .careers-vision .about-credos__title {
    font-size: clamp(30px, 1.9191919192vw, 38px);
    line-height: clamp(36px, 2.9292929293vw, 58px);
    letter-spacing: 0.0526315789em;
  }
}
@media screen and (min-width: 769px) {
  .careers-vision .about-credos__title {
    letter-spacing: 0;
  }
}
.careers-vision .about-credos__panel {
  margin-left: 0;
}
.careers-vision__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 66px);
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(8px, 1vw, 16px);
}
@media screen and (min-width: 769px) {
  .careers-vision__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.careers-vision__intro p {
  margin: 0;
}
.careers-vision__intro p + p {
  margin-top: clamp(20px, 2.4vw, 36px);
}
.careers-vision__points {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 90px);
}
.careers-vision__point {
  position: relative;
  padding-left: 18px;
}
.careers-vision__point::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ea5514;
}
.careers-vision__point-title {
  margin: 0;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.careers-vision__point-body {
  margin: clamp(12px, 1.5vw, 20px) 0 0;
}
.careers-vision__point-body p {
  margin: 0 0 1em;
}
.careers-vision__point-body p:last-child {
  margin-bottom: 0;
}

.careers-orgs {
  align-items: start;
  padding-block: clamp(100px, 14vw, 250px) clamp(80px, 11vw, 200px);
  row-gap: clamp(40px, 5vw, 80px);
  background-color: transparent;
}
.careers-orgs__title {
  grid-column: 1/span 3;
  margin: 0;
}
.careers-orgs__intro {
  grid-column: 5/span 8;
  min-width: 0;
}
.careers-orgs__heading {
  margin: 0;
}
.careers-orgs__body {
  margin: clamp(28px, 3vw, 50px) 0 0;
}
.careers-orgs__body p {
  margin: 0;
}
.careers-orgs__list {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .careers-orgs__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(40px, 6vw, 130px);
    transform: none;
  }
}
.careers-orgs__swiper {
  grid-column: 1/-1;
  margin-top: clamp(40px, 6vw, 130px);
}
@media screen and (min-width: 769px) {
  .careers-orgs__swiper {
    display: contents;
  }
}
.careers-orgs__pagination {
  display: none;
}
.careers-orgs__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(36px, 4vw, 70px) clamp(20px, 2.2vw, 40px);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .careers-orgs__card {
    width: auto;
    flex-shrink: 1;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  @supports (grid-template-rows: subgrid) {
    .careers-orgs__card {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 5;
      height: auto;
    }
  }
}
.careers-orgs__card-title {
  margin: 0;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 2.4vw, 43px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.careers-orgs__card-body {
  margin: clamp(28px, 3.5vw, 60px) 0 0;
}
.careers-orgs__card-body p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .careers-orgs__card-body {
    margin-top: clamp(16px, 1.6vw, 28px);
  }
}
.careers-orgs__voice {
  margin-top: auto;
  padding-top: clamp(60px, 8vw, 145px);
}
@media screen and (min-width: 769px) {
  .careers-orgs__voice {
    padding-top: 0;
  }
  @supports (grid-template-rows: subgrid) {
    .careers-orgs__voice {
      display: contents;
    }
  }
}
.careers-orgs__voice-label {
  position: relative;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 clamp(14px, 1.75vw, 33px);
}
@media screen and (min-width: 769px) {
  .careers-orgs__voice-label {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.careers-orgs__voice-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #ea5514;
}
@media screen and (min-width: 769px) {
  .careers-orgs__voice-label {
    margin-top: 40px;
    margin-bottom: clamp(7px, 0.875vw, 16.5px);
  }
}
.careers-orgs__voice-media {
  margin: 0 calc(-1 * clamp(20px, 2.2vw, 40px)) clamp(12px, 1.25vw, 23px);
  width: calc(100% + 2 * clamp(20px, 2.2vw, 40px));
  max-width: none;
  line-height: 0;
  background-color: #fff;
}
.careers-orgs__voice-media img {
  display: block;
  width: 100%;
  height: auto;
}
.careers-orgs__voice-foot {
  min-width: 0;
}
.careers-orgs__quote {
  margin: 0;
}
.careers-orgs__quote p {
  margin: 0;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 1.7vw, 30px);
  font-weight: 400;
  line-height: 1.5;
}
.careers-orgs__person-name {
  margin: clamp(12px, 1.25vw, 23px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
}
.careers-orgs__person-role {
  display: none;
  margin: clamp(3px, 0.4vw, 5px) 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .careers-orgs__title, .careers-orgs__intro {
    grid-column: 1/-1;
  }
}

.careers-positions {
  align-items: start;
  padding-block: clamp(100px, 13vw, 230px) clamp(100px, 15vw, 280px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.careers-positions__title {
  grid-column: 1/span 3;
  margin: 0;
}
.careers-positions__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.careers-positions__heading {
  margin: 0;
}
.careers-positions__body {
  margin: clamp(28px, 3vw, 50px) 0 0;
}
.careers-positions__body p {
  margin: 0;
}
.careers-positions__more {
  margin: clamp(28px, 3vw, 50px) 0 0;
}
.careers-positions__more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .careers-positions__more-link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.careers-positions__more-link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.careers-positions__more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.careers-positions__more-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.careers-positions__more-link:hover, .careers-positions__more-link:focus-visible {
  color: #ea5514;
}
.careers-positions__more-link:hover .c-arrow, .careers-positions__more-link:focus-visible .c-arrow {
  color: #ea5514;
}
.careers-positions__more-link:hover::before, .careers-positions__more-link:focus-visible::before {
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .careers-positions__title, .careers-positions__main {
    grid-column: 1/-1;
  }
}

.careers-faq {
  align-items: start;
  padding-block: clamp(40px, 5vw, 60px) clamp(100px, 15vw, 280px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.careers-faq__title {
  grid-column: 1/span 3;
  margin: 0;
}
.careers-faq__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.careers-faq__list {
  border-top: 0;
  margin-top: 0;
}
.careers-faq__list > .about-credos__item:first-child {
  padding-top: 0;
}
.careers-faq .about-credos__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000;
}
.careers-faq .about-credos__icon {
  width: clamp(14px, 1vw, 18px);
  height: clamp(14px, 1vw, 18px);
  color: #000;
}
.careers-faq .about-credos__panel {
  margin-left: 0;
}
.careers-faq__contact-note {
  margin: clamp(48px, 6vw, 100px) 0 0;
}
.careers-faq__contact {
  margin: clamp(16px, 1.5vw, 25px) 0 0;
}
.careers-faq__contact-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: clamp(15px, 1.1vw, 20px);
}
@media screen and (min-width: 769px) {
  .careers-faq__contact-link {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.careers-faq__contact-link .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.careers-faq__contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.careers-faq__contact-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.careers-faq__contact-link:hover, .careers-faq__contact-link:focus-visible {
  color: #ea5514;
}
.careers-faq__contact-link:hover .c-arrow, .careers-faq__contact-link:focus-visible .c-arrow {
  color: #ea5514;
}
.careers-faq__contact-link:hover::before, .careers-faq__contact-link:focus-visible::before {
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .careers-faq__title, .careers-faq__main {
    grid-column: 1/-1;
  }
}

.careers-next {
  background-color: #e6e4e4;
}

@media screen and (max-width: 768px) {
  .careers-message {
    background-color: #fff;
  }
  .careers-message__body br, .careers-message__quote br {
    display: none;
  }
  .careers-vision {
    width: 100%;
    max-width: none;
    padding-inline: var(--layout-inline);
    box-sizing: border-box;
  }
  .careers-orgs {
    padding-block: 80px 64px;
  }
  .careers-orgs__swiper {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .careers-orgs__swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    width: auto;
    height: auto;
  }
  .careers-orgs__swiper .swiper-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .careers-orgs__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: auto;
    height: auto;
    align-items: flex-start;
  }
  .careers-orgs__card {
    height: auto;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 28px;
  }
  .careers-orgs__card-title {
    font-size: 24px;
    line-height: 1.25;
  }
  .careers-orgs__card-body {
    margin-top: 16px;
  }
  .careers-orgs__voice {
    padding-top: 24px;
  }
  .careers-orgs__voice-label {
    margin-bottom: 12px;
  }
  .careers-orgs__quote p {
    font-size: 17px;
    line-height: 1.45;
  }
  .careers-orgs__quote br {
    display: none;
  }
  .careers-orgs__person-name {
    font-size: 16px;
  }
  .careers-orgs__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    position: static;
    width: 100%;
  }
  .careers-orgs__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background-color: #a7a7a7;
    opacity: 1;
    border-radius: 50%;
  }
  .careers-orgs__pagination .swiper-pagination-bullet-active {
    background-color: #ea5514;
  }
}
@media (prefers-reduced-motion: reduce) {
  .careers-orgs__swiper {
    overflow: visible;
  }
  .careers-orgs__list {
    display: grid;
    grid-template-columns: 1fr;
    transform: none !important;
  }
  .careers-orgs__pagination {
    display: none;
  }
}
.contact-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(40px, 5vw, 80px);
}
.contact-hero__main {
  grid-column: 3/-1;
  min-width: 0;
}
.contact-hero__title {
  margin: 0;
}
.contact-hero__body {
  margin: clamp(40px, 5vw, 100px) 0 0;
  max-width: 44em;
}
.contact-hero__body p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-hero__main {
    grid-column: 1/-1;
  }
}

.contact-form {
  align-items: start;
  padding-block: 0 clamp(100px, 14vw, 250px);
}
.contact-form__inner,
.contact-form .contacttop,
.contact-form .checkbox,
.contact-form .thanksbox,
.contact-form .mw_wp_form,
.contact-form .mw_wp_form > form,
.contact-form .formcontainer,
.contact-form .formcont {
  display: contents;
}
.contact-form .statusbox {
  position: relative;
  grid-column: 1/span 2;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: clamp(8px, 1vw, 16px) 0 0 clamp(20px, 1.5vw, 23px);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .contact-form .statusbox {
    align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .statusbox {
    grid-column: 1/-1;
  }
}
.contact-form .statusbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.contact-form .statusbox .box {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  line-height: clamp(36px, 3vw, 48px);
  text-align: left;
  color: #a7a7a7;
}
.contact-form .statusbox .box:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .statusbox .box {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .statusbox .box::before, .contact-form .statusbox .box::after {
  display: none !important;
}
.contact-form .statusbox .box span:not(.sm):not(.check) {
  font-size: inherit;
}
.contact-form .statusbox .box .sm {
  font-size: 0.82em;
  letter-spacing: 0.02em;
}
.contact-form .statusbox .box .sm .check,
.contact-form .statusbox .box .check {
  color: #ea5514;
}
.contact-form .statusbox .box + .box {
  margin-top: 0;
}
.contact-form .contacttop .statusbox .box:nth-child(1),
.contact-form .checkbox .statusbox .box:nth-child(2),
.contact-form .thanksbox .statusbox .box:nth-child(3) {
  color: #000;
}
.contact-form .contacttop .statusbox .box:nth-child(1)::before,
.contact-form .checkbox .statusbox .box:nth-child(2)::before,
.contact-form .thanksbox .statusbox .box:nth-child(3)::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: calc(-1 * clamp(20px, 1.5vw, 23px));
  top: 50%;
  width: 1.5px;
  height: clamp(18px, 1.4vw, 22px);
  margin-top: calc(clamp(18px, 1.4vw, 22px) / -2);
  background-color: #ea5514;
  border: 0;
  border-radius: 0;
}
.contact-form .contbox,
.contact-form .privacybox,
.contact-form .cbtnbox {
  grid-column: 3/-1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .contact-form .contbox,
  .contact-form .privacybox,
  .contact-form .cbtnbox {
    grid-column: 1/-1;
  }
}
.contact-form .contbox {
  width: 100%;
  margin: 0;
  padding: clamp(4px, 1vw, 24px) 0 0;
}
.contact-form table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.contact-form tbody,
.contact-form tr,
.contact-form td {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.contact-form tr {
  margin: 0 0 clamp(28px, 3.5vw, 56px);
}
.contact-form tr:last-child {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.contact-form td.pbox {
  margin: 0;
}
.contact-form td.radiobox:first-child {
  margin: 0 0 10px;
}
.contact-form .intx,
.contact-form td.radiobox:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 700;
  text-align: left;
  color: #000;
}
.contact-form .intx:lang(en),
.contact-form td.radiobox:first-child:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .intx,
  .contact-form td.radiobox:first-child {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .check {
  color: #ea5514;
  margin-left: 0.15em;
}
.contact-form td:not(.pbox) {
  position: relative;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(167, 167, 167, 0.55);
  border-radius: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
  appearance: none;
  outline: none;
  transition: border-color 0.25s ease;
}
.contact-form input[type=text]:lang(en),
.contact-form input[type=email]:lang(en),
.contact-form input[type=tel]:lang(en),
.contact-form select:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form select {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form select::placeholder {
  color: rgba(167, 167, 167, 0.8);
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form select:focus {
  border-bottom-color: #ea5514;
}
.contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  min-height: clamp(200px, 22vw, 320px);
  padding: 16px;
  border: 1px solid rgba(167, 167, 167, 0.55);
  border-radius: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
  resize: vertical;
  outline: none;
  transition: border-color 0.25s ease;
}
.contact-form textarea:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form textarea {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form textarea::placeholder {
  color: rgba(167, 167, 167, 0.8);
}
.contact-form textarea:focus {
  border-color: #ea5514;
}
.contact-form td.radiobox:last-child {
  padding-top: 4px;
}
.contact-form .mwform-radio-field {
  display: block;
  margin: 0 0 10px;
}
.contact-form .mwform-radio-field:last-of-type {
  margin-bottom: 0;
}
.contact-form .mwform-radio-field label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.contact-form .mwform-radio-field input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-form .mwform-radio-field input[type=radio] + span,
.contact-form .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  display: block;
  padding-left: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.contact-form .mwform-radio-field input[type=radio] + span:lang(en),
.contact-form .mwform-radio-field .mwform-radio-field-text:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .mwform-radio-field input[type=radio] + span,
  .contact-form .mwform-radio-field .mwform-radio-field-text {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .mwform-radio-field input[type=radio] + span::before,
.contact-form .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background: transparent;
}
.contact-form .mwform-radio-field input[type=radio]:checked + span::before,
.contact-form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::before {
  border-color: #ea5514;
  background: radial-gradient(circle, #ea5514 40%, transparent 45%);
}
.contact-form .g-recaptcha {
  margin: clamp(24px, 3vw, 40px) 0;
}
.contact-form .bottombtnbox {
  display: none;
}
.contact-form .checkbox .bottombtnbox,
.contact-form .mw_wp_form_confirm .bottombtnbox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(40px, 5vw, 80px);
  padding: 0;
}
.contact-form .checkbox tr,
.contact-form .mw_wp_form_confirm tr {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.55);
}
.contact-form .checkbox .contbox table tr td:first-child,
.contact-form .mw_wp_form_confirm .contbox table tr td:first-child {
  padding: 0 20px 0 0;
}
.contact-form .checkbox td.pbox,
.contact-form .mw_wp_form_confirm td.pbox {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.contact-form .checkbox td.pbox:lang(en),
.contact-form .mw_wp_form_confirm td.pbox:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .checkbox td.pbox,
  .contact-form .mw_wp_form_confirm td.pbox {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .checkbox td.radiobox:first-child,
.contact-form .mw_wp_form_confirm td.radiobox:first-child {
  margin-bottom: 4px;
}
.contact-form .checkbox td.radiobox:last-child,
.contact-form .mw_wp_form_confirm td.radiobox:last-child {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.contact-form .checkbox td.radiobox:last-child:lang(en),
.contact-form .mw_wp_form_confirm td.radiobox:last-child:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .checkbox td.radiobox:last-child,
  .contact-form .mw_wp_form_confirm td.radiobox:last-child {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .checkbox .intx,
.contact-form .mw_wp_form_confirm .intx {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
}
.contact-form .contact-confirm-privacy {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.contact-form .contact-confirm-privacy:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .contact-confirm-privacy {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .privacybox {
  width: 100%;
  max-width: none;
  margin: clamp(28px, 3.5vw, 56px) 0 0;
  padding: 0;
  background: transparent;
  text-align: left;
  box-sizing: border-box;
}
.contact-form .checkbox .privacybox {
  display: none;
}
.contact-form .checkbox .cbtnbox,
.contact-form .mw_wp_form_confirm .cbtnbox {
  display: none;
}
.contact-form .privacybox .mwform-checkbox-field {
  display: block;
  margin: 0;
}
.contact-form .privacybox .mwform-checkbox-field label {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.6em;
  row-gap: 0.4em;
  align-items: start;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  color: #000;
}
.contact-form .privacybox .mwform-checkbox-field label:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .privacybox .mwform-checkbox-field label {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
@media screen and (min-width: 769px) {
  .contact-form .privacybox .mwform-checkbox-field label {
    line-height: 1.65;
  }
}
.contact-form .privacybox .mwform-checkbox-field label::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  box-sizing: border-box;
  width: 0.9em;
  height: 0.9em;
  margin-top: calc((1lh - 0.9em) / 2);
  border: 1px solid #ea5514;
  background: transparent;
}
.contact-form .privacybox .mwform-checkbox-field label::after {
  content: "";
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.28em;
  margin-top: calc((1lh - 0.9em) / 2 + 0.12em);
  border-left: 1.5px solid #ea5514;
  border-bottom: 1.5px solid #ea5514;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.contact-form .privacybox .mwform-checkbox-field label:has(input[type=checkbox]:checked)::after {
  transform: rotate(-45deg) scale(1);
}
.contact-form .privacybox .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.contact-form .privacybox .linktx {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  color: inherit;
}
.contact-form .privacybox .linktx a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.contact-form .privacybox .linktx a::after {
  display: none;
}
.contact-form .privacybox .mwform-checkbox-field-text,
.contact-form .privacybox input[type=checkbox] + span {
  grid-column: 2;
  grid-row: 2;
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  color: inherit;
}
.contact-form .privacybox .mwform-checkbox-field-text::before, .contact-form .privacybox .mwform-checkbox-field-text::after,
.contact-form .privacybox input[type=checkbox] + span::before,
.contact-form .privacybox input[type=checkbox] + span::after {
  content: none;
  display: none;
}
.contact-form .mwform-checkbox-field {
  display: block;
  margin: 0;
}
.contact-form .cbtnbox {
  margin: clamp(28px, 3.5vw, 56px) 0 0;
  padding: 0;
}
.contact-form .cbtnbox .hbtn,
.contact-form .bottombtnbox .hbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 28px 10px 0;
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
}
.contact-form .cbtnbox .hbtn::before,
.contact-form .bottombtnbox .hbtn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(167, 167, 167, 0.55);
}
.contact-form .cbtnbox .hbtn::after,
.contact-form .bottombtnbox .hbtn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.35em;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #ea5514;
  border-right: 1.5px solid #ea5514;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}
.contact-form .cbtnbox .hbtn:hover,
.contact-form .bottombtnbox .hbtn:hover {
  color: #ea5514;
}
.contact-form .cbtnbox .hbtn:hover::before,
.contact-form .bottombtnbox .hbtn:hover::before {
  background-color: #ea5514;
}
.contact-form .cbtnbox .hbtn input[type=submit],
.contact-form .bottombtnbox .hbtn input[type=submit] {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: inherit;
  cursor: pointer;
  appearance: none;
}
.contact-form .cbtnbox .hbtn input[type=submit]:lang(en),
.contact-form .bottombtnbox .hbtn input[type=submit]:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .cbtnbox .hbtn input[type=submit],
  .contact-form .bottombtnbox .hbtn input[type=submit] {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .cbtnbox .hbtn,
.contact-form .bottombtnbox .hbtn {
  gap: 0.55em;
  padding: 0 0 0.45em;
  font-size: clamp(30px, 2.1vw, 34px);
  line-height: 1.35;
}
.contact-form .cbtnbox .hbtn::after,
.contact-form .bottombtnbox .hbtn::after {
  position: static;
  top: auto;
  right: auto;
  width: 0.38em;
  height: 0.38em;
  margin: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  flex-shrink: 0;
}
.contact-form .cbtnbox .hbtn input[type=submit],
.contact-form .bottombtnbox .hbtn input[type=submit] {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.02em;
}
.contact-form .bottombtnbox .contact-confirm-privacy {
  margin: 0 0 clamp(8px, 1vw, 12px);
}
.contact-form .bottombtnbox .back input[type=submit] {
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.contact-form .thanksbox .contbox {
  padding: clamp(40px, 5vw, 70px) 0;
  border-top: 1px solid rgba(167, 167, 167, 0.55);
  border-bottom: 1px solid rgba(167, 167, 167, 0.55);
}
.contact-form .thanksbox .mtl {
  margin: 0 0 clamp(16px, 2vw, 24px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.contact-form .thanksbox .mtx {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.contact-form .thanksbox .mtx:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .thanksbox .mtx {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.contact-form .thanksbox a.anibtn {
  display: inline-flex;
  margin-top: clamp(24px, 3vw, 40px);
  opacity: 1;
  left: auto;
  text-decoration: none;
}
.contact-form .error {
  color: #ea5514;
  font-size: 13px;
  margin-top: 6px;
}

.is-kf2026#contact .mainarea,
.is-kf2026#contact #pan,
.is-kf2026#contact #bg1,
.is-kf2026#contact .aboutbottombtn, .is-kf2026#check .mainarea,
.is-kf2026#check #pan,
.is-kf2026#check #bg1,
.is-kf2026#check .aboutbottombtn, .is-kf2026#thanks .mainarea,
.is-kf2026#thanks #pan,
.is-kf2026#thanks #bg1,
.is-kf2026#thanks .aboutbottombtn {
  display: none !important;
}
.is-kf2026#contact .grecaptcha-badge, .is-kf2026#check .grecaptcha-badge, .is-kf2026#thanks .grecaptcha-badge {
  visibility: hidden;
}

.whitepaper-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(40px, 5vw, 80px);
}
.whitepaper-hero__main {
  grid-column: 3/-1;
  min-width: 0;
}
.whitepaper-hero__title {
  margin: 0;
}
.whitepaper-hero__body {
  margin: clamp(40px, 5vw, 100px) 0 0;
  max-width: 44em;
}
.whitepaper-hero__body p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .whitepaper-hero__main {
    grid-column: 1/-1;
  }
}

.whitepaper-cover {
  align-items: center;
  padding-block: 0 clamp(40px, 5vw, 50px);
}
.whitepaper-cover__inner {
  grid-column: 3/-1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 3vw, 50px);
  min-width: 0;
}
.whitepaper-cover__media {
  margin: 0;
  flex: 0 0 auto;
  width: clamp(160px, 18vw, 264px);
}
.whitepaper-cover__media img {
  display: block;
  width: 100%;
  height: auto;
}
.whitepaper-cover__title {
  margin: 0;
  flex: 1 1 16em;
  min-width: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .whitepaper-cover__inner {
    grid-column: 1/-1;
  }
}

.checkbox .whitepaper-cover,
.thanksbox .whitepaper-cover,
.mw_wp_form_confirm ~ .whitepaper-cover {
  display: none;
}

.is-kf2026#whitepaper .mainarea,
.is-kf2026#whitepaper #pan,
.is-kf2026#whitepaper #bg1,
.is-kf2026#whitepaper .phbox,
.is-kf2026#whitepaper .whcontainer,
.is-kf2026#whitepaper .aboutbottombtn, .is-kf2026#check .mainarea,
.is-kf2026#check #pan,
.is-kf2026#check #bg1,
.is-kf2026#check .phbox,
.is-kf2026#check .whcontainer,
.is-kf2026#check .aboutbottombtn, .is-kf2026#thanks .mainarea,
.is-kf2026#thanks #pan,
.is-kf2026#thanks #bg1,
.is-kf2026#thanks .phbox,
.is-kf2026#thanks .whcontainer,
.is-kf2026#thanks .aboutbottombtn {
  display: none !important;
}

.privacy-hero {
  align-items: start;
  padding-block: clamp(80px, 10vw, 160px) clamp(80px, 12vw, 230px);
  row-gap: clamp(28px, 3.5vw, 48px);
}
.privacy-hero__title {
  grid-column: 1/span 3;
  margin: 0;
  min-width: 0;
}
.privacy-hero__main {
  grid-column: 5/span 8;
  min-width: 0;
}
.privacy-hero__body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  margin: 0 0 1em;
}
.privacy-hero__body p:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .privacy-hero__body p {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.privacy-hero__body p:last-child {
  margin-bottom: 0;
}
.privacy-hero__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.privacy-hero__body a:hover, .privacy-hero__body a:focus-visible {
  color: #ea5514;
}
.privacy-hero__meta {
  margin-top: 1.5em !important;
}
@media screen and (max-width: 768px) {
  .privacy-hero__title, .privacy-hero__main {
    grid-column: 1/-1;
  }
}

.privacy-doc {
  padding-block: 0 clamp(100px, 14vw, 250px);
}

.privacy-section {
  border-top: 1px solid #ea5514;
  padding-block: clamp(28px, 3vw, 40px);
}
.privacy-section__inner {
  align-items: start;
}
.privacy-section__title {
  grid-column: 1/span 4;
  margin: 0;
  font-weight: 700;
  text-align: left;
  text-align-last: auto;
  color: #000;
}
.privacy-section__body {
  grid-column: 5/-1;
  min-width: 0;
}
.privacy-section__body > p {
  margin: 0 0 1em;
}
.privacy-section__body > p:last-child {
  margin-bottom: 0;
}
.privacy-section__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.privacy-section__body a:hover, .privacy-section__body a:focus-visible {
  color: #ea5514;
}
@media screen and (max-width: 768px) {
  .privacy-section__title, .privacy-section__body {
    grid-column: 1/-1;
  }
  .privacy-section__title {
    margin-bottom: 16px;
  }
}

.privacy-list {
  margin: 0 0 1em;
  padding-left: 1.5em;
  list-style: decimal;
}
.privacy-list:last-child {
  margin-bottom: 0;
}
.privacy-list > li {
  margin: 0 0 0.35em;
  padding-left: 0.25em;
}
.privacy-list > li:last-child {
  margin-bottom: 0;
}
.privacy-list > li > p {
  margin: 0.25em 0 0;
}
.privacy-list--alpha {
  list-style: lower-alpha;
  margin-top: 0.35em;
}
.privacy-list--disc {
  list-style: disc;
}

.privacy-section__body .bold,
.privacy-hero__body .bold {
  font-weight: 700;
}

.cookie-table-wrap {
  margin: 0.75em 0 1.25em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cookie-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-align-last: left;
  text-align: left;
}
.cookie-table:lang(en) {
  text-align: left;
  text-align-last: auto;
}
@media screen and (min-width: 769px) {
  .cookie-table {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: 1.8;
    letter-spacing: 0.0588235294em;
  }
}
.cookie-table th,
.cookie-table td {
  padding: 0.65em 0.75em;
  border: 1px solid #a7a7a7;
  vertical-align: top;
}
.cookie-table th {
  font-weight: 700;
  background-color: rgba(167, 167, 167, 0.12);
  white-space: nowrap;
}
.cookie-table .w15 {
  width: 15%;
}

.sg {
  background-color: #f8f8f8;
  padding-bottom: clamp(80px, 10vw, 160px);
}

.sg-toc {
  padding-block: clamp(48px, 6vw, 100px);
  border-top: 1px solid rgba(167, 167, 167, 0.35);
}
.sg-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sg-toc__list a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.sg-toc__list a:hover, .sg-toc__list a:focus-visible {
  color: #ea5514;
}

.sg-block {
  padding-block: clamp(48px, 6vw, 100px);
  row-gap: 16px;
  border-top: 1px solid rgba(167, 167, 167, 0.35);
}

.sg-note {
  color: #737373;
}
.sg-note code {
  color: #000;
}

.sg-kicker {
  display: block;
  margin-bottom: 8px;
  color: #ea5514;
  font-size: 12px;
}

.sg-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sg-stack--compact {
  gap: 10px;
}
.sg-stack--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.sg-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-swatch {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #737373;
}
.sg-swatch__chip {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 8px;
}
.sg-swatch__name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.sg-panel {
  box-sizing: border-box;
  padding: clamp(48px, 6vw, 100px) 60px;
  background-color: #f4f2f2;
}

.sg-demo-label {
  position: relative;
  margin: 0 0 clamp(28px, 3.2vw, 44px);
  padding-top: 25px;
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .sg-demo-label {
    font-size: clamp(15px, 1.0101010101vw, 20px);
  }
}
.sg-demo-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 1.5px;
  background-color: #ea5514;
}

.sg-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.35em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .sg-more {
    font-size: clamp(15px, 0.8585858586vw, 17px);
    line-height: clamp(25px, 1.2626262626vw, 25px);
  }
}
.sg-more .c-arrow {
  color: #ea5514;
  transition: color 0.3s ease;
}
.sg-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #a7a7a7;
}
.sg-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.sg-more:hover, .sg-more:focus-visible {
  color: #ea5514;
}
.sg-more:hover .c-arrow, .sg-more:focus-visible .c-arrow {
  color: #ea5514;
}
.sg-more:hover::before, .sg-more:focus-visible::before {
  transform: scaleX(1);
}

.sg-grid-demo__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 72px;
  background-color: rgba(234, 85, 20, 0.12);
  color: #ea5514;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #sg-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 20px;
  }
  #sg-grid > .l-grid__full {
    grid-column: 1/-1;
  }
}
.sg-cursor-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 120px;
  padding: 16px;
  background-color: #f4f2f2;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
}
.sg-cursor-card[data-cursor-tone=light] {
  background-color: #2a2a2a;
  color: #fff;
}
