@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 16px;
  letter-spacing: 0.075em;
}
body {
  margin: 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 12.8px + 0.2666666667vw, 16px);
  font-weight: 300;
  line-height: 2;
  color: #202529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-title {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.c-title--sub {
  flex-flow: column-reverse;
  align-items: flex-start;
}
.c-title--minor {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 15.6px + 0.5333333333vw, 22px);
}
.c-title--minor::before {
  content: "";
  display: block;
  width: 8px;
  height: clamp(24px, 19.2px + 1.0666666667vw, 32px);
  margin-top: 3px;
  margin-right: 16px;
  background-color: #01111e;
}
.c-title-en {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 23.2px + 1.0666666667vw, 36px);
  letter-spacing: 0em;
  text-transform: capitalize;
}
.c-title--sub .c-title-en {
  color: #606060;
  font-size: clamp(14px, 12.8px + 0.2666666667vw, 16px);
  letter-spacing: 0.05em;
}
.c-title-ja {
  margin-top: -8px;
  font-size: clamp(15px, 13.2px + 0.4vw, 18px);
}
.c-title--sub .c-title-ja {
  font-size: clamp(20px, 16.4px + 0.8vw, 26px);
  margin-top: 0;
}
.c-title--white {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.header {
  position: absolute;
  top: 0;
  z-index: 3;
  padding: clamp(24px, 19.2px + 1.0666666667vw, 32px) 0 clamp(24px, 19.2px + 1.0666666667vw, 32px);
  width: 100%;
  background: linear-gradient(to bottom, rgba(1, 17, 30, 0.8) 0%, rgba(1, 17, 30, 0) 100%);
}
.header--center {
  background: linear-gradient(to bottom, rgba(1, 17, 30, 0.4) 0%, rgba(1, 17, 30, 0) 100%);
}
.header--fixed, .header--sub {
  position: fixed;
  animation: fadeInFixedHeader 0.5s forwards;
}
@keyframes fadeInFixedHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__inner {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92vw;
  max-width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .header__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 88vw;
  }
}
@media screen and (min-width: 450px) {
  .header--center .header__inner {
    flex-flow: column;
    gap: 32px;
  }
}
.header__logo {
  z-index: 4;
}
@media screen and (min-width: 450px) {
  .header--center .header__logo .c-logo__inner {
    align-items: center;
  }
}
.header__global-nav {
  z-index: 4;
}
@media screen and (max-width: 1199px) {
  .header__global-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #01111e;
  }
}
.header__hamburger {
  position: absolute;
  top: calc(50% - 20px);
  right: 0%;
  z-index: 4;
  transform: translate(-50%, 0%);
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1199px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger span {
  width: clamp(32px, 27.2px + 1.0666666667vw, 40px);
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.5s, opacity 0.5s;
}
.header--opened .header__hamburger span:nth-child(1) {
  transform: translateY(9px) rotate(35deg);
}
.header--opened .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.header--opened .header__hamburger span:nth-child(3) {
  transform: translateY(-9px) rotate(-35deg);
}
.c-logo {
  color: #ffffff;
}
.c-logo__inner {
  display: flex;
  flex-flow: column;
}
.c-logo-en {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-size: clamp(16px, 10px + 1.3333333333vw, 26px);
}
.c-logo-ja {
  margin-top: -8px;
  font-size: clamp(10px, 6.4px + 0.8vw, 16px);
  letter-spacing: 0.2em;
}
.fv {
  min-height: 640px;
  overflow: hidden;
  z-index: -1;
}
.fv--sub {
  min-height: auto;
  margin-bottom: clamp(80px, 65.6px + 3.2vw, 104px);
}
.fv__parallax {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.fv--sub .fv__parallax {
  height: clamp(250px, 160px + 20vw, 400px);
}
.fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 575px) {
  .fv__image {
    object-position: 60% center;
  }
}
.fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-left: calc((100vw - 92vw) / 2);
  padding-right: calc((100vw - 92vw) / 2);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-left: calc((100vw - 88vw) / 2);
    padding-right: calc((100vw - 88vw) / 2);
  }
}
@media screen and (max-width: 575px) {
  .fv__inner {
    padding-left: calc((100vw - 88vw) / 2);
    padding-right: calc((100vw - 88vw) / 2);
  }
}
.fv__title {
  display: flex;
  flex-flow: column;
  margin-top: clamp(16px, 11.2px + 1.0666666667vw, 24px);
  color: #ffffff;
}
.fv__title-en {
  margin-bottom: clamp(-12px, -14.4px + 0.5333333333vw, -8px);
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(32px, 23.6px + 1.8666666667vw, 46px);
  text-transform: capitalize;
}
.fv__title-ja {
  font-size: clamp(16px, 13.6px + 0.5333333333vw, 20px);
  letter-spacing: 0.2em;
}
.global-nav--white {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .global-nav__inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
  }
}
.global-nav__list {
  display: flex;
  gap: clamp(24px, -120px + 12vw, 48px);
}
@media screen and (max-width: 1199px) {
  .global-nav__list {
    gap: clamp(24px, 19.2px + 1.0666666667vw, 32px);
    padding-top: 32px;
    flex-flow: column;
    align-items: center;
  }
  .footer .global-nav__list {
    gap: clamp(16px, 11.2px + 1.0666666667vw, 24px);
    align-items: flex-start;
    padding-top: 0;
  }
}
.global-nav__item {
  transition: opacity 0.2s;
}
.global-nav__item:hover {
  opacity: 0.6;
}
.global-nav__link {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.global-nav__link-en {
  display: none;
  margin-bottom: -8px;
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 21.6px + 0.5333333333vw, 28px);
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .global-nav__link-en {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .global-nav__link-ja {
    color: #aaaaaa;
  }
}
.cta {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}
.cta__inner {
  background-color: #f5f5f5;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .cta__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    width: 88vw;
  }
}
.cta__list {
  display: flex;
  gap: 1px;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .cta__list {
    flex-flow: column;
    padding: 0 clamp(40px, 20.073800738px + 4.4280442804vw, 64px);
  }
}
.cta__item {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  .cta__item {
    padding: clamp(40px, 20.073800738px + 4.4280442804vw, 64px) 0;
  }
}
.cta__item:not(:last-child) {
  border-right: 1px solid #cecece;
}
@media screen and (max-width: 991px) {
  .cta__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}
.cta__title {
  margin-bottom: 16px;
  font-size: clamp(24px, 21.6px + 0.5333333333vw, 28px);
}
.cta__paragraph {
  margin-bottom: 32px;
}
.footer {
  color: white;
  background-color: #01111e;
}
.footer__inner {
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding: clamp(64px, 54.4px + 2.1333333333vw, 80px) 0;
  width: 92vw;
  max-width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .footer__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 88vw;
  }
}
.footer__copyright-tel {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(20px, 17.6px + 0.5333333333vw, 24px);
  text-transform: capitalize;
}
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: clamp(16px, 13.6px + 0.5333333333vw, 20px) clamp(20px, 17.6px + 0.5333333333vw, 24px);
  color: #ffffff;
  background-color: #01111e;
  transition: opacity 0.2s;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.c-button--cta {
  background-color: #907f1d;
}
.c-float-cta {
  position: fixed;
  z-index: 2;
  transform: translateY(500px);
  opacity: 0;
  animation: showIn 0.8s 0.8s forwards;
}
@keyframes showIn {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .c-float-cta {
    right: clamp(16px, 8.4210526316px + 1.6842105263vw, 32px);
    bottom: clamp(16px, 8.4210526316px + 1.6842105263vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-float-cta {
    left: 0;
    bottom: 0;
    width: 100vw;
  }
}
.c-float-cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: rgba(144, 127, 29, 0.95);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media screen and (min-width: 768px) {
  .c-float-cta__inner {
    flex-direction: column;
    width: clamp(120px, 72px + 10.6666666667vw, 200px);
    height: clamp(120px, 72px + 10.6666666667vw, 200px);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
  }
  .c-float-cta__inner:hover {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
  }
}
@media screen and (max-width: 767px) {
  .c-float-cta__inner {
    width: 100%;
    height: 64px;
    gap: 8px;
  }
}
.c-float-cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-float-cta-text {
    flex-flow: row;
    align-items: baseline;
  }
}
.c-float-cta-em {
  display: block;
  font-size: clamp(12px, 8.4444444444px + 0.462962963vw, 14px);
  padding: 0px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(222, 226, 230, 0.4);
}
@media screen and (min-width: 768px) {
  .c-float-cta-em {
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 767px) {
  .c-float-cta-em {
    margin-top: 2px;
    font-size: clamp(13px, 11.5849056604px + 0.3144654088vw, 14px);
  }
}
.c-float-cta-lg {
  font-size: clamp(18px, 7.3333333333px + 1.3888888889vw, 24px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-float-cta-lg {
    font-size: clamp(18px, 15.1698113208px + 0.6289308176vw, 20px);
  }
}
.c-float-cta-sm {
  margin-top: -8px;
  font-size: clamp(16px, 12.4444444444px + 0.462962963vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-float-cta-sm {
    font-size: clamp(16px, 13.1698113208px + 0.6289308176vw, 18px);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #01111e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading__container {
  width: 200px;
  text-align: center;
}
.loading__bar {
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
  background-color: #254b6a;
  border-radius: 4px;
  overflow: hidden;
}
.loading__progress {
  width: 0;
  height: 100%;
  background-color: #907f1d;
  transition: width 0.5s ease;
}
.loading__percentage {
  color: #ffffff;
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 7.6px + 0.5333333333vw, 14px);
}
.content {
  display: contents;
}
.content--loading {
  display: none;
}
.c-card {
  display: flex;
  flex-flow: column;
  gap: clamp(4px, 1.6px + 0.5333333333vw, 8px);
}
.c-card__image {
  width: 100%;
}
.c-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.c-card__text {
  display: flex;
  flex-flow: column;
  gap: clamp(4px, 1.6px + 0.5333333333vw, 8px);
}
.c-card__title {
  font-size: clamp(18px, 15.6px + 0.5333333333vw, 22px);
}
.c-card-list {
  display: grid;
  gap: clamp(32px, 27.2px + 1.0666666667vw, 40px);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 449px) {
  .c-card-list {
    grid-template-columns: 1fr;
  }
}
.page-nav__inner {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .page-nav__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .page-nav__inner {
    width: 88vw;
  }
}
.page-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(16px, 6.4px + 2.1333333333vw, 32px);
}
@media screen and (max-width: 767px) {
  .page-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .page-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-nav__item {
  transition: opacity 0.2s;
}
.page-nav__item:hover {
  opacity: 0.8;
}
.page-nav__link {
  position: relative;
  display: block;
  padding: clamp(8px, 3.2px + 1.0666666667vw, 16px);
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid #cecece;
}
.page-nav__link::after {
  content: "▼";
  position: absolute;
  right: clamp(8px, 3.2px + 1.0666666667vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #606060;
  transition: top 0.2s;
}
.page-nav__item:hover .page-nav__link::after {
  top: 55%;
}