@charset "UTF-8";
*,
*::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%;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

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

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

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 4.2666667vw;
  scrollbar-gutter: stable;
  --font-base: Noto Sans JP, Yu Gothic, meiryo, sans-serif;
  --font-heading: STIX Two Text, meiryo, serif;
  --font-accent: Shippori Mincho, meiryo, serif;
  --tracking-tight: 0.04em;
  --tracking-wide: 0.1em;
}

:lang(en) {
  --font-base: STIX Two Text, Georgia, serif;
  --font-heading: STIX Two Text, Georgia, serif;
  --font-accent: STIX Two Text, Georgia, serif;
  --tracking-tight: 0.02em;
  --tracking-wide: 0.04em;
}

@media (min-width: 48em) {
  html {
    font-size: min(16px, 1.1111111vw);
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@supports (font-family: -apple-system) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #abbec7 transparent;
  }
}
body {
  font-family: var(--font-base);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #111111;
  background-color: #fff;
  word-break: break-word;
}
@media (min-width: 48em) {
  body {
    padding-top: 4.6875rem;
  }
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid #c8102e;
  outline-offset: 2px;
}

.main {
  display: block;
}

@media (max-width: 47.99875em) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 48em) {
  .sp-only {
    display: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (hover: hover) and (pointer: fine) {
  .u-hover {
    transition: opacity 0.25s ease;
    cursor: pointer;
  }
  .u-hover:hover {
    opacity: 0.6;
  }
}
.u-fadein {
  transition: transform 0.6s cubic-bezier(0.27, 0, 0.58, 1), filter 0.75s cubic-bezier(0.27, 0, 0.58, 1), opacity 0.75s cubic-bezier(0.27, 0, 0.58, 1);
  opacity: 0;
  transform: translateY(1.875rem);
  filter: blur(20px);
}
.u-fadein.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
  border: 2px solid currentColor;
  z-index: 9999;
}

.l-container {
  max-width: 77.5rem;
  margin-inline: auto;
  width: 100%;
  padding-inline: 1.25rem;
}
@media (min-width: 48em) {
  .l-container {
    padding-inline: 0;
  }
}
.l-container--sm {
  max-width: 60.5rem;
}

@media (min-width: 48em) {
  .site-menu {
    display: none;
  }
}
.site-menu::before {
  content: "";
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2509803922);
  background-color: #fff;
  pointer-events: none;
}
.site-menu .site-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3.125rem 0 0 3.125rem;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2509803922);
  backdrop-filter: blur(10px);
  clip-path: circle(0% at calc(100% - 2rem) 2rem);
  opacity: 0;
  transition: clip-path 800ms cubic-bezier(0.65, 0, 0.35, 1) 400ms, opacity 0s linear 1200ms;
  pointer-events: none;
}
.site-menu .site-menu__inner {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding-top: 4.625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.75rem;
  color: #023cff;
  display: none;
}
.site-menu .site-menu__inner.is-visible {
  display: block;
}
.site-menu .site-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: min(31.5rem, 100%);
}
.site-menu .site-menu__item-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  opacity: 0;
  visibility: hidden;
  transform: translateX(2.5rem);
  transition: opacity 400ms cubic-bezier(0.7, 0, 0.84, 0), visibility 400ms cubic-bezier(0.7, 0, 0.84, 0), transform 400ms cubic-bezier(0.7, 0, 0.84, 0);
  transition-delay: calc((9 - var(--i, 0)) * 60ms);
}
.site-menu.is-open .site-menu__overlay {
  clip-path: circle(150% at calc(100% - 2rem) 2rem);
  box-shadow: 0px 0px 0px 0px rgba(136, 136, 136, 0.2509803922);
  opacity: 1;
  transition: clip-path 800ms cubic-bezier(0.65, 0, 0.35, 1), opacity 0s linear 0s;
}
.site-menu.is-open .site-menu__item-link {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), visibility 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--i, 0) * 60ms + 400ms);
}

.site-header {
  width: 100%;
}
@media (min-width: 48em) {
  .site-header {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    transform: translateY(-120%);
    transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
    background-color: rgba(255, 255, 255, 0.8980392157);
    border-bottom: 1px solid #fff;
  }
  .site-header.visible {
    transform: translateY(0px);
  }
}
@media (max-width: 47.99875em) {
  .site-header > .l-container {
    padding-inline: 0.75rem;
  }
}
.site-header .global-nav {
  display: flex;
  align-items: center;
  color: #023cff;
}
@media (max-width: 47.99875em) {
  .site-header .global-nav {
    justify-content: flex-end;
    min-height: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 48em) {
  .site-header .global-nav {
    position: unset;
    min-height: 4.6875rem;
  }
}
.site-header .global-nav__links {
  display: none;
}
@media (min-width: 48em) {
  .site-header .global-nav__links {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
.site-header .global-nav__link {
  font-size: 0.875rem;
  line-height: 1;
  font-family: var(--font-heading);
  font-weight: 500;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .global-nav__link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    display: block;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #023cff;
    transition: transform 0.25s ease;
    transform: scaleX(0);
    transform-origin: right;
  }
  .site-header .global-nav__link:hover::after {
    transform: scaleX(100%);
    transform-origin: left;
  }
}
.site-header .global-nav__ins {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 300;
}
@media (min-width: 48em) {
  .site-header .global-nav__ins {
    width: 2rem;
    height: 2rem;
  }
}
.site-header .global-nav__ins svg {
  width: 100%;
}
.site-header .global-nav__i18n {
  z-index: 300;
  margin-left: 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--font-heading);
  font-weight: 500;
}
@media (min-width: 48em) {
  .site-header .global-nav__i18n {
    margin-left: 1.875rem;
  }
}
.site-header .global-nav__i18n-text {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.site-header .global-nav__hamburger {
  margin-left: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2509803922);
}
.site-header .global-nav__hamburger::before, .site-header .global-nav__hamburger::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.375rem;
  height: 1px;
  background-color: #023cff;
  transform: translateY(-0.125rem);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .global-nav__hamburger::after {
  transform: translateY(0.125rem);
}
.site-header .global-nav__hamburger.opened::before {
  transform: rotate(30deg);
}
.site-header .global-nav__hamburger.opened::after {
  transform: rotate(-30deg);
}
@media (min-width: 48em) {
  .site-header .global-nav__hamburger {
    display: none;
  }
}

.site-footer .site-footer__inner {
  display: flex;
  flex-direction: column;
  padding-block: 3.75rem;
}
@media (min-width: 48em) {
  .site-footer .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-block: 3.25rem;
  }
}
.site-footer .site-footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 48em) {
  .site-footer .site-footer__logo {
    width: 39.125rem;
  }
}
.site-footer .site-footer__copyright {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: var(--tracking-tight);
  font-weight: 400;
  color: #023cff;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .site-footer .site-footer__copyright {
    margin-top: 0;
    line-height: 1;
    text-align: left;
  }
}

.c-button {
  position: relative;
  display: flex;
  min-height: 2.75rem;
  box-sizing: border-box;
  border-radius: 2.5rem;
  border: 1px solid #023cff;
  color: #023cff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  letter-spacing: var(--tracking-tight);
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  gap: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-button {
    transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  }
  .c-button:hover {
    background-color: #023cff;
    color: #fff;
  }
}
.c-button.c-button--slide {
  width: 1.6875rem;
  height: 2.75rem;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 0;
  background-color: rgba(2, 60, 255, 0.75);
}
@media (min-width: 48em) {
  .c-button.c-button--slide {
    width: 2.8125rem;
    height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--slide {
    transition: background-color 0.25s ease;
  }
  .c-button.c-button--slide:hover {
    background-color: rgba(55, 101, 255, 0.75);
  }
}
.c-button.c-button--more {
  min-width: 10rem;
}
.c-button.c-button--more .c-button__label--close {
  display: none;
}
.c-button.c-button--more .c-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.c-button.c-button--more.is-open .c-button__label--more, .is-open .c-button.c-button--more .c-button__label--more, details[open] .c-button.c-button--more .c-button__label--more {
  display: none;
}
.c-button.c-button--more.is-open .c-button__label--close, .is-open .c-button.c-button--more .c-button__label--close, details[open] .c-button.c-button--more .c-button__label--close {
  display: block;
}

.c-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
  color: #023cff;
}
@media (min-width: 48em) {
  .c-heading {
    font-size: 3.125rem;
  }
}

.c-accordion {
  overflow-anchor: none;
}
.c-accordion > .c-accordion__summary,
.c-accordion > .c-accordion__content {
  flex-shrink: 0;
}
.c-accordion .c-accordion__summary {
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-accordion .c-accordion__summary::marker, .c-accordion .c-accordion__summary::-webkit-details-marker {
  display: none;
}
.c-accordion .c-accordion__content {
  overflow: hidden;
}

.c-link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #516c79;
  font-weight: 400;
  letter-spacing: var(--tracking-wide);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .c-link {
    transition: opacity 0.25s ease;
  }
  .c-link:hover {
    opacity: 0.6;
  }
}
.c-link.c-link__blank {
  display: inline-block;
}
.c-link.c-link__blank .c-link__blank-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5em;
  transform: translateY(0.2em);
  vertical-align: baseline;
}

.c-modal {
  border: none;
  padding: 0;
  margin: auto;
  background-color: transparent;
}
.c-modal:focus, .c-modal:focus-visible {
  outline: none;
}
@media (max-width: 47.99875em) {
  .c-modal {
    inset: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
  }
}
.c-modal::backdrop {
  background: rgba(255, 255, 255, 0.9490196078);
  backdrop-filter: blur(10px);
}
.c-modal .c-modal__inner {
  position: relative;
}
@media (max-width: 47.99875em) {
  .c-modal .c-modal__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 1.5rem 1.25rem 2.5rem;
    gap: 1rem;
  }
}
.c-modal .c-modal__title {
  margin: 0;
  font-size: 1.25rem;
}
.c-modal .c-modal__close {
  color: #023cff;
  align-self: flex-end;
}
@media (min-width: 48em) {
  .c-modal .c-modal__close {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
  }
}
.c-modal .c-modal__close svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.c-modal .c-modal__close-button {
  display: flex;
  margin: 2.5rem auto 0;
  min-height: 2.75rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 48em) {
  .c-modal .c-modal__close-button {
    display: none;
  }
}

/* Animation mở — tôn trọng prefers-reduced-motion */
@media (prefers-reduced-motion: no-preference) {
  .c-modal {
    transition: opacity 0.4s ease, display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    opacity: 0;
  }
  .c-modal[open] {
    opacity: 1;
  }
  @starting-style {
    .c-modal[open] {
      opacity: 0;
    }
  }
  .c-modal::backdrop {
    transition: opacity 0.2s ease, display 0.2s allow-discrete, overlay 0.2s allow-discrete;
    opacity: 0;
  }
  .c-modal[open]::backdrop {
    opacity: 1;
  }
  @starting-style {
    .c-modal[open]::backdrop {
      opacity: 0;
    }
  }
}
.c-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: visible;
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 48em) {
  .c-toggle-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-toggle-icon svg {
  width: 100%;
  height: 100%;
}
.c-toggle-icon .c-toggle-icon__minus {
  display: none;
}

.c-accordion[open] .c-toggle-icon .c-toggle-icon__plus,
.is-open .c-toggle-icon .c-toggle-icon__plus,
details[open] .c-toggle-icon .c-toggle-icon__plus {
  display: none;
}
.c-accordion[open] .c-toggle-icon .c-toggle-icon__minus,
.is-open .c-toggle-icon .c-toggle-icon__minus,
details[open] .c-toggle-icon .c-toggle-icon__minus {
  display: block;
}
