/* placeholder */
/* ========================================
   Design tokens: colors / typography / spacing / layout
   ======================================== */
/* ------------------------
   Color
   ------------------------ */
/* ------------------------
   Font family
   ------------------------ */
/* default */
/* ------------------------
   Typography: PC / Sub
   ------------------------ */
/* ------------------------
   Typography: SP / Top
   ------------------------ */
/* ------------------------
   Typography: SP / Sub
   ------------------------ */
/* ------------------------
   Content spacing
   ------------------------ */
/* ========================================
   Media query mixins
   ======================================== */
/* ------------------------
Breakpoints
------------------------ */
/* optional legacy aliases */
/* ========================================
   Typography mixins
   ======================================== */
/* ========================================
   Base styles based on design system
======================================== */
body {
  min-width: 320px;
  color: #333333;
  background: #FAFAFA;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1023px) {
  body {
    padding-top: 5.25rem;
  }
}
body:lang(ja) {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
body.is-page-loaded main,
body.is-page-loaded header,
body.is-page-loaded footer {
  opacity: 1;
}

main {
  display: block;
}

main,
header,
footer {
  opacity: 0;
  transition: opacity 0.5s ease;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s, opacity 0.25s;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

p,
li,
dd,
td,
th {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  list-style: none;
}
@media (max-width: 767px) {
  p,
  li,
  dd,
  td,
  th {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
textarea,
select {
  font: inherit;
}

button:focus, button:focus-visible,
a:focus,
a:focus-visible {
  outline: none;
  box-shadow: none;
}

h4 {
  padding-bottom: 0.375rem;
  line-height: 1.3125rem;
}

hr {
  color: transparent;
}

/* ========================================
   Top typography
======================================== */
.c-top-h1,
.c-top-h2 {
  font-family: "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 4.25rem;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.c-top-h1 {
  line-height: 1.25;
}
@media (max-width: 767px) {
  .c-top-h1 {
    font-size: 2.625rem;
  }
}

.c-top-h2 {
  color: #D90000;
  line-height: 1;
}
@media (max-width: 1023px) {
  .c-top-h2 {
    font-size: 3.25rem;
  }
}

.c-top-h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .c-top-h3 {
    font-size: 1.5rem;
  }
}

.c-top-p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

/* ========================================
   Explore global market surfer
======================================== */
.expore-global-market-surfer {
  margin-top: 1.875rem;
}
.expore-global-market-surfer a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1rem;
  text-decoration: underline;
}
.expore-global-market-surfer a:hover {
  opacity: 0.5;
}

/* ========================================
   Subpage typography
======================================== */
.p-subpage__h1, .p-subpage__h2 {
  font-family: "Ubuntu", "Roboto", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.p-subpage__h1 {
  font-size: 3.5rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-subpage__h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.p-subpage__h2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.02em;
}
.p-subpage__h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  margin-top: 0.08em;
  background-color: #D90000;
}
@media (max-width: 1023px) {
  .p-subpage__h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.p-subpage__h3 {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px dotted #CDCDCD;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.0625rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .p-subpage__h3 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.p-subpage__h4 {
  margin-bottom: 0.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ========================================
   Reset
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

img,
picture,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  border: 0;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

/* ========================================
   Header
   - Base
   - Global nav
   - PC
   - SP / Tab
   - Scroll header
======================================== */
/* ========================================
   Base
======================================== */
.l-site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: visible;
  background-color: 1024px;
  transition: transform 0.4s ease, visibility 0.4s ease;
}
.l-site-header.is-hidden {
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
}
.l-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem 1.625rem;
}
@media (max-width: 1023px) {
  .l-site-header__inner {
    padding: 1.25rem 1.5rem 1.25rem 1.125rem;
  }
}
@media (max-width: 767px) {
  .l-site-header__inner {
    padding: 20px 18px;
  }
}
.l-site-header__brand, .l-site-header__right, .l-site-header__menu-button {
  position: relative;
  z-index: 140;
}
@media (max-width: 1023px) {
  .l-site-header__brand {
    max-height: 37px;
  }
}
.l-site-header__logo:hover {
  opacity: 0.5;
}
.l-site-header__logo .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  transition: 0.3s;
}
.l-site-header__logo-text {
  display: inline-block;
  width: min(31.9444444444vw, 460px);
}
.l-site-header__logo-text img {
  height: 40px;
  width: auto;
}
.l-site-header__right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.l-site-header__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.875rem;
}
.l-site-header__meta a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
.l-site-header__meta a .open-new,
.l-site-header__meta a .jp-link {
  transition: 0.3s;
}
.l-site-header__meta a .jp-link {
  font-size: 0.75rem;
  line-height: 1;
}
.l-site-header__meta a:hover .open-new {
  fill: #D90000;
}
.l-site-header__meta a:hover .jp-link {
  color: #D90000;
}
.l-site-header__menu-button {
  display: none;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.l-site-header__menu-icon {
  position: relative;
  display: block;
  width: 26px;
  height: 10px;
}
.l-site-header__menu-line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #333333;
  transform: translateX(-50%) rotate(0);
}
.l-site-header__menu-line--top {
  top: 0;
  transition: top var(--endDuration) 75ms, transform var(--startDuration);
}
.l-site-header__menu-line--bottom {
  bottom: 0;
  transition: bottom var(--endDuration) 75ms, transform var(--startDuration);
}
.l-site-header.is-menu-open .l-site-header__menu-line--top {
  top: 50%;
  transform: translateX(-50%) rotate(30deg);
  transition: top var(--startDuration), transform var(--endDuration) var(--delay);
}
.l-site-header.is-menu-open .l-site-header__menu-line--bottom {
  bottom: calc(50% - 1px);
  transform: translateX(-50%) rotate(-30deg);
  transition: bottom var(--startDuration), transform var(--endDuration) var(--delay);
}
.l-site-header__mobile-panel {
  display: none;
}
.l-site-header__mobile-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.l-site-header__mobile-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-site-header__mobile-plus {
  position: relative;
  flex-shrink: 0;
  width: 10.77px;
  height: 10.77px;
}
.l-site-header__mobile-plus::before, .l-site-header__mobile-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  border-radius: 999px;
  background: #333333;
  transform-origin: center;
  transition: transform 0.55s ease;
}
.l-site-header__mobile-plus::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-site-header__mobile-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-site-header__mobile-item.is-open .l-site-header__mobile-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-site-header__mobile-submenu {
  max-height: 0;
  padding: 0 2.1875rem;
  overflow: hidden;
  background-color: #eeeeee;
  opacity: 0;
  transition: max-height 0.7s ease, opacity 0.45s ease;
}
.l-site-header__mobile-item.is-open .l-site-header__mobile-submenu {
  opacity: 1;
}
.l-site-header__mobile-submenu-inner {
  padding: 0.625rem 1.125rem;
}
.l-site-header__mobile-submenu-inner ul li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* ========================================
   Global nav
======================================== */
.l-global-nav {
  position: relative;
  margin-top: 1.125rem;
}
.l-global-nav__list {
  display: flex;
  align-items: center;
  gap: 4.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-global-nav__list a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
.l-global-nav__item {
  position: relative;
}
.l-global-nav__item a {
  transition: 0.2s;
}
.l-global-nav__item a:hover {
  color: #D90000;
}
.l-global-nav__item.is-open > .l-global-nav__trigger {
  color: #D90000;
}
.l-global-nav__item.is-open .l-global-nav__arrow::before {
  border-right-color: #D90000;
  border-bottom-color: #D90000;
}
.l-global-nav__item.is-open .l-global-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.l-global-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  transition: 0.2s;
}
.l-global-nav__trigger span {
  transition: 0.2s;
  letter-spacing: 0.06em;
}
.l-global-nav__trigger:hover span {
  color: #D90000;
}
.l-global-nav__trigger:hover .l-global-nav__arrow::before {
  border-right-color: #D90000;
  border-bottom-color: #D90000;
}
.l-global-nav__trigger:focus, .l-global-nav__trigger:focus-visible {
  outline: none;
  box-shadow: none;
}
.l-global-nav__arrow {
  position: relative;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}
.l-global-nav__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #333333;
  border-bottom: 1.5px solid #333333;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.l-global-nav__submenu {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  z-index: 20;
  min-width: 374px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.l-global-nav__submenu-list {
  margin: 0;
  padding: 1.75rem 2.625rem;
  list-style: none;
}
.l-global-nav__submenu-item a {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
.l-global-nav__submenu-item + .l-global-nav__submenu-item {
  margin-top: 1.125rem;
  padding-top: 1.125rem;
  border-top: 1px solid #e5e5e5;
}
.l-global-nav__submenu-name {
  font-size: 1rem;
}

/* ========================================
   PC
======================================== */
.l-site-header__inner .l-global-nav__list {
  gap: 2.5rem;
}
.l-site-header__inner .l-global-nav__list li {
  list-style: none;
}
.l-site-header__inner .l-global-nav__list li a {
  text-decoration: none;
  letter-spacing: 0.06em;
}

/* ========================================
   SP / Tab
======================================== */
@media (max-width: 1023px) {
  .l-site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f6f6f6;
  }
  .l-site-header__inner {
    position: relative;
    z-index: 140;
  }
  .l-site-header__right {
    gap: 1.625rem;
    margin-left: auto;
  }
  .l-site-header__nav-area {
    display: none;
  }
  .l-site-header__menu-button {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
  }
  .l-site-header__mobile-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    width: 100%;
    height: 100vh;
    padding-top: 4.75rem;
    background: #f6f6f6;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.42s cubic-bezier(0.22, 0.8, 0.2, 1);
  }
  .l-site-header__mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-site-header__mobile-item {
    position: relative;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.42s cubic-bezier(0.22, 0.8, 0.2, 1);
  }
  .l-site-header__mobile-item .arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.77px;
  }
  .l-site-header__mobile-item::after, .l-site-header__mobile-item:first-child::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: #d8d8d8;
    opacity: 1;
    transform: scaleX(0);
    transform-origin: left center;
  }
  .l-site-header__mobile-item::after {
    bottom: 0;
  }
  .l-site-header__mobile-item:first-child::before {
    top: 0;
  }
  .l-site-header__mobile-item > a,
  .l-site-header__mobile-item > button {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333333;
    text-align: left;
  }
  .l-site-header__mobile-item.is-open .l-site-header__mobile-item-mark {
    transform: rotate(45deg);
  }
  .l-site-header__mobile-item-inner {
    position: relative;
    box-sizing: border-box;
    min-height: 58px;
    padding: 0 2.1875rem;
    font-size: 1rem;
    line-height: 1.4;
  }
  .l-site-header__mobile-item-inner::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-right: 0.75rem;
    border-radius: 50%;
    background: #D90000;
  }
  .l-site-header__mobile-item-inner > span:first-child {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .l-site-header__mobile-trigger {
    cursor: pointer;
  }
  .l-site-header__mobile-item-mark {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: rotate(90deg);
  }
  .l-site-header__mobile-item-mark svg {
    display: block;
    transform: rotate(0deg);
  }
  .l-site-header__mobile-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem 0.875rem 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.42s cubic-bezier(0.22, 0.8, 0.2, 1);
    transition-delay: 0.28s;
  }
  .l-site-header__mobile-english {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.125rem;
    font-size: 0.875rem !important;
  }
  .l-site-header__contact-btn {
    width: 100%;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
  .l-site-header__contact-btn .wrapper {
    width: 100%;
  }
  .l-site-header__mobile-contact {
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px;
    font-size: 0.875rem !important;
  }
  .l-site-header.is-menu-open .l-site-header__mobile-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .l-site-header.is-menu-open .l-site-header__mobile-item, .l-site-header.is-menu-open .l-site-header__mobile-footer {
    opacity: 1;
    transform: translateY(0);
  }
  .l-site-header.is-menu-open .l-site-header__right > .c-button.c-button--header.header-spTab-only {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l-site-header.is-menu-animating .l-site-header__mobile-item:nth-child(1)::before {
    animation: mobileBorderGrow 1.05s cubic-bezier(0.22, 0.8, 0.2, 1) 0.3s forwards;
  }
  .l-site-header.is-menu-animating .l-site-header__mobile-item:nth-child(1)::after {
    animation: mobileBorderGrow 1.05s cubic-bezier(0.22, 0.8, 0.2, 1) 0.42s forwards;
  }
  .l-site-header.is-menu-animating .l-site-header__mobile-item:nth-child(2)::after {
    animation: mobileBorderGrow 1.05s cubic-bezier(0.22, 0.8, 0.2, 1) 0.54s forwards;
  }
  .l-site-header.is-menu-animating .l-site-header__mobile-item:nth-child(3)::after {
    animation: mobileBorderGrow 1.05s cubic-bezier(0.22, 0.8, 0.2, 1) 0.66s forwards;
  }
  .l-site-header__right > .c-button.c-button--header.u-only-sp {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  @keyframes mobileBorderGrow {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
}
/* ========================================
   Scroll header
======================================== */
.l-site-header--scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #FFFFFF;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.4s ease, visibility 0.4s ease;
}
.l-site-header--scroll .l-site-header__inner {
  padding: 0.875rem 3rem;
}
.l-site-header--scroll.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.l-site-header--scroll__meta {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 0.625rem;
}
.l-site-header--scroll__meta .l-global-nav {
  margin-top: 0;
}
.l-site-header--scroll__meta .l-global-nav__item {
  white-space: nowrap;
}
.l-site-header--scroll__nav-area {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.l-site-header--scroll__nav-area .l-global-nav__list {
  gap: 1.875rem;
}

/* ========================================
   Footer
======================================== */
.l-site-footer {
  margin-top: 1.5rem;
  padding: 0 1.5rem 0.75rem;
}
@media (max-width: 767px) {
  .l-site-footer {
    margin-top: 0;
    padding: 0 0.75rem 0.75rem;
  }
}
.l-site-footer__wrapper {
  padding: 6.25rem 4.5rem 0;
  border-radius: 10px;
  background: #333333;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .l-site-footer__wrapper {
    padding: 0;
  }
}
.l-site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .l-site-footer__inner {
    flex-direction: column;
    padding: 2.5rem 1.5rem 0;
  }
}
.l-site-footer__left {
  display: flex;
  -moz-column-gap: 6.8055555556vw;
       column-gap: 6.8055555556vw;
}
@media (max-width: 1023px) {
  .l-site-footer__left {
    flex-direction: column;
    justify-content: center;
  }
  .l-site-footer__left .footer-spTab-only {
    margin: auto;
  }
}
.l-site-footer__brand {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .l-site-footer__brand {
    max-width: 250px;
  }
}
.l-site-footer__logo {
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s;
}
.l-site-footer__logo:hover {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .l-site-footer__logo {
    max-width: 25rem;
  }
}
@media (max-width: 767px) {
  .l-site-footer__logo {
    max-width: 18.75rem;
    margin: auto;
    padding: 0 0.625rem;
  }
}
.l-site-footer__logo-text img {
  width: 100%;
}
.l-site-footer__nav {
  display: flex;
  gap: min(6.9444444444vw, 100px);
}
.l-site-footer__nav div ul li a,
.l-site-footer__nav div ul li .footer-nav-title {
  font-size: 1rem;
  font-weight: 500;
}
.l-site-footer__nav div ul li a .footer-dot-link__label {
  white-space: nowrap;
}
.l-site-footer__badges {
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  transition: opacity 0.3s;
}
.l-site-footer__badges img {
  width: 100%;
}
.l-site-footer__badges:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .l-site-footer__badges {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .l-site-footer__badges {
    width: 100%;
  }
}
.l-site-footer__backtotop {
  display: flex;
  justify-content: flex-end;
  padding-top: 12.5rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #CDCDCD;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .l-site-footer__backtotop {
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.l-site-footer__backtotop .backtotop {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
.l-site-footer__backtotop .backtotop:hover {
  opacity: 0.5;
}
.l-site-footer__backtotop .backtotop span {
  font-size: 0.8125rem;
  font-weight: 400;
}
.l-site-footer__backtotop .backtotop .rotate-180 {
  display: inline-block;
  width: 8px;
  transform: rotate(180deg);
}
.l-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media (max-width: 1023px) {
  .l-site-footer__bottom {
    justify-content: center;
  }
}
.l-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  list-style: none;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .l-site-footer__legal {
    justify-content: center;
    gap: 0.75rem;
    margin: 2.5rem 0;
  }
}
.l-site-footer__legal li a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.l-site-footer__legal li a:hover {
  opacity: 0.5;
}
.l-site-footer__copyright {
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .l-site-footer__copyright {
    padding: 0 0.625rem;
    text-align: center;
  }
}

/* ========================================
   Footer dot link
======================================== */
.footer-dot-link {
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #FFFFFF;
  line-height: 1.2;
  text-decoration: none;
}
.footer-dot-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #D90000;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: width 0.28s ease, height 0.28s ease, border-radius 0.28s ease;
}
.footer-dot-link__content {
  display: inline-block;
  transition: transform 0.28s ease;
}
.footer-dot-link__content--inline {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.footer-dot-link__label {
  display: inline-block;
}
.footer-dot-link:hover::before, .footer-dot-link:focus-visible::before {
  width: 14px;
  height: 2px;
  border-radius: 999px;
}
.footer-dot-link:hover .footer-dot-link__content, .footer-dot-link:focus-visible .footer-dot-link__content {
  transform: translateX(10px);
}

.f-contact {
  display: inline-block;
}
.f-contact .open-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ========================================
   Footer sub link
======================================== */
.footer-sub-link {
  position: relative;
  display: inline-block;
  color: #9B9B9B;
  text-decoration: none;
  white-space: nowrap;
}
.footer-sub-link__text {
  position: relative;
  display: inline-block;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: padding-left 0.35s ease, color 0.35s ease;
}
.footer-sub-link__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background: #D90000;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.footer-sub-link:hover .footer-sub-link__text, .footer-sub-link:focus-visible .footer-sub-link__text {
  padding-left: 1.125rem;
  color: #FFFFFF;
}
.footer-sub-link:hover .footer-sub-link__text::before, .footer-sub-link:focus-visible .footer-sub-link__text::before {
  transform: translateY(-50%) scaleX(1);
}

/* ========================================
   Scroll top
======================================== */
.scroll-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
@media (min-width: 1025px) {
  .scroll-top {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}
.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top.is-hide-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
}
.scroll-top__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.75rem;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .scroll-top__button {
    width: 3rem;
  }
}
@media (min-width: 1025px) {
  .scroll-top__button {
    width: 3.75rem;
  }
}
.scroll-top__button:hover .scroll-top__bg {
  transform: scale(0.85);
}
.scroll-top__bg {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #333333;
  transition: transform 0.4s ease;
}
.scroll-top__icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14%;
}
.scroll-top__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   Layout
   - Common containers
   - Subpage
======================================== */
/* ========================================
   Common containers
======================================== */
.container-base,
.l-container,
.l-container--full,
.l-container--top,
.l-container--with-sidebar,
.p-subpage__header {
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
}

.container-base,
.l-container,
.l-container--full,
.l-container--with-sidebar,
.p-subpage__header {
  max-width: 1440px;
}

.container-base,
.l-container--full {
  max-width: 1440px;
}

.container-base,
.l-container,
.l-container--with-sidebar,
.p-subpage__header {
  padding-inline: 6.0625rem;
}
@media (max-width: 767px) {
  .container-base,
  .l-container,
  .l-container--with-sidebar,
  .p-subpage__header {
    padding-inline: 1.125rem;
  }
}

.l-container--top {
  padding-inline: 6rem;
}

.l-container--with-sidebar {
  display: flex;
  align-items: start;
  gap: 5.875rem;
}
@media (max-width: 1023px) {
  .l-container--with-sidebar {
    max-width: none;
    flex-direction: column-reverse;
  }
}

/* ========================================
   Subpage
======================================== */
.p-subpage__main {
  width: 100%;
}
.p-subpage__h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  margin-top: 0.08em;
  background-color: #D90000;
}
.p-subpage__header {
  padding-top: 5.1875rem;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .p-subpage__header {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }
}
.p-subpage__aside {
  position: sticky;
  top: 8.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 263px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.875rem 1.5rem 2.5rem;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1023px) {
  .p-subpage__aside {
    max-width: 220px;
  }
}
.p-subpage__aside .c-index-box .index {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-subpage__aside .c-index-box hr {
  height: 1px;
  margin: 1.5rem 0;
  background-color: #CDCDCD;
}
.p-subpage__aside .c-index-box ul,
.p-subpage__aside .c-index-box ol {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  padding-inline-start: 0;
}
.p-subpage__aside .c-index-box ul li,
.p-subpage__aside .c-index-box ol li {
  position: relative;
  padding-left: 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-subpage__aside .c-index-box ul li .c-index-box__link,
.p-subpage__aside .c-index-box ol li .c-index-box__link {
  position: relative;
  display: inline-block;
}
.p-subpage__aside .c-index-box ul li .c-index-box__link::before,
.p-subpage__aside .c-index-box ol li .c-index-box__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.0625rem;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #cfcfcf;
}
.p-subpage__aside .c-index-box ul li .c-index-box__link.is-current::before,
.p-subpage__aside .c-index-box ol li .c-index-box__link.is-current::before {
  background: #D90000;
}

/* ========================================
   Component tokens
======================================== */
/* ========================================
   Button
======================================== */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.c-button--primary, .c-button--learn-more {
  width: 9.0625rem;
  height: 2.875rem;
  border: 1px solid #D90000;
  background: #D90000;
  color: #FFFFFF;
  transition: 0.4s;
}
.c-button--primary:hover, .c-button--learn-more:hover {
  background: #FFFFFF;
  color: #D90000;
}
.c-button--primary {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media (max-width: 1023px) {
  .c-button--primary {
    width: 6.25rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
.c-button--learn-more {
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .c-button--header {
    border: none;
  }
}
.c-button--download {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.25rem;
  border: 1px solid #2A5EA8;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #2A5EA8;
  transition: 0.3s;
}
.c-button--download span {
  font-size: 0.875rem;
  line-height: 1;
}
.c-button--download:hover {
  background-color: #2A5EA8;
}
.c-button--download:hover span {
  color: #FFFFFF;
}
.c-button--tag-blue {
  background: #E3ECF7;
  color: #2A5EA8;
}
.c-button--tag-orange {
  background: #FFF3E0;
  color: #E65100;
}

/* ========================================
   Read more button
======================================== */
.c-button--read-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 12.6875rem;
  min-width: 15rem;
  height: 3.25rem;
  padding: 0 1.125rem 0 1.5rem;
  border-radius: 999px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.c-button--read-more .c-button__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-button--read-more .c-button__label {
    font-size: 0.875rem;
  }
}
.c-button--read-more .circle {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  background-color: #D90000;
}
.c-button--read-more .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.c-button--read-more.is-hover .read-more-icon__bg, .c-button--read-more:hover .read-more-icon__bg {
  border-width: 1px;
  transform: scale(1.3);
  transition-duration: 0.6s;
}
.c-button--read-more.is-hover .read-more-icon__white, .c-button--read-more:hover .read-more-icon__white {
  width: 102%;
  transform: translate(-50%, -50%) scale(5.8);
  transition-duration: 0.6s;
}
.c-button--read-more.is-hover .read-more-icon__arrow-wrap, .c-button--read-more:hover .read-more-icon__arrow-wrap {
  transform: translate(0, -50%) rotate(90deg);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.read-more-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.read-more-icon__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #e10600;
  border-radius: 999px;
  background: #e10600;
  transform: scale(1);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.read-more-icon__white {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.67%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #FFFFFF;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.read-more-icon__arrow-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  transform: translate(-100%, -50%) rotate(90deg);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.read-more-icon__arrow {
  width: 30%;
}
.read-more-icon__arrow svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.read-more-icon__arrow svg path {
  fill: #e10600;
}

/* ========================================
   News read more button
======================================== */
.c-btn--read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-btn--read-more {
    gap: 0.75rem;
  }
}
.c-btn--read-more.is-hover .news-more-icon__bg, .c-btn--read-more:hover .news-more-icon__bg {
  opacity: 1;
  transform: scale(1);
}
.c-btn--read-more.is-hover .news-more-icon__white, .c-btn--read-more:hover .news-more-icon__white {
  opacity: 0;
  transform: scale(0.2);
}
.c-btn--read-more.is-hover .news-more-icon__arrow-wrap, .c-btn--read-more:hover .news-more-icon__arrow-wrap {
  opacity: 1;
  transform: translateX(0) rotate(90deg);
  transition-delay: 0.14s;
}
.c-btn--read-more.is-hover .news-icon__red, .c-btn--read-more:hover .news-icon__red {
  transform: scale(var(--red-scale));
}
.c-btn--read-more.is-hover .news-icon__white, .c-btn--read-more:hover .news-icon__white {
  opacity: 1;
  transform: scale(var(--white-scale));
}
.c-btn--read-more.is-hover .news-icon__arrow, .c-btn--read-more:hover .news-icon__arrow {
  opacity: 1;
  transform: translateX(0) rotate(90deg);
  transition-delay: 0.18s;
}
.c-btn--read-more.is-hover .read-more-link__circle, .c-btn--read-more:hover .read-more-link__circle {
  border-color: #D90000;
  background: #D90000;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}
.c-btn--read-more.is-hover .read-more-link__circle-inner, .c-btn--read-more:hover .read-more-link__circle-inner {
  transform: scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.c-btn--read-more.is-hover .read-more-link__arrow-wrap, .c-btn--read-more:hover .read-more-link__arrow-wrap {
  transform: translateX(0) rotate(90deg);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.175s;
}
.c-btn--read-more:not(:hover) .read-more-link__circle {
  transition-delay: 0s;
  transition-duration: 1s;
}
.c-btn--read-more:not(:hover) .read-more-link__circle-inner {
  transition-delay: 0s;
  transition-duration: 0.8s;
}
.c-btn--read-more:not(:hover) .read-more-link__arrow-wrap {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   News icon pattern 01
======================================== */
.news-more-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.news-more-icon__bg, .news-more-icon__white, .news-more-icon__arrow-wrap {
  position: absolute;
}
.news-more-icon__bg {
  inset: 0;
  box-sizing: border-box;
  border: 1px solid #e10600;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.12s ease;
}
.news-more-icon__white {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  background: #e10600;
  opacity: 1;
  transform: none;
  transition: opacity 0.12s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-more-icon__arrow-wrap {
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateX(-8px) rotate(90deg);
  transition: transform 0.22s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.18s ease;
  transition-delay: 0s;
}
.news-more-icon__arrow {
  width: 10px;
  line-height: 0;
}
.news-more-icon__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.news-more-icon__arrow svg path {
  fill: #e10600;
}

/* ========================================
   News icon pattern 02
======================================== */
.news-icon {
  --icon-size: 34px;
  --red-dot-size: 6px;
  --white-dot-size: 2px;
  --red-scale: 5.6667;
  --white-scale: 16;
  position: relative;
  display: block;
  flex: 0 0 var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
.news-icon__red, .news-icon__white, .news-icon__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
}
.news-icon__red, .news-icon__white {
  border-radius: 50%;
  transform-origin: center;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-icon__red {
  z-index: 1;
  width: var(--red-dot-size);
  height: var(--red-dot-size);
  margin-top: calc(var(--red-dot-size) / -2);
  margin-left: calc(var(--red-dot-size) / -2);
  background: #D90000;
  transform: scale(1.1);
}
.news-icon__white {
  z-index: 2;
  width: var(--white-dot-size);
  height: var(--white-dot-size);
  margin-top: calc(var(--white-dot-size) / -2);
  margin-left: calc(var(--white-dot-size) / -2);
  background: #FFFFFF;
  opacity: 0;
  transform: scale(1);
}
.news-icon__arrow {
  z-index: 3;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0;
  transform: translateX(-12px) rotate(90deg);
  transform-origin: center;
  transition: transform 0.24s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.18s ease;
  transition-delay: 0s;
}
.news-icon__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.news-icon__arrow svg path {
  fill: #D90000;
}

/* ========================================
   Standalone expanding circle button
======================================== */
.expanding-circle-button {
  --btn-width: 15.5rem;
  --btn-height: 3.75rem;
  --icon-size: 3.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: var(--btn-width);
  height: var(--btn-height);
  padding: 0 1.25rem 0 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #FFFFFF;
  text-decoration: none;
}
.expanding-circle-button:hover .expanding-circle-button__dot {
  transform: translate(-50%, -50%) scale(0);
}
.expanding-circle-button:hover .expanding-circle-button__icon::before {
  transform: scale(1);
}
.expanding-circle-button:hover .expanding-circle-button__icon::after {
  transform: translate(-50%, -50%) scale(1);
}
.expanding-circle-button:hover .expanding-circle-button__icon svg path {
  opacity: 1;
  transform: translateX(0);
}
.expanding-circle-button:hover .expanding-circle-button__label {
  transform: translateX(2px);
}
.expanding-circle-button:not(:hover) .expanding-circle-button__icon::before, .expanding-circle-button:not(:hover) .expanding-circle-button__icon::after, .expanding-circle-button:not(:hover) .expanding-circle-button__dot, .expanding-circle-button:not(:hover) .expanding-circle-button__icon svg path, .expanding-circle-button:not(:hover) .expanding-circle-button__label {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.expanding-circle-button__label {
  position: relative;
  z-index: 3;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s ease;
}
.expanding-circle-button__icon {
  position: relative;
  z-index: 3;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
}
.expanding-circle-button__icon::before, .expanding-circle-button__icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #D90000;
  transform-origin: center;
}
.expanding-circle-button__icon::before {
  inset: 0;
  z-index: 0;
  transform: scale(0);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.expanding-circle-button__icon::after {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}
.expanding-circle-button__icon svg {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  overflow: visible;
}
.expanding-circle-button__icon svg path {
  stroke: #D90000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: translateX(-8px);
  transform-box: fill-box;
  transition: opacity 0.2s ease 0.18s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}
.expanding-circle-button__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #D90000;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ========================================
   Read more link pattern
======================================== */
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 1.125rem;
  color: #333333;
  text-decoration: none;
}
.read-more-link__circle {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1.8px solid transparent;
  border-radius: 9999px;
  background: #D90000;
  transform: scale(0.2);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.25s ease, background-color 0.25s ease;
}
.read-more-link__circle-inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 9999px;
  background: #FFFFFF;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.read-more-link__arrow-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-135%) rotate(90deg);
  transition: transform 0s linear;
}
.read-more-link__arrow-wrap svg {
  display: block;
  height: auto;
  fill: #D90000;
}
.read-more-link__arrow {
  display: block;
  width: 33%;
  line-height: 0;
}

/* ========================================
   Hover arrow
======================================== */
.c-hover-arrow {
  --circle-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  border-radius: 9999px;
  background: #FFFFFF;
  color: #333333;
  text-decoration: none;
}
.c-hover-arrow:hover .c-hover-arrow__circle {
  transform: scale(1.25);
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}
.c-hover-arrow:hover .c-hover-arrow__inner {
  transform: scale(0.92);
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.c-hover-arrow:hover .c-hover-arrow__arrow-wrap {
  transform: translateX(0) rotate(90deg);
  transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1) 0.175s;
}
.c-hover-arrow:not(:hover) .c-hover-arrow__circle {
  transition-delay: 0s;
  transition-duration: 1s;
}
.c-hover-arrow:not(:hover) .c-hover-arrow__inner {
  transition-delay: 0s;
  transition-duration: 0.8s;
}
.c-hover-arrow:not(:hover) .c-hover-arrow__arrow-wrap {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-hover-arrow__label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.c-hover-arrow__circle {
  position: relative;
  flex-shrink: 0;
  width: var(--circle-size);
  height: var(--circle-size);
  overflow: hidden;
  border-radius: 50%;
  background: #D90000;
  transform: scale(1);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.c-hover-arrow__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  transform: scale(0.2);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.c-hover-arrow__arrow-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: translateX(-140%) rotate(90deg);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.c-hover-arrow__arrow {
  width: 33%;
  line-height: 0;
  fill: #D90000;
}
.c-hover-arrow__arrow svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #D90000;
}

/* ========================================
   Open new button
======================================== */
.c-button--open-new {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
}
.c-button--open-new__label {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .c-button--open-new__label {
    font-size: 1rem;
  }
}
.c-button--open-new:hover .open-new-link__bg {
  transform: scale(1.2);
}
.c-button--open-new:hover .open-new-link__icon {
  opacity: 0;
}
.c-button--open-new:hover .open-new-link__white-circle {
  transform: scale(1.1);
  transition-delay: 0.04s;
}
.c-button--open-new:hover .open-new-link__arrow-wrap {
  transform: translateX(0) rotate(90deg);
  transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1) 0.14s;
}
.c-button--open-new:not(:hover) .open-new-link__bg {
  transition-duration: 0.9s;
}
.c-button--open-new:not(:hover) .open-new-link__white-circle {
  transition-duration: 0.8s;
}
.c-button--open-new:not(:hover) .open-new-link__arrow-wrap {
  transition-duration: 0.25s;
}

.open-new-link {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.open-new-link__bg, .open-new-link__icon, .open-new-link__white-circle {
  position: absolute;
  inset: 0;
}
.open-new-link__bg {
  z-index: 1;
  border-radius: 50%;
  background: #D90000;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.open-new-link__icon {
  z-index: 2;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity 0.18s ease;
}
.open-new-link__icon img {
  display: block;
  width: 12.8px;
  height: 12.8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.open-new-link__white-circle {
  z-index: 3;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.38s cubic-bezier(0.25, 1, 0.5, 1);
}
.open-new-link__arrow-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: translateX(-135%) rotate(90deg);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.open-new-link__arrow {
  width: 30%;
  line-height: 0;
  fill: #D90000;
}
.open-new-link__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   Tag
======================================== */
.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tag-wrap time {
  font-size: 0.75rem;
  font-weight: 400;
}

.c-tag {
  padding: 0.1875rem 0.625rem;
  border-radius: 50px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
}
.c-tag--blue {
  background-color: #E3ECF7;
  color: #2A5EA8;
}
.c-tag--yellow {
  background-color: #FFF3E0;
  color: #E65100;
}
.c-tag--red {
  background-color: #FDE8EA;
  color: #D90000;
}

/* ========================================
   Contact CTA
======================================== */
.c-contact-cta {
  padding: 0 1.5rem;
}
@media (max-width: 1023px) {
  .c-contact-cta {
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-contact-cta {
    padding: 0 0.75rem 0.75rem;
  }
}
.c-contact-cta__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(83deg, #d90000 27.05%, #ff6464 76.23%, #ff4d4d 95.5%, #d90000 105.22%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-contact-cta__wrapper {
    height: auto;
  }
}
.c-contact-cta__inner {
  box-sizing: border-box;
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 7rem;
  padding-right: 11.3888888889vw;
  padding-bottom: 7rem;
  padding-left: 11.3888888889vw;
}
@media (max-width: 1023px) {
  .c-contact-cta__inner {
    padding: 0 1.5rem;
  }
}
.c-contact-cta__inner .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
}
@media (max-width: 1023px) {
  .c-contact-cta__inner .content-wrap {
    flex-direction: column;
    gap: 0;
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
    text-align: center;
  }
}
.c-contact-cta__inner .content-wrap #contact-title {
  margin-bottom: 1.625rem;
  color: #FFFFFF;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .c-contact-cta__inner .content-wrap #contact-title {
    font-size: 3.25rem;
  }
}
.c-contact-cta__content {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.c-contact-cta__content p {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.c-contact-cta__action {
  flex: 0 0 clamp(288px, 25vw, 360px);
  width: clamp(288px, 25vw, 360px);
  height: 4rem;
  margin-top: 4.5rem;
}
@media (max-width: 1023px) {
  .c-contact-cta__action {
    flex: 0;
    max-width: 15rem;
    margin-top: 1.875rem;
  }
}
.c-contact-cta__action .c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 100%;
  padding: 0.625rem 0.8125rem 0.625rem 1.5rem;
  border-radius: 50px;
  background: #FFFFFF;
  color: #333333;
}
@media (max-width: 1023px) {
  .c-contact-cta__action .c-button {
    width: auto;
    height: auto;
  }
}
.c-contact-cta__action .c-button .cta-dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #D90000;
  transition: 0.3s;
}
.c-contact-cta__action .c-button .cta-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.c-contact-cta__action .c-button .cta-dot .c-contact-cta__arrow-wrap {
  position: absolute;
  left: -100px;
  z-index: 2;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-contact-cta__action .c-button:hover .cta-dot {
  transform: scale(1.2);
}
.c-contact-cta__action .c-button:hover .cta-dot::after {
  width: 10px;
  height: 10px;
  transform: scale(3.1);
}
.c-contact-cta__action .c-button:hover .cta-dot .c-contact-cta__arrow-wrap {
  left: 33%;
}

/* ========================================
   What we do
======================================== */
.c-industry-grid,
.p-global-network__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.625rem;
}
@media (max-width: 767px) {
  .c-industry-grid,
  .p-global-network__cards {
    grid-template-columns: 1fr;
  }
}

.c-industry-grid .c-industry-card {
  padding: 1.25rem 1.5rem;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.c-industry-grid .c-industry-card hr {
  height: 2px;
  margin-bottom: 0.625rem;
  border-color: #D90000;
  outline: 0;
  background-color: #D90000;
  color: #D90000;
}

.c-promo-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 2.5rem;
  border-radius: 10px;
  background-color: #1A1A2E;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .c-promo-box {
    flex-direction: column;
    text-align: center;
  }
}
.c-promo-box__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.c-promo-box__body {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2rem;
}

.c-definition-list {
  padding: 1.25rem 1.5rem;
  border-radius: 0 0 10px 10px;
  background-color: #FFFFFF;
}
.c-definition-list hr {
  height: 1px;
  margin: 0.875rem 0 0.625rem;
  background-color: #CDCDCD;
}
.c-definition-list div {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-definition-list div dt {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: normal;
}
.c-definition-list div dd {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.box-h4-black,
.box-h4-red {
  padding: 0.875rem 0 0.875rem 1.5rem;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
}

.box-h4-black {
  background-color: #333333;
}

.box-h4-red {
  background-color: #D90000;
}

/* ========================================
   Global network
======================================== */
.c-office-card {
  padding: 1.25rem 1.5rem;
  border-left: 3px solid #CDCDCD;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.c-office-card hr {
  height: 1px;
  margin-bottom: 0.625rem;
  border-color: #CDCDCD;
  outline: 0;
  background-color: #CDCDCD;
  color: #CDCDCD;
}
.c-office-card a {
  line-height: 1.8;
}
.c-office-card--red {
  border-left-color: #D90000;
  background-color: #FDE8EA;
}
.c-office-card--red hr {
  border-color: #D90000;
  background-color: #D90000;
  color: #D90000;
}

/* ========================================
   News & Report
======================================== */
.c-report-card {
  padding: 1.5rem;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  background-color: #FFFFFF;
  scroll-margin-top: 100px;
}
.c-report-card__title {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px dotted #CDCDCD;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-report-card__text {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

/* ========================================
   FAQ
======================================== */
.c-faq-card {
  padding: 1.5rem;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.c-faq-card hr {
  height: 1px;
  background-color: #CDCDCD;
}
.c-faq-card .content-wrap {
  width: 100%;
}
.c-faq-card__icon {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
}
.c-faq-card__icon--q {
  border: 1px solid #D90000;
  background-color: #D90000;
  color: #FFFFFF;
}
.c-faq-card__icon--a {
  border: 1px solid #D90000;
  background-color: #FFFFFF;
  color: #D90000;
}
.c-faq-card__question, .c-faq-card__answer {
  display: flex;
  gap: 1.25rem;
}
.c-faq-card__question {
  align-items: center;
  margin-bottom: 0.875rem;
}
.c-faq-card__answer {
  align-items: start;
  margin-top: 0.875rem;
}

/* ========================================
   About dropdown
======================================== */
.about-dropdown {
  width: 100%;
  border-radius: 28px;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
}
.about-dropdown.is-open {
  overflow: hidden;
  border-radius: 28px;
  background: #FFFFFF;
}
.about-dropdown.is-open .about-dropdown__toggle {
  border-radius: 0;
  box-shadow: none;
}
.about-dropdown.is-open .about-dropdown__toggle:hover, .about-dropdown.is-open .about-dropdown__toggle:focus, .about-dropdown.is-open .about-dropdown__toggle:focus-visible, .about-dropdown.is-open .about-dropdown__toggle:active {
  background: transparent;
  color: inherit;
  box-shadow: none;
  opacity: 1;
  filter: none;
}
.about-dropdown.is-open .about-dropdown__icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.about-dropdown.is-open .about-dropdown__icon::after {
  transform: translateY(-50%) rotate(45deg);
}

/* ========================================
   Vision dropdown
======================================== */
.vision-dropdown-demo {
  position: sticky;
  top: 77px;
  z-index: 2;
  max-width: 1440px;
  padding: 0 6.0625rem;
}
@media (max-width: 767px) {
  .vision-dropdown-demo {
    padding: 0 1.125rem;
  }
}
.vision-dropdown-demo__title {
  margin: 0 0 1rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 700;
}

.vision-dropdown {
  overflow: hidden;
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.vision-dropdown__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.375rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.vision-dropdown__head:focus, .vision-dropdown__head:focus-visible, .vision-dropdown__head:active, .vision-dropdown__head:hover {
  background: transparent;
  outline: none;
}
.vision-dropdown__title {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.4;
}
.vision-dropdown__arrow {
  position: relative;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.vision-dropdown__arrow::before, .vision-dropdown__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 1.5px;
  border-radius: 999px;
  background: #ff3b30;
}
.vision-dropdown__arrow::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.vision-dropdown__arrow::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
}
.vision-dropdown.is-open .vision-dropdown__arrow {
  transform: rotate(180deg);
}
.vision-dropdown__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0.3s ease;
}
.vision-dropdown.is-open .vision-dropdown__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vision-dropdown__inner {
  padding: 0 1.375rem 1.125rem;
}
.vision-dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vision-dropdown__list li + li {
  margin-top: 0.75rem;
}
.vision-dropdown__list a {
  position: relative;
  display: block;
  padding-left: 1rem;
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-decoration: none;
}
.vision-dropdown__list a::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cfcfcf;
}

.c-index-box__link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #cfcfcf;
}
.c-index-box__link.is-current::before {
  background: #e60000;
}

/* ========================================
   Breadcrumb
======================================== */
.c-breadcrumb {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  color: #9B9B9B;
}
.c-breadcrumb ol,
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-inline: 3rem;
}
@media (max-width: 1023px) {
  .c-breadcrumb ol,
  .c-breadcrumb ul {
    padding-inline: 1.125rem;
  }
}
.c-breadcrumb ol li,
.c-breadcrumb ul li {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.c-breadcrumb ol li:hover a,
.c-breadcrumb ul li:hover a {
  color: #333333;
}
.c-breadcrumb ol .breadcrumb-arrow,
.c-breadcrumb ul .breadcrumb-arrow {
  display: flex;
  align-items: center;
}
.c-breadcrumb ol .current-page,
.c-breadcrumb ul .current-page {
  color: #333333;
}

/* ========================================
   Table
======================================== */
.c-table {
  border: 1px solid #CDCDCD;
  background: #FFFFFF;
}
.c-table th,
.c-table td {
  padding: 1rem;
  border: 1px solid #CDCDCD;
  color: #333333;
}
.c-table th {
  background: #F3F3F3;
}

/* ========================================
   Utility
======================================== */
/* ========================================
   Responsive display
======================================== */
.u-only-pc {
  display: block;
}
@media (max-width: 1023px) {
  .u-only-pc {
    display: none !important;
  }
}

.u-only-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .u-only-sp {
    display: block !important;
  }
}

.u-only-spTab {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-only-spTab {
    display: block !important;
  }
}

.header-spTab-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .header-spTab-only {
    display: flex !important;
  }
}

.u-only-mini {
  display: none;
}
@media (max-width: 600px) {
  .u-only-mini {
    display: block;
  }
}

/* ========================================
   Footer display
======================================== */
.footer-pc-only {
  display: flex;
}
@media (max-width: 1023px) {
  .footer-pc-only {
    display: none !important;
  }
}

.footer-pcTab-only {
  display: flex;
}
@media (max-width: 767px) {
  .footer-pcTab-only {
    display: none !important;
  }
}

.footer-spTab-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .footer-spTab-only {
    display: block !important;
  }
}

.footer-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .footer-sp-only {
    display: block !important;
  }
}

/* ========================================
   Margin utilities
======================================== */
.m-bottom-160 {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .m-bottom-160 {
    margin-bottom: 6.25rem;
  }
}

.m-top-40 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .m-top-40 {
    margin-top: 3rem;
  }
}

.m-sec-top-in-30 {
  margin-top: 1.875rem;
}

.m-sec-top-out-60 {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .m-sec-top-out-60 {
    margin-top: 2.5rem;
  }
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-22 {
  margin-top: 1.375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

/* ========================================
   Text / link utilities
======================================== */
.c-last-updated {
  font-size: 0.875rem;
}

.homepage-link {
  text-decoration: underline;
}

.link-hover {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.link-hover:hover {
  opacity: 0.5;
}

.link-hover--no-line {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
.link-hover--no-line:hover {
  opacity: 0.5;
}

.link-text {
  color: #0d6efd;
}

/* ========================================
   List utilities
======================================== */
.list-alphabet,
.list-normal {
  padding-left: 1.25rem;
}

.list-alphabet li {
  list-style-type: lower-alpha;
}

.list-normal li {
  list-style-type: disc;
}

.list-dot li {
  position: relative;
}
.list-dot li::after {
  display: block;
  flex-shrink: 0;
  width: 0.375rem;
  aspect-ratio: 1/1;
  margin-top: 0.2em;
  background-color: #D90000;
  border-radius: 50%;
  content: "";
  transform-origin: left;
  transition: scale 0.6s, border-radius 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.list-dot li:hover::after {
  scale: 200% 30%;
  border-radius: 0;
  transition: scale 0.2s, border-radius 0.2s;
}

/* ========================================
   Top page
======================================== */
.page-top main {
  overflow: hidden;
}

#main-content {
  /* ========================================
     Hero
  ======================================== */
}
@media (max-width: 767px) {
  #main-content .p-top-hero .l-container--top {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
#main-content .p-top-hero .c-top-hero-title {
  font-size: 3.5rem;
}
#main-content .p-top-hero__visual {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 72/25;
  margin-top: 4.5625rem;
  background: #000;
}
@media (max-width: 767px) {
  #main-content .p-top-hero__visual {
    margin-top: 3.125rem;
    aspect-ratio: 1/1;
  }
}
#main-content .p-top-hero__images {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#main-content .p-top-hero__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  animation: heroCrossFade 15s linear infinite;
}
#main-content .p-top-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.12);
  animation: heroPan 15s linear infinite;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 1023px) {
  #main-content .p-top-hero__image img {
    animation-name: heroPanSp;
    animation-duration: 15s;
    transform: translate3d(0, 0, 0) scale(1.08);
  }
}
#main-content .p-top-hero__image:nth-child(1) {
  animation-delay: 0s;
}
#main-content .p-top-hero__image:nth-child(1) img {
  animation-delay: 0s;
}
#main-content .p-top-hero__image:nth-child(2) {
  animation-delay: 5s;
}
#main-content .p-top-hero__image:nth-child(2) img {
  animation-delay: 5s;
}
#main-content .p-top-hero__image:nth-child(3) {
  animation-delay: 10s;
}
#main-content .p-top-hero__image:nth-child(3) img {
  animation-delay: 10s;
}
#main-content .p-top-hero__image01 img {
  -o-object-position: center 60%;
     object-position: center 60%;
}
#main-content .p-top-hero__scroll {
  position: absolute;
  top: -3.5625rem;
  right: 3rem;
  z-index: 5;
  width: 9.125rem;
}
@media (max-width: 425px) {
  #main-content .p-top-hero__scroll {
    top: -2.625rem;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-hero__scroll {
    right: 1.125rem;
    width: 7.125rem;
  }
}
#main-content .p-top-hero__scroll .svg-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 2.9375rem;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main-content .p-top-hero__scroll .svg-wrap {
    transform: scale(0.6);
    transform-origin: center;
  }
}
#main-content .p-top-hero__scroll .scroll-arrow-svg {
  width: 1rem;
  height: 2.9375rem;
}
#main-content .p-top-hero__lead {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #main-content .p-top-hero__lead {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}
@keyframes heroCrossFade {
  0%, 100% {
    opacity: 0;
  }
  8%, 30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@keyframes heroPan {
  0% {
    transform: translate3d(2%, 0, 0) scale(1.12);
  }
  100% {
    transform: translate3d(-2%, 0, 0) scale(1.12);
  }
}
@keyframes heroPanSp {
  0% {
    transform: translate3d(1.5%, 0, 0) scale(1.08);
  }
  100% {
    transform: translate3d(-1.5%, 0, 0) scale(1.08);
  }
}
#main-content {
  /* ========================================
     Overview
  ======================================== */
}
#main-content .p-top-overview {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 767px) {
  #main-content .p-top-overview {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#main-content .p-top-overview__heading {
  text-align: center;
}
#main-content .p-top-overview__heading #overview-title {
  font-family: "Ubuntu", "Roboto", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.25rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__heading #overview-title {
    font-size: 2rem;
  }
}
#main-content .p-top-overview__heading .overview-body {
  margin-top: 3rem;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__heading .overview-body {
    margin-top: 1.5rem;
  }
}
#main-content .p-top-overview__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 3.125rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__stats {
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-overview__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
#main-content .p-top-overview__stats .c-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}
#main-content .p-top-overview__stats .c-stat-card__num, #main-content .p-top-overview__stats .c-stat-card__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.1875rem;
  text-align: center;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__stats .c-stat-card__num, #main-content .p-top-overview__stats .c-stat-card__desc {
    height: 6.25rem;
  }
}
#main-content .p-top-overview__stats .c-stat-card__num {
  color: #D90000;
}
#main-content .p-top-overview__stats .c-stat-card__num p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__stats .c-stat-card__num p {
    font-size: 2.25rem;
  }
}
#main-content .p-top-overview__stats .c-stat-card__desc {
  background-color: #D90000;
  border-radius: 0 0 0.625rem 0.625rem;
}
#main-content .p-top-overview__stats .c-stat-card__desc span {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #main-content .p-top-overview__stats .c-stat-card__desc span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#main-content {
  /* ========================================
     What we do
  ======================================== */
}
#main-content .p-top-what {
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  #main-content .p-top-what {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#main-content .p-top-what__bg {
  position: absolute;
  top: 20%;
  left: -12.5rem;
  z-index: 0;
  width: 90.9027777778vw;
}
@media (min-width: 1440px) {
  #main-content .p-top-what__bg {
    width: 81.8125rem;
  }
}
@media (max-width: 1023px) {
  #main-content .p-top-what__bg {
    top: 15%;
    left: 0;
    width: 100vw;
  }
}
@media (max-width: 1023px) {
  #main-content .p-top-what__bg .what-bg {
    margin-top: 6.25rem;
  }
}
#main-content .p-top-what__content {
  position: relative;
  z-index: 1;
  width: 47.9375rem;
  margin-left: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.81) 18%, rgba(255, 255, 255, 0.87) 100%);
}
@media (max-width: 1023px) {
  #main-content .p-top-what__content {
    width: 100%;
    background: transparent;
  }
}
#main-content .p-top-what__content .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1023px) {
  #main-content .p-top-what__content .wrapper {
    margin-left: 0;
  }
}
#main-content .p-top-what__content #what-title {
  margin-bottom: 3.125rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-what__content #what-title {
    margin-bottom: clamp(7.5rem, 7.5rem + 6.375rem * (100vw - 23.4375rem) / 40.5rem, 13.875rem);
  }
}
#main-content .p-top-what__content .btn-wrap {
  margin-top: 3.125rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-what__content .btn-wrap {
    margin-top: 2.5rem;
    text-align: center;
  }
}
#main-content .p-top-what__content .btn-wrap .c-button--read-more {
  margin: auto;
}
@media (max-width: 1023px) {
  #main-content .p-top-what__content .btn-left {
    text-align: left;
  }
}
#main-content .p-top-what__list {
  margin-top: 3.125rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-what__list {
    margin-top: 1.5rem;
  }
}
#main-content .p-top-what__list li {
  line-height: 2rem;
}
#main-content .p-top-what__list li a {
  text-decoration: underline;
}
#main-content {
  /* ========================================
     Who We Are
  ======================================== */
}
#main-content .p-top-who {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-who .column-rev {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-who {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#main-content .p-top-who__cards .c-feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 21.875rem;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 0.625rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
#main-content .p-top-who__cards .c-feature-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 3rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card__body {
    padding: 1.875rem 1.5rem 2.5rem;
  }
}
#main-content .p-top-who__cards .c-feature-card__body .btn-wrap {
  margin-top: 1.875rem;
  text-align: left;
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card__body .btn-wrap {
    text-align: center;
  }
}
#main-content .p-top-who__cards .c-feature-card__body .wrapper p {
  line-height: 1.625rem;
}
#main-content .p-top-who__cards .c-feature-card__media {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card__media {
    height: 12.5rem;
  }
}
#main-content .p-top-who__cards .c-feature-card__media--tech {
  border-radius: 0 0.625rem 0.625rem 0;
  background-image: url("./../img/who-we-are01.jpg");
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card__media--tech {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
#main-content .p-top-who__cards .c-feature-card__media--network {
  border-radius: 0.625rem 0 0 0.625rem;
  background-image: url("./../img/who-we-are02.jpg");
}
@media (max-width: 1023px) {
  #main-content .p-top-who__cards .c-feature-card__media--network {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
#main-content {
  /* ========================================
     News
  ======================================== */
}
#main-content .p-top-news {
  position: relative;
  padding: 12.5rem 1.5rem 9.375rem;
}
@media (max-width: 1023px) {
  #main-content .p-top-news {
    padding: 8.75rem 1.5rem;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-news {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
#main-content .p-top-news #news-title {
  position: relative;
  z-index: 1;
  padding-left: 4.5rem;
  padding-right: 6.0625rem;
}
@media (max-width: 767px) {
  #main-content .p-top-news #news-title {
    padding-left: 0;
  }
}
#main-content .p-top-news__bg01, #main-content .p-top-news__bg02 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}
@media (max-width: 1023px) {
  #main-content .p-top-news__bg01, #main-content .p-top-news__bg02 {
    width: 50%;
  }
}
#main-content .p-top-news__bg01 {
  top: 0;
  right: -25%;
}
@media (max-width: 600px) {
  #main-content .p-top-news__bg01 {
    top: 10%;
  }
}
#main-content .p-top-news__bg02 {
  bottom: -15%;
  left: -30%;
}
@media (max-width: 1023px) {
  #main-content .p-top-news__bg02 {
    left: -25%;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-news__bg02 {
    bottom: -5%;
  }
}
@media (max-width: 600px) {
  #main-content .p-top-news__bg02 {
    bottom: 5%;
  }
}
#main-content .p-top-news__inner, #main-content .p-top-news__panel {
  position: relative;
  z-index: 1;
}
#main-content .p-top-news__panel {
  display: flex;
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2.0625rem);
  -webkit-backdrop-filter: blur(2.0625rem);
}
@media (min-width: 1025px) {
  #main-content .p-top-news__panel {
    gap: 2rem;
    padding: 3.75rem 2rem;
  }
}
@media (min-width: 1280px) {
  #main-content .p-top-news__panel {
    gap: min(9.9305555556vw, 8.9375rem);
    padding-left: min(4.8611111111vw, 4.375rem);
    padding-right: 3.125rem;
  }
}
@media (max-width: 1023px) {
  #main-content .p-top-news__panel {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 1.875rem;
    padding: 2rem 2rem 2.5rem;
  }
}
@media (max-width: 767px) {
  #main-content .p-top-news__panel {
    padding: 2rem 1.5rem 2.5rem 2rem;
  }
}
#main-content .p-top-news__panel .p-top-news__action {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#main-content .p-top-news__panel .c-news-list {
  margin: 0;
}
#main-content .p-top-news__panel .c-news-list hr {
  height: 1px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #CDCDCD;
  background-color: #CDCDCD;
}
#main-content .p-top-news__panel .c-news-list .margin-none {
  margin-bottom: 0;
}
#main-content .p-top-news__panel .c-news-list li .tag-wrap {
  margin-bottom: 0.3125rem;
}
#main-content .p-top-news__panel .c-news-list li .tag-wrap time {
  font-size: 0.75rem;
}
#main-content .p-top-news__panel .c-news-list li .article-wrap a {
  transition: color 0.3s;
}
#main-content .p-top-news__panel .c-news-list li .article-wrap a:hover {
  color: #D90000;
}
#main-content .p-top-news__panel .c-news-list li .article-wrap a .article-title {
  font-size: 1rem;
  font-weight: 500;
}
#main-content .p-top-news__panel .c-news-list li .article-wrap a .article-body {
  padding-right: 3.75rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #main-content .p-top-news__panel .c-news-list li .article-wrap a .article-body {
    padding-right: 0;
  }
}
#main-content {
  /* ========================================
     Banner
  ======================================== */
}
#main-content .p-top-banner {
  margin: auto;
  padding-top: 9.375rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #main-content .p-top-banner__link {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#main-content .p-top-banner__link img {
  transition: 0.3s ease;
  border-radius: 0.625rem;
}
#main-content .p-top-banner__link:hover img {
  opacity: 0.7;
}

/* ========================================
   Hero animation
======================================== */
.p-top-hero__content {
  overflow: hidden;
}

.js-hero-title,
.js-hero-lead {
  opacity: 0;
}

.js-hero-title.is-ready,
.js-hero-lead.is-ready {
  opacity: 1;
}

.js-hero-title .word {
  display: inline-block;
  white-space: nowrap;
}
.js-hero-title .space {
  display: inline-block;
  width: 0.28em;
}
.js-hero-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.5rem);
  filter: blur(0.375rem);
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
  will-change: opacity, transform, filter;
}
.js-hero-title .char.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.js-hero-title .char.space {
  width: 0.28em;
}

.js-hero-lead {
  transform: translateY(1.25rem);
  filter: blur(0.375rem);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
  will-change: opacity, transform, filter;
}
.js-hero-lead.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ========================================
   Loading
======================================== */
.c-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-loading.is-start .c-loading__logo {
  animation: loadingLogoFade 1s ease forwards;
}
.c-loading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 1.5rem;
}
.c-loading__logo {
  display: block;
  width: min(26.25rem, 78vw);
  height: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-loading__logo {
    max-width: 250px;
  }
}

@keyframes loadingLogoFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ========================================
   Sitemap page
======================================== */
.p-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
  row-gap: 2.5rem;
  max-width: 900px;
}
@media (max-width: 767px) {
  .p-sitemap__grid {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
  }
}
.p-sitemap__column {
  min-width: 0;
}
.p-sitemap__list, .p-sitemap__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sitemap__item {
  margin: 0;
}
.p-sitemap__item + .p-sitemap__item {
  margin-top: 1.75rem;
}
.p-sitemap__item > a,
.p-sitemap__item .who-we-are-title {
  position: relative;
  display: inline-block;
  padding-left: 0.875rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
}
.p-sitemap__item > a::before,
.p-sitemap__item .who-we-are-title::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e10600;
}
.p-sitemap__item > a:hover {
  opacity: 0.5;
}
.p-sitemap__sublist {
  margin-top: 0.75rem;
  padding-left: 0.875rem;
}
.p-sitemap__sublist li + li {
  margin-top: 0.5rem;
}
.p-sitemap__sublist a {
  position: relative;
  display: inline-block;
  color: #9B9B9B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.35s ease, padding-left 0.35s ease;
}
.p-sitemap__sublist a:hover, .p-sitemap__sublist a:focus-visible {
  color: #333333;
}/*# sourceMappingURL=style.css.map */