/* @Reference site */
/* @MEMO */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
  BASE
========================================================================== */
html,
body {
  height: 100%;
  min-width: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.-lock {
  overflow: hidden;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  outline: none;
  padding: 0;
}

picture {
  display: block;
}

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

a {
  cursor: pointer;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  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;
}

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

/* ==========================================================================
  BASE
========================================================================== */
/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  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;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  font-family: "YakuHanJP", "noto-sans-jp", sans-serif;
  outline: none;
  padding: 0;
}

.c-hover_op {
  transition: opacity 0.3s;
}

.c-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  overflow-y: auto;
  transition: opacity 0.3s;
  z-index: 9999;
}
.c-modal:not(.-active) {
  opacity: 0;
  pointer-events: none;
}

.c-modal__inner {
  width: 100%;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.c-modal__close {
  aspect-ratio: 1;
  width: 30px;
  background-color: white;
  border-radius: 50%;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #252860;
  content: "";
  height: 2.5px;
  rotate: 45deg;
  translate: -50% -50%;
  width: 60%;
}
.c-modal__close:after {
  rotate: -45deg;
}

.c-modal__close__positionA {
  position: absolute;
  inset: -10px -55px auto auto;
}

.c-modal__close__positionB {
  position: absolute;
  inset: 0px -55px auto auto;
}

.c-modal__testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #252860;
  margin: auto;
  background-color: white;
  border: 7px solid #252860;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 792px;
  width: 90%;
}

.c-modal__testimonial__top {
  grid-column: 1/3;
  display: flex;
  padding: 10px 16px 14px;
  border-left: solid 12px #3f7adb;
  border-bottom: solid 1px rgba(37, 40, 96, 0.5);
}
.c-modal__testimonial__top.true {
  background-color: #cce5fa;
}

.c-modal__testimonial__txts {
  height: auto;
}
.c-modal__testimonial__txts h2 {
  font-size: 1.375rem;
  font-weight: bold;
}
.c-modal__testimonial__txts p {
  font-size: 1rem;
  font-weight: 500;
}

.c-modal__testimonial__bottom {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  height: auto;
  max-height: 70vh;
  overflow-y: scroll;
  padding: 25px;
}

.c-modal__testimonial__img {
  grid-column: 1/2;
  grid-row: 1/4;
  width: 138px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 25px;
  background-color: #c1dbe3;
}

.c-modal__testimonial__header {
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1140 - 375), 20px);
  grid-column: 2/3;
  grid-row: 1/2;
  margin: -0.35em 0 0.5em;
  position: relative;
}
.c-modal__testimonial__header img {
  display: none;
}
.c-modal__testimonial__header h2 {
  font-weight: bold;
  line-height: 1.5;
}
.c-modal__testimonial__header.true img {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
  width: 72px;
}
.c-modal__testimonial__header.true h2 {
  text-indent: 80px;
}

.c-modal__testimonial__txt {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1140 - 375), 16px);
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 2/3;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 10px;
}

.c-modal__testimonial__logo {
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-column: 2/3;
  grid-row: 3/4;
}
.c-modal__testimonial__logo img {
  height: 30px;
  margin-bottom: -8px;
}

.c-modal__event {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  color: #252860;
  height: 85%;
  position: relative;
  margin: auto;
  max-height: 840px;
  max-width: 928px;
  width: 90%;
}
.c-modal__event::after {
  position: absolute;
  inset: 0;
  background-color: white;
  border-radius: 0 0 5px 5px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #000 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.c-modal__event__wrapper {
  padding: 55px 70px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.c-modal__event__head {
  color: white;
  background-color: #4b0239;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.c-modal__event__head p {
  font-size: 16px;
  margin-bottom: 2px;
}
.c-modal__event__head h2 {
  font-size: 20px;
  font-weight: bold;
}

.c-modal__event__txt {
  font-size: 1rem;
  color: #3c3c3c;
  font-weight: 500;
}
.c-modal__event__txt a {
  background-color: #b4005e;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 0.85em 1.6em 1em;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-modal__event__txt a:after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  aspect-ratio: 1;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  rotate: 45deg;
  translate: 0 -50%;
  width: 0.8em;
}

.c-visible_nrw {
  display: block;
}
.c-visible_nrw.-inline {
  display: inline;
}

.footer {
  font-size: 0.625rem;
  background-color: #fff;
  color: #888;
  padding: 20px 40px 80px;
  position: relative;
  text-align: center;
}
.footer a {
  display: inline-block;
}

.footer__note {
  line-height: 1.5;
}
.footer__note a {
  text-decoration: underline;
}
.footer__note + .footer__note {
  margin-top: 10px;
}
.footer__note.-gray {
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-top: 24px;
  padding: 13px 15px 17px;
}

.footer__lower {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  line-height: 2;
  margin-top: 70px;
}

.footer__lower__logo {
  width: 112px;
}
.footer__lower__logo a {
  display: block;
}

.footer__lower__link {
  margin-top: 6px;
}

.footer__lower__cr {
  margin: 6px 0 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 60px;
  padding: 17px 32px;
  background-color: rgb(255, 255, 255);
  color: #252860;
  z-index: 5000;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__logo {
  height: 30px;
}

.header__nav {
  display: flex;
  flex-wrap: wrap;
  margin-block: auto;
  font-size: 16px;
}
.header__nav li {
  position: relative;
}
.header__nav li a {
  padding-inline: 17px;
  font-weight: bold;
}
.header__nav li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
}

.header__hamburger__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  flex-direction: column;
  background: white;
  padding: 40px 16px 16px;
  display: flex;
  z-index: -1;
}
.header__hamburger__nav li {
  position: relative;
  margin-block: 12px;
}
.header__hamburger__nav li a {
  padding-inline: 17px;
  font-weight: bold;
}
.header__hamburger__nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
}

.header__hamburger {
  display: none;
}

.js-down__animation {
  transform: translateY(-100%);
}

.js-mask__animation {
  clip-path: polygon(0% 0%, 0 0%, 0% 100%, 0% 100%);
}

.js-appear__animation {
  opacity: 0;
}

#brand {
  overflow-x: hidden;
  margin-top: 275px;
  padding-bottom: clamp(60px, 60px + (171 - 60) * (100vw - 375px) / (1140 - 375), 171px);
  color: #252860;
  background-color: white;
}

.brand__inner {
  margin-inline: auto;
  max-width: 1120px;
  position: relative;
  z-index: 10;
}

.brand__enttl {
  width: auto;
  height: clamp(34px, 34px + (68 - 34) * (100vw - 375px) / (1140 - 375), 68px);
  margin-inline: auto;
  transform: translateY(-1px);
}

.brand__separator {
  width: clamp(24px, 24px + (41 - 24) * (100vw - 375px) / (1140 - 375), 41px);
  margin-block: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1140 - 375), 30px);
  height: auto;
  margin-inline: auto;
}

.brand__ttl {
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 375px) / (1140 - 375), 36px);
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1140 - 375), 14px);
  line-height: 1;
}

.brand__caption {
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1140 - 375), 21px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: clamp(33px, 33px + (82 - 33) * (100vw - 375px) / (1140 - 375), 82px);
}

.brand__sec {
  padding-block: clamp(14px, 14px + (47 - 14) * (100vw - 375px) / (1140 - 375), 47px);
  border-top: 1px solid rgba(37, 40, 96, 0.5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.brand__sec:last-child {
  border-bottom: 1px solid rgba(37, 40, 96, 0.5);
}

.brand__ph {
  width: clamp(265px, 265px + (485 - 265) * (100vw - 375px) / (1140 - 375), 485px);
  height: clamp(151px, 151px + (331 - 151) * (100vw - 375px) / (1140 - 375), 331px);
  background-color: #c1dbe3;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__data {
  max-width: 595px;
  width: auto;
  display: flex;
  flex-direction: column;
}

.brand__data__ttl {
  display: flex;
  margin: 0 auto 18px;
}
.brand__data__ttl h3 {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1140 - 375), 24px);
  color: #3f7adb;
  font-weight: bold;
  margin-block: auto;
}

.brand__data__ttl__grade {
  width: 128px;
  height: 57px;
  margin-block: auto;
  margin-right: 20px;
  display: flex;
  background-color: #c1dbe3;
}
.brand__data__ttl__grade p {
  margin: auto;
  font-size: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / (1140 - 375), 15px);
  line-height: 1.3;
  font-weight: bold;
}

.brand__data__logo {
  margin: 0 auto 16px;
  position: relative;
}
.brand__data__logo:after {
  position: absolute;
  top: 5%;
  right: 37%;
  font-size: 0.625rem;
  content: attr(data-ruby);
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  translate: 50%;
}
.brand__data__logo:has([src*=logo_route]):after {
  right: 35%;
  top: 15%;
}

.brand__data__description {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1140 - 375), 16px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}

.brand__data__row {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.brand__data__btn {
  position: relative;
  display: flex;
  max-width: 298px;
  width: 100%;
  height: 57px;
  margin: auto 0 0 auto;
  background-color: #252860;
  font-weight: bold;
}
.brand__data__btn p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1140 - 375), 16px);
  color: white;
  margin: auto;
  display: inline-block;
}
.brand__data__btn img {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 20px;
  width: 9px;
}
.brand__data__row .brand__data__btn {
  margin: 0 15px;
  max-width: 248px;
}

.event {
  background-color: #4b0239;
  bottom: 0;
  overflow-x: hidden;
  padding-inline: 8px;
  position: sticky;
  width: 100%;
  z-index: 20;
  transform: translate(0, 100%);
}
.event::after {
  position: absolute;
  inset: 0;
  background-color: #4b0239;
  content: "";
  -webkit-mask-image: linear-gradient(to right, transparent calc(100% - 256px), #000 100%);
          mask-image: linear-gradient(to right, transparent calc(100% - 256px), #000 100%);
  pointer-events: none;
  z-index: 1;
}

.event__wrapper {
  align-items: center;
  display: flex;
  height: 132px;
}

.event__slide {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 116px;
  width: 390px;
}

.event__th {
  flex-shrink: 0;
  width: 124px;
}
.event__th img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.event__cont {
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: bold;
  justify-content: space-between;
}

.event__cont__top {
  line-height: 1.5333333333;
  padding: 0.5em 1em 0;
}

.event__head,
.event__ttl,
.event__bottom {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.event__head {
  color: #b4005e;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.event__bottom {
  background-color: #b4005e;
  color: #fff;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  padding: 0.15em 1.4em 0.35em 1em;
  position: relative;
}
.event__bottom:after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  aspect-ratio: 1;
  border-right: 0.1em solid #fff;
  border-top: 0.1em solid #fff;
  content: "";
  rotate: 45deg;
  translate: 0 -50%;
  width: 0.6em;
}

.event__nav button {
  position: absolute;
  top: 50%;
  right: 36px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  translate: 0 -50%;
  width: 48px;
  z-index: 2;
}
.event__nav button:before {
  position: absolute;
  inset: 0;
  aspect-ratio: 1;
  border-right: 2px solid #252860;
  border-top: 2px solid #252860;
  content: "";
  margin: auto;
  rotate: 45deg;
  translate: -25%;
  width: 25%;
}
.event__nav button:first-child {
  right: 94px;
  scale: -1;
}
.event__nav button.-disabled {
  opacity: 0;
  pointer-events: none;
}

#learning {
  margin-top: 275px;
  overflow-x: hidden;
  padding-bottom: clamp(60px, 60px + (180 - 60) * (100vw - 375px) / (1140 - 375), 180px);
  color: #252860;
  background-color: white;
}

.learning__inner {
  margin-inline: auto;
  max-width: 1120px;
  position: relative;
  z-index: 10;
}

.learning__enttl {
  width: auto;
  height: clamp(34px, 34px + (54 - 34) * (100vw - 375px) / (1140 - 375), 54px);
  margin-inline: auto;
  transform: translateY(-1px);
}

.learning__separator {
  width: clamp(24px, 24px + (41 - 24) * (100vw - 375px) / (1140 - 375), 41px);
  margin-block: clamp(10px, 10px + (30 - 10) * (100vw - 375px) / (1140 - 375), 30px);
  height: auto;
  margin-inline: auto;
}

.learning__ttl {
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 375px) / (1140 - 375), 36px);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  margin-bottom: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1140 - 375), 14px);
  text-align: center;
}

.learning__caption {
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1140 - 375), 21px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.learning__graph {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.learning__graph__main {
  position: relative;
  margin-inline: auto;
  width: 100%;
}

.learning__graph__main__sp {
  display: none;
  position: relative;
  margin-inline: auto;
  width: 100%;
  margin-top: 40px;
  transform: scale(1.05);
}

.learning__graph__main__lupe {
  position: absolute;
  right: 10px;
  top: -15px;
  width: 30px;
}

.learning__graph__main__base {
  position: relative;
}

.learning__graph__main__items {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.learning__graph__main__blend {
  mix-blend-mode: multiply;
}

.learning__graph__arrow {
  width: 30px;
  margin-inline: auto;
  margin-block: -40px 30px;
}

.learning__sec__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  margin-bottom: 47px;
}

.learning__sec {
  border-left: 1px solid rgba(37, 40, 96, 0.5);
  padding-inline: 40px;
}
.learning__sec:last-child {
  border-right: 1px solid rgba(37, 40, 96, 0.5);
}

.learning__sec__subttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.learning__sec__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}

.learning__sec__ph {
  margin-bottom: 18px;
}

.learning__sec__description {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4705882353;
  margin-bottom: 8px;
}
.learning__sec__description .strong {
  font-weight: 900;
}

.learning__sec__note {
  font-size: 0.6875rem;
  color: #9293b0;
  font-weight: 500;
  line-height: 1.5454545455;
}

#mission {
  overflow-x: hidden;
  padding-bottom: 180px;
  background-color: white;
  color: #252860;
}

.mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 1120px;
  position: relative;
  z-index: 10;
}

.mission__enttl {
  grid-column: 1/3;
  width: auto;
  height: 54px;
  margin-inline: auto;
  transform: translateY(-1px);
}

.mission__separator {
  grid-column: 1/3;
  width: 41px;
  margin-block: 30px 50px;
  height: auto;
  margin-inline: auto;
}

.mission__ttl {
  grid-column: 1/3;
  font-size: clamp(36px, 36px + (62 - 36) * (100vw - 375px) / (1140 - 375), 62px);
  text-align: center;
  margin-bottom: 30px;
  transform: scale(0.93, 1);
  font-weight: 500;
}

.mission__ph {
  grid-column: 1/2;
  background-color: #c1dbe3;
  width: 100%;
  max-width: 425px;
  height: auto;
  margin: 0 40px 0 auto;
  position: relative;
}
.mission__ph span {
  position: absolute;
  inset: 0 50%;
  width: 100%;
}

.mission__txt {
  font-size: clamp(12px, 12px + (23 - 12) * (100vw - 375px) / (1140 - 375), 23px);
  font-weight: 500;
  grid-column: 2/3;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin: 0 auto 0 20px;
}

.mv {
  height: 100vh;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}

.mv__background {
  position: fixed;
  inset: 0;
  background-color: #000;
  overflow: hidden;
  pointer-events: none;
  z-index: -2;
}
.mv__background video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  width: 100%;
}
.mv__background:after {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  --dot-color:#000000;
  background-image: radial-gradient(var(--dot-color) calc(var(--dot-size) / 2), transparent 0);
  background-size: var(--dot-gap) var(--dot-gap);
  content: "";
  opacity: 0.2;
}

.mv__video--pc {
  display: block;
}

.mv__video--sp {
  display: none;
}

.mv__opening__shutter {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}

.mv__interface {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.mv__logo {
  position: fixed;
  top: 100px;
  left: 50px;
  transform-origin: top left;
  z-index: 20;
  opacity: 0;
}

.mv__tagline {
  position: fixed;
  transform: translate(-50%, -30%);
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 300px;
  height: 65vh;
}

.mv__tagline__base {
  position: relative;
  width: 100%;
}

.mv__tagline__items {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.mv__tagline__items__sp {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.mv__tagline__line {
  left: 0;
  top: 5%;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  opacity: 0;
}

.mv__scroll {
  clip-path: inset(0);
  height: 100%;
}

.mv__scroll__col {
  position: fixed;
  top: 300px;
  left: 50px;
  height: calc(100% - 300px);
  overflow: hidden;
}

.mv__scroll__txt {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: serif;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
.mv__scroll__txt dt {
  padding-top: 1.6666666667em;
}

.mv__brands__wrapper {
  position: fixed;
  bottom: 40px;
  right: 50px;
  opacity: 0;
}

.mv__brands {
  width: 184px;
}

.js-lottie {
  position: absolute;
  transform: translate(-50%, 0%);
  width: 150%;
  bottom: 35%;
  opacity: 0;
}

#results {
  overflow-x: hidden;
  margin-top: 275px;
  color: #252860;
  background-color: white;
  padding-bottom: 175px;
}

.results__inner {
  width: 100%;
  position: relative;
  z-index: 10;
}

.results__enttl {
  width: auto;
  height: clamp(34px, 34px + (68 - 34) * (100vw - 375px) / (1140 - 375), 68px);
  margin-inline: auto;
  transform: translateY(-1px);
  max-width: 1120px;
}

.results__separator {
  width: clamp(24px, 24px + (41 - 24) * (100vw - 375px) / (1140 - 375), 41px);
  margin-block: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1140 - 375), 30px);
  height: auto;
  margin-inline: auto;
  max-width: 1120px;
}

.results__ttl {
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 375px) / (1140 - 375), 36px);
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1140 - 375), 14px);
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  max-width: 1120px;
}

.results__caption {
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1140 - 375), 21px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: clamp(30px, 30px + (92 - 30) * (100vw - 375px) / (1140 - 375), 92px);
  margin-inline: auto;
  max-width: 1120px;
}

.results__sec {
  margin-bottom: 128px;
}
.results__sec:last-child {
  margin-bottom: 0;
}

.results__sec__top {
  grid-template-columns: auto auto;
  margin-inline: auto;
  margin-bottom: 70px;
  max-width: 1120px;
}

.results__subttl {
  padding: 5px;
  font-size: clamp(25px, 25px + (30 - 25) * (100vw - 375px) / (1140 - 375), 30px);
  background-color: #252860;
  color: white;
  font-weight: bold;
  text-align: center;
}

.results__data {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  padding-top: 30px;
}

.results__data__description {
  grid-column: 1/2;
  padding-right: 33px;
  padding-bottom: 18px;
  border-right: 1px solid rgba(37, 40, 96, 0.5);
}

.results__data__ph {
  width: 400px;
  height: 220px;
  margin-bottom: 12px;
  background-color: #c1dbe3;
  -o-object-fit: cover;
     object-fit: cover;
}

.results__data__txt {
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1140 - 375), 21px);
  font-weight: bold;
  color: #3f7adb;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.results__data__note-head {
  font-size: clamp(12px, 12px + (17 - 12) * (100vw - 375px) / (1140 - 375), 17px);
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 4px;
  font-size: 1rem;
}

.results__data__note {
  color: #9293b0;
  text-align: justify;
}

.results__data__table {
  grid-column: 2/3;
  padding-left: 30px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.results__data__table table {
  margin-top: 25px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.results__data__table tr {
  font-weight: bold;
}
.results__data__table tr th {
  border-bottom: solid 1px rgba(37, 40, 96, 0.5);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.5em;
  white-space: nowrap;
}
.results__data__table tr:has(td:nth-child(3)) td:nth-child(2) {
  font-weight: 500;
}
.results__data__table td {
  border-bottom: solid 1px rgba(37, 40, 96, 0.5);
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.2em 0;
  width: auto;
}
.results__data__table td:last-child {
  width: 8%;
}
.results__data__table td:first-child,
.results__data__table th:first-child {
  text-align: start;
}
.results__data__table span {
  position: relative;
  font-size: 0.7em;
  letter-spacing: 0;
  background-color: #252860;
  color: white;
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  padding: 0.3em 0.5em 0.5em 1em;
  font-weight: bold;
  align-items: center;
  clip-path: polygon(0% 50%, 0.6em 0%, 100% 0%, 100% 100%, 0.6em 100%);
  transform: translateY(-0.2em);
}
.results__data__table.-row {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.results__data__table__btn {
  font-size: 0.875rem;
  font-weight: bold;
  border: solid 1.5px rgba(37, 40, 96, 0.5);
  border-radius: 50vw;
  display: inline-block;
  padding: 5px;
  margin: 12px 0 0 auto;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.results__data__table__btn p {
  margin-inline: 26px 20px;
}
.results__data__table__btn img {
  width: 21px;
  height: 21px;
}
.results__data__table__cont .results__data__table__btn {
  margin-top: 20px;
}

.results__data__table__row {
  font-size: 1.125rem;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.4444444444;
  margin-top: -0.3em;
}

.results__data__table__num {
  font-size: 1.625rem;
  align-items: flex-end;
  border-bottom: 0.08em solid #252860;
  display: flex;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.25em;
  padding-bottom: 0.25em;
}
.results__data__table__num strong {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0.08em -0.08em;
}

.results__data__table__img {
  position: relative;
  width: 45.7317073171%;
}
.results__data__table__img img {
  width: 100%;
}
.results__data__table__img:after {
  position: absolute;
  inset: 0;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  margin: auto;
  transition: opacity 0.6s;
  width: 70%;
}
.results__data__table__img.-show:after {
  opacity: 0;
}

.results__data__table__cont {
  width: calc(54.2682926829% - 30px);
}

.results__data__table__tag {
  font-size: 0.8125rem;
  background-color: #252860;
  clip-path: polygon(0 0, calc(100% - 0.7em) 0, 100% 50%, calc(100% - 0.7em) 100%, 0 100%);
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.14em 1.2em 0.24em 0.4em;
  vertical-align: top;
}
.results__data__table__tag + table {
  margin-top: 1em;
}

.results__data__table__list {
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.results__data__table__list dt {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.9769230769;
  padding-bottom: 0.1em;
  width: 100%;
}
.results__data__table__list dd {
  font-size: 0.9375rem;
  border-bottom: 1px solid #c1dbe3;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 0.1em;
  width: calc((100% - 20px) / 2);
}
.results__data__table__list dd:nth-of-type(-n + 2) {
  border-top: 1px solid #c1dbe3;
}

.results__data__table__note {
  font-size: 0.6875rem;
  color: #9293b0;
  font-weight: 500;
  line-height: 1.5454545455;
  width: 100%;
}

.results__testimonials__background {
  width: 100%;
  height: auto;
  background-color: #252860;
  position: relative;
}

.results__testimonials {
  overflow: hidden;
  margin-inline: auto;
  padding-block: 17px;
  position: relative;
  background-color: #252860;
}
.results__testimonials::after {
  content: "";
  position: absolute;
  background-color: #252860;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  mask-image: linear-gradient(to right, #000 0%, transparent calc(50% - 546px), transparent calc(50% + 546px), #000 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, transparent calc(50% - 546px), transparent calc(50% + 546px), #000 100%);
  pointer-events: none;
}

.results__testimonials__wrapper {
  display: flex;
  margin-left: -288px;
}

.results__testimonials__slide {
  width: 546px;
  border: 1px solid rgba(37, 40, 96, 0.5);
  cursor: pointer;
  flex-shrink: 0;
  background-color: white;
  position: relative;
}

.results__testimonials__head {
  display: flex;
  flex-direction: column;
  padding: 8px 14px 12px;
  border-left: 12px solid #3f7adb;
}
.results__testimonials__head.true {
  background-color: #cce5fa;
}
.results__testimonials__head h2 {
  font-size: 1.25rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.results__testimonials__head p {
  font-size: 0.9375rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.results__testimonials__row {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 20px;
  border-top: 1px solid rgba(37, 40, 96, 0.5);
}

.results__testimonials__th {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 20px;
  flex-shrink: 0;
  width: 138px;
  height: 166px;
}
.results__testimonials__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #c1dbe3;
}

.results__testimonials__txt {
  grid-column: 2/3;
  width: auto;
}
.results__testimonials__txt p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1140 - 375), 16px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.5em;
}

.results__testimonials__header {
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1140 - 375), 20px);
  margin: -0.3em 0 0.5em;
  position: relative;
}
.results__testimonials__header img {
  display: none;
}
.results__testimonials__header h2 {
  font-size: clamp(13px, 13px + (18 - 13) * (100vw - 375px) / (1140 - 375), 18px);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.results__testimonials__header.true img {
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 72px;
}
.results__testimonials__header.true h2 {
  text-indent: 80px;
}

.results__testimonials__logo {
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-column: 2/3;
  margin-top: auto;
  padding-right: 35px;
}
.results__testimonials__logo img {
  height: 30px;
  margin-bottom: -8px;
}
.results__testimonials__logo:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: url(../../assets/img/public/btn_icon.svg);
  font-size: 0;
  width: 25px;
}

.results__testimonials__btn button {
  position: absolute;
  top: 50%;
  right: 30px;
  aspect-ratio: 1;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  translate: 0 -50%;
  width: 56px;
  z-index: 2;
}
.results__testimonials__btn button:before {
  position: absolute;
  inset: 0;
  aspect-ratio: 1;
  border-right: 2px solid #252860;
  border-top: 2px solid #252860;
  content: "";
  margin: auto;
  rotate: 45deg;
  translate: -25%;
  width: 25%;
}
.results__testimonials__btn button:first-child {
  scale: -1;
  left: 30px;
}
@media (min-width: 801px) {
  .c-hover_op:hover {
    opacity: 0.5;
  }
  .c-modal__event__txt {
    padding-bottom: 60px;
  }
  .c-modal__event__txt a {
    transition: opacity 0.3s;
  }
  .c-modal__event__txt a:hover {
    opacity: 0.5;
  }
  .c-visible_nrw {
    display: none;
  }
  .c-visible_nrw.-inline {
    display: none;
  }
  .footer a {
    transition: opacity 0.3s;
  }
  .footer a:hover {
    opacity: 0.5;
  }
  .mv__background:after {
    --dot-size:2.5px;
    --dot-gap:4px;
  }
  .js-lottie {
    left: 55%;
  }
  .results__data__note {
    font-size: 0.6875rem;
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .c-modal__close__positionA {
    position: absolute;
    inset: -50px -10px auto auto;
  }
  .c-modal__close__positionB {
    position: absolute;
    inset: -40px 0px auto auto;
  }
  .c-modal__testimonial__top {
    padding: 6px 12px 10px;
  }
  .c-modal__testimonial__txts h2 {
    font-size: 1.125rem;
  }
  .c-modal__testimonial__txts p {
    font-size: 0.8125rem;
  }
  .c-modal__testimonial__bottom {
    display: block;
    padding: 18px;
  }
  .c-modal__testimonial__img {
    float: left;
    margin-right: 13px;
    width: 120px;
    height: 136px;
  }
  .c-modal__testimonial__header.true img {
    width: 56px;
  }
  .c-modal__testimonial__header.true h2 {
    text-indent: 60px;
  }
  .c-modal__testimonial__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .c-modal__testimonial__header.true img {
    left: 133px;
  }
  .c-modal__testimonial__txt {
    grid-column: 1/3;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .c-modal__testimonial__logo {
    grid-column: 1/2;
  }
  .c-modal__event__wrapper {
    padding: 20px 0;
  }
  .c-modal__event__head {
    padding: 15px 20px;
  }
  .c-modal__event__txt {
    font-size: 0.875rem;
    padding-inline: 20px;
    padding-bottom: 60px;
  }
  .c-modal__event__txt a {
    min-width: 184px;
  }
  .c-visible_wide {
    display: none;
  }
  .footer {
    font-size: 0.75rem;
    padding-inline: 24px;
  }
  .footer__lower__logo {
    width: 144px;
  }
  .footer__lower__cr {
    margin-left: 0;
  }
  .header {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .header__logo {
    height: 20px;
  }
  .header__nav {
    display: none;
  }
  .header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
  }
  #brand {
    margin-top: 125px;
  }
  .brand__separator {
    margin-block: 17px;
  }
  .brand__caption {
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .brand__sec {
    flex-direction: column;
    margin-inline: 24px;
    padding-block: 48px 20px;
  }
  .brand__ph {
    margin-right: 0;
    width: auto;
  }
  .brand__data {
    max-width: unset;
  }
  .brand__data__ttl {
    margin: 20px auto 10px;
  }
  .brand__data__ttl h3 {
    font-size: 17px;
  }
  .brand__data__ttl__grade {
    margin-right: 10px;
    width: 95px;
    height: 44px;
  }
  .brand__data__ttl__grade p {
    font-size: 11px;
  }
  .brand__data__logo {
    margin-bottom: 6px;
  }
  .brand__data__logo img {
    height: 60px;
  }
  .brand__data__logo:after {
    font-size: 0.5625rem;
    top: 0;
  }
  .brand__data__logo:has([src*=logo_route]):after {
    top: 8%;
  }
  .brand__data__description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .brand__data__row {
    flex-direction: column;
  }
  .brand__data__btn img {
    width: 12px;
  }
  .brand__data__btn {
    height: 68px;
    max-width: 500px;
    margin: 12px auto 0;
  }
  .brand__data__btn p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .brand__data__row .brand__data__btn {
    margin: 12px auto 0;
    max-width: 500px;
  }
  .event::after {
    display: none;
  }
  .event__wrapper {
    height: 100px;
  }
  .event__slide {
    height: 84px;
    width: 332px;
  }
  .event__th {
    width: 92px;
  }
  .event__cont {
    font-size: 0.75rem;
  }
  .event__cont__top {
    line-height: 1.3333333333;
  }
  .event__nav button {
    display: none;
  }
  #learning {
    margin-top: 125px;
  }
  .learning__enttl {
    transform: translateY(-6px);
  }
  .learning__separator {
    margin-block: 10px 16px;
  }
  .learning__caption {
    margin-bottom: 0px;
  }
  .learning__graph__main {
    display: none;
  }
  .learning__graph__main__sp {
    display: inline-block;
  }
  .learning__graph__arrow {
    width: 16px;
    margin-block: 15px 15px;
  }
  .learning__sec__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 17px;
  }
  .learning__sec {
    border-left: none;
    border-top: 1px solid rgba(37, 40, 96, 0.5);
    display: grid;
    grid-template-columns: 1fr auto;
    margin-inline: 24px;
    padding: 30px 0;
  }
  .learning__sec:last-child {
    border-right: none;
    border-bottom: 1px solid rgba(37, 40, 96, 0.5);
  }
  .learning__sec__subttl {
    font-size: 0.75rem;
    align-self: flex-end;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 5px;
    text-align: left;
  }
  .learning__sec__ttl {
    font-size: 1.4375rem;
    grid-column: 1/2;
    grid-row: 2/3;
    line-height: 1.3043478261;
    margin-bottom: 10px;
    text-align: left;
  }
  .learning__sec__ph {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 14px;
    width: 170px;
  }
  .learning__sec__description {
    font-size: 0.9375rem;
    grid-column: 1/3;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .learning__sec__note {
    font-size: 0.625rem;
    grid-column: 1/3;
    line-height: 1.5;
  }
  #mission {
    padding-bottom: 60px;
  }
  .mission__inner {
    grid-template-columns: auto;
    padding-inline: 24px;
  }
  .mission__enttl {
    height: 34px;
    grid-row: 1/2;
  }
  .mission__separator {
    width: 24px;
    margin-block: 20px 28px;
    grid-row: 2/3;
  }
  .mission__ttl {
    font-size: 2.625rem;
    grid-row: 3/4;
    transform: scale(0.88, 1);
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    margin-bottom: 16px;
    line-height: 1.1;
  }
  .mission__ph {
    grid-column: 1/3;
    grid-row: 5/6;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
  }
  .mission__txt {
    font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1140 - 375), 21px);
    grid-column: 1/3;
    grid-row: 4/5;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin: 0 auto 2em;
    max-width: 420px;
    text-align: justify;
    width: 100%;
  }
  .mv {
    padding-top: 40px;
  }
  .mv__background:after {
    --dot-size:1px;
    --dot-gap:2.5px;
  }
  .mv__video--pc {
    display: none;
  }
  .mv__video--sp {
    display: block;
  }
  .mv__logo {
    position: fixed;
    top: 60px;
    left: 15px;
    width: 150px;
  }
  .mv__tagline {
    transform: translate(0%, 0%);
    left: calc(100% - 150px);
    top: 25px;
    height: 400px;
    width: 150px;
  }
  .mv__tagline__items {
    display: none;
  }
  .mv__tagline__items__sp {
    display: inline-block;
  }
  .mv__scroll__col {
    position: fixed;
    top: 180px;
    left: 15px;
    height: calc(100% - 180px);
  }
  .mv__scroll__txt {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.1666666667;
  }
  .mv__scroll__txt dd {
    padding-top: 0.6em;
  }
  .mv__brands__wrapper {
    bottom: 20px;
    right: 15px;
  }
  .mv__brands {
    width: 122px;
  }
  .js-lottie {
    width: 90%;
    left: 50%;
  }
  #results {
    margin-top: 125px;
    padding-bottom: 115px;
  }
  .results__separator {
    margin-block: 17px;
  }
  .results__caption {
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .results__sec__top {
    margin-bottom: 24px;
  }
  .results__subttl {
    font-size: 23px;
    padding: 9px;
  }
  .results__data {
    padding: 24px 24px 0;
  }
  .results__data__description {
    grid-column: 1/3;
    padding-right: 0;
    margin-inline: auto;
    border-right: none;
    width: 100%;
    padding-bottom: 25px;
  }
  .results__data__ph {
    width: 100%;
    height: 190px;
    margin-bottom: 14px;
  }
  .results__data__txt {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
  }
  .results__data__note-head {
    font-size: 0.875rem;
  }
  .results__data__note-head .sp-hide {
    display: none;
  }
  .results__data__note {
    font-size: 0.625rem;
  }
  .results__data__note .sp-hide {
    display: none;
  }
  .results__data__table {
    padding-left: 0;
    grid-column: 1/3;
  }
  .results__data__table tr th {
    font-size: 0.75rem;
  }
  .results__data__table td {
    font-size: 0.875rem;
  }
  .results__data__table.-row {
    flex-direction: column;
  }
  .results__data__table__row {
    font-size: 1rem;
  }
  .results__data__table__txt:not(:only-child) br {
    display: none;
  }
  .results__data__table__num {
    font-size: 1rem;
  }
  .results__data__table__num strong {
    font-size: 2.25rem;
  }
  .results__data__table__img {
    padding-inline: 20px;
    width: auto;
  }
  .results__data__table__cont {
    width: 100%;
  }
  .results__data__table__list dd {
    font-size: 0.8125rem;
    line-height: 1.9769230769;
  }
  .results__data__table__note {
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .results__testimonials {
    padding: 15px;
  }
  .results__testimonials__wrapper {
    margin-left: 0;
  }
  .results__testimonials__slide {
    width: 80vw;
  }
  .results__testimonials__head {
    padding: 6px 12px 10px;
  }
  .results__testimonials__head h2 {
    font-size: 1.125rem;
  }
  .results__testimonials__head p {
    font-size: 0.8125rem;
  }
  .results__testimonials__row {
    padding: 15px;
  }
  .results__testimonials__th {
    grid-row: 1/2;
    height: 148px;
    margin-right: 15px;
    width: 124px;
  }
  .results__testimonials__txt {
    grid-column: 2/3;
  }
  .results__testimonials__txt p {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .results__testimonials__header h2 {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .results__testimonials__logo {
    grid-column: 1/3;
  }
  .results__testimonials__logo:after {
    bottom: 15px;
    right: 15px;
  }
  .results__testimonials__btn button {
    display: none;
  }
  .results__testimonials__btn button:before {
    border-right: 2px solid white;
    border-top: 2px solid white;
  }
  .results__testimonials__btn button:first-child {
    left: 10px;
  }
}
@media (min-width: 801px) and (max-width: 1160px) {
  .brand__sec {
    margin-inline: 60px;
  }
  .learning__sec__wrapper {
    margin-inline: 60px;
  }
  .results__sec__top {
    margin-inline: 60px;
  }
  .results__testimonials__wrapper {
    margin-left: 0;
  }
}