:root {
  --primary-color: #00239c;
  --primary-color-opacity: rgba(0, 35, 156, 0.9);
  --primary-dark-color: rgba(0, 0, 0, 0.3);
  --accent-color: #a51145;
  --accent-color-opacity: rgba(165, 17, 69, 0.9);
  --white: #fff;
  --black: #000;
  --text-color: #fff;
  --duration: 250ms;
  --easing: ease;
  --font-size: 16px;
  --main-transition: 250ms ease;
  --contents-padding: 20px;
  --font-family: "Noto Sans JP";
  --font-family-en: "Roboto";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --header-height: 70px;
}
@media screen and (max-width: 1023px) {
  :root {
    --font-size: 12px;
    --header-height: 50px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 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;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
   * 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;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * 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. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family), sans-serif;
  font-size: var(--font-size);
  line-height: 1.8;
  color: var(--text-color);
  background-color: var(--primary-color);
}
body.is-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

main {
  margin-top: var(--header-height);
}

.lg_mt0 {
  margin-top: 0px !important;
}

.lg_mt5 {
  margin-top: 5px !important;
}

.lg_mt10 {
  margin-top: 10px !important;
}

.lg_mt15 {
  margin-top: 15px !important;
}

.lg_mt20 {
  margin-top: 20px !important;
}

.lg_mt25 {
  margin-top: 25px !important;
}

.lg_mt30 {
  margin-top: 30px !important;
}

.lg_mt35 {
  margin-top: 35px !important;
}

.lg_mt40 {
  margin-top: 40px !important;
}

.lg_mt45 {
  margin-top: 45px !important;
}

.lg_mt50 {
  margin-top: 50px !important;
}

.lg_mt55 {
  margin-top: 55px !important;
}

.lg_mt60 {
  margin-top: 60px !important;
}

.lg_mt65 {
  margin-top: 65px !important;
}

.lg_mt70 {
  margin-top: 70px !important;
}

.lg_mt75 {
  margin-top: 75px !important;
}

.lg_mt80 {
  margin-top: 80px !important;
}

.lg_mt85 {
  margin-top: 85px !important;
}

.lg_mt90 {
  margin-top: 90px !important;
}

.lg_mt95 {
  margin-top: 95px !important;
}

.lg_mt100 {
  margin-top: 100px !important;
}

.lg_mt105 {
  margin-top: 105px !important;
}

.lg_mt110 {
  margin-top: 110px !important;
}

.lg_mt115 {
  margin-top: 115px !important;
}

.lg_mt120 {
  margin-top: 120px !important;
}

.lg_mt125 {
  margin-top: 125px !important;
}

.lg_mt130 {
  margin-top: 130px !important;
}

.lg_mt135 {
  margin-top: 135px !important;
}

.lg_mt140 {
  margin-top: 140px !important;
}

.lg_mt145 {
  margin-top: 145px !important;
}

.lg_mt150 {
  margin-top: 150px !important;
}

.lg_mt155 {
  margin-top: 155px !important;
}

.lg_mt160 {
  margin-top: 160px !important;
}

.lg_mt165 {
  margin-top: 165px !important;
}

.lg_mt170 {
  margin-top: 170px !important;
}

.lg_mt175 {
  margin-top: 175px !important;
}

.lg_mt180 {
  margin-top: 180px !important;
}

.lg_mt185 {
  margin-top: 185px !important;
}

.lg_mt190 {
  margin-top: 190px !important;
}

.lg_mt195 {
  margin-top: 195px !important;
}

.lg_mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 1023px) {
  .sm_mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt105 {
    margin-top: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt110 {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt115 {
    margin-top: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt120 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt125 {
    margin-top: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt130 {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt135 {
    margin-top: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt140 {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt145 {
    margin-top: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt150 {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt155 {
    margin-top: 155px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt160 {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt165 {
    margin-top: 165px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt170 {
    margin-top: 170px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt175 {
    margin-top: 175px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt180 {
    margin-top: 180px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt185 {
    margin-top: 185px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt190 {
    margin-top: 190px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt195 {
    margin-top: 195px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_mt200 {
    margin-top: 200px !important;
  }
}
.lg_py0 {
  padding-block: 0px !important;
}

.lg_py5 {
  padding-block: 5px !important;
}

.lg_py10 {
  padding-block: 10px !important;
}

.lg_py15 {
  padding-block: 15px !important;
}

.lg_py20 {
  padding-block: 20px !important;
}

.lg_py25 {
  padding-block: 25px !important;
}

.lg_py30 {
  padding-block: 30px !important;
}

.lg_py35 {
  padding-block: 35px !important;
}

.lg_py40 {
  padding-block: 40px !important;
}

.lg_py45 {
  padding-block: 45px !important;
}

.lg_py50 {
  padding-block: 50px !important;
}

.lg_py55 {
  padding-block: 55px !important;
}

.lg_py60 {
  padding-block: 60px !important;
}

.lg_py65 {
  padding-block: 65px !important;
}

.lg_py70 {
  padding-block: 70px !important;
}

.lg_py75 {
  padding-block: 75px !important;
}

.lg_py80 {
  padding-block: 80px !important;
}

.lg_py85 {
  padding-block: 85px !important;
}

.lg_py90 {
  padding-block: 90px !important;
}

.lg_py95 {
  padding-block: 95px !important;
}

.lg_py100 {
  padding-block: 100px !important;
}

.lg_py105 {
  padding-block: 105px !important;
}

.lg_py110 {
  padding-block: 110px !important;
}

.lg_py115 {
  padding-block: 115px !important;
}

.lg_py120 {
  padding-block: 120px !important;
}

.lg_py125 {
  padding-block: 125px !important;
}

.lg_py130 {
  padding-block: 130px !important;
}

.lg_py135 {
  padding-block: 135px !important;
}

.lg_py140 {
  padding-block: 140px !important;
}

.lg_py145 {
  padding-block: 145px !important;
}

.lg_py150 {
  padding-block: 150px !important;
}

.lg_py155 {
  padding-block: 155px !important;
}

.lg_py160 {
  padding-block: 160px !important;
}

.lg_py165 {
  padding-block: 165px !important;
}

.lg_py170 {
  padding-block: 170px !important;
}

.lg_py175 {
  padding-block: 175px !important;
}

.lg_py180 {
  padding-block: 180px !important;
}

.lg_py185 {
  padding-block: 185px !important;
}

.lg_py190 {
  padding-block: 190px !important;
}

.lg_py195 {
  padding-block: 195px !important;
}

.lg_py200 {
  padding-block: 200px !important;
}

@media screen and (max-width: 1023px) {
  .sm_py0 {
    padding-block: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py5 {
    padding-block: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py10 {
    padding-block: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py15 {
    padding-block: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py20 {
    padding-block: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py25 {
    padding-block: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py30 {
    padding-block: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py35 {
    padding-block: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py40 {
    padding-block: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py45 {
    padding-block: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py50 {
    padding-block: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py55 {
    padding-block: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py60 {
    padding-block: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py65 {
    padding-block: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py70 {
    padding-block: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py75 {
    padding-block: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py80 {
    padding-block: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py85 {
    padding-block: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py90 {
    padding-block: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py95 {
    padding-block: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py100 {
    padding-block: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py105 {
    padding-block: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py110 {
    padding-block: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py115 {
    padding-block: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py120 {
    padding-block: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py125 {
    padding-block: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py130 {
    padding-block: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py135 {
    padding-block: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py140 {
    padding-block: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py145 {
    padding-block: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py150 {
    padding-block: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py155 {
    padding-block: 155px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py160 {
    padding-block: 160px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py165 {
    padding-block: 165px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py170 {
    padding-block: 170px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py175 {
    padding-block: 175px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py180 {
    padding-block: 180px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py185 {
    padding-block: 185px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py190 {
    padding-block: 190px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py195 {
    padding-block: 195px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sm_py200 {
    padding-block: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .lg_only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sm_only {
    display: none;
  }
}

.body-wrapper {
  overflow: hidden;
}

.wrapper {
  padding-inline: var(--contents-padding);
}
.wrapper.is-nopx {
  padding-inline: 0;
}
.wrapper.is-type1, .wrapper.is-type2, .wrapper.is-type3, .wrapper.is-type4 {
  position: relative;
}
.wrapper.is-type1 .wrapper__bg, .wrapper.is-type2 .wrapper__bg, .wrapper.is-type3 .wrapper__bg, .wrapper.is-type4 .wrapper__bg {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper.is-type1 .wrapper__bg::before, .wrapper.is-type2 .wrapper__bg::before, .wrapper.is-type3 .wrapper__bg::before, .wrapper.is-type4 .wrapper__bg::before {
  display: block;
  content: "";
}
.wrapper.is-type1 .wrapper__bg {
  top: 80px;
  right: 0;
  width: 50%;
  background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/bg-scale.svg);
}
@media screen and (max-width: 1023px) {
  .wrapper.is-type1 .wrapper__bg {
    top: 0;
  }
}
.wrapper.is-type1 .wrapper__bg::before {
  padding-bottom: 122.6%;
}
.wrapper.is-type2 .wrapper__bg {
  top: -38px;
  left: 0;
  width: 12.85%;
  background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/bg-scale_02.svg);
}
@media screen and (max-width: 1023px) {
  .wrapper.is-type2 .wrapper__bg {
    top: -30px;
    width: 26.67%;
  }
}
.wrapper.is-type2 .wrapper__bg::before {
  padding-bottom: 411.8%;
}
.wrapper.is-type3 .wrapper__bg {
  top: -140px;
  left: 0;
  width: 100%;
  background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/bg-scale_03.svg);
}
@media screen and (max-width: 1023px) {
  .wrapper.is-type3 .wrapper__bg {
    top: -46px;
  }
}
.wrapper.is-type3 .wrapper__bg::before {
  padding-bottom: 122.6%;
}
.wrapper.is-type4 .wrapper__bg {
  top: -160px;
  left: 0;
  width: 100%;
  background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/bg-scale_04.svg);
}
@media screen and (max-width: 1023px) {
  .wrapper.is-type4 .wrapper__bg {
    top: -56px;
    background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/bg-scale_05.svg);
  }
}
.wrapper.is-type4 .wrapper__bg::before {
  padding-bottom: 122.6%;
}
@media screen and (max-width: 1023px) {
  .wrapper.is-type4 .wrapper__bg::before {
    padding-bottom: 124.75%;
  }
}

.container {
  margin-inline: auto;
}

.twoCol {
  --large-col: 82%;
  --small-col: 18%;
  display: flex;
  gap: 50px;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .twoCol {
    --small-col: 50px;
    gap: 25px;
  }
}
.twoCol.is-left .twoCol__lb {
  flex-basis: var(--small-col);
}
.twoCol.is-left .twoCol__rb {
  flex-basis: var(--large-col);
}
.twoCol.is-right .twoCol__lb {
  flex-basis: var(--large-col);
}
.twoCol.is-right .twoCol__rb {
  flex-basis: var(--small-col);
}

.threeCol {
  --left-col: 155px;
  --mid-col: 20px;
  --right-col: 1fr;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: var(--left-col) var(--mid-col) var(--right-col);
  gap: 0 80px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .threeCol {
    grid-template-columns: 10.67% 1fr;
    gap: 0 20px;
  }
}
.threeCol__lb {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 1023px) {
  .threeCol__lb {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.threeCol__lbBtm {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 1023px) {
  .threeCol__lbBtm {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.threeCol__mid {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 1023px) {
  .threeCol__mid {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.threeCol__rb {
  grid-row: 1/3;
  grid-column: 3/4;
}
@media screen and (max-width: 1023px) {
  .threeCol__rb {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

[id] {
  scroll-margin-top: var(--header-height);
}

.c_header {
  position: fixed;
  z-index: 12;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: var(--header-height);
  padding-left: 50px;
  background-color: var(--primary-color-opacity);
}
@media screen and (max-width: 1023px) {
  .c_header {
    justify-content: space-between;
    height: var(--header-height);
    padding-left: 15px;
  }
}
.c_header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 220px;
  margin-right: 50px;
}
@media screen and (max-width: 1023px) {
  .c_header__logo {
    position: relative;
    z-index: 11;
    flex-basis: 160px;
  }
}
.c_header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .c_header__nav {
    display: none;
  }
}
.c_header__lang {
  position: relative;
  flex-basis: 172px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .c_header__lang {
    display: none;
  }
}
.c_header__lang:hover .c_header__lang__btn {
  background-color: var(--primary-dark-color);
}
.c_header__lang:hover .c_header__lang__list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.c_header__lang__btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: var(--font-family-en);
  font-weight: var(--fw-medium);
  color: inherit;
  background-color: transparent;
  border: 0;
  transition: background-color var(--main-transition);
}
.c_header__lang__btn:hover {
  cursor: pointer;
}
.c_header__lang__btn::after {
  --size: 10px;
  --border-property: 1px solid var(--white);
  display: block;
  width: var(--size);
  height: var(--size);
  content: "";
  border-right: var(--border-property);
  border-bottom: var(--border-property);
  transform: rotate(45deg);
}
.c_header__lang__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  background-color: var(--primary-dark-color);
  opacity: 0;
  transition: all 250ms ease;
  transform: translateY(-20%);
}
.c_header__lang__list li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.c_header__lang__list a {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 30px;
  font-family: var(--font-family-en);
  font-weight: var(--fw-medium);
  color: inherit;
  text-decoration: none;
}
.c_header__lang__list a:hover {
  text-decoration: underline;
}
.c_header__lang__list a::before {
  --border-property: 4px solid transparent;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: var(--border-property);
  border-right: 0;
  border-bottom: var(--border-property);
  border-left: 5px solid var(--accent-color-opacity);
}
.c_header__cta {
  flex-basis: 180px;
}
@media screen and (max-width: 1023px) {
  .c_header__cta {
    flex-basis: 50px;
    margin-left: auto;
  }
}
.c_header__contact {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-family-en);
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--accent-color-opacity);
}
@media screen and (max-width: 1023px) {
  .c_header__contact {
    position: relative;
    display: block;
    font-size: 0;
  }
}
.c_header__contact::before {
  --size: 21px;
  display: block;
  width: var(--size);
  height: var(--size);
  content: "";
  background: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/icon-mail.svg) center/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .c_header__contact::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.c_header__menu {
  position: relative;
  z-index: 11;
  display: none;
  flex-basis: 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
@media screen and (max-width: 1023px) {
  .c_header__menu {
    display: block;
  }
}
.c_header__menu span, .c_header__menu::before, .c_header__menu::after {
  position: absolute;
  right: 50%;
  display: block;
  width: 15px;
  height: 1px;
  background-color: var(--white);
  transition: transform 250ms ease, opacity 250ms ease, top 250ms ease;
  transform: translate(50%, -50%);
}
.c_header__menu::before, .c_header__menu::after {
  --gap: 7px;
  content: "";
}
.c_header__menu span {
  top: 50%;
}
.c_header__menu::before {
  top: calc(50% - var(--gap));
}
.c_header__menu::after {
  top: calc(50% + var(--gap));
}

@media screen and (max-width: 1023px) {
  .is-open .c_header__menu {
    background-color: transparent;
  }
  .is-open .c_header__menu span {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  .is-open .c_header__menu::before, .is-open .c_header__menu::after {
    --gap: 0px;
  }
  .is-open .c_header__menu::before {
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .is-open .c_header__menu::after {
    transform: translate(50%, -50%) rotate(45deg);
  }
  .is-open .c_header__contact {
    display: none;
  }
}
.c_footer {
  position: relative;
  margin-top: 130px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 1023px) {
  .c_footer {
    margin-top: 45px;
  }
}
.c_footer__gotop {
  --size: 60px;
  position: absolute;
  top: 0;
  right: 50px;
  width: var(--size);
  height: var(--size);
  font-size: 0;
  background: var(--accent-color-opacity);
}
@media screen and (max-width: 1023px) {
  .c_footer__gotop {
    --size: 45px;
    right: 0;
  }
}
.c_footer__gotop::after {
  --size: 15px;
  position: absolute;
  top: calc(50% + 6px);
  right: 50%;
  width: var(--size);
  height: var(--size);
  content: "";
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .c_footer__gotop::after {
    --size: 11px;
    top: calc(50% + 4px);
  }
}
.c_footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px var(--contents-padding);
}
@media screen and (max-width: 1023px) {
  .c_footer__inner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.c_footer__logo {
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .c_footer__logo {
    max-width: 200px;
  }
}
.c_footer__address {
  margin: 0;
  margin-top: 25px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c_footer__address {
    margin-top: 20px;
    font-size: 11px;
  }
}
.c_footer__nav {
  margin-top: 35px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c_footer__nav {
    margin-top: 25px;
  }
}
.c_footer__btm {
  padding: 25px var(--contents-padding);
  background-color: var(--black);
}
@media screen and (max-width: 1023px) {
  .c_footer__btm {
    padding-block: 15px;
  }
}
.c_footer__lang {
  --gap: 1.5em;
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c_footer__lang {
    font-size: 14px;
  }
}
.c_footer__lang li:not(:last-child) {
  display: flex;
  gap: var(--gap);
  align-items: stretch;
  justify-content: flex-start;
}
.c_footer__lang li:not(:last-child)::after {
  display: block;
  width: 1px;
  content: "";
  background-color: currentColor;
}
.c_footer__lang__item {
  color: inherit;
}
.c_footer__lang__item:hover {
  text-decoration: none;
}
.c_footer__copyright {
  margin: 0;
  margin-top: 20px;
  font-size: 10px;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c_footer__copyright {
    margin-top: 12px;
  }
}
.c_footer__sns {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-block: 0;
  margin-top: 20px;
  list-style: none;
}
.c_footer__sns a {
  display: block;
  transition: opacity 250ms ease;
}
.c_footer__sns a:hover {
  opacity: 0.8;
}
.c_footer__sns a img {
  display: block;
}

.c_drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  overflow: auto;
  visibility: hidden;
  background-color: var(--primary-color);
  opacity: 0;
  transition: all 250ms ease;
}
.c_drawer__menu {
  padding: 0;
  margin: 0;
  margin-top: 70px;
  list-style: none;
}
.c_drawer__menu__item a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.c_drawer__menu__item a:hover {
  text-decoration: underline;
}
.c_drawer__lang {
  --gap: 14px;
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-top: 80px;
  margin: 0;
  margin-top: auto;
  list-style: none;
}
.c_drawer__lang li {
  line-height: 1;
}
.c_drawer__lang li:not(:last-child) {
  padding-right: var(--gap);
  border-right: 1px solid var(--white);
}
.c_drawer__lang a {
  font-weight: var(--fw-bold);
  color: inherit;
  text-decoration: underline;
}
.c_drawer__lang a:hover {
  text-decoration: none;
}
.c_drawer__cta {
  margin-top: 35px;
}
.c_drawer__cta a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--accent-color-opacity);
}
.c_drawer__cta a::before {
  --size: 21px;
  display: block;
  width: var(--size);
  height: var(--size);
  content: "";
  background: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/icon-mail.svg) center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .is-open .c_drawer {
    visibility: visible;
    opacity: 1;
  }
}
.c_menu {
  --gap: 30px;
}
.c_menu__list {
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c_menu__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c_menu__list__item {
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 1023px) {
  .c_menu__list__item {
    font-size: 11px;
  }
}
.c_menu__list__item a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.c_menu__list__item a:hover {
  text-decoration: underline;
}
.c_menu.is-footer .c_menu__list {
  --gap: 15px;
}
.c_menu.is-footer .c_menu__list__item {
  line-height: 1;
}
.c_menu.is-footer .c_menu__list__item:not(:last-child) {
  display: flex;
  gap: var(--gap);
  align-items: stretch;
  justify-content: flex-start;
}
.c_menu.is-footer .c_menu__list__item:not(:last-child)::after {
  display: block;
  width: 1px;
  content: "";
  background-color: currentColor;
}

.c_tag {
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--white);
  background-color: var(--black);
}
@media screen and (max-width: 1023px) {
  .c_tag {
    font-size: 10px;
  }
}
.c_tag.is-new {
  --tag-new-color: #a1a1a1;
  text-transform: uppercase;
  background-color: var(--tag-new-color);
}

.c_btn {
  --btn-base-color: var(--primary-color);
  position: relative;
  display: block;
  width: 100%;
  padding: 35px;
  font-size: 26px;
  font-weight: var(--fw-bold);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--btn-base-color);
  border: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .c_btn {
    padding: 28px;
    font-size: 20px;
    border-radius: 8px;
  }
}
.c_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100%;
  content: "";
  background: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/arrow.svg) center calc(50% - 5px)/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .c_btn::before {
    width: 53px;
    background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/arrow_sp.svg);
  }
}
.c_btn.is-arrowSmall {
  padding: 22px;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .c_btn.is-arrowSmall {
    font-size: 15px;
  }
}
.c_btn.is-arrowSmall::before {
  width: 70px;
  background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/arrow_04.svg);
}
@media screen and (max-width: 1023px) {
  .c_btn.is-arrowSmall::before {
    width: 53px;
    background-image: url(https://20772772.fs1.hubspotusercontent-na1.net/hubfs/20772772/raw_assets/public/tokyo-token/images/arrow_sp.svg);
  }
}

.c_pager__inner {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c_pager__inner li {
  font-family: var(--font-family-en);
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .c_pager__inner li {
    font-size: 15px;
  }
}
.c_pager__link {
  color: inherit;
  text-decoration: none;
}
.c_pager__link.is-active {
  text-decoration: underline;
}
.c_pager__link:hover {
  text-decoration: underline;
}
.c_pager__arw {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-start;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.c_pager__arw::before, .c_pager__arw::after {
  --size: 11px;
  --border-property: 1px solid var(--white);
  display: block;
  width: var(--size);
  height: var(--size);
  border-right: var(--border-property);
  border-bottom: var(--border-property);
}
.c_pager__arw.is-prev::before {
  content: "";
  transform: rotate(135deg);
}
.c_pager__arw.is-next::after {
  content: "";
  transform: rotate(-45deg);
}
.c_pager span.c_pager__arw {
  opacity: 0.3;
}

.c_blogAside__title {
  padding-bottom: 12px;
  margin: 0;
  font-family: var(--font-family-en);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  border-bottom: 1px solid var(--accent-color-opacity);
}
@media screen and (max-width: 1023px) {
  .c_blogAside__title {
    font-size: 16px;
  }
}
.c_blogAside__title:not(:first-child) {
  margin-top: 75px;
}
.c_blogAside__recent {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c_blogAside__tags {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c_blogAside__tags li {
    font-size: 16px;
  }
}
.c_blogAside__tags li:not(:first-child) {
  margin-top: 10px;
}
.c_blogAside__tags a {
  color: inherit;
  text-decoration: none;
}
.c_blogAside__tags a:hover {
  text-decoration: underline;
}

.c_blogAsideRecentItem {
  border-bottom: 1px solid #2946ac;
}
.c_blogAsideRecentItem a {
  display: block;
  padding-block: 25px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .c_blogAsideRecentItem a {
    padding-block: 15px;
  }
}
.c_blogAsideRecentItem__date, .c_blogAsideRecentItem__title {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c_blogAsideRecentItem__date, .c_blogAsideRecentItem__title {
    font-size: 12px;
  }
}
.c_blogAsideRecentItem__title {
  margin: 0;
}

.c_whiteBox {
  padding: 60px 45px;
  color: var(--black);
  background-color: var(--white);
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .c_whiteBox {
    padding: 20px 12px;
    border-radius: 8px;
  }
}
.c_whiteBox .c_richText {
  color: var(--black);
}