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

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

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

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

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
b, strong, .bold {
  font-weight: 900;
}

body {
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #282828;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1280px) {
  body {
    line-height: 2.1em;
    font-size: 1.5rem;
  }
}

/* =====================================================
              全ページ共通パーツ用ファイル
 =====================================================*/
#footer {
  position: relative;
  z-index: 4;
  background-color: #000;
  text-align: center;
  padding-block: 20px 100px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-block: 40px 100px;
  }
}
@media screen and (min-width: 980px) {
  #footer {
    padding-block: 40px 100px;
  }
}

.footer_title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer_title {
    font-size: 3rem;
  }
}

.copyright {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .copyright {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes nav_close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    translate: 10px 0;
    visibility: hidden;
  }
}

@keyframes nav_close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    translate: 10px 0;
    visibility: hidden;
  }
}
@-webkit-keyframes nav_open {
  to {
    opacity: 1;
    translate: 0;
  }
}
@keyframes nav_open {
  to {
    opacity: 1;
    translate: 0;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  #header {
    z-index: 10002;
  }
}
#header.fixed .hamberger {
  -webkit-animation: nav_open 0.3s forwards 1 1.2s;
          animation: nav_open 0.3s forwards 1 1.2s;
}
#header.active .header_nav_item {
  opacity: 0;
}

.header_inner {
  padding: 13px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media screen and (min-width: 980px) {
  .header_inner {
    padding: 20px 50px 20px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .header_inner {
    padding: 20px 110px 20px 50px;
  }
}

.header_logo {
  width: 202px;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 300px;
  }
}
.header_logo img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes hamberger_bar {
  to {
    top: 50%;
    opacity: 0;
  }
}

@keyframes hamberger_bar {
  to {
    top: 50%;
    opacity: 0;
  }
}
.hamberger {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  .hamberger {
    opacity: 0;
    width: 80px;
    pointer-events: none;
    height: 80px;
    background-color: #D1D1D1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hamberger:hover {
    background-color: #000;
  }
}
.hamberger span {
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 14px;
  -webkit-transition: rotate 0.3s, opacity 0.3s, top 0.3s;
  transition: rotate 0.3s, opacity 0.3s, top 0.3s;
}
@media screen and (min-width: 980px) {
  .hamberger span {
    left: 20px;
  }
}
.hamberger span:nth-child(1) {
  width: 8px;
  top: 18px;
}
@media screen and (min-width: 980px) {
  .hamberger span:nth-child(1) {
    width: 20px;
    top: 30px;
  }
}
.hamberger span:nth-child(2) {
  top: 24px;
  width: 16px;
}
@media screen and (min-width: 980px) {
  .hamberger span:nth-child(2) {
    top: 38px;
    width: 30px;
  }
}
.hamberger span:nth-child(3) {
  top: 30px;
  width: 23px;
}
@media screen and (min-width: 980px) {
  .hamberger span:nth-child(3) {
    top: 46px;
    width: 40px;
  }
}
.hamberger.active {
  opacity: 1;
  pointer-events: initial;
}
.hamberger.active span {
  top: 50%;
}
.hamberger.active span:nth-child(1) {
  opacity: 0;
}
.hamberger.active span:nth-child(2) {
  opacity: 0;
}
.hamberger.fixed {
  opacity: 1;
  pointer-events: initial;
}

.header_nav_list {
  display: none;
}
@media screen and (min-width: 980px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header_nav_list {
    gap: 0 40px;
  }
}

.header_nav_item {
  position: relative;
}
.header_nav_item.haschild::before {
  content: "";
  position: absolute;
  top: 0;
  width: 410px;
  height: 100px;
  left: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav_item:hover .header_nav_child_list {
    opacity: 1;
    visibility: visible;
  }
}

.header_nav_item_link {
  position: relative;
  display: block;
}
.header_nav_item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 140%;
  translate: -50% -50%;
  background-color: #000;
  scale: 0;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav_item_link:hover::before {
    scale: 1;
  }
  .header_nav_item_link:hover .header_nav_text {
    color: #fff;
  }
}

@media screen and (min-width: 980px) {
  .header_nav_item.fixed:nth-of-type(1) {
    -webkit-animation: nav_close 0.3s forwards 1;
            animation: nav_close 0.3s forwards 1;
  }
  .header_nav_item.fixed:nth-of-type(2) {
    -webkit-animation: nav_close 0.3s forwards 1 0.2s;
            animation: nav_close 0.3s forwards 1 0.2s;
  }
  .header_nav_item.fixed:nth-of-type(3) {
    -webkit-animation: nav_close 0.3s forwards 1 0.4s;
            animation: nav_close 0.3s forwards 1 0.4s;
  }
  .header_nav_item.fixed:nth-of-type(4) {
    -webkit-animation: nav_close 0.3s forwards 1 0.6s;
            animation: nav_close 0.3s forwards 1 0.6s;
  }
  .header_nav_item.fixed:nth-of-type(5) {
    -webkit-animation: nav_close 0.3s forwards 1 0.8s;
            animation: nav_close 0.3s forwards 1 0.8s;
  }
}

.header_nav_text {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.header_nav_child_list {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 2px #000;
  border-bottom: solid 5px #000;
  border-radius: 10px;
  padding-block: 10px;
  padding-inline: 5px;
  translate: -5% 70%;
  width: 385px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header_nav_child_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 15px;
  height: 10px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
  translate: 0 -94%;
  z-index: 1;
}
.header_nav_child_list::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 49px;
  width: 17px;
  height: 11px;
  top: -2px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  translate: 0 -94%;
}

.header_nav_child_list_item + .header_nav_child_list_item {
  border-left: solid 2px #000;
}

.child_list_link {
  display: block;
  padding-inline: 15px;
  text-align: center;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .child_list_link:hover span {
    color: #F7BE00;
  }
}
.child_list_link span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

#globalnav {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  background-color: #F5F5F5;
  width: 100%;
  height: calc(100vh - 80px);
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  padding-block: 100px 60px;
  padding-inline: 25px;
  container-type: inline-size;
}
#globalnav.active {
  translate: 0;
}
@container (width >= 425px) {
  #globalnav {
    padding-inline: 35px;
  }
}
@media screen and (min-width: 768px) {
  #globalnav {
    height: 100vh;
    max-width: 683px;
    padding-block: 150px 0;
  }
}

.nav_inner {
  background-color: #fff;
  border-radius: 20px;
  border: solid 2px #000;
  max-width: 543px;
  margin-inline: auto;
  overflow: hidden;
}

.global_nav_list {
  padding-block: 50px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .global_nav_list {
    padding: 60px;
    gap: 0 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .global_nav_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .global_nav_group {
    width: calc(50% - 10px);
  }
}

.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.global_nav_link {
  color: #000;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  display: block;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_link:hover {
    color: #F7BE00;
  }
  .global_nav_link:hover::before {
    translate: 0 calc(-50% + 3px);
  }
}
@media screen and (min-width: 768px) {
  .global_nav_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #000;
    border-left: solid 2px #000;
    rotate: -45deg;
    -webkit-transition: translate 0.3s;
    transition: translate 0.3s;
  }
}

.glonal_nav_child_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .glonal_nav_child_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}

.global_nav_child_list_item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .global_nav_child_list_item {
    width: 100%;
  }
}

.global_nav_child_link {
  color: #696969;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.global_nav_child_link::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_child_link:hover {
    color: #F7BE00;
  }
}

.global_nav_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .global_nav_bottom {
    display: none;
  }
}

.global_nav_bottom_left {
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 20px;
  text-align: center;
}

.nav_bottom_text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.nav_bottom_text .num {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 4rem;
}
.nav_bottom_text .middle {
  font-size: 2.6rem;
}

.global_nav_bottom_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7BE00;
}

.global_nav_bottom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0 10px;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_bottom_link:hover .nav_bottom_icon {
    -webkit-animation: rotate_anime 1.2s infinite;
            animation: rotate_anime 1.2s infinite;
  }
  .global_nav_bottom_link:hover .nav_bottom_link_text::before {
    -webkit-animation: arrow_move 1s infinite;
            animation: arrow_move 1s infinite;
  }
}

.nav_bottom_link_text {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.nav_bottom_link_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .nav_bottom_link_text::before {
    width: 16px;
    height: 16px;
  }
}

.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
}
.header_bg.active {
  visibility: visible;
}

/* =====================================================
              TOPのFV専用
 =====================================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 10005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: fadeout-Y 0.8s ease-in-out forwards 1 3.5s;
          animation: fadeout-Y 0.8s ease-in-out forwards 1 3.5s;
  container-type: size;
}
@media screen and (min-width: 768px) {
  #loading {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    height: 100vh;
    -webkit-animation: fadeout-X 0.8s ease-in-out forwards 1 3.5s;
            animation: fadeout-X 0.8s ease-in-out forwards 1 3.5s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@-webkit-keyframes fadeout-Y {
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes fadeout-Y {
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes fadein-Y {
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes fadein-Y {
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes fadeout-X {
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes fadeout-X {
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes fadein-X {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes fadein-X {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes fadein_text {
  to {
    opacity: 1;
    translate: -50% -50%;
  }
}
@keyframes fadein_text {
  to {
    opacity: 1;
    translate: -50% -50%;
  }
}
.covered_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10001;
  opacity: 0.99;
  scale: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: fadeout-Y 0.8s forwards 1 0.2s;
          animation: fadeout-Y 0.8s forwards 1 0.2s;
}
@media screen and (min-width: 768px) {
  .covered_item {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation: fadeout-X 0.8s forwards 1 0.4s;
            animation: fadeout-X 0.8s forwards 1 0.4s;
  }
}

.covered_item02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10002;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: fadein-Y 0.8s forwards 1 2.5s;
          animation: fadein-Y 0.8s forwards 1 2.5s;
}
@media screen and (min-width: 768px) {
  .covered_item02 {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation: fadein-X 0.8s forwards 1 2.5s;
            animation: fadein-X 0.8s forwards 1 2.5s;
  }
}

.bg_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bg_block:nth-of-type(1) {
  background-color: #03d10b;
}
.bg_block:nth-of-type(2) {
  background-color: #0066dd;
}
.bg_block:nth-of-type(3) {
  background-color: #f7be00;
}

.loading_title {
  position: absolute;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  top: 45%;
  left: 50%;
  translate: -50% calc(-50% + 10px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0;
  -webkit-animation: fadein_text 0.6s forwards 1 1.2s;
          animation: fadein_text 0.6s forwards 1 1.2s;
}
@media screen and (min-width: 768px) {
  .loading_title {
    gap: 10px;
  }
}
.loading_title span {
  text-orientation: upright;
  font-size: 6.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .loading_title span {
    font-size: min(6.2225475842vw, 115px);
  }
}
.loading_title span:nth-of-type(2) {
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
}
.loading_title span:nth-of-type(3) {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.loading_name_block {
  position: absolute;
  bottom: 40px;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  width: 100%;
}

.loading_school_name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
}

.loading_school_name_en {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  font-family: "Montserrat";
}

/* =====================================================
             共通パーツ
=====================================================*/