@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: min(10.2564102564px, 2.0512820513vw);
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body.-lock {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

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

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-feature-settings: "palt";
  margin: 0;
  outline: none;
  padding: 0;
}

nav li:before {
  content: "";
  display: none;
}

.l-footer {
  font-weight: 500;
  margin-top: -13.5rem;
  padding: 11rem 0 3.875rem;
  position: relative;
  z-index: 1;
}
.l-footer:before {
  position: absolute;
  inset: 0 0 auto;
  content: url(../img/main/footer/bg_explode_top.svg);
  font-size: 0;
  z-index: -1;
}
.l-footer:after {
  position: absolute;
  inset: 13.125rem 0 0;
  background-color: #00328c;
  content: "";
  z-index: -1;
}

.l-footer__txt {
  font-size: 1.5rem;
  line-height: 1.8333333333;
}
.l-footer__txt a {
  display: inline-block;
  text-decoration: underline;
}

.l-footer__btn {
  margin: 3.625rem auto 0;
  width: 38.75rem;
}

.l-footer__cr {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  margin-top: 3.625rem;
  text-align: center;
}

.l-main {
  background: url(../img/main/bg_check.png) left top/1.125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.9);
  margin-inline: auto;
  position: relative;
  width: 48.75rem;
  z-index: 0;
}
@media (min-width: 835px) {
  .l-main {
    margin-right: 0;
    clip-path: inset(0 0 100% -2.5rem);
    transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .-animationEnd .l-main {
    clip-path: inset(0 0 0 -2.5rem);
  }
}

.l-main__inner {
  clip-path: inset(0);
  overflow-x: hidden;
}

.l-sub {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.l-sub:before {
  position: absolute;
  inset: 0;
  background: url(../img/sub/bg_main.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 500px) {
  .l-sub {
    display: none;
  }
}
@media (min-width: 835px) {
  .l-sub:before {
    left: -48.75rem;
  }
  .l-sub:after {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    transition: opacity 0.5s;
  }
  body:not(.-scrolling) .l-sub:after {
    opacity: 0;
  }
}

.c-font-dela {
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (any-hover: hover) {
  .c-hover_op {
    transition: opacity 0.3s;
  }
  .c-hover_op:hover {
    opacity: 0.5;
  }
}

@media (any-hover: hover) {
  .c-hover_scale {
    transition: transform 0.3s;
  }
  .c-hover_scale:hover {
    transform: scale(0.95);
  }
}

.c-icons {
  position: absolute;
  inset: 0 0 auto;
  transition: translate 0.3s;
  z-index: -1;
}

.c-inner {
  padding-inline: 3.125rem;
}

.c-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  padding: 10rem 3.125rem;
  transition: opacity 0.6s;
  z-index: 9999;
}
.c-modal:not(.-active) {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 835px) {
  .c-modal {
    display: flex;
  }
}

.c-modal__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  aspect-ratio: 1;
  width: 5rem;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.125rem solid #fff;
  content: "";
  rotate: 45deg;
  translate: -50% -50%;
  width: 140%;
}
.c-modal__close:after {
  rotate: -45deg;
}

@media (min-width: 835px) {
  .c-modal__inner {
    margin: auto;
    max-width: 93.625rem;
  }
}

.js-scrollreveal.-zoomin {
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), scale 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-zoomin:not(.-reveal) {
  scale: 1.5;
}
.js-scrollreveal.-clip {
  clip-path: inset(0);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-fadein {
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), translate 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-fadein:not(.-reveal) {
  translate: 0 6.25rem;
}
.js-scrollreveal.-show {
  transition: opacity 1s, translate 0.3s;
}
.js-scrollreveal:not(.-reveal) {
  clip-path: inset(0 99.99% 0 0);
  opacity: 0;
  pointer-events: none;
}

.c-tape {
  aspect-ratio: 890/67;
  height: 4.1875rem;
  overflow-x: hidden;
  z-index: -2;
}
.c-tape:before {
  position: absolute;
  inset: 0 -100% 0 0;
  animation: 10s linear infinite moveTape;
  background-image: url(../img/common/logo_teams_wht.svg);
  content: "";
}
@keyframes moveTape {
  100% {
    translate: -50%;
  }
}
.c-tape.-grn:before {
  background-image: url(../img/common/logo_teams_blu.svg);
}
.c-tape.-sky {
  background-color: #00b9f5;
}
.c-tape.-red {
  background-color: #eb4b37;
}
.c-tape.-grn {
  background-color: #6af55d;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}