@charset "UTF-8";*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.u-mb-10 {
  margin-bottom: 2.5rem !important;
}
.u-mb-12 {
  margin-bottom: 3rem !important;
}
.u-mb-2 {
  margin-bottom: 0.5rem !important;
}
.u-mb-8 {
  margin-bottom: 2rem !important;
}
.u-mt-10 {
  margin-top: 2.5rem !important;
}
.u-w-\[14\.125rem\] {
  width: 14.125rem !important;
}
.u-w-\[15\.375rem\] {
  width: 15.375rem !important;
}
.u-pt-48 {
  padding-top: 12rem !important;
}
.u-text-center {
  text-align: center !important;
}
@media (max-width: 47.99em) {

  .sp\:u-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sp\:u-mb-4 {
    margin-bottom: 1rem !important;
  }

  .sp\:u-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sp\:u-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sp\:u-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sp\:u-mb-\[-0\.3rem\] {
    margin-bottom: -0.3rem !important;
  }

  .sp\:u-mt-16 {
    margin-top: 4rem !important;
  }

  .sp\:u-mt-2 {
    margin-top: 0.5rem !important;
  }

  .sp\:u-mt-8 {
    margin-top: 2rem !important;
  }

  .sp\:u-mt-\[-0\.3rem\] {
    margin-top: -0.3rem !important;
  }

  .sp\:u-hidden {
    display: none !important;
  }

  .sp\:u-w-\[31\.25rem\] {
    width: 31.25rem !important;
  }

  .sp\:u-max-w-none {
    max-width: none !important;
  }

  .sp\:u-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sp\:u-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sp\:u-pb-\[7\.5rem\] {
    padding-bottom: 7.5rem !important;
  }

  .sp\:u-pt-10 {
    padding-top: 2.5rem !important;
  }

  .sp\:u-pt-\[7\.7rem\] {
    padding-top: 7.7rem !important;
  }

  .sp\:u-text-\[0\.875rem\] {
    font-size: 0.875rem !important;
  }

  .sp\:u-text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .sp\:u-text-\[1\.375rem\] {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 48em) {

  .pc\:u-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .pc\:u-mb-12 {
    margin-bottom: 3rem !important;
  }

  .pc\:u-mb-16 {
    margin-bottom: 4rem !important;
  }

  .pc\:u-mb-20 {
    margin-bottom: 5rem !important;
  }

  .pc\:u-mb-4 {
    margin-bottom: 1rem !important;
  }

  .pc\:u-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .pc\:u-mb-8 {
    margin-bottom: 2rem !important;
  }

  .pc\:u-mb-\[7\.5rem\] {
    margin-bottom: 7.5rem !important;
  }

  .pc\:u-ml-\[-0\.5rem\] {
    margin-left: -0.5rem !important;
  }

  .pc\:u-mr-\[-1rem\] {
    margin-right: -1rem !important;
  }

  .pc\:u-mt-12 {
    margin-top: 3rem !important;
  }

  .pc\:u-mt-16 {
    margin-top: 4rem !important;
  }

  .pc\:u-mt-4 {
    margin-top: 1rem !important;
  }

  .pc\:u-hidden {
    display: none !important;
  }

  .pc\:u-max-w-\[45\.5rem\] {
    max-width: 45.5rem !important;
  }

  .pc\:u-pb-20 {
    padding-bottom: 5rem !important;
  }

  .pc\:u-pb-40 {
    padding-bottom: 10rem !important;
  }

  .pc\:u-pt-24 {
    padding-top: 6rem !important;
  }

  .pc\:u-text-center {
    text-align: center !important;
  }

  .pc\:u-text-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }

  .pc\:u-text-\[1\.375rem\] {
    font-size: 1.375rem !important;
  }

  .pc\:u-text-\[2rem\] {
    font-size: 2rem !important;
  }
}

/*! 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  color: var(--white);
  --white: #fff;
  --black: #000;
  --blue_01: #428eff;
  --blue_02: #005bbd;
  --blue_03: #051431;
  --gray: #969696;
  --gradation_bg: radial-gradient(
    circle at center,
    rgb(34 52 96) 0%,
    rgb(26 39 72) 25%,
    rgb(17 26 48) 50%,
    rgb(9 13 24) 75%,
    rgb(4 6 12) 87.5%,
    rgb(0 0 0) 100%
  );
  --gradation_blue-lightblue: linear-gradient(
    90deg,
    #4ca8ff 1.442%,
    #1f0052 100%
  );
  --gradation_box: linear-gradient(134.673deg, #333b7d 4.3002%, #235da3 95.7%);
  --gradation_white: linear-gradient(180deg, #389fff 0%, #fff 100%);
  --gradation_white_yoko: linear-gradient(
    90deg,
    rgb(121 131 204 / 0%) 0%,
    rgb(121 131 204 / 20%) 50%,
    rgb(121 131 204 / 0%) 100%
  );
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

.detailsList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.detailsList__item {
  display: grid;
  align-items: center;
  border-top: 1px solid var(--blue_01);
  border-bottom: 1px solid var(--blue_01);
}
.detailsList__item:not(:last-child) {
  border-bottom: none;
}
@media screen and (min-width: 48em), print {
  .detailsList__item {
    grid-template-columns: 17.5rem 1fr;
  }
}
.detailsList__item.detailsList__item--text {
  border-color: rgba(66, 142, 255, 0.5);
}
@media screen and (min-width: 48em), print {
  .detailsList__item.detailsList__item--imageText {
    align-items: flex-start;
    padding-block: 0.5rem;
  }
  .detailsList.detailsList--wide .detailsList__item {
    grid-template-columns: 15rem 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.detailsList__title {
  display: flex;
  background: var(--gradation_white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 48em), print {
  .detailsList__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList__title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 48em), print {
  .detailsList__title {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList__title {
    padding: 0.25rem 1rem 0 1rem;
  }
}
@media screen and (min-width: 48em), print {
  .detailsList.detailsList--wide .detailsList__title {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList.detailsList--wide .detailsList__title {
    padding: 1rem 0 0 0;
  }
}

.detailsList__content {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 48em), print {
  .detailsList__content {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList__content {
    padding: 0.25rem 1rem 0.75rem 1rem;
  }
}
.detailsList__item.detailsList__item--imageText .detailsList__content {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  padding-top: 0;
}
@media screen and (min-width: 48em), print {
  .detailsList.detailsList--wide .detailsList__content {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList.detailsList--wide .detailsList__content {
    padding: 0.25rem 0 1rem 0;
  }
  .detailsList__content.detailsList__content--spNarrow {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  .detailsList__content:has(.detailsList__images) {
    padding-bottom: 0.75rem;
  }
}

.detailsList__text {
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  .detailsList__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .detailsList__text {
    font-size: 0.9375rem;
  }
}

.detailsList__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.detailsList__icons {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.detailsList__images {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.detailsList__image {
  flex: 1;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 125px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (min-width: 48em), print {
  .header__inner {
    position: relative;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .header__inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 11.5rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(1.25rem);
    transition: transform 0.3s, visibility 0.3s;
  }
}
.header__inner[aria-hidden=false] {
  visibility: visible;
  transform: translateX(0);
}
.header__inner[aria-hidden=true] {
  visibility: hidden;
  transform: translateX(100%);
}

.header__logo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 48em), print {
  .header__logo {
    position: absolute;
    width: 11.0625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .header__logo {
    width: 5.6875rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 48em), print {
  .header__nav {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.25rem;
    padding-right: 0.575rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 47.99em) {
  .header__nav {
    padding-top: 2rem;
  }
}

.header__list {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .header__list {
    grid-template-columns: repeat(5, auto);
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
    align-items: center;
  }
}
@media screen and (max-width: 47.99em) {
  .header__list {
    row-gap: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.header__link {
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 1rem;
  color: var(--white);
  transition: text-shadow 0.3s;
}
@media (hover: hover) {
  .header__link:where(:-moz-any-link, :enabled, summary):hover {
    text-shadow: 0 0 0.5rem var(--white);
  }
  .header__link:where(:any-link, :enabled, summary):hover {
    text-shadow: 0 0 0.5rem var(--white);
  }
}

@media screen and (min-width: 48em), print {
  .header__button {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .header__button {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 1rem;
  }
}
.header__button span {
  display: block;
  width: 100%;
  height: 1px;
  border: 1px solid var(--white);
  border-radius: 9999px;
  transition: transform 0.3s;
}
.header__button span:first-of-type {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-0.45rem);
}
.header__button span:last-of-type {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(0.45rem);
}
.header__button[aria-expanded=true] span:first-of-type {
  top: 50%;
  transform: rotate(-30deg);
}
.header__button[aria-expanded=true] span:last-of-type {
  top: 50%;
  transform: rotate(30deg);
}

.footer {
  position: relative;
  z-index: 10;
  padding-inline: 1.25rem;
  background-color: var(--black);
}

.footer__download {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em), print {
  .footer__download {
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .footer__download {
    grid-template-columns: 6.85rem 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    justify-content: center;
    padding-top: 1rem;
  }
}

.footer__logo {
  margin-top: -5.5rem;
}

.footer__download__list {
  display: flex;
}
@media screen and (min-width: 48em), print {
  .footer__download__list {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .footer__download__list {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: flex-start;
  }
  .footer__download__item:first-of-type {
    display: none;
  }
}

.footer__download__link {
  display: block;
}
.footer__download__link img {
  width: auto;
}
@media screen and (min-width: 48em), print {
  .footer__download__link img {
    height: 3rem;
  }
}
@media screen and (max-width: 47.99em) {
  .footer__download__link img {
    height: 2rem;
  }
}

.footer__inner {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .footer__inner {
    grid-template-areas: "company nav" "company copyright";
    grid-template-columns: 32.5% 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    max-width: 65.625rem;
    padding-block: 2.25rem;
  }
}
@media screen and (max-width: 47.99em) {
  .footer__inner {
    grid-template-areas: "company" "nav" "copyright";
    row-gap: 2rem;
    margin-top: 1.5rem;
  }
}

.footer__company {
  display: flex;
  grid-area: company;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 47.99em) {
  .footer__company {
    justify-content: center;
  }
  .footer__company__item img {
    width: auto;
    height: 2.5rem;
  }
}

.footer__nav {
  grid-area: nav;
}

.footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media screen and (max-width: 47.99em) {
  .footer__nav__list {
    row-gap: 0.5rem;
    justify-content: center;
  }
}

.footer__nav__item {
  padding-right: 0.625rem;
  font-size: 0.625rem;
  border-right: 1px solid var(--white);
}

.footer__copyright {
  display: grid;
  grid-area: copyright;
  font-size: 0.625rem;
}
@media screen and (min-width: 48em), print {
  .footer__copyright {
    grid-template-columns: repeat(3, auto);
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 47.99em) {
  .footer__copyright {
    text-align: center;
  }
}

.guestList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 48em), print {
  .guestList {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .guestList {
    row-gap: 1rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.guestList__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.guestList__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em), print {
  .guestList__image {
    width: 12.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .guestList__image {
    width: 9.75rem;
  }
}

.guestList__name {
  margin: 0;
  color: var(--white);
}

.heading02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-align: center;
}
.heading02.heading02--imageText .heading02__image-wrap {
  display: block;
  width: min(100%, 26.25rem);
  margin-bottom: -0.5rem;
}
.heading02.heading02--imageText .heading02__image {
  display: block;
  width: auto;
}
@media screen and (min-width: 48em), print {
  .heading02.heading02--imageText .heading02__image {
    height: 9rem;
  }
}
@media screen and (max-width: 47.99em) {
  .heading02.heading02--imageText .heading02__image {
    height: 4.5rem;
  }
}

.heading02__text {
  display: block;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (min-width: 48em), print {
  .heading02__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .heading02__text {
    font-size: 1.625rem;
  }
}
.heading02.heading02--imageText .heading02__text {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 48em), print {
  .heading02.heading02--imageText .heading02__text {
    margin-top: -0.6rem;
  }
}

.heading03 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .heading03 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .heading03 {
    font-size: 1.375rem;
  }
}
.heading03 {
  font-feature-settings: "palt";
  text-align: center;
}
.heading03.heading03--with-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.heading03__text {
  display: inline-block;
}

.heading03__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.heading03__icon img {
  width: 2.3rem;
  height: 2.3rem;
}
.heading03__icon.heading03__icon--right {
  transform: scaleX(-1);
}

.heading04 {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 48em), print {
  .heading04 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 47.99em) {
  .heading04 {
    font-size: 1.1875rem;
  }
}
.heading04 {
  padding-bottom: 0.25rem;
  background: var(--gradation_white);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid var(--blue_01);
  -webkit-text-fill-color: transparent;
}

.heading05 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 48em), print {
  .heading05 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.99em) {
  .heading05 {
    font-size: 1.0625rem;
  }
}
.heading05 {
  font-feature-settings: "palt";
  text-align: center;
}

.section {
  position: relative;
  padding-block: 5rem 6.25rem;
}
.section.section--gradation {
  background: var(--gradation_box);
}
.section.section--navy {
  background-color: var(--blue_03);
}
.section.section--image {
  background: rgba(9, 52, 99, 0.8);
}
.section.section--darkImage {
  background: radial-gradient(51.92% 51.92% at 50% 50%, rgba(34, 52, 96, 0.64) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.section.section--lightImage {
  background: rgba(9, 52, 99, 0.5);
}
.section.section--navyPattern {
  background: url("../images/bg_pattern.png") var(--blue_03) 0% 0%/200px repeat;
}
@media screen and (max-width: 47.99em) {
  .section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.width {
  box-sizing: content-box;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .width {
    max-width: 60rem;
  }
}
@media screen and (max-width: 47.99em) {
  .width {
    max-width: 56rem;
  }
}

.text {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .text {
    font-size: 0.9375rem;
  }
}

.textSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.textSerif.textSerif--xs {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .textSerif.textSerif--xs {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.99em) {
  .textSerif.textSerif--xs {
    font-size: 0.875rem;
  }
}
.textSerif.textSerif--sm {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .textSerif.textSerif--sm {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 47.99em) {
  .textSerif.textSerif--sm {
    font-size: 1rem;
    font-weight: 600;
  }
}
.textSerif.textSerif--md {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .textSerif.textSerif--md {
    font-size: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .textSerif.textSerif--md {
    font-size: 1.375rem;
  }
}
.textSerif.textSerif--lg {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .textSerif.textSerif--lg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .textSerif.textSerif--lg {
    font-size: 1rem;
  }
}
.textSerif.textSerif--xxl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .textSerif.textSerif--xxl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 47.99em) {
  .textSerif.textSerif--xxl {
    font-size: 1.125rem;
  }
}

.list {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  .list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .list {
    font-size: 0.9375rem;
  }
}
.list {
  list-style: disc;
  list-style-position: inside;
}

.flowList {
  margin-bottom: 2rem;
}

.flowList__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: var(--white);
}
@media screen and (min-width: 48em), print {
  .flowList__item {
    grid-template-areas: "label box" "label text";
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-right: 1.5rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__item {
    grid-template-areas: "label box" "text text";
    row-gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.flowList__item::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline: auto;
  content: "";
  background-color: transparent;
  background-image: url("../images/icon_single-arrow.svg");
  background-size: cover;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 48em), print {
  .flowList__item::after {
    bottom: -0.25rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__item::after {
    bottom: -0.125rem;
  }
}
.flowList__item:last-of-type::after {
  display: none;
}

.flowList__label {
  position: relative;
  z-index: 0;
  display: flex;
  grid-area: label;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .flowList__label {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__label {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 48em), print {
  .flowList__label {
    width: 12.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__label {
    width: 8.25rem;
    height: 3.875rem;
  }
}
.flowList__item:first-of-type .flowList__label {
  background-image: url("../images/img_label_01.png");
}
.flowList__item:nth-of-type(2) .flowList__label {
  background-image: url("../images/img_label_02.png");
}
.flowList__item:nth-of-type(3) .flowList__label {
  background-image: url("../images/img_label_03.png");
}
.flowList__item:nth-of-type(4) .flowList__label {
  background-image: url("../images/img_label_04.png");
}
.flowList__item:last-of-type .flowList__label {
  background-image: url("../images/img_label_05.png");
}
.flowList__label::after {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: block;
  height: calc(100% + 1px);
  content: "";
  background-color: var(--white);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 48em), print {
  .flowList__label::after {
    top: 0;
    width: 3rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__label::after {
    top: 0;
    width: 2rem;
  }
}

.flowList__label__text {
  text-align: center;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 48em), print {
  .flowList__label__text {
    width: 10.75rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__label__text {
    width: 7rem;
  }
}

.flowList__label__number {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (min-width: 48em), print {
  .flowList__label__number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__label__number {
    font-size: 1.75rem;
  }
}

.flowList__title {
  color: var(--black);
}

.flowList__date {
  color: var(--gray);
}
@media screen and (max-width: 47.99em) {
  .flowList__date {
    font-size: 0.8125rem;
  }
}

.flowList__text {
  grid-area: text;
  color: var(--black);
}
@media screen and (min-width: 48em), print {
  .flowList__text {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__text {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}

.flowList__box {
  display: grid;
  grid-area: box;
  align-items: center;
}
@media screen and (min-width: 48em), print {
  .flowList__box {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .flowList__box {
    row-gap: 0rem;
    padding-top: 0.75rem;
  }
}

.pickup {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .pickup.pickup--column {
    grid-template-areas: "icon" "title" "text";
    grid-template-columns: none;
    row-gap: 1rem;
  }
  .pickup {
    grid-template-areas: "icon title" "icon text";
    grid-template-columns: 8.125rem 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickup {
    grid-template-areas: "icon title" "text text";
    grid-template-columns: 3.5625rem 1fr;
    row-gap: 1rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    align-items: flex-start;
  }
}

.pickup__title {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .pickup__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickup__title {
    font-size: 1.375rem;
  }
}
.pickup__title {
  grid-area: title;
}
@media screen and (min-width: 48em), print {
  .pickup:not(.pickup--column) .pickup__title {
    padding-top: 2rem;
  }
  .pickup.pickup--column .pickup__title {
    padding-top: 0.5rem;
  }
}

.pickup__title__text {
  display: inline-block;
  padding-inline: 0.5rem;
  background: var(--gradation_blue-lightblue);
}
.pickup__title__text:nth-child(n+2) {
  margin-top: 0.5rem;
}

.pickup__text {
  grid-area: text;
}
@media screen and (min-width: 48em), print {
  .pickup:not(.pickup.pickup--column) .pickup__text {
    margin-top: -3.7rem;
  }
  .pickup.pickup--column .pickup__text {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickup__text + .pickup__title__spText {
    display: none;
  }
}

.pickupColumn {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .pickupColumn {
    grid-template-areas: "media content";
    grid-template-columns: minmax(0, 1fr) 17.5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 47.99em) {
  .pickupColumn {
    grid-template-areas: "content" "media";
    row-gap: 1rem;
  }
}
@media screen and (min-width: 48em), print {
  .pickupColumn.pickupColumn--reverse {
    grid-template-areas: "content media";
    grid-template-columns: 17.5rem minmax(0, 1fr);
  }
  .pickupColumn + .pickupColumn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickupColumn + .pickupColumn {
    margin-top: 4rem;
  }
}

.pickupColumn__media {
  display: grid;
  grid-area: media;
}
.pickupColumn__media img {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .pickupColumn__media {
    row-gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickupColumn__media {
    row-gap: 1.5rem;
  }
}

.pickupColumn__content {
  grid-area: content;
  width: 100%;
}

.pickupColumn__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickupColumn__text {
  display: flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 0.8125rem;
}
@media screen and (min-width: 48em), print {
  .pickupColumn__text {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .pickupColumn__text {
    margin-bottom: 0.5rem;
  }
}
.pickupColumn__text::before {
  display: block;
  width: 0.625rem;
  height: 1rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="17" viewBox="0 0 11 17" fill="none"><path d="M0.425782 0.264999L10.4258 16.265" stroke="white"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="17" viewBox="0 0 11 17" fill="none"><path d="M0.425782 0.264999L10.4258 16.265" stroke="white"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.pickupColumn__text::after {
  display: block;
  width: 0.625rem;
  height: 1rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="17" viewBox="0 0 11 17" fill="none"><path d="M10.4258 0.264999L0.425781 16.265" stroke="white"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="17" viewBox="0 0 11 17" fill="none"><path d="M10.4258 0.264999L0.425781 16.265" stroke="white"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.pickupColumn__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.pickupColumn__buttons:has(li:only-child) {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48em), print {
  .boss + .boss {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss + .boss {
    margin-top: 1rem;
  }
}

.boss__inner {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .boss__inner {
    grid-template-areas: "image body";
    grid-template-columns: 44.8% 1fr;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__inner {
    grid-template-areas: "image" "body";
  }
}
@media screen and (min-width: 48em), print {
  .boss__inner.boss__inner--reverse {
    grid-template-areas: "body image";
    grid-template-columns: 1fr 44.8%;
  }
}

.boss__body {
  grid-area: body;
}
@media screen and (min-width: 48em), print {
  .boss__body {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__body {
    padding-top: 0.75rem;
  }
}

.boss__image {
  position: relative;
  z-index: 0;
  grid-area: image;
}

.boss__image__thumbnail {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  margin-inline: auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .boss__image__thumbnail {
    width: 76%;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__image__thumbnail {
    width: 14.625rem;
    height: 18.75rem;
  }
}
.boss__image__thumbnail img {
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .boss__image.boss__image--large .boss__image__thumbnail {
    bottom: -2%;
    left: 42%;
    width: 114%;
    height: 100%;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__image.boss__image--large .boss__image__thumbnail {
    bottom: -3.4%;
    left: 46.4%;
    width: 20.9375rem;
    height: 18.75rem;
  }
}
.boss__image.boss__image--large .boss__image__thumbnail img {
  width: 100%;
}

.boss__image__name {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  .boss__image__name {
    display: none;
  }
}

.boss__image__background {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 47.99em) {
  .boss__image__background {
    max-width: 20.8rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 48em), print {
  .boss__image.boss__image--large .boss__image__background {
    top: 2%;
    left: -10.8%;
  }
}

.boss__index {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .boss__index {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__index {
    font-size: 1rem;
    font-weight: 600;
  }
}
.boss__index {
  color: var(--blue_01);
  text-shadow: 0 0 1rem rgba(66, 142, 255, 0.5);
}
@media screen and (min-width: 48em), print {
  .boss__index {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 47.99em) {
  .boss__index {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: center;
  }
  .boss__index::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--white);
  }
}

.boss__nameText {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .boss__nameText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__nameText {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 48em), print {
  .boss__nameText {
    padding-top: 0.7rem;
  }
}

.boss__details dt {
  display: grid;
  text-align: right;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .boss__details dt {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details dt {
    font-size: 1rem;
    font-weight: 600;
  }
}
.boss__details dt {
  text-shadow: 0 0 1rem #389fff;
}
@media screen and (min-width: 48em), print {
  .boss__details dt {
    grid-template-columns: 6.4375rem auto;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details dt {
    grid-template-columns: 5rem auto;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
}
.boss__details dt::after {
  display: block;
  width: 2.625rem;
  content: "";
  background-image: url("../images/icon_blue-triple-arrow.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  .boss__details dt::after {
    height: 2.625rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details dt::after {
    height: 1.875rem;
  }
}
.boss__details dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .boss__details dd {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details dd {
    font-size: 1.125rem;
  }
}

.boss__details__inner {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .boss__details__inner {
    grid-template-columns: 9.5625rem 1fr;
    row-gap: 0.75rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details__inner {
    grid-template-columns: 7.875rem 1fr;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
}

.boss__text {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 48em), print {
  .boss__text {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__text {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 48em), print {
  .boss__text {
    font-size: 1.375rem;
  }
}

.boss__details__small {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 48em), print {
  .boss__details__small {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__details__small {
    font-size: 0.875rem;
  }
}

.boss__name {
  position: relative;
  z-index: 1;
  margin-top: -5.1rem;
}
@media screen and (min-width: 48em) and (max-width: 59.99em) {
  .boss__name {
    margin-top: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .boss__name {
    display: none;
  }
}
.boss__name img {
  margin-left: auto;
}
.boss__name.boss__name--reverse img {
  margin-right: auto;
  margin-left: 0;
}

.eventText {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding-block: 1.25rem;
  background: linear-gradient(90deg, rgba(5, 20, 49, 0) 0%, rgba(5, 20, 49, 0.4) 16%, rgba(5, 20, 49, 0.4) 84%, rgba(5, 20, 49, 0) 100%);
  background-blend-mode: overlay;
}
@media screen and (max-width: 47.99em) {
  .eventText {
    padding-inline: 1.25rem;
  }
}

.eventText__icon {
  width: 2.625rem;
}

.eventText__link span {
  text-decoration: underline;
  transition: text-shadow 0.3s, -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s, text-shadow 0.3s;
  transition: text-decoration 0.3s, text-shadow 0.3s, -webkit-text-decoration 0.3s;
}
.eventText__link::after {
  display: inline-block;
  content: "↓";
  transform: translateY(0);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .eventText__link:where(:-moz-any-link, :enabled, summary):hover span {
    text-decoration: none;
    text-shadow: 0 0 0.5rem var(--white);
  }
  .eventText__link:where(:any-link, :enabled, summary):hover span {
    text-decoration: none;
    text-shadow: 0 0 0.5rem var(--white);
  }
  .eventText__link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateY(0.25rem);
  }
  .eventText__link:where(:any-link, :enabled, summary):hover::after {
    transform: translateY(0.25rem);
  }
}

.bossText {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(90deg, rgba(5, 20, 49, 0) 0%, rgba(5, 20, 49, 0.64) 16%, rgba(5, 20, 49, 0.64) 84%, rgba(5, 20, 49, 0) 100%);
  background-blend-mode: overlay;
}
@media screen and (min-width: 48em), print {
  .bossText {
    height: 7.5rem;
  }
}
@media screen and (max-width: 47.99em) {
  .bossText {
    flex-direction: column;
    row-gap: 0.75rem;
    align-items: center;
    padding-top: 1.5rem;
  }
}

.bossText__text {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .bossText__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.99em) {
  .bossText__text {
    font-size: 1rem;
  }
}
.bossText__text {
  text-align: center;
}

.bossText__image {
  position: relative;
  width: 17.375rem;
  min-height: 10.5rem;
}

.bossText__image__image {
  position: absolute;
  bottom: 0;
}
.bossText__image__image.bossText__image__image--01 {
  left: 0;
}
.bossText__image__image.bossText__image__image--02 {
  left: 4.6rem;
}
.bossText__image__image.bossText__image__image--03 {
  left: 9.2rem;
}

.button {
  display: grid;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--white);
  border-radius: 9999px;
  transition: color 0.3s, background-color 0.3s;
}
.button:has(.button__text) {
  grid-template-columns: auto 1fr;
}
.button svg path {
  fill: var(--white);
  transition: fill 0.3s;
}
@media (hover: hover) {
  .button:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--black);
    background-color: var(--white);
  }
  .button:where(:any-link, :enabled, summary):hover {
    color: var(--black);
    background-color: var(--white);
  }
  .button:where(:-moz-any-link, :enabled, summary):hover svg path {
    fill: var(--black);
  }
  .button:where(:any-link, :enabled, summary):hover svg path {
    fill: var(--black);
  }
}

.button__text {
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  [data-scroll-fade] {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
  }
  [data-scroll-fade][data-scroll-fade=show] {
    animation: fade-in 0.5s both;
  }
  [data-scroll-image] {
    opacity: 0;
  }
  [data-scroll-image][data-scroll-image=show] {
    animation: image-fade-in 0.5s 0.4s both;
  }
}

@keyframes image-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
[data-scroll-text] {
  position: relative;
  clip-path: inset(0 100% 0 0);
}
[data-scroll-text]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--blue_02);
}
[data-scroll-text][data-scroll-text=show] {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
[data-scroll-text][data-scroll-text=show]::after {
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.8s 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}

.scrollDown {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  overflow: hidden;
  transform: translateX(-50%);
}
.scrollDown::after {
  position: relative;
  display: block;
  height: 0;
  content: "";
  background-color: var(--white);
  animation: scrollDown 2s infinite both;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 48em), print {
  .scrollDown {
    bottom: -9rem;
    height: 4rem;
  }
}
@media screen and (max-width: 47.99em) {
  .scrollDown {
    bottom: -5.7rem;
    height: 2.5rem;
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
[data-scroll-hint] {
  overflow-x: auto;
}

.concept {
  position: relative;
  background-color: var(--black);
}
@media screen and (min-width: 48em), print {
  .concept {
    padding-bottom: 3rem;
  }
}
.concept::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 9rem;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transform: translateY(100%);
}
@media screen and (min-width: 48em), print {
  .concept {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 47.99em) {
  .concept {
    padding-top: 2rem;
  }
}

.concept__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 47.99em) {
  .concept__text {
    flex-direction: column;
    margin-top: 0.5rem;
  }
}

.event {
  position: relative;
}
.event::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
}

.mv {
  position: relative;
}

.mv__image {
  display: block;
  width: 100%;
}

.mv__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@media screen and (min-width: 48em), print {
  .mv__logo {
    width: 39%;
    max-width: 35.375rem;
  }
}
@media screen and (max-width: 47.99em) {
  .mv__logo {
    width: 19.4375rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 1.875rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}