/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@100;300;400;500;700;900&family=Barlow:wght@700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

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

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

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

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

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

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.css--reset * {
  margin: 0;
  padding: 0;
}
.css--reset *, .css--reset *::before, .css--reset *::after {
  box-sizing: border-box;
}
.css--reset p, .css--reset h1, .css--reset h2, .css--reset h3, .css--reset h4, .css--reset h5, .css--reset h6 {
  overflow-wrap: break-word;
}
.css--reset a {
  text-decoration: none;
}
.css--reset ol li, .css--reset ul li {
  list-style-type: none;
}
.css--reset input,
.css--reset button,
.css--reset select,
.css--reset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.css--reset textarea {
  resize: vertical;
}
.css--reset input[type=checkbox],
.css--reset input[type=radio] {
  display: none;
}
.css--reset input[type=submit],
.css--reset input[type=button],
.css--reset label,
.css--reset button,
.css--reset select {
  cursor: pointer;
}
.css--reset select::-ms-expand {
  display: none;
}

:root {
  --color-red: #a40022;
  --color-blue: #1d4d6b;
  --color-yellow: #ffe600;
  --color-gold: #c89756;
  --color-gold-d: #533e15;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (min-width: 414px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    width: 96%;
  }
}
.wrapper.wrapper--esm {
  max-width: 480px;
}
.wrapper.wrapper--sm {
  max-width: 640px;
}
.wrapper.wrapper--md {
  max-width: 800px;
}
.wrapper.wrapper--lg {
  max-width: 1180px;
}

.v--sp {
  display: block;
}
@media screen and (min-width: 414px) {
  .v--sp {
    display: none;
  }
}

.v--tab {
  display: none;
}
@media screen and (min-width: 414px) {
  .v--tab {
    display: block;
  }
}

.v--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .v--pc {
    display: block;
  }
}

.t-delay__100ms {
  transition-delay: 0.1s !important;
}

.t-delay__100ms--before:before {
  transition-delay: 0.1s !important;
}

.t-delay__100ms--after:after {
  transition-delay: 0.1s !important;
}

.t-delay__200ms {
  transition-delay: 0.2s !important;
}

.t-delay__200ms--before:before {
  transition-delay: 0.2s !important;
}

.t-delay__200ms--after:after {
  transition-delay: 0.2s !important;
}

.t-delay__300ms {
  transition-delay: 0.3s !important;
}

.t-delay__300ms--before:before {
  transition-delay: 0.3s !important;
}

.t-delay__300ms--after:after {
  transition-delay: 0.3s !important;
}

.t-delay__400ms {
  transition-delay: 0.4s !important;
}

.t-delay__400ms--before:before {
  transition-delay: 0.4s !important;
}

.t-delay__400ms--after:after {
  transition-delay: 0.4s !important;
}

.t-delay__500ms {
  transition-delay: 0.5s !important;
}

.t-delay__500ms--before:before {
  transition-delay: 0.5s !important;
}

.t-delay__500ms--after:after {
  transition-delay: 0.5s !important;
}

.t-delay__600ms {
  transition-delay: 0.6s !important;
}

.t-delay__600ms--before:before {
  transition-delay: 0.6s !important;
}

.t-delay__600ms--after:after {
  transition-delay: 0.6s !important;
}

.t-delay__700ms {
  transition-delay: 0.7s !important;
}

.t-delay__700ms--before:before {
  transition-delay: 0.7s !important;
}

.t-delay__700ms--after:after {
  transition-delay: 0.7s !important;
}

.t-delay__800ms {
  transition-delay: 0.8s !important;
}

.t-delay__800ms--before:before {
  transition-delay: 0.8s !important;
}

.t-delay__800ms--after:after {
  transition-delay: 0.8s !important;
}

.t-delay__900ms {
  transition-delay: 0.9s !important;
}

.t-delay__900ms--before:before {
  transition-delay: 0.9s !important;
}

.t-delay__900ms--after:after {
  transition-delay: 0.9s !important;
}

.t-delay__1000ms {
  transition-delay: 1s !important;
}

.t-delay__1000ms--before:before {
  transition-delay: 1s !important;
}

.t-delay__1000ms--after:after {
  transition-delay: 1s !important;
}

.t-delay__1100ms {
  transition-delay: 1.1s !important;
}

.t-delay__1100ms--before:before {
  transition-delay: 1.1s !important;
}

.t-delay__1100ms--after:after {
  transition-delay: 1.1s !important;
}

.t-delay__1200ms {
  transition-delay: 1.2s !important;
}

.t-delay__1200ms--before:before {
  transition-delay: 1.2s !important;
}

.t-delay__1200ms--after:after {
  transition-delay: 1.2s !important;
}

.t-delay__1300ms {
  transition-delay: 1.3s !important;
}

.t-delay__1300ms--before:before {
  transition-delay: 1.3s !important;
}

.t-delay__1300ms--after:after {
  transition-delay: 1.3s !important;
}

.t-delay__1400ms {
  transition-delay: 1.4s !important;
}

.t-delay__1400ms--before:before {
  transition-delay: 1.4s !important;
}

.t-delay__1400ms--after:after {
  transition-delay: 1.4s !important;
}

.t-delay__1500ms {
  transition-delay: 1.5s !important;
}

.t-delay__1500ms--before:before {
  transition-delay: 1.5s !important;
}

.t-delay__1500ms--after:after {
  transition-delay: 1.5s !important;
}

.t-delay__1600ms {
  transition-delay: 1.6s !important;
}

.t-delay__1600ms--before:before {
  transition-delay: 1.6s !important;
}

.t-delay__1600ms--after:after {
  transition-delay: 1.6s !important;
}

.t-delay__1700ms {
  transition-delay: 1.7s !important;
}

.t-delay__1700ms--before:before {
  transition-delay: 1.7s !important;
}

.t-delay__1700ms--after:after {
  transition-delay: 1.7s !important;
}

.t-delay__1800ms {
  transition-delay: 1.8s !important;
}

.t-delay__1800ms--before:before {
  transition-delay: 1.8s !important;
}

.t-delay__1800ms--after:after {
  transition-delay: 1.8s !important;
}

.t-delay__1900ms {
  transition-delay: 1.9s !important;
}

.t-delay__1900ms--before:before {
  transition-delay: 1.9s !important;
}

.t-delay__1900ms--after:after {
  transition-delay: 1.9s !important;
}

.t-delay__2000ms {
  transition-delay: 2s !important;
}

.t-delay__2000ms--before:before {
  transition-delay: 2s !important;
}

.t-delay__2000ms--after:after {
  transition-delay: 2s !important;
}

.t-duration__100ms {
  transition-duration: 0.1s !important;
}

.t-duration__100ms--before:before {
  transition-duration: 0.1s !important;
}

.t-duration__100ms--after:after {
  transition-duration: 0.1s !important;
}

.t-duration__200ms {
  transition-duration: 0.2s !important;
}

.t-duration__200ms--before:before {
  transition-duration: 0.2s !important;
}

.t-duration__200ms--after:after {
  transition-duration: 0.2s !important;
}

.t-duration__300ms {
  transition-duration: 0.3s !important;
}

.t-duration__300ms--before:before {
  transition-duration: 0.3s !important;
}

.t-duration__300ms--after:after {
  transition-duration: 0.3s !important;
}

.t-duration__400ms {
  transition-duration: 0.4s !important;
}

.t-duration__400ms--before:before {
  transition-duration: 0.4s !important;
}

.t-duration__400ms--after:after {
  transition-duration: 0.4s !important;
}

.t-duration__500ms {
  transition-duration: 0.5s !important;
}

.t-duration__500ms--before:before {
  transition-duration: 0.5s !important;
}

.t-duration__500ms--after:after {
  transition-duration: 0.5s !important;
}

.t-duration__600ms {
  transition-duration: 0.6s !important;
}

.t-duration__600ms--before:before {
  transition-duration: 0.6s !important;
}

.t-duration__600ms--after:after {
  transition-duration: 0.6s !important;
}

.t-duration__700ms {
  transition-duration: 0.7s !important;
}

.t-duration__700ms--before:before {
  transition-duration: 0.7s !important;
}

.t-duration__700ms--after:after {
  transition-duration: 0.7s !important;
}

.t-duration__800ms {
  transition-duration: 0.8s !important;
}

.t-duration__800ms--before:before {
  transition-duration: 0.8s !important;
}

.t-duration__800ms--after:after {
  transition-duration: 0.8s !important;
}

.t-duration__900ms {
  transition-duration: 0.9s !important;
}

.t-duration__900ms--before:before {
  transition-duration: 0.9s !important;
}

.t-duration__900ms--after:after {
  transition-duration: 0.9s !important;
}

.t-duration__1000ms {
  transition-duration: 1s !important;
}

.t-duration__1000ms--before:before {
  transition-duration: 1s !important;
}

.t-duration__1000ms--after:after {
  transition-duration: 1s !important;
}

.t-duration__1100ms {
  transition-duration: 1.1s !important;
}

.t-duration__1100ms--before:before {
  transition-duration: 1.1s !important;
}

.t-duration__1100ms--after:after {
  transition-duration: 1.1s !important;
}

.t-duration__1200ms {
  transition-duration: 1.2s !important;
}

.t-duration__1200ms--before:before {
  transition-duration: 1.2s !important;
}

.t-duration__1200ms--after:after {
  transition-duration: 1.2s !important;
}

.t-duration__1300ms {
  transition-duration: 1.3s !important;
}

.t-duration__1300ms--before:before {
  transition-duration: 1.3s !important;
}

.t-duration__1300ms--after:after {
  transition-duration: 1.3s !important;
}

.t-duration__1400ms {
  transition-duration: 1.4s !important;
}

.t-duration__1400ms--before:before {
  transition-duration: 1.4s !important;
}

.t-duration__1400ms--after:after {
  transition-duration: 1.4s !important;
}

.t-duration__1500ms {
  transition-duration: 1.5s !important;
}

.t-duration__1500ms--before:before {
  transition-duration: 1.5s !important;
}

.t-duration__1500ms--after:after {
  transition-duration: 1.5s !important;
}

.t-duration__1600ms {
  transition-duration: 1.6s !important;
}

.t-duration__1600ms--before:before {
  transition-duration: 1.6s !important;
}

.t-duration__1600ms--after:after {
  transition-duration: 1.6s !important;
}

.t-duration__1700ms {
  transition-duration: 1.7s !important;
}

.t-duration__1700ms--before:before {
  transition-duration: 1.7s !important;
}

.t-duration__1700ms--after:after {
  transition-duration: 1.7s !important;
}

.t-duration__1800ms {
  transition-duration: 1.8s !important;
}

.t-duration__1800ms--before:before {
  transition-duration: 1.8s !important;
}

.t-duration__1800ms--after:after {
  transition-duration: 1.8s !important;
}

.t-duration__1900ms {
  transition-duration: 1.9s !important;
}

.t-duration__1900ms--before:before {
  transition-duration: 1.9s !important;
}

.t-duration__1900ms--after:after {
  transition-duration: 1.9s !important;
}

.t-duration__2000ms {
  transition-duration: 2s !important;
}

.t-duration__2000ms--before:before {
  transition-duration: 2s !important;
}

.t-duration__2000ms--after:after {
  transition-duration: 2s !important;
}

.t-timing__ease {
  transition-timing-function: ease !important;
}

.t-timing__ease--before:before {
  transition-timing-function: ease !important;
}

.t-timing__ease--after:after {
  transition-timing-function: ease !important;
}

.t-timing__ease-in {
  transition-timing-function: ease-in !important;
}

.t-timing__ease-in--before:before {
  transition-timing-function: ease-in !important;
}

.t-timing__ease-in--after:after {
  transition-timing-function: ease-in !important;
}

.t-timing__ease-out {
  transition-timing-function: ease-out !important;
}

.t-timing__ease-out--before:before {
  transition-timing-function: ease-out !important;
}

.t-timing__ease-out--after:after {
  transition-timing-function: ease-out !important;
}

.t-timing__ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.t-timing__ease-in-out--before:before {
  transition-timing-function: ease-in-out !important;
}

.t-timing__ease-in-out--after:after {
  transition-timing-function: ease-in-out !important;
}

.t-timing__linear {
  transition-timing-function: linear !important;
}

.t-timing__linear--before:before {
  transition-timing-function: linear !important;
}

.t-timing__linear--after:after {
  transition-timing-function: linear !important;
}

.t-timing__step-start {
  transition-timing-function: step-start !important;
}

.t-timing__step-start--before:before {
  transition-timing-function: step-start !important;
}

.t-timing__step-start--after:after {
  transition-timing-function: step-start !important;
}

.t-timing__step-end {
  transition-timing-function: step-end !important;
}

.t-timing__step-end--before:before {
  transition-timing-function: step-end !important;
}

.t-timing__step-end--after:after {
  transition-timing-function: step-end !important;
}

.ini__fadein {
  opacity: 0;
  transition-timing-function: ease, ease;
  transition-duration: 0.5s, 0.5s;
  transition-property: opacity, transform;
}
.ini__fadein[data-effect=fadein--top] {
  transform: translate(0px, -32px);
}
.ini__fadein[data-effect=fadein--top].fadein--top {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--bottom] {
  transform: translate(0px, 32px);
}
.ini__fadein[data-effect=fadein--bottom].fadein--bottom {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--left] {
  transform: translate(-32px, 0px);
}
.ini__fadein[data-effect=fadein--left].fadein--left {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--right] {
  transform: translate(32px, 0px);
}
.ini__fadein[data-effect=fadein--right].fadein--right {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--tl] {
  transform: translate(-32px, -32px);
}
.ini__fadein[data-effect=fadein--tl].fadein--tl {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--tr] {
  transform: translate(32px, -32px);
}
.ini__fadein[data-effect=fadein--tr].fadein--tr {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--bl] {
  transform: translate(-32px, 32px);
}
.ini__fadein[data-effect=fadein--bl].fadein--bl {
  opacity: 1;
  transform: translate(0%, 0%);
}
.ini__fadein[data-effect=fadein--br] {
  transform: translate(32px, 32px);
}
.ini__fadein[data-effect=fadein--br].fadein--br {
  opacity: 1;
  transform: translate(0%, 0%);
}

.ini__scale {
  opacity: 0;
  transition-timing-function: ease, ease;
  transition-duration: 0.5s, 0.5s;
  transition-property: opacity, transform;
}
.ini__scale[data-effect=scale--top] {
  transform: scale(0);
  transform-origin: top;
}
.ini__scale[data-effect=scale--top].scale--top {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--bottom] {
  transform: scale(0);
  transform-origin: bottom;
}
.ini__scale[data-effect=scale--bottom].scale--bottom {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--left] {
  transform: scale(0);
  transform-origin: left;
}
.ini__scale[data-effect=scale--left].scale--left {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--right] {
  transform: scale(0);
  transform-origin: right;
}
.ini__scale[data-effect=scale--right].scale--right {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--tl] {
  transform: scale(0);
  transform-origin: top left;
}
.ini__scale[data-effect=scale--tl].scale--tl {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--tr] {
  transform: scale(0);
  transform-origin: top right;
}
.ini__scale[data-effect=scale--tr].scale--tr {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--bl] {
  transform: scale(0);
  transform-origin: bottom left;
}
.ini__scale[data-effect=scale--bl].scale--bl {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--br] {
  transform: scale(0);
  transform-origin: bottom right;
}
.ini__scale[data-effect=scale--br].scale--br {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--tc] {
  transform: scale(0);
  transform-origin: top center;
}
.ini__scale[data-effect=scale--tc].scale--tc {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--bc] {
  transform: scale(0);
  transform-origin: bottom center;
}
.ini__scale[data-effect=scale--bc].scale--bc {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--lc] {
  transform: scale(0);
  transform-origin: left center;
}
.ini__scale[data-effect=scale--lc].scale--lc {
  opacity: 1;
  transform: scale(1);
}
.ini__scale[data-effect=scale--rc] {
  transform: scale(0);
  transform-origin: right center;
}
.ini__scale[data-effect=scale--rc].scale--rc {
  opacity: 1;
  transform: scale(1);
}

.ini__wipe {
  position: relative;
}
.ini__wipe[data-effect=wipe__single--top]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 101%;
  height: 101%;
}
.ini__wipe[data-effect=wipe__single--top].wipe__single--top:after {
  transform: scale(1, 0);
  transform-origin: top;
}
.ini__wipe[data-effect=wipe__single--bottom]:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 101%;
  height: 101%;
}
.ini__wipe[data-effect=wipe__single--bottom].wipe__single--bottom:after {
  transform: scale(1, 0);
  transform-origin: bottom;
}
.ini__wipe[data-effect=wipe__single--left]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 101%;
  height: 101%;
}
.ini__wipe[data-effect=wipe__single--left].wipe__single--left:after {
  transform: scale(0, 1);
  transform-origin: left;
}
.ini__wipe[data-effect=wipe__single--right]:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 101%;
  height: 101%;
}
.ini__wipe[data-effect=wipe__single--right].wipe__single--right:after {
  transform: scale(0, 1);
  transform-origin: right;
}
.ini__wipe[data-effect=wipe__double--top]:before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__double--top]:before, .ini__wipe[data-effect=wipe__double--top]:after {
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__double--top]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__double--top].wipe__double--top:before {
  transform: scale(1, 0);
  transform-origin: top;
}
.ini__wipe[data-effect=wipe__double--top].wipe__double--top:after {
  transform: scale(1, 0);
  transform-origin: top;
}
.ini__wipe[data-effect=wipe__double--bottom]:before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__double--bottom]:before, .ini__wipe[data-effect=wipe__double--bottom]:after {
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__double--bottom]:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__double--bottom].wipe__double--bottom:before {
  transform: scale(1, 0);
  transform-origin: bottom;
}
.ini__wipe[data-effect=wipe__double--bottom].wipe__double--bottom:after {
  transform: scale(1, 0);
  transform-origin: bottom;
}
.ini__wipe[data-effect=wipe__double--left]:before {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__double--left]:before, .ini__wipe[data-effect=wipe__double--left]:after {
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__double--left]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__double--left].wipe__double--left:before {
  transform: scale(0, 1);
  transform-origin: left;
}
.ini__wipe[data-effect=wipe__double--left].wipe__double--left:after {
  transform: scale(0, 1);
  transform-origin: left;
}
.ini__wipe[data-effect=wipe__double--right]:before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__double--right]:before, .ini__wipe[data-effect=wipe__double--right]:after {
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__double--right]:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__double--right].wipe__double--right:before {
  transform: scale(0, 1);
  transform-origin: right;
}
.ini__wipe[data-effect=wipe__double--right].wipe__double--right:after {
  transform: scale(0, 1);
  transform-origin: right;
}
.ini__wipe[data-effect=wipe__open--horizontal]:before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__open--horizontal]:before, .ini__wipe[data-effect=wipe__open--horizontal]:after {
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__open--horizontal]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__open--horizontal].wipe__open--horizontal:before {
  transform: scale(1, 0);
  transform-origin: bottom;
}
.ini__wipe[data-effect=wipe__open--horizontal].wipe__open--horizontal:after {
  transform: scale(1, 0);
  transform-origin: top;
}
.ini__wipe[data-effect=wipe__open--vertical]:before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__open--vertical]:before, .ini__wipe[data-effect=wipe__open--vertical]:after {
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__open--vertical]:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__open--vertical].wipe__open--vertical:before {
  transform: scale(0, 1);
  transform-origin: left;
}
.ini__wipe[data-effect=wipe__open--vertical].wipe__open--vertical:after {
  transform: scale(0, 1);
  transform-origin: right;
}
.ini__wipe[data-effect=wipe__close--horizontal]:before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__close--horizontal]:before, .ini__wipe[data-effect=wipe__close--horizontal]:after {
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__close--horizontal]:after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 100%;
  height: 50%;
}
.ini__wipe[data-effect=wipe__close--horizontal].wipe__close--horizontal:before {
  transform: scale(1, 0);
  transform-origin: top;
}
.ini__wipe[data-effect=wipe__close--horizontal].wipe__close--horizontal:after {
  transform: scale(1, 0);
  transform-origin: bottom;
}
.ini__wipe[data-effect=wipe__close--vertical]:before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
}
.ini__wipe[data-effect=wipe__close--vertical]:before, .ini__wipe[data-effect=wipe__close--vertical]:after {
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__close--vertical]:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: scale(1);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--color-red);
  pointer-events: none;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: transform;
  width: 50%;
  height: 100%;
}
.ini__wipe[data-effect=wipe__close--vertical].wipe__close--vertical:before {
  transform: scale(0, 1);
  transform-origin: right;
}
.ini__wipe[data-effect=wipe__close--vertical].wipe__close--vertical:after {
  transform: scale(0, 1);
  transform-origin: left;
}

.stepup__main {
  font-family: "Noto Sans JP", sans-serif;
}

.grad--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #004d9a 0%, #00a29a 50.52%, #004d9a 100%);
  padding: 4px 0;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: 24rem;
}
@media screen and (min-width: 414px) {
  .grad--title {
    font-size: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .grad--title {
    font-size: 34rem;
  }
}

.stepup__hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .stepup__hero {
    padding-left: 10%;
  }
}
.stepup__hero h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24rem;
  font-weight: 600;
  color: #004d9a;
  padding: 10px 0;
}
@media screen and (min-width: 414px) {
  .stepup__hero h2 {
    padding: 0;
    font-size: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__hero h2 {
    position: absolute;
    top: 0.8em;
    left: 10%;
    font-size: 68rem;
  }
}
.stepup__hero .stepup__hero--layout1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--layout1 {
    align-items: flex-start;
    flex-direction: row;
  }
  .stepup__hero .stepup__hero--layout1 > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .stepup__hero .stepup__hero--layout1 > *:nth-child(2n-1) {
    width: calc((100% - (40px * 1)) * 3.6 / 10);
    margin-left: 0;
    margin-right: 20px;
  }
  .stepup__hero .stepup__hero--layout1 > *:nth-child(2n) {
    width: calc((100% - (40px * 1)) * 6.4 / 10);
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--layout1 > div:nth-child(1) {
    order: 1;
  }
  .stepup__hero .stepup__hero--layout1 > div:nth-child(2) {
    order: 2;
  }
}
.stepup__hero .stepup__hero--layout1 > div:nth-child(1) {
  order: 2;
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--layout1 > div:nth-child(1) {
    order: 1;
  }
}
.stepup__hero .stepup__hero--layout1 > div:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--layout1 > div:nth-child(2) {
    order: 2;
  }
}
.stepup__hero .stepup__hero--text1 {
  margin-top: 0.5em;
  padding: 0 5%;
  font-size: 20rem;
  font-weight: 500;
}
@media screen and (min-width: 414px) {
  .stepup__hero .stepup__hero--text1 {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--text1 {
    text-align: left;
    margin-top: 13vw;
    padding: 0;
    font-size: 30rem;
  }
}
.stepup__hero .stepup__hero--text2 {
  margin-top: 1em;
  padding: 0 5%;
  font-size: 14rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__hero .stepup__hero--text2 {
    margin-top: 1em;
    margin-bottom: 3vw;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__hero .stepup__hero--text2 {
    padding: 0;
    font-size: 18rem;
  }
}

.stepup__about {
  margin-top: 0px;
}
@media screen and (min-width: 414px) {
  .stepup__about {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__about {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__about .stepup__about--layout1 {
    display: flex;
  }
  .stepup__about .stepup__about--layout1 > * {
    margin-left: 60px;
    margin-right: 60px;
    width: calc((100% - (120px * 1)) / 2);
  }
  .stepup__about .stepup__about--layout1 > *:nth-child(2n-1) {
    margin-left: 0;
    margin-right: 60px;
  }
  .stepup__about .stepup__about--layout1 > *:nth-child(2n) {
    margin-left: 60px;
    margin-right: 0;
  }
}
.stepup__about .stepup__about--layout1 dl dt {
  margin-bottom: 0.5em;
  font-weight: 500;
  text-align: center;
}
.stepup__about .stepup__about--layout1 dl dt span {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 14px;
  background-color: #ffffff;
  font-size: 20rem;
  color: #004d9a;
  transform: translateY(1em);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (min-width: 414px) {
  .stepup__about .stepup__about--layout1 dl dt span {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__about .stepup__about--layout1 dl dt span {
    font-size: 30rem;
  }
}
.stepup__about .stepup__about--layout1 dl dd {
  padding: 28px 18px 20px;
  border-radius: 20px;
  background-color: #d6edfa;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__about .stepup__about--layout1 dl dd {
    padding: 48px 28px 36px;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__about .stepup__about--layout1 dl dd {
    font-size: 18rem;
  }
}

.stepup__curriculum {
  margin-top: 70px;
}
.stepup__curriculum .stepup__curriculum--inner {
  background-image: url(../images/stepup__curriculum--bg.png);
  background-repeat: repeat-y;
  background-position: top center;
}
.stepup__curriculum .stepup__curriculum--items {
  margin-top: 40px;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: 96px;
  padding: 0px 0px 0 0;
  counter-increment: num;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card {
    padding: 0px 36px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card {
    padding: 0px 96px 0 0;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card:nth-child(odd) {
  justify-content: flex-start;
  padding: 0px 0 0 0px;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card:nth-child(odd) {
    padding: 0px 0 0 36px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card:nth-child(odd) {
    padding: 0px 0 0 96px;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card:nth-child(odd) .stepup__curriculum--card--inner {
  align-items: flex-start;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--inner {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--inner {
    width: 64%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images {
  position: relative;
  width: 80%;
  padding-left: 16px;
  text-align: center;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images {
    width: 100%;
    padding: 0;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images {
  margin-bottom: 40%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images {
    margin-bottom: 0px;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images {
  margin-bottom: 40%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images {
    margin-bottom: 0px;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images {
  margin-bottom: 52%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images {
    margin-bottom: 0px;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images {
  margin-bottom: 46%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images {
    margin-bottom: 0px;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom]::before, .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom]::after {
  transition-timing-function: ease, ease;
  transition-duration: 2s, 2s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(-50%, -40%);
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom]::before {
  transition-delay: 0.5s !important;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom]::after {
  transition-delay: 1s !important;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom].fadein--bottom::before, .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images[data-effect=fadein--bottom].fadein--bottom::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images::before {
  top: 120%;
  left: 100%;
  width: 86%;
  height: 86%;
  background-image: url(../images/stepup__curriculum--card1b.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images::before {
    top: 25%;
    left: 127%;
    width: 72%;
    height: 72%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images::before {
  top: 130%;
  left: 14%;
  width: 80%;
  height: 80%;
  background-image: url(../images/stepup__curriculum--card2b.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images::before {
    top: 38%;
    left: -26%;
    width: 52%;
    height: 52%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images::before {
  top: 130%;
  left: 90%;
  width: 100%;
  height: 100%;
  background-image: url(../images/stepup__curriculum--card3b.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images::before {
    top: 25%;
    left: 127%;
    width: 72%;
    height: 72%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images::before {
  top: 148%;
  left: 14%;
  width: 80%;
  height: 80%;
  background-image: url(../images/stepup__curriculum--card4b.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images::before {
    top: 42%;
    left: -28%;
    width: 58%;
    height: 58%;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images::after {
  top: 145%;
  left: 52%;
  width: 60%;
  height: 70%;
  background-image: url(../images/stepup__curriculum--card1c.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card1 .stepup__curriculum--card--images::after {
    top: 96%;
    left: 140%;
    width: 56%;
    height: 56%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images::after {
  top: 144%;
  left: 67%;
  width: 74%;
  height: 74%;
  background-image: url(../images/stepup__curriculum--card2c.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card2 .stepup__curriculum--card--images::after {
    top: 96%;
    left: -43%;
    width: 52%;
    height: 52%;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images::after {
  top: 160%;
  left: 36%;
  width: 100%;
  height: 100%;
  background-image: url(../images/stepup__curriculum--card3c.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card3 .stepup__curriculum--card--images::after {
    top: 100%;
    left: 140%;
    width: 66%;
    height: 66%;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images::after {
  top: 135%;
  left: 70%;
  width: 80%;
  height: 80%;
  background-image: url(../images/stepup__curriculum--card4c.png);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card.card4 .stepup__curriculum--card--images::after {
    top: 102%;
    left: -44%;
    width: 52%;
    height: 52%;
  }
}

.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images figure {
  position: relative;
  margin: 0;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images figure img {
  width: 100%;
  height: auto;
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images figure::before {
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #004d9a 0%, #00a29a 50.52%, #004d9a 100%);
  font-size: 20rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images figure::before {
    width: 40px;
    height: 40px;
    font-size: 24rem;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--images figure::before {
    width: 60px;
    height: 60px;
    font-size: 36rem;
    line-height: 60px;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--title {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 18rem;
  font-weight: 500;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--title {
    font-size: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--title {
    font-size: 36rem;
  }
}
.stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--text {
  width: 100%;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--text {
    font-size: 13rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum .stepup__curriculum--items .stepup__curriculum--card .stepup__curriculum--card--text {
    font-size: 18rem;
  }
}

.stepup__curriculum--gallery {
  margin-top: 20px;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum--gallery {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum--gallery {
    margin-top: 100px;
  }
}
.stepup__curriculum--gallery .curriculum--gallery--inner {
  position: relative;
  padding-top: 50%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum--gallery .curriculum--gallery--inner {
    padding-top: 24%;
  }
}
.stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery1 {
  width: 120%;
  margin-left: -10%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery1 {
    width: 100%;
    margin-left: 0%;
  }
}
.stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery2 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 58%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery2 {
    width: 36%;
  }
}
.stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery3 {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 48%;
}
@media screen and (min-width: 414px) {
  .stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery3 {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .stepup__curriculum--gallery .curriculum--gallery--inner .curriculum--gallery3 {
    left: 25%;
  }
}

.stepup__result {
  margin-top: 70px;
}
.stepup__result .stepup__result--item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .stepup__result .stepup__result--item {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 56px;
  }
  .stepup__result .stepup__result--item:nth-child(odd) {
    flex-direction: row-reverse;
    grid-template-columns: 1fr 0.8fr;
  }
  .stepup__result .stepup__result--item:nth-child(odd) > div:nth-child(1) {
    order: 2;
  }
  .stepup__result .stepup__result--item:nth-child(odd) > div:nth-child(2) {
    order: 1;
  }
}
.stepup__result .stepup__result--item--title {
  margin-top: 20px;
  font-size: 20rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__result .stepup__result--item--title {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__result .stepup__result--item--title {
    margin-top: 0px;
    font-size: 36rem;
  }
}
.stepup__result dl.stepup__result--item--name {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__result dl.stepup__result--item--name {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .stepup__result dl.stepup__result--item--name {
    margin-top: 32px;
  }
}
.stepup__result dl.stepup__result--item--name dt,
.stepup__result dl.stepup__result--item--name dd {
  font-size: 18rem;
  font-weight: 500;
}
@media screen and (min-width: 414px) {
  .stepup__result dl.stepup__result--item--name dt,
  .stepup__result dl.stepup__result--item--name dd {
    font-size: 22rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__result dl.stepup__result--item--name dt,
  .stepup__result dl.stepup__result--item--name dd {
    font-size: 28rem;
  }
}
.stepup__result dl.stepup__result--item--name dd {
  margin-left: 1em;
}
.stepup__result dl.stepup__result--item--name dd span {
  font-size: 14rem;
}
@media screen and (min-width: 414px) {
  .stepup__result dl.stepup__result--item--name dd span {
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__result dl.stepup__result--item--name dd span {
    font-size: 18rem;
  }
}
.stepup__result .stepup__result--item--text {
  margin-top: 16px;
  font-size: 14rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .stepup__result .stepup__result--item--text {
    margin-top: 20px;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .stepup__result .stepup__result--item--text {
    margin-top: 24px;
    font-size: 18rem;
  }
}

