@charset "UTF-8";
/*!
 * Theme Name: ATLUS RECRUITING
 * Theme URI: http://underscores.me/
 * Author: INNOCENT INC.
 * Author URI: https://innocent.design
 * Description: Description
 * Version: 1.0.0
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: atlus
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned.
 *
 * ATLUS RECRUITING is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 * */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Train+One&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* 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;
  vertical-align: inherit;
}

/**
 * * 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;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

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

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

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

/**
 * * 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;
  text-transform: none;
}

/**
 * * 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;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * 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;
  display: table;
  max-width: 100%;
  white-space: normal;
}

/**
 * * 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;
  vertical-align: baseline;
}

/**
 * * 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;
  overflow: auto;
  resize: vertical;
}

/**
 * * 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;
  outline-offset: -2px;
}

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

/**
 * * 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;
  touch-action: manipulation;
}

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

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

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

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

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

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

/* ========================================================================== */
/* iniize */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
body {
  position: relative;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.6;
  color: #125fad;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}
body.navi-open {
  overflow: hidden;
}

/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 500;
  color: #125fad;
}

.isnt-touch a:focus, .isnt-touch a:hover {
  color: #e70012;
}

/* initialize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* initialize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  width: 100%;
  height: auto;
}

/* initialize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em;
}

/* initialize: table */
/* -------------------------------------------------------------------------- */
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 400;
}

/* initialize: typography */
/* -------------------------------------------------------------------------- */
em {
  font-style: normal;
  font-weight: 400;
  color: #d1e8ff;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  font-size: 2em;
  line-height: 1.1;
}

h2 {
  font-size: 1.75em;
  line-height: 1.2;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2;
}

h4 {
  font-size: 1.25em;
  line-height: 1.3;
}

h5 {
  font-size: 1.125em;
  line-height: 1.4;
}

h6 {
  font-size: 1em;
  line-height: 1.6;
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  min-width: 10em;
  margin-bottom: 0;
  padding: 1em 2em;
  appearance: none;
  outline: none;
  border: 1px solid #125fad;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
}
.button__text {
  position: relative;
  color: #125fad;
}
.button__arrow {
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.75em) auto auto calc(100% - 2em);
  width: 1.5em;
  height: 1.5em;
}
.button__arrow::before, .button__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: #125fad;
}
.button__arrow::before {
  inset: calc(50% - 0.5px) auto auto 0;
  width: 100%;
  height: 0;
  border-width: 1px 0 0 0;
}
.button__arrow::after {
  inset: 0 auto auto 100%;
  width: 0.75em;
  height: 0.75em;
  border-width: 1px 1px 0 0;
  transform: translate(-115%, 50%) rotate(45deg);
}
.button:has(.button__arrow) {
  margin-right: 1.5em;
  padding-right: 4em;
}
.button--fill {
  background-color: #125fad;
}
.button--fill .button__text {
  color: #ffffff;
}
.button--fill .button__arrow::before {
  border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #ffffff 66.666%, #ffffff 100%) 1;
}
.button--fill .button__arrow::after {
  border-color: #ffffff;
}
.button--sec {
  background-color: #e70012;
}
.button--ter {
  background-color: #d1e8ff;
  color: #125fad;
}
.button--ter.icon::before, .button--ter.icon::after {
  color: #125fad !important;
}
.button--gray {
  background-color: #cccccc;
  color: #125fad;
}

.isnt-touch .button::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #125fad;
  transform-origin: bottom;
  transform: scaleY(0);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.isnt-touch .button__text {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.isnt-touch .button .button__arrow {
  width: 3em;
  transform: translateX(0);
  animation: button-arrow-out 0.4s linear forwards;
}
.isnt-touch .button .button__arrow::before {
  transform-origin: right;
  transform: scaleX(1);
  animation: button-arrow-before-out 0.4s linear forwards;
}
.isnt-touch .button .button__arrow::after {
  opacity: 0;
  left: 0;
  animation: button-arrow-after-out 0.4s linear forwards;
}
.isnt-touch .button.button--fill::before {
  background-color: #ffffff;
}
.isnt-touch .button.button--fill .button__arrow::before {
  border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #125fad 66.666%, #125fad 100%) 1;
  animation: button-fill-arrow-before-out 0.4s linear forwards;
}
.isnt-touch .button.button--fill .button__arrow::after {
  border-color: #ffffff;
  animation: button-fill-arrow-after-out 0.4s linear forwards;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  transform: scaleY(1);
}
.isnt-touch .button:focus .button__text, .isnt-touch .button:hover .button__text {
  color: #ffffff;
}
.isnt-touch .button:focus .button__arrow, .isnt-touch .button:hover .button__arrow {
  animation: button-arrow-hover 0.4s linear forwards;
}
.isnt-touch .button:focus .button__arrow::before, .isnt-touch .button:hover .button__arrow::before {
  animation: button-arrow-before-hover 0.4s linear forwards;
}
.isnt-touch .button:focus .button__arrow::after, .isnt-touch .button:hover .button__arrow::after {
  animation: button-arrow-after-hover 0.4s linear forwards;
}
.isnt-touch .button:focus.button--fill .button__text, .isnt-touch .button:hover.button--fill .button__text {
  color: #125fad;
}
.isnt-touch .button:focus.button--fill .button__arrow::before, .isnt-touch .button:hover.button--fill .button__arrow::before {
  animation: button-fill-arrow-before-hover 0.4s linear forwards;
}
.isnt-touch .button:focus.button--fill .button__arrow::after, .isnt-touch .button:hover.button--fill .button__arrow::after {
  animation: button-fill-arrow-after-hover 0.4s linear forwards;
}

@keyframes button-arrow-hover {
  0% {
    width: 3em;
    transform: translateX(0);
  }
  25% {
    width: 3em;
    transform: translateX(0);
  }
  75% {
    width: 1.5em;
    transform: translateX(-50%);
  }
  100% {
    width: 1.5em;
    transform: translateX(0);
  }
}
@keyframes button-arrow-out {
  0% {
    width: 1.5em;
  }
  25% {
    width: 1.5em;
  }
  75% {
    width: 3em;
  }
  100% {
    width: 3em;
  }
}
@keyframes button-arrow-before-hover {
  0% {
    transform-origin: right;
    transform: scaleX(1);
    border-color: #125fad;
  }
  25% {
    transform-origin: right;
    transform: scaleX(0);
    border-color: #125fad;
  }
  75% {
    transform-origin: left;
    transform: scaleX(0);
    border-color: #ffffff;
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
    border-color: #ffffff;
  }
}
@keyframes button-arrow-before-out {
  0% {
    transform-origin: left;
    transform: scaleX(1);
    border-color: #ffffff;
  }
  25% {
    transform-origin: left;
    transform: scaleX(0);
    border-color: #ffffff;
  }
  75% {
    transform-origin: right;
    transform: scaleX(0);
    border-color: #125fad;
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
    border-color: #125fad;
  }
}
@keyframes button-arrow-after-hover {
  0% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  25% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  75% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  100% {
    opacity: 1;
    left: 100%;
    border-color: #ffffff;
  }
}
@keyframes button-arrow-after-out {
  0% {
    opacity: 1;
    left: 100%;
    border-color: #ffffff;
  }
  25% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  75% {
    opacity: 0;
    left: 0;
    border-color: #ffffff;
  }
  100% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
}
@keyframes button-fill-arrow-before-hover {
  0% {
    transform-origin: right;
    transform: scaleX(1);
    border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
  25% {
    transform-origin: right;
    transform: scaleX(0);
    border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
  75% {
    transform-origin: left;
    transform: scaleX(0);
    border-image: linear-gradient(to right, #125fad 0%, #125fad 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
    border-image: linear-gradient(to right, #125fad 0%, #125fad 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
}
@keyframes button-fill-arrow-before-out {
  0% {
    transform-origin: left;
    transform: scaleX(1);
    border-image: linear-gradient(to right, #125fad 0%, #125fad 66.666%, #125fad 66.666%, #125fad 100%) 1;
    border-color: #125fad;
  }
  25% {
    transform-origin: left;
    transform: scaleX(0);
    border-image: linear-gradient(to right, #125fad 0%, #125fad 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
  75% {
    transform-origin: right;
    transform: scaleX(0);
    border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
    border-image: linear-gradient(to right, #ffffff 0%, #ffffff 66.666%, #125fad 66.666%, #125fad 100%) 1;
  }
}
@keyframes button-fill-arrow-after-hover {
  0% {
    opacity: 0;
    left: 0;
    border-color: #ffffff;
  }
  25% {
    opacity: 0;
    left: 0;
    border-color: #ffffff;
  }
  75% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  100% {
    opacity: 1;
    left: 100%;
    border-color: #125fad;
  }
}
@keyframes button-fill-arrow-after-out {
  0% {
    opacity: 1;
    left: 100%;
    border-color: #125fad;
  }
  25% {
    opacity: 0;
    left: 0;
    border-color: #125fad;
  }
  75% {
    opacity: 0;
    left: 0;
    border-color: #ffffff;
  }
  100% {
    opacity: 0;
    left: 0;
    border-color: #ffffff;
  }
}
/* elements: color */
/* -------------------------------------------------------------------------- */
.c-ini {
  color: #ffffff !important;
}

.c-pri {
  color: #125fad !important;
}

.c-sec {
  color: #e70012 !important;
}

.c-ter {
  color: #d1e8ff !important;
}

.c-qua {
  color: #96c0eb !important;
}

.c-qui {
  color: #639cd6 !important;
}

.c-sen {
  color: #367cc2 !important;
}

.c-sep {
  color: #3a3d43 !important;
}

.c-oct {
  color: #e5f4ff !important;
}

.c-nov {
  color: #f2f9ff !important;
}

.c-g2 {
  color: #050505 !important;
}

.c-g4 {
  color: #0a0a0a !important;
}

.c-g6 {
  color: #0f0f0f !important;
}

.c-g8 {
  color: #141414 !important;
}

.c-g10 {
  color: #1a1a1a !important;
}

.c-g12 {
  color: #1f1f1f !important;
}

.c-g14 {
  color: #242424 !important;
}

.c-g16 {
  color: #292929 !important;
}

.c-g18 {
  color: #2e2e2e !important;
}

.c-g20 {
  color: #333333 !important;
}

.c-g22 {
  color: #383838 !important;
}

.c-g24 {
  color: #3d3d3d !important;
}

.c-g26 {
  color: #424242 !important;
}

.c-g28 {
  color: #474747 !important;
}

.c-g30 {
  color: #4d4d4d !important;
}

.c-g32 {
  color: #525252 !important;
}

.c-g34 {
  color: #575757 !important;
}

.c-g36 {
  color: #5c5c5c !important;
}

.c-g38 {
  color: #616161 !important;
}

.c-g40 {
  color: #666666 !important;
}

.c-g42 {
  color: #6b6b6b !important;
}

.c-g44 {
  color: #707070 !important;
}

.c-g46 {
  color: #757575 !important;
}

.c-g48 {
  color: #7a7a7a !important;
}

.c-g50 {
  color: #808080 !important;
}

.c-g52 {
  color: #858585 !important;
}

.c-g54 {
  color: #8a8a8a !important;
}

.c-g56 {
  color: #8f8f8f !important;
}

.c-g58 {
  color: #949494 !important;
}

.c-g60 {
  color: #999999 !important;
}

.c-g62 {
  color: #9e9e9e !important;
}

.c-g64 {
  color: #a3a3a3 !important;
}

.c-g66 {
  color: #a8a8a8 !important;
}

.c-g68 {
  color: #adadad !important;
}

.c-g70 {
  color: #b3b3b3 !important;
}

.c-g72 {
  color: #b8b8b8 !important;
}

.c-g74 {
  color: #bdbdbd !important;
}

.c-g76 {
  color: #c2c2c2 !important;
}

.c-g78 {
  color: #c7c7c7 !important;
}

.c-g80 {
  color: #cccccc !important;
}

.c-g82 {
  color: #d1d1d1 !important;
}

.c-g84 {
  color: #d6d6d6 !important;
}

.c-g86 {
  color: #dbdbdb !important;
}

.c-g88 {
  color: #e0e0e0 !important;
}

.c-g90 {
  color: #e5e5e5 !important;
}

.c-g92 {
  color: #ebebeb !important;
}

.c-g94 {
  color: #f0f0f0 !important;
}

.c-g96 {
  color: #f5f5f5 !important;
}

.c-g98 {
  color: #fafafa !important;
}

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bc-ini {
  background-color: #ffffff !important;
}

.bc-pri {
  background-color: #125fad !important;
}

.bc-sec {
  background-color: #e70012 !important;
}

.bc-ter {
  background-color: #d1e8ff !important;
}

.bc-qua {
  background-color: #96c0eb !important;
}

.bc-qui {
  background-color: #639cd6 !important;
}

.bc-sen {
  background-color: #367cc2 !important;
}

.bc-sep {
  background-color: #3a3d43 !important;
}

.bc-oct {
  background-color: #e5f4ff !important;
}

.bc-nov {
  background-color: #f2f9ff !important;
}

.bc-dec {
  background-color: #f2f9ff !important;
}

.bc-g2 {
  background-color: #050505 !important;
}

.bc-g4 {
  background-color: #0a0a0a !important;
}

.bc-g6 {
  background-color: #0f0f0f !important;
}

.bc-g8 {
  background-color: #141414 !important;
}

.bc-g10 {
  background-color: #1a1a1a !important;
}

.bc-g12 {
  background-color: #1f1f1f !important;
}

.bc-g14 {
  background-color: #242424 !important;
}

.bc-g16 {
  background-color: #292929 !important;
}

.bc-g18 {
  background-color: #2e2e2e !important;
}

.bc-g20 {
  background-color: #333333 !important;
}

.bc-g22 {
  background-color: #383838 !important;
}

.bc-g24 {
  background-color: #3d3d3d !important;
}

.bc-g26 {
  background-color: #424242 !important;
}

.bc-g28 {
  background-color: #474747 !important;
}

.bc-g30 {
  background-color: #4d4d4d !important;
}

.bc-g32 {
  background-color: #525252 !important;
}

.bc-g34 {
  background-color: #575757 !important;
}

.bc-g36 {
  background-color: #5c5c5c !important;
}

.bc-g38 {
  background-color: #616161 !important;
}

.bc-g40 {
  background-color: #666666 !important;
}

.bc-g42 {
  background-color: #6b6b6b !important;
}

.bc-g44 {
  background-color: #707070 !important;
}

.bc-g46 {
  background-color: #757575 !important;
}

.bc-g48 {
  background-color: #7a7a7a !important;
}

.bc-g50 {
  background-color: #808080 !important;
}

.bc-g52 {
  background-color: #858585 !important;
}

.bc-g54 {
  background-color: #8a8a8a !important;
}

.bc-g56 {
  background-color: #8f8f8f !important;
}

.bc-g58 {
  background-color: #949494 !important;
}

.bc-g60 {
  background-color: #999999 !important;
}

.bc-g62 {
  background-color: #9e9e9e !important;
}

.bc-g64 {
  background-color: #a3a3a3 !important;
}

.bc-g66 {
  background-color: #a8a8a8 !important;
}

.bc-g68 {
  background-color: #adadad !important;
}

.bc-g70 {
  background-color: #b3b3b3 !important;
}

.bc-g72 {
  background-color: #b8b8b8 !important;
}

.bc-g74 {
  background-color: #bdbdbd !important;
}

.bc-g76 {
  background-color: #c2c2c2 !important;
}

.bc-g78 {
  background-color: #c7c7c7 !important;
}

.bc-g80 {
  background-color: #cccccc !important;
}

.bc-g82 {
  background-color: #d1d1d1 !important;
}

.bc-g84 {
  background-color: #d6d6d6 !important;
}

.bc-g86 {
  background-color: #dbdbdb !important;
}

.bc-g88 {
  background-color: #e0e0e0 !important;
}

.bc-g90 {
  background-color: #e5e5e5 !important;
}

.bc-g92 {
  background-color: #ebebeb !important;
}

.bc-g94 {
  background-color: #f0f0f0 !important;
}

.bc-g96 {
  background-color: #f5f5f5 !important;
}

.bc-g98 {
  background-color: #fafafa !important;
}

/* display */
/* -------------------------------------------------------------------------- */
.d-i-pc {
  display: inline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-pc {
    display: none;
  }
}

.d-i-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-sp {
    display: inline;
  }
}

.d-b-pc {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-pc {
    display: none;
  }
}

.d-b-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-sp {
    display: block;
  }
}

.d-flex-pc {
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-pc {
    display: none;
  }
}

.d-flex-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-sp {
    display: flex;
  }
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("./fonts/icon.eot?bfvk0i");
  src: url("./fonts/icon.eot?bfvk0i#iefix") format("embedded-opentype"), url("./fonts/icon.ttf?bfvk0i") format("truetype"), url("./fonts/icon.woff?bfvk0i") format("woff"), url("./fonts/icon.svg?bfvk0i#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon::before, .icon::after {
  display: none;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #e70012;
}
.icon::before, .icon::after {
  content: "\e900";
}
.icon[target=_blank]::before, .icon[target=_blank]::after {
  transform: rotate(-45deg);
}
.icon[data-fancybox]::before, .icon[data-fancybox]::after {
  content: "\e903";
}
.icon[href^="https://maps.app.goo.gl"]::before, .icon[href^="https://maps.app.goo.gl"]::after {
  content: "\e905";
}
.icon[href^="mailto:"]::before, .icon[href^="mailto:"]::after, .icon[href*="/contact/"]::before, .icon[href*="/contact/"]::after {
  content: "\e906";
}
.icon[href^="tel:"]::before, .icon[href^="tel:"]::after {
  content: "\e907";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://goo.gl/maps/"]::after, .icon[href^="https://www.google.com/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.icon[href$=".pdf"], .icon[href$=".xlsx"], .icon[href$=".xls"], .icon[href$=".docx"], .icon[href$=".doc"], .icon[href$=".pptx"], .icon[href$=".ppt"], .icon[href$=".txt"] {
  content: "\e904";
}
.icon--arrow::before, .icon--arrow::after {
  content: "\e900" !important;
}
.icon--direction::before, .icon--direction::after {
  content: "\e901" !important;
}
.icon--newtab::before, .icon--newtab::after {
  transform: rotate(-45deg);
}
.icon--modal::before, .icon--modal::after {
  content: "\e903" !important;
}
.icon--file::before, .icon--file::after {
  content: "\e904" !important;
}
.icon--pin::before, .icon--pin::after {
  content: "\e905" !important;
}
.icon--email::before, .icon--email::after {
  content: "\e906" !important;
}
.icon--phone::before, .icon--phone::after {
  content: "\e907" !important;
}
.icon--camera::before, .icon--camera::after {
  content: "\e908" !important;
}
.icon--comment::before, .icon--comment::after {
  content: "\e909" !important;
}
.icon--video::before, .icon--video::after {
  content: "\e90a" !important;
}
.icon--download::before, .icon--download::after {
  content: "\e90b" !important;
}
.icon--attention::before, .icon--attention::after {
  content: "\e90c" !important;
}
.icon--search::before, .icon--search::after {
  content: "\e90d" !important;
}
.icon--folder::before, .icon--folder::after {
  content: "\e90e" !important;
}
.icon--global::before, .icon--global::after {
  content: "\e90f" !important;
}
.icon--before::before {
  display: inline-block;
  margin-right: 0.5em;
}
.icon--before::after {
  content: none;
}
.icon--after::after {
  display: inline-block;
  margin-left: 0.5em;
}
.icon--after::before {
  content: none;
}
.icon--disc::before, .icon--disc::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #125fad;
  color: #ffffff;
  vertical-align: middle;
}
.icon--disc::before {
  margin-right: 1em;
}
.icon--disc::after {
  margin-left: 1em;
}
.icon--r90::before, .icon--r90::after {
  transform: rotate(90deg);
}
.icon--r180::before, .icon--r180::after {
  transform: rotate(180deg);
}
.icon--r270::before, .icon--r270::after {
  transform: rotate(270deg);
}

.isnt-touch .icon--disc::before, .isnt-touch .icon--disc::after {
  transform: scale(1);
  transition-property: background-color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.isnt-touch .icon--r90::before, .isnt-touch .icon--r90::after {
  transform: scale(1) rotate(90deg);
}
.isnt-touch .icon--r180::before, .isnt-touch .icon--r180::after {
  transform: scale(1) rotate(180deg);
}
.isnt-touch .icon--r270::before, .isnt-touch .icon--r270::after {
  transform: scale(1) rotate(270deg);
}
.isnt-touch a.icon:focus::before, .isnt-touch a.icon:focus::after, .isnt-touch a.icon:hover::before, .isnt-touch a.icon:hover::after {
  color: #e70012;
}
.isnt-touch a.icon--disc:focus::before, .isnt-touch a.icon--disc:focus::after, .isnt-touch a.icon--disc:hover::before, .isnt-touch a.icon--disc:hover::after {
  background-color: #e70012;
  transform: scale(1.1);
  color: #ffffff;
}
.isnt-touch a.icon--r90:focus::before, .isnt-touch a.icon--r90:focus::after, .isnt-touch a.icon--r90:hover::before, .isnt-touch a.icon--r90:hover::after {
  transform: scale(1.1) rotate(90deg);
}
.isnt-touch a.icon--r180:focus::before, .isnt-touch a.icon--r180:focus::after, .isnt-touch a.icon--r180:hover::before, .isnt-touch a.icon--r180:hover::after {
  transform: scale(1.1) rotate(180deg);
}
.isnt-touch a.icon--r270:focus::before, .isnt-touch a.icon--r270:focus::after, .isnt-touch a.icon--r270:hover::before, .isnt-touch a.icon--r270:hover::after {
  transform: scale(1.1) rotate(270deg);
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.4em 1em;
  border: 1px solid;
  border-radius: 10em;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.label--press {
  color: #e70012;
}
.label--info {
  color: #125fad;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #e70012;
  transform-origin: left center;
  transform: scale(0.5);
}
ul.list > li ul li::before {
  content: "○";
}

ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 2em;
}
ol.list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  color: #e70012;
}

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: 700;
}
dl.list dd {
  margin-left: 1em;
  text-indent: -1em;
}
dl.list dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #e70012;
  transform: translateY(-0.1em);
}

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo__c--blue {
  fill: #125fad;
}
.logo__c--red {
  fill: #e70012;
}

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
}
.table caption {
  margin-bottom: 0.5em;
  text-align: right;
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--va-bottom th,
.table--va-bottom td {
  vertical-align: bottom;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.125em;
}
.table--pri th,
.table--pri td {
  padding: 1em;
}
.table--pri tbody th {
  background-color: #ebebeb;
}
.table--pri tbody td {
  background-color: #f5f5f5;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #666666;
  font-weight: 500;
  color: #ffffff;
}
.table--sec {
  border-top: 1px solid #ebebeb;
}
.table--sec th,
.table--sec td {
  padding: 1.5em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th {
  border-bottom: 1px solid #ebebeb;
}
.table--sec tbody td {
  border-bottom: 1px solid #ebebeb;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #125fad;
}
.table--ter th,
.table--ter td {
  padding: 0 1em 0.5em 0;
}
.table--ter tr > * + * {
  padding-right: 0;
}
.table--border {
  border-collapse: collapse;
}
.table--border th,
.table--border td {
  border: 1px solid #e0e0e0;
}
.table--border.table--pri {
  border-spacing: 0;
}
.table--border.table--pri tbody td {
  background-color: #ffffff;
}
.table--border.table--sec th,
.table--border.table--sec td {
  padding: 1em;
  border-color: #e0e0e0;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #125fad;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  font-weight: 500;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #999999;
  color: #ffffff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}

.isnt-touch .table--striped tbody tr:hover th,
.isnt-touch .table--striped tbody tr:hover td {
  background-color: #ebebeb;
}
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) th,
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) td {
  background-color: #ebebeb;
}

.js-scrollable .table {
  width: calc(100% - 2px);
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
/* site-header */
/* -------------------------------------------------------------------------- */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 5em;
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header {
    perspective: 1000vw;
    padding: 0 5em 0 5%;
  }
}
.site-header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
.site-header__title {
  position: relative;
  margin: 0;
  font-size: 1em;
}
.site-header__title:not(.site-header__anchor) {
  display: flex;
  align-items: center;
  gap: 4.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__title:not(.site-header__anchor) {
    gap: 2.25em;
  }
}
.site-header__title__anchor {
  display: flex;
  align-items: center;
  gap: 4.5em;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__title__anchor {
    gap: 2.25em;
  }
}
.site-header__title__logo {
  width: 9em;
}
.site-header__title__text {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-style: italic;
}
.site-header__bg {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__bg {
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100lvh;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0s;
  }
  .site-header__bg::before, .site-header__bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 60%;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .site-header__bg::before {
    top: 0;
    background-color: #d1e8ff;
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    transform: translateY(-100%);
  }
  .site-header__bg::after {
    bottom: 0;
    background-color: #96c0eb;
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__navi {
    position: absolute;
    inset: 5em auto auto 0;
    width: 100vw;
    min-height: calc(100lvh - 5em);
    overflow: hidden;
    padding: 5em 13.333%;
    transform: scaleX(0);
    transition: transform 0s;
  }
}
.site-header__trigger {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__trigger {
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
    width: 5em;
    height: 5em;
    cursor: pointer;
  }
}
.site-header__trigger__base {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #125fad;
  transition: background-color 0.4s ease-out;
}
.site-header__trigger__line {
  display: block;
  position: absolute;
  left: 33.333%;
  width: 33.333%;
  height: 1px;
  background-color: #ffffff;
  transition-property: top, opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.site-header__trigger__line--pri {
  top: calc(40% - 0.5px);
}
.site-header__trigger__line--sec {
  top: calc(50% - 0.5px);
}
.site-header__trigger__line--ter {
  top: calc(60% - 0.5px);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .navi-close .site-header__bg {
    transition-delay: 1s;
  }
  .navi-close .site-header__bg::before, .navi-close .site-header__bg::after {
    transition-delay: 0s;
  }
  .navi-close .site-header__navi {
    transition-delay: 0s;
  }
  .navi-open {
    overflow: hidden;
  }
  .navi-open .site-header__bg {
    transform: scaleY(1);
  }
  .navi-open .site-header__bg::before, .navi-open .site-header__bg::after {
    transform: translateY(0);
  }
  .navi-open .site-header__navi {
    transform: scaleX(1);
  }
  .navi-open .site-header__trigger__line--pri {
    top: calc(50% - 0.5px);
    transform: rotate(-135deg);
  }
  .navi-open .site-header__trigger__line--sec {
    opacity: 0;
    transform: translateX(35%);
  }
  .navi-open .site-header__trigger__line--ter {
    top: calc(50% - 0.5px);
    transform: rotate(135deg);
  }
}
.is-scroll .site-header::before {
  transform: translateY(0);
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -27.5vw;
  padding: 12.5em 5% 5em;
  background-color: #3a3d43;
  clip-path: polygon(0 45.9%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer {
    clip-path: polygon(0 9.2%, 100% 0%, 100% 100%, 0% 100%);
    padding: 15em 5% 5em;
  }
}
.site-footer__wrapper {
  position: relative;
}
.site-footer__wrapper--pri {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper--pri {
    flex-direction: column;
    gap: 4em 0;
  }
}
.site-footer__wrapper--sec {
  margin-top: 8em;
}
.site-footer__wrapper--ter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper--ter {
    flex-direction: column;
    align-items: center;
    gap: 4em 0;
    margin-top: 4em;
  }
}
.site-footer__title {
  margin-top: 21em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__title {
    margin-top: 0;
  }
}
.site-footer__title:not(.site-footer__anchor) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}
.site-footer__title__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  text-decoration: none;
  color: #ffffff;
}
.site-footer__title__logo {
  width: 9em;
}
.site-footer__title__text {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-style: italic;
  opacity: 0.25;
}
.site-footer__sitemap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__sitemap {
    flex-wrap: wrap;
    gap: 4em 0;
  }
}
.site-footer__sitemap__group {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 12em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__sitemap__group {
    width: 50%;
    margin-top: 0 !important;
  }
}
.site-footer__sitemap__group:nth-of-type(1) {
  margin-top: 12em;
}
.site-footer__sitemap__group:nth-of-type(2) {
  margin-top: 9em;
}
.site-footer__sitemap__group:nth-of-type(3) {
  margin-top: 6em;
}
.site-footer__sitemap__group:nth-of-type(4) {
  margin-top: 3em;
}
.site-footer__sitemap__item {
  font-family: "Roboto Condensed", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__sitemap__item {
    font-size: 1.75em;
  }
}
.site-footer__sitemap__anchor {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.25;
}
.site-footer__sitemap__child {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__sitemap__child {
    font-size: 1.125em;
  }
}
.site-footer__sitemap__child__anchor {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.site-footer__notice {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__notice {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__notice__item {
    font-size: 1.125em;
  }
}
.site-footer__notice__anchor {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.site-footer__copyright {
  font-family: "Roboto Condensed", serif;
  color: #ffffff;
  opacity: 0.25;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__copyright {
    text-align: center;
  }
}
.site-footer__group-company {
  width: 9em;
}

.isnt-touch .site-footer__title__anchor:focus, .isnt-touch .site-footer__title__anchor:hover {
  color: #ffffff;
}
.isnt-touch .site-footer__title__anchor:focus .site-footer__title__text, .isnt-touch .site-footer__title__anchor:hover .site-footer__title__text {
  opacity: 1;
}
.isnt-touch .site-footer__sitemap__anchor:focus, .isnt-touch .site-footer__sitemap__anchor:hover {
  opacity: 1;
  color: #639cd6;
}
.isnt-touch .site-footer__sitemap__child__anchor:focus, .isnt-touch .site-footer__sitemap__child__anchor:hover,
.isnt-touch .site-footer__notice__anchor:focus,
.isnt-touch .site-footer__notice__anchor:hover {
  color: #639cd6;
}

/* ========================================================================== */
/* Site Menu */
/* ========================================================================== */
/* main-menu */
/* -------------------------------------------------------------------------- */
.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.main-menu__item {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item {
    opacity: 0;
    transform: translateX(-20vw);
    transition-property: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .main-menu__item:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  .main-menu__item:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  .main-menu__item:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  .main-menu__item:nth-of-type(4) {
    transition-delay: 0.7s;
  }
  .main-menu__item:nth-of-type(5) {
    transition-delay: 0.8s;
  }
  .main-menu__item:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  .main-menu__item:nth-of-type(7) {
    transition-delay: 1s;
  }
  .main-menu__item:nth-of-type(7) {
    transition-delay: 1.1s;
  }
}
.main-menu__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__anchor {
    width: 100%;
    font-size: 2em;
    line-height: 2.5;
  }
}
.main-menu__anchor__arrow {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__anchor__arrow {
    display: inline-block;
    position: absolute;
    inset: calc(50% - 0.75em) auto auto calc(100% - 2em);
    width: 1.5em;
    height: 1.5em;
  }
  .main-menu__anchor__arrow::before, .main-menu__anchor__arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-color: #125fad;
  }
  .main-menu__anchor__arrow::before {
    inset: calc(50% - 0.5px) auto auto 0;
    width: 100%;
    height: 0;
    border-width: 1px 0 0 0;
  }
  .main-menu__anchor__arrow::after {
    inset: 0 auto auto 100%;
    width: 0.75em;
    height: 0.75em;
    border-width: 1px 1px 0 0;
    transform: translate(-115%, 50%) rotate(45deg);
  }
}
.main-menu__child {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: absolute;
  top: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 1.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child {
    display: none;
  }
}
.main-menu__child__anchor {
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--contact {
    width: 100%;
    margin-top: 2.5em;
  }
}
.main-menu__item--contact .main-menu__anchor {
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--contact .main-menu__anchor {
    font-size: 1.75em;
  }
}
.main-menu__item--contact .button {
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--contact .button {
    width: 100%;
    margin-right: 0;
  }
}
.main-menu__item--comment {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--comment {
    display: block;
    margin-top: 2.5em;
    font-family: "Roboto Condensed", serif;
    font-size: 1em;
  }
}

.isnt-touch .main-menu__child {
  transform: translateY(1em);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .isnt-touch .main-menu__child {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
.isnt-touch .main-menu__item:focus .main-menu__child, .isnt-touch .main-menu__item:hover .main-menu__child {
  height: auto;
  padding: 1.5em;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .isnt-touch .main-menu__item:focus .main-menu__child, .isnt-touch .main-menu__item:hover .main-menu__child {
    padding: 0;
    transform: none;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .navi-open .main-menu__item {
    opacity: 1;
    transform: translateX(0);
  }
}
/* main-menu: active */
/* -------------------------------------------------------------------------- */
.about-page .main-menu__item--about .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background-color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .main-menu__item--about .main-menu__anchor::after {
    inset: 0.5em auto 0 -1.2em;
    width: 0.2em;
    height: calc(100% - 1em);
  }
}

.jobs-page .main-menu__item--jobs .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background-color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page .main-menu__item--jobs .main-menu__anchor::after {
    inset: 0.5em auto 0 -1.2em;
    width: 0.2em;
    height: calc(100% - 1em);
  }
}

.culture-page .main-menu__item--culture .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background-color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page .main-menu__item--culture .main-menu__anchor::after {
    inset: 0.5em auto 0 -1.2em;
    width: 0.2em;
    height: calc(100% - 1em);
  }
}

.news-page .main-menu__item--news .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background-color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .main-menu__item--news .main-menu__anchor::after {
    inset: 0.5em auto 0 -1.2em;
    width: 0.2em;
    height: calc(100% - 1em);
  }
}

.qa-page .main-menu__item--qa .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background-color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .qa-page .main-menu__item--qa .main-menu__anchor::after {
    inset: 0.5em auto 0 -1.2em;
    width: 0.2em;
    height: calc(100% - 1em);
  }
}

/* ========================================================================== */
/* Entry Navi */
/* ========================================================================== */
/* entry-navi */
/* -------------------------------------------------------------------------- */
.entry-navi {
  position: relative;
}

/* entry-banner */
/* -------------------------------------------------------------------------- */
.entry-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70vw;
  overflow: hidden;
  background-color: #125fad;
  clip-path: polygon(0 38.3%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner {
    height: 100vw;
    clip-path: polygon(0 26.7%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/* entry-banner: anchor */
/* -------------------------------------------------------------------------- */
.entry-banner__anchor {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
}
.entry-banner__anchor__pri {
  font-family: "Roboto Condensed", serif;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner__anchor__pri {
    font-size: 0.875em;
  }
}
.entry-banner__anchor__sec {
  font-family: "Roboto Condensed", serif;
  font-size: 4.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner__anchor__sec {
    font-size: 3.25em;
  }
}
.entry-banner__anchor__arrow {
  position: relative;
  width: 3em;
  height: 1.5em;
}
.entry-banner__anchor__arrow::before, .entry-banner__anchor__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: #ffffff;
}
.entry-banner__anchor__arrow::before {
  inset: calc(50% - 0.5px) auto auto 0;
  width: 100%;
  height: 0;
  border-width: 1px 0 0 0;
}
.entry-banner__anchor__arrow::after {
  inset: 0 auto auto 100%;
  width: 0.75em;
  height: 0.75em;
  border-width: 1px 1px 0 0;
  transform: translate(-115%, 50%) rotate(45deg);
}

.isnt-touch .entry-banner__anchor {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.isnt-touch .entry-banner__anchor__arrow::before {
  transform-origin: right;
  transform: scale(1);
  animation: entry-banner-anchor-arrow-before-out 0.4s linear forwards;
}
.isnt-touch .entry-banner__anchor__arrow::after {
  opacity: 0;
  left: 0;
  animation: entry-banner-anchor-arrow-after-out 0.4s linear forwards;
}
.isnt-touch .entry-banner__anchor:focus, .isnt-touch .entry-banner__anchor:hover {
  transform: scale(1.1);
  color: #ffffff;
}
.isnt-touch .entry-banner__anchor:focus .entry-banner__anchor__arrow::before, .isnt-touch .entry-banner__anchor:hover .entry-banner__anchor__arrow::before {
  animation: entry-banner-anchor-arrow-before-hover 0.4s linear forwards;
}
.isnt-touch .entry-banner__anchor:focus .entry-banner__anchor__arrow::after, .isnt-touch .entry-banner__anchor:hover .entry-banner__anchor__arrow::after {
  animation: entry-banner-anchor-arrow-after-hover 0.4s linear forwards;
}

@keyframes entry-banner-anchor-arrow-before-hover {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  25% {
    transform-origin: right;
    transform: scaleX(0);
  }
  75% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes entry-banner-anchor-arrow-before-out {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  25% {
    transform-origin: left;
    transform: scaleX(0);
  }
  75% {
    transform-origin: right;
    transform: scaleX(0);
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}
@keyframes entry-banner-anchor-arrow-after-hover {
  0% {
    opacity: 0;
    left: 0;
  }
  25% {
    opacity: 0;
    left: 0;
  }
  75% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@keyframes entry-banner-anchor-arrow-after-out {
  0% {
    opacity: 1;
    left: 100%;
  }
  25% {
    opacity: 0;
    left: 0;
  }
  75% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
/* entry-banner: content */
/* -------------------------------------------------------------------------- */
.entry-banner__content {
  gap: 1em;
  position: relative;
  text-align: center;
}
.entry-banner.iv-item .entry-banner__content {
  opacity: 0;
  transform: scale(0.5);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.entry-banner.iv-item--active .entry-banner__content {
  opacity: 1;
  transform: scale(1);
}

/* entry-banner: bg */
/* -------------------------------------------------------------------------- */
.entry-banner__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.entry-banner__bg__item {
  position: absolute;
}
.entry-banner__bg__item--pri {
  inset: -50% auto auto -50%;
  width: 200%;
  height: 100%;
  background-color: #367cc2;
}
.entry-banner__bg__item--sec {
  inset: -50% auto auto 50%;
  width: 100%;
  height: 200%;
  background-color: #d1e8ff;
}
.entry-banner__bg__item--ter {
  inset: 50% auto auto -50%;
  width: 200%;
  height: 100%;
  background-color: #96c0eb;
}
.entry-banner__bg__item--qua {
  inset: -50% auto auto -50%;
  width: 100%;
  height: 200%;
  background-color: #639cd6;
}
.entry-banner__bg__item--qui {
  inset: -50% auto auto -50%;
  width: 100%;
  height: 100%;
  background-color: #367cc2;
}
.entry-banner.iv-item .entry-banner__bg {
  transform: rotate(0deg) scale(1);
  transition: transform 1s ease-out;
}
.entry-banner.iv-item .entry-banner__bg__item {
  transform: translate(0, 0);
  transition: transform 1s ease-out;
}
.entry-banner.iv-item--active .entry-banner__bg {
  transform: rotate(-135deg) scale(1);
}
.entry-banner.iv-item--active .entry-banner__bg__item--pri {
  transform: translate(0, -12.5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner.iv-item--active .entry-banner__bg__item--pri {
    transform: translate(0, -22.5vw);
  }
}
.entry-banner.iv-item--active .entry-banner__bg__item--sec {
  transform: translate(12.5vw, 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner.iv-item--active .entry-banner__bg__item--sec {
    transform: translate(22.5vw, 0);
  }
}
.entry-banner.iv-item--active .entry-banner__bg__item--ter {
  transform: translate(0, 12.5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner.iv-item--active .entry-banner__bg__item--ter {
    transform: translate(0, 22.5vw);
  }
}
.entry-banner.iv-item--active .entry-banner__bg__item--qua {
  transform: translate(-12.5vw, 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner.iv-item--active .entry-banner__bg__item--qua {
    transform: translate(-22.5vw, 0);
  }
}
.entry-banner.iv-item--active .entry-banner__bg__item--qui {
  transform: translate(0, -12.5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner.iv-item--active .entry-banner__bg__item--qui {
    transform: translate(0, -22.5vw);
  }
}

.isnt-touch .entry-banner.is-hover .entry-banner__bg {
  transition-duration: 0.4s;
  transform: rotate(-135deg) scale(1.5);
}

/* entry-banner: deco */
/* -------------------------------------------------------------------------- */
.entry-banner__deco {
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-banner__deco {
    font-size: 0.333em;
  }
}
.entry-banner__deco--rct {
  background-image: url(./images/common/dco_rect_01.svg);
}
.entry-banner__deco--crs {
  background-image: url(./images/common/dco_cross_01.svg);
}

/* ========================================================================== */
/* Page Header */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.page-header {
  position: relative;
  padding-top: 7.64em;
  width: 100vw;
}
.page-header__title {
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 2em;
}
.page-header .multi-title {
  gap: 0.25em;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header .multi-title {
    font-size: 2em;
  }
}
.page-header .multi-title__pri {
  font-size: 300%;
}
.page-header__read {
  width: fit-content;
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.page-header__read:last-of-type {
  margin-bottom: 0;
}
.page-header__read.iv-item, .page-header__read.iv-item-once {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__read.iv-item, .page-header__read.iv-item-once {
    transform: translateX(-10vw);
  }
}
.page-header__read.iv-item--active, .page-header__read.iv-item-once--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.home-page .page-header {
  padding-top: 5em;
}

/* page-header: bg */
/* -------------------------------------------------------------------------- */
.page-header .bg-guide {
  position: absolute;
  opacity: 0.5;
  fill: green;
}
.page-header .bg-guide--pri {
  inset: 6.5em auto auto 0;
  width: 100%;
}
.page-header .bg-guide--sec {
  inset: 52.375% auto auto 0;
  width: 100%;
  transform: rotate(180deg);
}
.page-header .bg-guide--ter {
  inset: 0 auto auto 20%;
  width: 60%;
  height: 100vh;
  background-color: green;
}
.page-header .bg {
  position: absolute;
}
.page-header .bg--pri {
  inset: -69.9em auto auto 0;
  width: 100%;
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transform: translateY(0);
}
.page-header .bg--sec {
  inset: 42.5em auto auto 0;
  width: 100%;
  aspect-ratio: 8/9;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.page-header .bg--ter {
  inset: 50em auto auto 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: #e5f4ff;
  clip-path: polygon(0 26.75%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.page-header .bg--qua {
  inset: -65.6em auto auto 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 0%, 100% 73.25%, 0% 100%);
  transform: translateY(0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header .bg--qua {
    top: 0;
  }
}
.page-header .bg--qui {
  inset: 70.75% auto auto 0;
  width: 100%;
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  transform: translateY(0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header .bg--qui {
    top: 50%;
  }
}

/* ========================================================================== */
/* Page Main */
/* ========================================================================== */
.page-main {
  overflow: hidden;
}

/* ========================================================================== */
/* Common */
/* ========================================================================== */
.section-header {
  position: relative;
}
.section-header__title {
  width: fit-content;
  font-size: 3em;
}
.section-header__read {
  width: fit-content;
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.section-header__read.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-header__read.iv-item {
    transform: translateX(-10vw);
  }
}
.section-header__read.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.page-navi {
  position: relative;
}
.page-navi__wrapper {
  position: relative;
}

.sec-page .page-header__content {
  position: relative;
  padding: 6.5em 10% 0;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__trigger {
  position: relative;
  padding-right: 1.5em;
}
.accordion__trigger__icon {
  position: absolute;
  inset: 0 0 auto auto;
  min-width: 1em;
  min-height: 1em;
  transform: translateX(0);
  transition-property: background-color, transform, color;
  transition-duration: 0.2s;
}
.accordion__trigger__icon::before, .accordion__trigger__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #e70012;
  transition-property: transform, width, background-color;
  transition-duration: 0.2s;
}
.accordion__trigger__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__target {
  display: none;
}
.accordion.is-open .accordion__trigger__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.is-open .accordion__trigger__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.isnt-touch .accordion__trigger__icon::before {
  transform: translate(-50%, -50%) scaleX(1);
}
.isnt-touch .accordion__trigger__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
}
.isnt-touch .accordion__trigger:focus, .isnt-touch .accordion__trigger:hover {
  cursor: pointer;
  color: #e70012;
}
.isnt-touch .accordion__trigger:focus .accordion__trigger__icon::before, .isnt-touch .accordion__trigger:hover .accordion__trigger__icon::before {
  transform: translate(-50%, -50%) scaleX(1.5);
}
.isnt-touch .accordion__trigger:focus .accordion__trigger__icon::after, .isnt-touch .accordion__trigger:hover .accordion__trigger__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1.5);
}
.isnt-touch .accordion.is-open .accordion__trigger:focus .accordion__trigger__icon::before, .isnt-touch .accordion.is-open .accordion__trigger:hover .accordion__trigger__icon::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
}
.isnt-touch .accordion.is-open .accordion__trigger:focus .accordion__trigger__icon::after, .isnt-touch .accordion.is-open .accordion__trigger:hover .accordion__trigger__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
}

/* ========================================================================== */
/* Decoration */
/* ========================================================================== */
.deco {
  display: block;
  position: absolute;
  opacity: 0.1;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .deco {
    font-size: 0.333em;
  }
}
.deco--rct {
  background-image: url(./images/common/dco_rect_01.svg);
}
.deco--crs {
  background-image: url(./images/common/dco_cross_01.svg);
}
.deco--s {
  width: 2em;
}
.deco--m {
  width: 5.1em;
}
.deco--l {
  width: 11.7em;
}
.deco--h {
  width: 15.8em;
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.column {
  display: flex;
  margin-bottom: 0;
}
.column .column__item {
  margin-bottom: 0;
}

/* column: number and width */
/* -------------------------------------------------------------------------- */
.column--col-2 .column__item {
  width: calc(50% - 0.75em);
}
.column--col-3 .column__item {
  width: calc(33.333% - 1em);
}
.column--col-4 .column__item {
  width: calc(25% - 1.125em);
}
.column--col-5 .column__item {
  width: calc(20% - 1.2em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--sp-col-2 .column__item {
    width: calc(50% - 0.75em);
  }
}

/* column: flex-wrap */
/* -------------------------------------------------------------------------- */
.column--fw-wrap {
  flex-wrap: wrap;
}
.column--fw-nowrap {
  flex-wrap: nowrap;
}
.column--fw-wrap-reverse {
  flex-wrap: wrap-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-fw-wrap {
    flex-wrap: wrap;
  }
  .column--sp-fw-nowrap {
    flex-wrap: nowrap;
  }
  .column--sp-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

/* column: flex-direction */
/* -------------------------------------------------------------------------- */
.column--fd-row {
  flex-direction: row;
}
.column--fd-row-reverse {
  flex-direction: row-reverse;
}
.column--fd-column {
  flex-direction: column;
}
.column--fd-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-fd-row {
    flex-direction: row;
  }
  .column--sp-fd-row-reverse {
    flex-direction: row-reverse;
  }
  .column--sp-fd-column {
    flex-direction: column;
  }
  .column--sp-fd-column-reverse {
    flex-direction: column-reverse;
  }
}

/* column: justify-content */
/* -------------------------------------------------------------------------- */
.column--jc-flex-start {
  justify-content: flex-start;
}
.column--jc-center {
  justify-content: center;
}
.column--jc-flex-end {
  justify-content: flex-end;
}
.column--jc-space-around {
  justify-content: space-around;
}
.column--jc-space-between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-jc-flex-start {
    justify-content: flex-start;
  }
  .column--sp-jc-center {
    justify-content: center;
  }
  .column--sp-jc-flex-end {
    justify-content: flex-end;
  }
  .column--sp-jc-space-around {
    justify-content: space-around;
  }
  .column--sp-jc-space-between {
    justify-content: space-between;
  }
}

/* column: align-items */
/* -------------------------------------------------------------------------- */
.column--ai-baseline {
  align-items: baseline;
}
.column--ai-flex-start {
  align-items: flex-start;
}
.column--ai-center {
  align-items: center;
}
.column--ai-flex-end {
  align-items: flex-end;
}
.column--ai-stretch {
  align-items: stretch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-ai-baseline {
    align-items: baseline;
  }
  .column--sp-ai-flex-start {
    align-items: flex-start;
  }
  .column--sp-ai-center {
    align-items: center;
  }
  .column--sp-ai-flex-end {
    align-items: flex-end;
  }
  .column--sp-ai-stretch {
    align-items: stretch;
  }
}

/* column: gap */
/* -------------------------------------------------------------------------- */
.column--g-d5 {
  gap: 0.5em;
}
.column--g-1 {
  gap: 1em;
}
.column--g-1d5 {
  gap: 1.5em;
}
.column--g-2 {
  gap: 2em;
}
.column--g-2d5 {
  gap: 2.5em;
}
.column--g-3 {
  gap: 3em;
}
.column--g-3d5 {
  gap: 3.5em;
}
.column--g-4 {
  gap: 4em;
}
.column--g-3d5 {
  gap: 3.5em;
}
.column--g-5 {
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-g-d5 {
    gap: 0.5em;
  }
  .column--sp-g-1 {
    gap: 1em;
  }
  .column--sp-g-1d5 {
    gap: 1.5em;
  }
  .column--sp-g-2 {
    gap: 2em;
  }
  .column--sp-g-2d5 {
    gap: 2.5em;
  }
  .column--sp-g-3 {
    gap: 3em;
  }
  .column--sp-g-3d5 {
    gap: 3.5em;
  }
  .column--sp-g-4 {
    gap: 4em;
  }
  .column--sp-g-4d5 {
    gap: 4.5em;
  }
  .column--sp-g-5 {
    gap: 5em;
  }
}

/* ========================================================================== */
/* Content Card */
/* ========================================================================== */
.content-card__image {
  background-color: #ffffff;
  clip-path: polygon(67.2% 0, 100% 67.2%, 32.8% 100%, 0 32.8%);
}
.content-card__image img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100/54.8177;
}
.content-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
  position: relative;
  width: fit-content;
  margin: -3em auto auto calc(33.333% + 4em);
}
.content-card__title {
  margin-bottom: 0;
  font-size: 2.5em;
}
.content-card__read {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.8;
}
.content-card__link {
  padding-bottom: 1px;
  font-size: 1em;
}
.content-card.iv-item .content-card__content {
  transform: translateX(-5vw);
  transition: transform 1s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-card.iv-item .content-card__content {
    transform: translateX(-10vw);
  }
}
.content-card.iv-item .content-card__title,
.content-card.iv-item .content-card__read,
.content-card.iv-item .content-card__link {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.content-card.iv-item .content-card__read {
  transition-delay: 0.2s;
}
.content-card.iv-item .content-card__link {
  transition-delay: 0.4s;
}
.content-card.iv-item--active .content-card__content {
  transform: translateX(0);
}
.content-card.iv-item--active .content-card__title,
.content-card.iv-item--active .content-card__read,
.content-card.iv-item--active .content-card__link {
  clip-path: inset(0 0 0 0);
}

.isnt-touch .content-card__image img {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.isnt-touch .content-card__image__anchor:focus img, .isnt-touch .content-card__image__anchor:hover img {
  transform: scale(1.1);
}

/* ========================================================================== */
/* Fancybox */
/* ========================================================================== */
/* fancybox__container */
/* -------------------------------------------------------------------------- */
.fancybox__container svg:not([fill]) {
  fill: none;
}

/* ========================================================================== */
/* Flex */
/* ========================================================================== */
/* flex: default */
/* -------------------------------------------------------------------------- */
.flex {
  display: flex;
}
.flex--fd-row {
  flex-direction: row;
}
.flex--fd-row-reverse {
  flex-direction: row-reverse;
}
.flex--fd-column {
  flex-direction: column;
}
.flex--fd-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fd-row {
    flex-direction: row;
  }
  .flex--sp-fd-row-reverse {
    flex-direction: row-reverse;
  }
  .flex--sp-fd-column {
    flex-direction: column;
  }
  .flex--sp-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex--jc-flex-start {
  justify-content: flex-start;
}
.flex--jc-flex-end {
  justify-content: flex-end;
}
.flex--jc-center {
  justify-content: center;
}
.flex--jc-space-around {
  justify-content: space-around;
}
.flex--jc-space-between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-jc-flex-start {
    justify-content: flex-start;
  }
  .flex--sp-jc-flex-end {
    justify-content: flex-end;
  }
  .flex--sp-jc-center {
    justify-content: center;
  }
  .flex--sp-jc-space-around {
    justify-content: space-around;
  }
  .flex--sp-jc-space-between {
    justify-content: space-between;
  }
}
.flex--ai-flex-start {
  align-items: flex-start;
}
.flex--ai-flex-end {
  align-items: flex-end;
}
.flex--ai-center {
  align-items: center;
}
.flex--ai-stretch {
  align-items: stretch;
}
.flex--ai-baseline {
  align-items: baseline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-ai-flex-start {
    align-items: flex-start;
  }
  .flex--sp-ai-flex-end {
    align-items: flex-end;
  }
  .flex--sp-ai-center {
    align-items: center;
  }
  .flex--sp-ai-stretch {
    align-items: stretch;
  }
  .flex--sp-ai-baseline {
    align-items: baseline;
  }
}
.flex--fw-wrap {
  flex-wrap: wrap;
}
.flex--fw-nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fw-wrap {
    flex-wrap: wrap;
  }
  .flex--sp-fw-nowrap {
    flex-wrap: nowrap;
  }
}
.flex--g-0 {
  gap: 0;
}
.flex--g-d5 {
  gap: 0.5em;
}
.flex--g-1 {
  gap: 1em;
}
.flex--g-1d5 {
  gap: 1.5em;
}
.flex--g-2 {
  gap: 2em;
}
.flex--g-2d5 {
  gap: 2.5em;
}
.flex--g-3 {
  gap: 3em;
}
.flex--g-3d5 {
  gap: 3.5em;
}
.flex--g-4 {
  gap: 4em;
}
.flex--g-4d5 {
  gap: 4.5em;
}
.flex--g-5 {
  gap: 5em;
}
.flex--g-5d5 {
  gap: 5.5em;
}
.flex--g-6 {
  gap: 6em;
}
.flex--g-7d5 {
  gap: 7.5em;
}
.flex--g-8 {
  gap: 8em;
}
.flex--g-8d5 {
  gap: 8.5em;
}
.flex--g-9 {
  gap: 9em;
}
.flex--g-9d5 {
  gap: 9.5em;
}
.flex--g-10 {
  gap: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-g-0 {
    gap: 0;
  }
  .flex--sp-g-d5 {
    gap: 0.5em;
  }
  .flex--sp-g-1 {
    gap: 1em;
  }
  .flex--sp-g-1d5 {
    gap: 1.5em;
  }
  .flex--sp-g-2 {
    gap: 2em;
  }
  .flex--sp-g-2d5 {
    gap: 2.5em;
  }
  .flex--sp-g-3 {
    gap: 3em;
  }
  .flex--sp-g-3d5 {
    gap: 3.5em;
  }
  .flex--sp-g-4 {
    gap: 4em;
  }
  .flex--sp-g-4d5 {
    gap: 4.5em;
  }
  .flex--sp-g-5 {
    gap: 5em;
  }
  .flex--sp-g-5d5 {
    gap: 5.5em;
  }
  .flex--sp-g-6 {
    gap: 6em;
  }
  .flex--sp-g-7d5 {
    gap: 7.5em;
  }
  .flex--sp-g-8 {
    gap: 8em;
  }
  .flex--sp-g-8d5 {
    gap: 8.5em;
  }
  .flex--sp-g-9 {
    gap: 9em;
  }
  .flex--sp-g-9d5 {
    gap: 9.5em;
  }
  .flex--sp-g-10 {
    gap: 10;
  }
}

/* ========================================================================== */
/* Inview Cover */
/* ========================================================================== */
.iv-cover {
  position: relative;
}
.iv-cover__wrapper {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  transform: rotate(0deg) scale(1);
  transition: transform 2s ease-out, width 0s linear 1.25s;
}
.iv-cover__anchor {
  text-decoration: none;
}
.iv-cover__image {
  display: block;
  transform: scale(1.2);
  transition: transform 2s ease-out;
}
.iv-cover__item {
  position: absolute;
  transition: transform 2s ease-out;
}
.iv-cover__item--pri {
  inset: -50% auto auto -50%;
  width: 200%;
  height: 100%;
  transform-origin: top;
}
.iv-cover__item--sec {
  inset: -50% auto auto 50%;
  width: 100%;
  height: 200%;
  transform-origin: right;
}
.iv-cover__item--ter {
  inset: 50% auto auto -50%;
  width: 200%;
  height: 100%;
  transform-origin: bottom;
}
.iv-cover__item--qua {
  inset: -50% auto auto -50%;
  width: 100%;
  height: 200%;
  transform-origin: left;
}
.iv-cover__item--qui {
  inset: -50% auto auto -50%;
  width: 100%;
  height: 100%;
  transform-origin: top;
}
.iv-cover__item--pri, .iv-cover__item--ter, .iv-cover__item--qui {
  transform: scaleY(1);
}
.iv-cover__item--sec, .iv-cover__item--qua {
  transform: scaleX(1);
}
.iv-cover__wrapper--ini .iv-cover__item--pri {
  background-color: #367cc2;
}
.iv-cover__wrapper--ini .iv-cover__item--sec {
  background-color: #d1e8ff;
}
.iv-cover__wrapper--ini .iv-cover__item--ter {
  background-color: #96c0eb;
}
.iv-cover__wrapper--ini .iv-cover__item--qua {
  background-color: #639cd6;
}
.iv-cover__wrapper--ini .iv-cover__item--qui {
  background-color: #367cc2;
}
.iv-cover__wrapper--pri .iv-cover__item--pri {
  background-color: #26547c;
}
.iv-cover__wrapper--pri .iv-cover__item--sec {
  background-color: #ef476f;
}
.iv-cover__wrapper--pri .iv-cover__item--ter {
  background-color: #ffd166;
}
.iv-cover__wrapper--pri .iv-cover__item--qua {
  background-color: #06d6a0;
}
.iv-cover__wrapper--pri .iv-cover__item--qui {
  background-color: #26547c;
}
.iv-cover__wrapper--sec .iv-cover__item--pri {
  background-color: #2b2d42;
}
.iv-cover__wrapper--sec .iv-cover__item--sec {
  background-color: #8d99ae;
}
.iv-cover__wrapper--sec .iv-cover__item--ter {
  background-color: #edf2f4;
}
.iv-cover__wrapper--sec .iv-cover__item--qua {
  background-color: #ef233c;
}
.iv-cover__wrapper--sec .iv-cover__item--qui {
  background-color: #2b2d42;
}
.iv-cover__wrapper--ter .iv-cover__item--pri {
  background-color: #0d3b66;
}
.iv-cover__wrapper--ter .iv-cover__item--sec {
  background-color: #faf0ca;
}
.iv-cover__wrapper--ter .iv-cover__item--ter {
  background-color: #f4d35e;
}
.iv-cover__wrapper--ter .iv-cover__item--qua {
  background-color: #ee964b;
}
.iv-cover__wrapper--ter .iv-cover__item--qui {
  background-color: #0d3b66;
}
.iv-cover__wrapper--qua .iv-cover__item--pri {
  background-color: #1a535c;
}
.iv-cover__wrapper--qua .iv-cover__item--sec {
  background-color: #4ecdc4;
}
.iv-cover__wrapper--qua .iv-cover__item--ter {
  background-color: #f7fff7;
}
.iv-cover__wrapper--qua .iv-cover__item--qua {
  background-color: #ff6b6b;
}
.iv-cover__wrapper--qua .iv-cover__item--qui {
  background-color: #1a535c;
}
.iv-cover__wrapper--qui .iv-cover__item--pri {
  background-color: #084b83;
}
.iv-cover__wrapper--qui .iv-cover__item--sec {
  background-color: #42bfdd;
}
.iv-cover__wrapper--qui .iv-cover__item--ter {
  background-color: #bbe6e4;
}
.iv-cover__wrapper--qui .iv-cover__item--qua {
  background-color: #f0f6f6;
}
.iv-cover__wrapper--qui .iv-cover__item--qui {
  background-color: #084b83;
}
.iv-cover__wrapper--sen .iv-cover__item--pri {
  background-color: #355070;
}
.iv-cover__wrapper--sen .iv-cover__item--sec {
  background-color: #6d597a;
}
.iv-cover__wrapper--sen .iv-cover__item--ter {
  background-color: #b56576;
}
.iv-cover__wrapper--sen .iv-cover__item--qua {
  background-color: #e56b6f;
}
.iv-cover__wrapper--sen .iv-cover__item--qui {
  background-color: #355070;
}
.iv-cover__wrapper--sep .iv-cover__item--pri {
  background-color: #f79256;
}
.iv-cover__wrapper--sep .iv-cover__item--sec {
  background-color: #fbd1a2;
}
.iv-cover__wrapper--sep .iv-cover__item--ter {
  background-color: #7dcfb6;
}
.iv-cover__wrapper--sep .iv-cover__item--qua {
  background-color: #00b2ca;
}
.iv-cover__wrapper--sep .iv-cover__item--qui {
  background-color: #f79256;
}
.iv-cover__wrapper--oct .iv-cover__item--pri {
  background-color: #292f36;
}
.iv-cover__wrapper--oct .iv-cover__item--sec {
  background-color: #4ecdc4;
}
.iv-cover__wrapper--oct .iv-cover__item--ter {
  background-color: #ffffff;
}
.iv-cover__wrapper--oct .iv-cover__item--qua {
  background-color: #ff6b6b;
}
.iv-cover__wrapper--oct .iv-cover__item--qui {
  background-color: #292f36;
}
.iv-cover--active .iv-cover__wrapper {
  transform: rotate(-135deg) scale(1);
  width: 0;
}
.iv-cover--active .iv-cover__image {
  transform: scale(1);
}
.iv-cover--active .iv-cover__item--pri, .iv-cover--active .iv-cover__item--ter, .iv-cover--active .iv-cover__item--qui {
  transform: scaleY(0);
}
.iv-cover--active .iv-cover__item--sec, .iv-cover--active .iv-cover__item--qua {
  transform: scaleX(0);
}

@keyframes iv-cover-wrapper {
  0% {
    transform: rotate(0deg) scale(1);
  }
  99.999% {
    transform: rotate(-135deg) scale(1);
  }
  100% {
    transform: rotate(-135deg) scale(0);
  }
}
@keyframes iv-cover-image {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes iv-cover-y {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes iv-cover-x {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/* ========================================================================== */
/* More Contents */
/* ========================================================================== */
/* page-nav--more */
/* -------------------------------------------------------------------------- */
.page-navi--more {
  padding-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi--more {
    padding-top: 0;
  }
}

/* more-header */
/* -------------------------------------------------------------------------- */
.more-header {
  position: relative;
}
.more-header__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5em;
  position: relative;
  width: fit-content;
  margin-bottom: 0;
  margin-left: 10%;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-header__title {
    margin-left: 5%;
  }
}
.more-header__title__pri {
  position: relative;
  margin-left: 4em;
  writing-mode: vertical-rl;
  font-size: 0.75em;
}
.more-header__title__pri::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(100% + 1.5em) auto auto calc(0.5em - 0.5px);
  width: 0;
  height: 7.5em;
  border-left: 1px solid #125fad;
}
.more-header__title__line {
  width: 0;
  height: 5em;
  border-left: 1px solid #000;
}
.more-header__title__sec {
  font-size: 4em;
}
.more-header.iv-item .more-header__title__pri,
.more-header.iv-item .more-header__title__sec {
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.more-header.iv-item .more-header__title__pri {
  transform: translateY(-5vw);
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-header.iv-item .more-header__title__pri {
    transform: translateY(-10vw);
  }
}
.more-header.iv-item .more-header__title__sec {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-header.iv-item .more-header__title__sec {
    transform: translateX(-10vw);
  }
}
.more-header.iv-item--active .more-header__title__pri {
  transform: translateY(0);
  clip-path: inset(0 0 -9em 0);
}
.more-header.iv-item--active .more-header__title__sec {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* more-container */
/* -------------------------------------------------------------------------- */
.more-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
  margin-bottom: -12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container {
    margin-bottom: 0;
  }
}
.more-container__item {
  position: relative;
  z-index: 1;
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item {
    width: 50%;
    padding-bottom: 5em;
  }
}
.more-container__image {
  clip-path: polygon(0 26.75%, 100% 0, 100% 73.25%, 0 100%);
}
.more-container__image img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.more-container__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
  position: relative;
  margin-top: -1.5em;
  margin-left: 10%;
}
.more-container__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.75em;
}
.more-container__read {
  margin-bottom: 0;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__read {
    font-size: 1em;
  }
}
.more-container__link {
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__link .button {
    padding: 1em;
  }
}
.more-container__link .button:has(.button__arrow) {
  margin-right: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__link .button:has(.button__arrow) {
    padding-right: 3em;
  }
}
.more-container__active {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  inset: -1em auto auto calc(50% - 1.5em);
  width: 3em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__active {
    inset: 1em auto auto calc(20% - 1.5em);
    font-size: 0.75em;
  }
}
.more-container__active__title {
  font-family: "Roboto Condensed", serif;
  font-size: 1.25em;
}
.more-container__active__icon path {
  fill: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item {
    margin-bottom: -2.5em;
  }
}
.more-container__item:nth-of-type(2) {
  margin-top: -6.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item:nth-of-type(2) {
    margin-top: -4.5em;
  }
}
.more-container__item:nth-of-type(3) {
  margin-top: -13.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.more-container__item:nth-of-type(4) {
  margin-top: -20.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item:nth-of-type(4) {
    margin-top: -4.5em;
  }
}
.more-container__item--blank .more-container__image {
  aspect-ratio: 1;
  background-color: #d1e8ff;
}
.more-container__item.iv-item .more-container__content {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more-container__item.iv-item .more-container__content {
    transform: translateX(-10vw);
  }
}
.more-container__item.iv-item--active .more-container__content {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.isnt-touch .more-container__image img {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.isnt-touch .more-container__image__anchor:focus img, .isnt-touch .more-container__image__anchor:hover img {
  transform: scale(1.1);
}

/* more-container: active */
/* -------------------------------------------------------------------------- */
/* about-page */
/* ------------------------------------- */
.about-page.message-page .more-container__item--message .more-container__active {
  display: flex;
}

.about-page.value-page .more-container__item--value .more-container__active {
  display: flex;
}

.about-page.history-page .more-container__item--history .more-container__active {
  display: flex;
}

.about-page.message-page .more-container__item--message .more-container__active {
  display: flex;
}

/* jobs-page */
/* ------------------------------------- */
.jobs-page.job-type-page .more-container__item--job-type .more-container__active {
  display: flex;
}

.jobs-page.interview-page .more-container__item--interview .more-container__active {
  display: flex;
}

.jobs-page.project-story-page .more-container__item--project-story .more-container__active {
  display: flex;
}

/* culture-page */
/* ------------------------------------- */
.culture-page.cross-talk-page .more-container__item--cross-talk .more-container__active {
  display: flex;
}

.culture-page.system-page .more-container__item--system .more-container__active {
  display: flex;
}

.culture-page.office-tour-page .more-container__item--office-tour .more-container__active {
  display: flex;
}

/* ========================================================================== */
/* Pagenation */
/* ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0;
}
.pagination__item {
  margin-bottom: 0;
}
.pagination__anchor {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-bottom: 0;
  border-radius: 50%;
  background-color: #e5f4ff;
  text-decoration: none;
  text-align: center;
  line-height: 3;
  color: #125fad;
}
.pagination__item--active .pagination__anchor {
  background-color: #125fad;
  color: #ffffff;
}

.isnt-touch .pagination__anchor:focus, .isnt-touch .pagination__anchor:hover {
  background-color: #e70012;
  color: #ffffff;
}

/* ========================================================================== */
/* Profile */
/* ========================================================================== */
.profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.profile__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3em;
  line-height: 1.4;
}
.profile__name__en {
  font-family: "Roboto Condensed", serif;
}
.profile__name__ja {
  font-weight: 700;
  font-size: 50%;
}
/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  position: absolute;
  inset: calc(50% - 5em) 1em auto auto;
  height: 10em;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scroll-assist {
    display: none;
  }
}
.scroll-assist__title {
  height: 5em;
  writing-mode: vertical-rl;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 0.75em;
  color: #125fad;
  transform: translateX(-0.15em);
}
.scroll-assist__line {
  position: relative;
  width: 1px;
  height: 6em;
  overflow: hidden;
}
.scroll-assist__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #125fad;
  animation: scroll-assist_line 2s ease-in-out infinite;
}

@keyframes scroll-assist_line {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* ========================================================================== */
/* Short Story */
/* ========================================================================== */
.short-story {
  position: absolute;
}
.short-story__read {
  font-family: "Roboto Condensed", serif;
  font-size: 0.75em;
}
.short-story__read:last-of-type {
  margin-bottom: 0;
}
.short-story.iv-item {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.short-story.iv-item--active {
  clip-path: inset(0 0 0 0);
}

/* ========================================================================== */
/* Slide Gallery */
/* ========================================================================== */
.slide-gallery {
  position: relative;
}
.slide-gallery__wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slide-gallery__item {
    padding: 10em 0;
  }
}
.slide-gallery__image {
  position: relative;
  margin-bottom: 0;
  clip-path: polygon(0 35.75%, 100% 0, 100% 64.25%, 0 100%);
  background-color: #d1e8ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slide-gallery__image {
    clip-path: polygon(0 27.5%, 100% 0, 100% 72.5%, 0 100%);
  }
}
.slide-gallery__image img {
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slide-gallery__image img {
    aspect-ratio: 1;
  }
}
.slide-gallery__caption {
  position: absolute;
  inset: auto calc(10% + 6em) 16.8% auto;
  transform: translateY(50%);
  text-align: right;
}
.slide-gallery__button--next {
  inset: auto 10% 28% auto;
}
.slide-gallery__button--prev {
  inset: auto calc(10% + 4.5em) 28% auto;
}
.slide-gallery__pagination {
  inset: auto 10% calc(16.8% - 2em) auto;
}
.slide-gallery.iv-item .slide-gallery__wrapper {
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.slide-gallery.iv-item .slide-gallery__caption {
  transform: translateX(-5vw) translateY(50%);
  clip-path: inset(0 100% 0 0);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slide-gallery.iv-item .slide-gallery__caption {
    transform: translateX(-10vw) translateY(50%);
  }
}
.slide-gallery.iv-item .slide-gallery__button {
  transform: scale(0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.slide-gallery.iv-item .slide-gallery__pagination {
  clip-path: inset(100% 0 0 0);
  transition-property: clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.slide-gallery.iv-item--active .slide-gallery__wrapper {
  clip-path: inset(0 0 0 0);
}
.slide-gallery.iv-item--active .slide-gallery__caption {
  transform: translateX(0) translateY(50%);
  clip-path: inset(0 0 0 0);
}
.slide-gallery.iv-item--active .slide-gallery__button {
  transform: scale(1);
}
.slide-gallery.iv-item--active .slide-gallery__pagination {
  clip-path: inset(0 0 0 0);
}

/* ========================================================================== */
/* Swiper */
/* ========================================================================== */
:root {
  --swiper-theme-color: #125fad;
  --swiper-navigation-sides-offset: 1em;
  --swiper-navigation-size: 2em;
  --swiper-pagination-color: #125fad;
  --swiper-pagination-bottom: 1em;
  --swiper-pagination-bullet-size: .5em;
  --swiper-pagination-bullet-horizontal-gap: .5em;
  --swiper-pagination-bullet-vertical-gap: .5em;
  --swiper-pagination-progressbar-size: .25em;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

/* swiper-button  */
/* -------------------------------------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #125fad;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.5em;
  color: #ffffff;
}

.swiper-button-prev::after {
  transform: translateX(-0.05em);
}

.swiper-button-next::after {
  transform: translateX(0.05em);
}

.isnt-touch .swiper-button-prev,
.isnt-touch .swiper-button-next {
  transform: scale(1);
  transition: transform 0.2s;
}
.isnt-touch .swiper-button-prev:hover,
.isnt-touch .swiper-button-next:hover {
  transform: scale(1.1);
}

/* swiper-pagination  */
/* -------------------------------------------------------------------------- */
.swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2em 0;
  line-height: 1;
}

.swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: #125fad;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: transparent !important;
}
.swiper-pagination-bullet-active::before {
  background-color: #e70012;
}

.swiper-pagination-clickable .swiper-pagination-bullet::before {
  transform: scale(1);
  transition: transform 0.2s;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover::before {
  transform: scale(1.5);
}

/* swiper-pagination-fraction  */
/* -------------------------------------------------------------------------- */
.swiper-pagination-fraction {
  width: 4em;
  height: 4em;
  font-family: "Roboto Condensed", serif;
  line-height: 1;
}
.swiper-pagination-fraction::before {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto calc(50% - 0.5px) 0;
  width: 100%;
  height: 1px;
  background-color: #125fad;
  transform: rotate(-45deg) scaleX(1.3333);
}

.swiper-pagination-current {
  position: absolute;
  inset: 0 auto auto 0;
  font-size: 2em;
  color: #e70012;
}

.swiper-pagination-total {
  position: absolute;
  inset: auto 0 0 auto;
  font-size: 2em;
}

/* circle-pagination */
/* -------------------------------------------------------------------------- */
.circle-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0 !important;
  background-color: transparent;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
}
.circle-pagination__number {
  position: relative;
  color: #125fad;
}
.circle-pagination__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.circle-pagination__base-circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}
.circle-pagination__progress-circle {
  fill: none;
  stroke: #e70012;
  stroke-width: 2;
  animation: circle 5s linear forwards;
}

.isnt-touch .circle-pagination__number {
  transition: color 0.2s;
}
.isnt-touch .circle-pagination:focus .circle-pagination__number, .isnt-touch .circle-pagination:hover .circle-pagination__number {
  color: #e70012;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%, to {
    stroke-dasharray: 69 69;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__number {
  color: #e70012;
}

.circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__progress-circle {
  /* 非アクティブ時なサークルのsvgは非表示に */
  display: none;
}

/* lazy-preloader */
/* -------------------------------------------------------------------------- */
.swiper-lazy-preloader {
  display: inline-block;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
/* multi-title */
/* -------------------------------------------------------------------------- */
.multi-title {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  gap: 0.25em;
}
.multi-title__pri {
  padding-right: 0.1em;
  font-size: 150%;
}
.multi-title__sec {
  padding-right: 0.1em;
  font-size: 75%;
}
.multi-title--center {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
}
.multi-title--right {
  align-items: flex-end;
}
.multi-title--horizontal {
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}

a.multi-title {
  display: inline-flex;
  text-decoration: none;
}

.multi-title.iv-item, .multi-title.iv-item-once {
  transform: translateX(-5vw);
  transition: transform 1s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title.iv-item, .multi-title.iv-item-once {
    transform: translateX(-10vw);
  }
}
.multi-title.iv-item .multi-title__pri,
.multi-title.iv-item .multi-title__sec, .multi-title.iv-item-once .multi-title__pri,
.multi-title.iv-item-once .multi-title__sec {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.multi-title.iv-item--active, .multi-title.iv-item-once--active {
  transform: translateX(0);
}
.multi-title.iv-item--active .multi-title__pri,
.multi-title.iv-item--active .multi-title__sec, .multi-title.iv-item-once--active .multi-title__pri,
.multi-title.iv-item-once--active .multi-title__sec {
  clip-path: inset(0 0 0 0);
}

/* section-title */
/* -------------------------------------------------------------------------- */
.section-title {
  display: flex;
  align-items: center;
  gap: 0.75em;
  writing-mode: vertical-rl;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  line-height: 1;
}
.section-title__text {
  font-size: 0.75em;
}
.section-title__number {
  font-size: 125%;
  color: #e70012;
}
.section-title.iv-item, .section-title.iv-item-once {
  transform: translateY(-5vw);
  clip-path: inset(0 0 100% 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-title.iv-item, .section-title.iv-item-once {
    transform: translateY(-10vw);
  }
}
.section-title.iv-item--active, .section-title.iv-item-once--active {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* base-title */
/* -------------------------------------------------------------------------- */
.base-title {
  line-height: 1.6;
  color: #ffffff;
}
.base-title__text {
  background: linear-gradient(to bottom, #125fad 0, #125fad 100%);
}

/* icon-title */
/* -------------------------------------------------------------------------- */
.icon-title {
  position: relative;
  line-height: 1.4;
}
.icon-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  text-decoration: none;
  background-image: none;
  background-color: #e70012;
}
.icon-title--bar {
  padding-left: 0.75em;
}
.icon-title--bar::before {
  top: 0;
  left: 0;
  width: 0.25em;
  height: 1.4em;
}
.icon-title--circle {
  padding-left: 1.25em;
}
.icon-title--circle::before {
  top: 0.367em;
  left: 0;
  width: 0.666em;
  height: 0.666em;
  aspect-ratio: 1;
  border: 0.2em solid #e70012;
  border-radius: 50%;
  background-color: transparent;
}
.icon-title--circle.multi-title::before {
  top: 0.666em;
}
.icon-title--dot {
  padding-left: 1em;
}
.icon-title--dot::before {
  top: 0.65em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-image: none;
  transform: translateY(-0.075em);
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* site-wrapper */
/* -------------------------------------------------------------------------- */
.site-wrapper {
  padding-top: 5em;
}
.site-wrapper__column {
  display: flex;
  gap: 3em;
}
.site-wrapper__column__pri {
  flex: 3;
}
.site-wrapper__column__pri {
  flex: 1;
}

/* ========================================================================== */
/* Error Page */
/* ========================================================================== */
/* error-page: page-header */
/* -------------------------------------------------------------------------- */
.error-page .page-header {
  position: relative;
}
.error-page .page-header .bg {
  z-index: 1;
}
.error-page .page-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4em 10% 0;
}
.error-page .page-header__title {
  align-items: center;
  margin-bottom: 1.5em;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}
.error-container__image {
  width: 10em;
}
.error-container__read {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.25em;
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* common */
/* -------------------------------------------------------------------------- */
.home-page .page-section,
.home-page .page-navi--more {
  position: relative;
}
.home-page .page-section .bg,
.home-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.home-page .section-header {
  padding: 0 10%;
}
.home-page .section-header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 2.125em auto auto 0;
  width: 8em;
  height: 2px;
  background-color: #125fad;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .section-header::before {
    width: 2em;
  }
}
.home-page .section-header.iv-item::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}
.home-page .section-header.iv-item .multi-title {
  transform: translateX(-5vw);
  transition: transform 1s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .section-header.iv-item .multi-title {
    transform: translateX(-10vw);
  }
}
.home-page .section-header.iv-item .multi-title__pri,
.home-page .section-header.iv-item .multi-title__sec {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.home-page .section-header.iv-item--active::before {
  transform: scaleX(1);
}
.home-page .section-header.iv-item--active .multi-title {
  transform: translateX(0);
}
.home-page .section-header.iv-item--active .multi-title__pri,
.home-page .section-header.iv-item--active .multi-title__sec {
  clip-path: inset(0 0 0 0);
}

/* guide */
/* -------------------------------------------------------------------------- */
.guide {
  position: absolute;
  width: 100vw;
  height: 100vw;
}
.guide--pri {
  inset: -0.3em auto auto 0;
}
.guide--sec {
  inset: 28.325em auto auto -5.825em;
}
.guide__x, .guide__y {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.guide__x::before, .guide__x::after, .guide__y::before, .guide__y::after {
  content: "";
  display: block;
  position: absolute;
  background-color: black;
}
.guide__x::before, .guide__x::after {
  inset: calc(50% - 0.5px) auto auto -25%;
  width: 150%;
  height: 1px;
}
.guide__x::before {
  transform: rotate(-15deg);
}
.guide__x::after {
  transform: rotate(15deg);
}
.guide__y::before, .guide__y::after {
  inset: -25% auto auto calc(50% - 0.5px);
  width: 1px;
  height: 150%;
  transform: rotate(-15deg);
}
.guide__y::before {
  transform: rotate(-41.63deg);
}
.guide__y::after {
  transform: rotate(41.63deg);
}

/* home-intro-container */
/* -------------------------------------------------------------------------- */
.home-intro-container {
  position: relative;
  z-index: 1;
  padding: 5em 20% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-intro-container {
    padding: 5em 5% 0;
  }
}
.home-intro-container__title {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100vw;
  white-space: nowrap;
  font-family: "Roboto Condensed", serif;
  font-size: 10em;
  line-height: 1;
  opacity: 0.1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-intro-container__title {
    font-size: 7em;
  }
}
.home-intro-container__content {
  position: relative;
}
.home-intro-container__read {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-intro-container__read {
    font-size: 1.375em;
    letter-spacing: 0.05em;
  }
}
.home-intro-container__read:last-of-type {
  margin-bottom: 0;
}

/* home-intro-container: inview */
/* -------------------------------------------------------------------------- */
.home-intro-container__read.iv-item {
  transform: translateY(10vw);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.home-intro-container__read.iv-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.home-intro-container__read.iv-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.home-intro-container__read.iv-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.home-intro-container__read.iv-item--active {
  transform: translateY(0);
  opacity: 1;
}

/* home-intro-container: bg */
/* -------------------------------------------------------------------------- */
.home-intro-container__bg {
  display: block;
  position: absolute;
  inset: auto auto -25em 0;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 40.17%, 100% 59.83%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-intro-container__bg {
    bottom: -5em;
  }
}
.home-intro-container__bg .bg-guide {
  position: absolute;
}
.home-intro-container__bg .bg-guide--pri {
  inset: 0 auto auto 0;
  width: 100%;
  transform: scaleX(-1);
}
.home-intro-container__bg .bg-guide--sec {
  inset: auto auto 0 0;
  width: 100%;
  transform: rotate(180deg);
}

/* home-intro-container: deco */
/* -------------------------------------------------------------------------- */
.home-intro-container .deco--pri {
  inset: -17.5% auto auto 78%;
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-intro-container .deco--pri {
    top: -5em;
  }
}
.home-intro-container .deco--sec {
  inset: -5% auto auto 50%;
  width: 4em;
}
.home-intro-container .deco--ter {
  inset: 25% auto auto 46%;
  width: 2em;
}
.home-intro-container .deco--qua {
  inset: 16% auto auto 85%;
  width: 20em;
}
.home-intro-container .deco--qui {
  inset: 32% auto auto 2%;
  width: 8em;
}
.home-intro-container .deco--sen {
  inset: 60% auto auto 60%;
  width: 5em;
}
.home-intro-container .deco--sep {
  inset: 68% auto auto 32%;
  width: 7em;
}
.home-intro-container .deco--oct {
  inset: 72% auto auto 72%;
  width: 12em;
}
.home-intro-container .deco--nov {
  inset: 80% auto auto 48%;
  width: 3em;
}

/* page-header */
/* -------------------------------------------------------------------------- */
.home-page .page-header {
  padding-top: 0;
}

/* main-visual */
/* -------------------------------------------------------------------------- */
.main-visual {
  position: relative;
  padding-top: 5em;
}
.main-visual__wrapper {
  position: relative;
  width: 100vw;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__wrapper {
    width: 150vw;
    margin-left: -25vw;
  }
}
.main-visual .bg-guide {
  position: absolute;
  opacity: 0.5;
  fill: green;
}
.main-visual .bg-guide--pri {
  inset: auto auto 50% 0;
  transform: translateY(50%);
  width: 100%;
}
.main-visual .bg-guide--sec {
  inset: 52.375% auto auto 0;
  width: 100%;
  transform: rotate(180deg);
}
.main-visual__slide {
  position: absolute;
  inset: 50% auto auto 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  background-color: #3a3d43;
}
.main-visual__slide__item {
}
.main-visual__slide__item img {
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.main-visual__title {
  position: absolute;
  inset: 14.15% auto auto 25%;
  transform: rotate(-15deg) translate(0, 0);
  font-family: "Roboto Condensed", serif;
  font-size: 5em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__title {
    font-size: 2.5em;
  }
}
.main-visual__catch {
  position: absolute;
  inset: 23.4% auto auto 0;
  transform: rotate(-15deg);
  margin-bottom: 0;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 10em;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__catch {
    inset: 21% auto auto 16%;
    font-size: 4em;
  }
}
.main-visual__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.main-visual__bg__item {
  position: absolute;
}
.main-visual__bg__item--pri {
  inset: 0 auto auto 16.6%;
  width: 100%;
  width: 100%;
  aspect-ratio: 8/9;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transform: translateY(0);
}
.main-visual__bg__item--sec {
  inset: auto auto 0 -16.6%;
  width: 100%;
  aspect-ratio: 8/9;
  background-color: #e5f4ff;
  background: #f5f5f5;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.main-visual__bg__item--ter {
  inset: 32.15% auto auto 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: #ffffff;
  clip-path: polygon(0 26.75%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.main-visual__bg__item--qua {
  inset: auto auto 32.15% 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 0%, 100% 73.25%, 0% 100%);
  transform: translateY(0);
}
.main-visual__bg__item--qui {
  inset: 70.75% auto auto 0;
  width: 100%;
  opacity: 0.5;
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  transform: translateY(0);
}

/* main-visual: inview */
/* -------------------------------------------------------------------------- */
.main-visual.iv-item-once .main-visual__wrapper {
  transform: translateY(-20%);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  transition-delay: 2s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual.iv-item-once .main-visual__wrapper {
    transform: translateY(10%);
  }
}
.main-visual.iv-item-once .main-visual__slide img {
  transform: rotate(60deg) scale(1.5);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  transition-delay: 2s;
}
.main-visual.iv-item-once .main-visual__title {
  transform: rotate(-15deg) translate(5vw, 0);
  clip-path: inset(0 100% 0 0);
}
.main-visual.iv-item-once .main-visual__catch {
  transform: rotate(-15deg) translate(-5vw, 0);
  clip-path: inset(12% 100% -5% 0);
}
.main-visual.iv-item-once .main-visual__bg__item {
  transition: transform 2s cubic-bezier(0, 0.5, 0.5, 1) 2s;
}
.main-visual.iv-item-once--active .main-visual__wrapper {
  transform: translateY(0);
}
.main-visual.iv-item-once--active .main-visual__title {
  animation: main-visual-title 5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual.iv-item-once--active .main-visual__title {
    animation: main-visual-title-sp 5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  }
}
.main-visual.iv-item-once--active .main-visual__catch {
  animation: main-visual-catch 5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual.iv-item-once--active .main-visual__catch {
    animation: main-visual-catch-sp 5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
  }
}
.main-visual.iv-item-once--active .main-visual__slide img {
  transform: rotate(0deg) scale(1);
}
.main-visual.iv-item-once--active .main-visual__bg__item--pri {
  transform: translateY(-50%);
}
.main-visual.iv-item-once--active .main-visual__bg__item--sec {
  transform: translateY(50%);
}
.main-visual.iv-item-once--active .main-visual__bg__item--sec2 {
  transform: translateY(50%);
}
.main-visual.iv-item-once--active .main-visual__bg__item--ter {
  transform: translateY(21.5%);
}
.main-visual.iv-item-once--active .main-visual__bg__item--qua {
  transform: translateY(-21.5%);
}

@keyframes main-visual-title {
  0% {
    transform: rotate(-15deg) translate(0, 20.75vw);
    clip-path: inset(0 100% 0 0);
  }
  10% {
    transform: rotate(-15deg) translate(-5vw, 20.75vw);
    clip-path: inset(0 0 0 0);
  }
  30% {
    transform: rotate(-15deg) translate(-5vw, 20.75vw);
    clip-path: inset(0 0 0 0);
  }
  40% {
    transform: rotate(-15deg) translate(-80vw, 20.75vw);
    clip-path: inset(0 0 0 100%);
  }
  80% {
    transform: rotate(-15deg) translate(5vw, 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes main-visual-title-sp {
  0% {
    transform: rotate(-15deg) translate(-2.5vw, 31vw);
    clip-path: inset(0 100% 0 0);
  }
  10% {
    transform: rotate(-15deg) translate(-7.5vw, 31vw);
    clip-path: inset(0 0 0 0);
  }
  30% {
    transform: rotate(-15deg) translate(-7.5vw, 31vw);
    clip-path: inset(0 0 0 0);
  }
  40% {
    transform: rotate(-15deg) translate(-80vw, 31vw);
    clip-path: inset(0 0 0 100%);
  }
  80% {
    transform: rotate(-15deg) translate(10vw, 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes main-visual-catch {
  0% {
    transform: rotate(-15deg) translate(-10vw, 20.75vw);
    clip-path: inset(12% 100% -5% 0);
    color: #125fad;
  }
  10% {
    transform: rotate(-15deg) translate(-5vw, 20.75vw);
    clip-path: inset(12% 0 -5% 0);
    color: #125fad;
  }
  30% {
    transform: rotate(-15deg) translate(-5vw, 20.75vw);
    clip-path: inset(12% 0 -5% 0);
    color: #125fad;
  }
  40% {
    transform: rotate(-15deg) translate(10vw, 20.75vw);
    clip-path: inset(12% 0 -5% 100%);
    color: #125fad;
  }
  80% {
    transform: rotate(-15deg) translate(-5vw, 0);
    clip-path: inset(12% 100% -5% 0);
    color: #ffffff;
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
    clip-path: inset(12% 0 -5% 0);
    color: #ffffff;
  }
}
@keyframes main-visual-catch-sp {
  0% {
    transform: rotate(-15deg) translate(-17.5vw, 31vw);
    clip-path: inset(12% 100% -5% 0);
    color: #125fad;
  }
  10% {
    transform: rotate(-15deg) translate(-7.5vw, 31vw);
    clip-path: inset(12% 0 -5% 0);
    color: #125fad;
  }
  30% {
    transform: rotate(-15deg) translate(-7.5vw, 31vw);
    clip-path: inset(12% 0 -5% 0);
    color: #125fad;
  }
  40% {
    transform: rotate(-15deg) translate(2.5vw, 31vw);
    clip-path: inset(12% 0 -5% 100%);
    color: #125fad;
  }
  80% {
    transform: rotate(-15deg) translate(-10vw, 0);
    clip-path: inset(12% 100% -5% 0);
    color: #ffffff;
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
    clip-path: inset(12% 0 -5% 0);
    color: #ffffff;
  }
}
/* main-visual: short-story */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual .short-story {
    display: none;
  }
}
.main-visual .short-story--pri {
  inset: 14% 2% auto auto;
  text-align: right;
}
.main-visual .short-story--sec {
  inset: 84% auto auto 2%;
}
.main-visual.iv-item-once .short-story {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out 3s;
}
.main-visual.iv-item-once--active .short-story {
  clip-path: inset(0 0 0 0);
}

/* main-visual: deco */
/* -------------------------------------------------------------------------- */
.main-visual .deco--pri {
  inset: 40% auto auto 94%;
}
.main-visual .deco--sec {
  inset: 75% auto auto 2.5%;
}
.main-visual .deco--ter {
  inset: 85% auto auto 10%;
}
.main-visual .deco--qua {
  inset: 80% auto auto 70%;
}

/* home-about-container  */
/* -------------------------------------------------------------------------- */
.home-about-container {
  position: relative;
  width: 100%;
  height: 100em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-about-container {
    height: 140em;
  }
}
.home-about-container__item--message {
  position: absolute;
  inset: -15em auto auto 35%;
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-about-container__item--message {
    inset: -1em auto auto -15%;
    width: 140%;
  }
}
.home-about-container__item--message .home-about-container__image img {
  object-position: center 0;
}
.home-about-container__item--value {
  position: absolute;
  inset: 6.6em auto auto -10%;
  width: 60%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-about-container__item--value {
    inset: 44em auto auto -30%;
    width: 110%;
  }
}
.home-about-container__item--history {
  position: absolute;
  inset: 50em auto auto 37%;
  width: 47.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-about-container__item--history {
    inset: 80em auto auto 20%;
    width: 90%;
  }
  .home-about-container__item--history .content-card__content {
    margin: -2em 0 0 calc(33.333% + 1em);
  }
}
.home-about-container__item--numbers {
  position: absolute;
  inset: 63.6em auto auto 4.2%;
  width: 40%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-about-container__item--numbers {
    inset: 113em auto auto -10%;
    width: 80%;
  }
  .home-about-container__item--numbers .content-card__content {
    margin: -2em 0 0 calc(33.333% + 1em);
  }
}

/* about section  */
/* -------------------------------------------------------------------------- */
.home-page .page-section--about {
  padding: 10em 0 0;
}
.home-page .page-section--about .short-story {
  position: absolute;
  inset: 72em 10% auto auto;
}
.home-page .page-section--about .bg--pri {
  top: -10em;
  height: 100%;
  transform: skewY(15deg);
  background-color: #e5f4ff;
}
.home-page .page-section--about .bg--sec {
  top: 27em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--sec {
    top: 22em;
  }
}
.home-page .page-section--about .bg--ter {
  top: -90em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--ter {
    top: -32.25em;
  }
}
.home-page .page-section--about .bg--qua {
  top: 22em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--qua {
    top: 26em;
  }
}
.home-page .page-section--about .bg--qui {
  top: 49.05em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--qui {
    top: 63.875em;
  }
}
.home-page .page-section--about .bg--sen {
  top: -69.6em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: red;
}
.home-page .page-section--about .bg--sep {
  top: 72em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--sep {
    top: 88em;
    width: 200%;
  }
}
.home-page .page-section--about .bg--oct {
  top: -72em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--oct {
    bottom: -4em;
  }
}
.home-page .page-section--about .bg--nov {
  top: 21em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .bg--nov {
    bottom: -4em;
  }
}

/* home-about-container: deco */
/* -------------------------------------------------------------------------- */
.home-about-container .deco--pri {
  inset: -16% auto auto 8%;
}
.home-about-container .deco--sec {
  inset: -10% auto auto 56%;
}
.home-about-container .deco--ter {
  inset: 4% auto auto 24%;
}
.home-about-container .deco--qua {
  inset: 12% auto auto 38%;
}
.home-about-container .deco--qui {
  inset: 40% auto auto 30%;
}
.home-about-container .deco--sen {
  inset: 48% auto auto 48%;
}
.home-about-container .deco--sep {
  inset: 56% auto auto 84%;
}
.home-about-container .deco--oct {
  inset: 72% auto auto -2%;
}
.home-about-container .deco--nov {
  inset: 72% auto auto 40%;
}
.home-about-container .deco--dec {
  inset: 96% auto auto 72%;
}

/* home-jobs-container */
/* -------------------------------------------------------------------------- */
.home-jobs-container {
  position: relative;
  width: 100%;
  height: 55em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs-container {
    height: 85em;
  }
}
.home-jobs-container__item--job-type {
  position: absolute;
  inset: -20.36em auto auto 43.6%;
  width: 65%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs-container__item--job-type {
    inset: -3.5em auto auto 2.5%;
    width: 120%;
  }
}
.home-jobs-container__item--job-type .content-card__content {
  margin: -17em auto auto -7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs-container__item--job-type .content-card__content {
    margin: -2em 0 0 33.333%;
  }
}
.home-jobs-container__item--interview {
  position: absolute;
  inset: 22em auto auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs-container__item--interview {
    inset: 38em auto auto 0;
    padding-top: 7.5em;
  }
}
.home-jobs-container__item--interview .home-jobs-container__title {
  position: absolute;
  inset: 2.5em auto auto 10%;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs-container__item--interview .home-jobs-container__title {
    inset: 0 auto auto 5%;
  }
}
.home-jobs-container__item--interview .home-jobs-container__title.iv-item {
  transform: translateX(-2em);
  clip-path: inset(0 100% 0 0);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.home-jobs-container__item--interview .home-jobs-container__title.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* jobs section  */
/* -------------------------------------------------------------------------- */
.home-page .page-section--jobs {
  padding: 10em 0 0;
}
.home-page .page-section--jobs .short-story {
  position: absolute;
  inset: 28em auto auto 5%;
}
.home-page .page-section--jobs .bg--pri {
  top: 10em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
.home-page .page-section--jobs .bg--sec {
  top: -47.35em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--jobs .bg--sec {
    top: 14.325em;
    left: 2.5%;
  }
}
.home-page .page-section--jobs .bg--ter {
  top: -105.2em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #96c0eb;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.home-page .page-section--jobs .bg--qua {
  top: 49.7em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--jobs .bg--qua {
    top: 76em;
  }
}
.home-page .page-section--jobs .bg--qui {
  top: -35.5em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--jobs .bg--qui {
    top: -8em;
    left: -60%;
    width: 160%;
  }
}

/* home-jobs-container: deco */
/* -------------------------------------------------------------------------- */
.home-jobs-container .deco--pri {
  inset: 96% auto auto 72%;
}
.home-jobs-container .deco--sec {
  inset: -16% auto auto 8%;
}
.home-jobs-container .deco--ter {
  inset: -10% auto auto 56%;
}
.home-jobs-container .deco--qua {
  inset: 4% auto auto 24%;
}
.home-jobs-container .deco--qui {
  inset: 12% auto auto 38%;
}
.home-jobs-container .deco--sen {
  inset: 40% auto auto 30%;
}
.home-jobs-container .deco--sep {
  inset: 48% auto auto 48%;
}
.home-jobs-container .deco--oct {
  inset: 56% auto auto 84%;
}
.home-jobs-container .deco--nov {
  inset: 72% auto auto -2%;
}
.home-jobs-container .deco--dec {
  inset: 72% auto auto 20%;
}

/* home-culture-container */
/* -------------------------------------------------------------------------- */
.home-culture-container {
  position: relative;
  width: 100%;
  height: 85em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container {
    height: 125em;
  }
}
.home-culture-container__link {
  padding-bottom: 1px;
  font-size: 1em;
}
.home-culture-container__item--cross-talk {
  position: absolute;
  inset: -13em auto auto 20%;
  width: 95%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container__item--cross-talk {
    inset: -1.5em auto auto -20%;
    width: 140%;
  }
}
.home-culture-container__item--cross-talk .content-card__content {
  margin: -28em auto auto -10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container__item--cross-talk .content-card__content {
    margin: -3em auto auto calc(33.333% + 3em);
  }
}
.home-culture-container__item--system {
  position: absolute;
  inset: 36em auto auto 5%;
  width: 40%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container__item--system {
    width: 100%;
    inset: 42em auto auto -10%;
  }
}
.home-culture-container__item--office-tour {
  position: absolute;
  inset: 33.75em auto auto 50%;
  width: 60%;
  padding: 5em 0 12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container__item--office-tour {
    width: 110%;
    inset: 72em auto auto -5%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-culture-container__item--office-tour .content-card__content {
    margin-left: 12.5em;
  }
}

/* culture section  */
/* -------------------------------------------------------------------------- */
.home-page .page-section--culture {
  padding: 10em 0 0;
}
.home-page .page-section--culture .bg--pri {
  top: 16.44em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--culture .bg--pri {
    top: 21.075em;
  }
}
.home-page .page-section--culture .bg--sec {
  top: -103.4em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--culture .bg--sec {
    top: -33.4em;
  }
}
.home-page .page-section--culture .bg--ter {
  top: 18em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--culture .bg--ter {
    top: 21em;
    width: 200%;
  }
}
.home-page .page-section--culture .bg--qua {
  top: 65em;
  height: 100%;
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--culture .bg--qua {
    top: 68em;
  }
}
.home-page .page-section--culture .bg--qui {
  top: -88.285em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--culture .bg--qui {
    bottom: -4em;
  }
}

/* home-culture-container: deco */
/* -------------------------------------------------------------------------- */
.home-culture-container .deco--pri {
  inset: 72% auto auto 40%;
}
.home-culture-container .deco--sec {
  inset: 96% auto auto 72%;
}
.home-culture-container .deco--ter {
  inset: -16% auto auto 8%;
}
.home-culture-container .deco--qua {
  inset: -10% auto auto 56%;
}
.home-culture-container .deco--qui {
  inset: 4% auto auto 24%;
}
.home-culture-container .deco--sen {
  inset: 12% auto auto 38%;
}
.home-culture-container .deco--sep {
  inset: 40% auto auto 30%;
}
.home-culture-container .deco--oct {
  inset: 48% auto auto 48%;
}
.home-culture-container .deco--nov {
  inset: 56% auto auto 84%;
}
.home-culture-container .deco--dec {
  inset: 72% auto auto -2%;
}

/* home-qa-container */
/* -------------------------------------------------------------------------- */
.home-qa-container {
  position: relative;
}
.home-qa-container__item {
  width: 120%;
  margin: -5em auto auto 7.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-qa-container__item {
    margin: -2.5em auto auto -10%;
  }
}

/* qa section  */
/* -------------------------------------------------------------------------- */
.home-page .page-section--qa {
  width: 50%;
  margin-top: -10em;
  padding: 5em 0 12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--qa {
    width: 100%;
    margin-top: 0;
  }
}
.home-page .page-section--qa .section-header {
  padding: 0 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--qa .section-header {
    padding: 0 10%;
  }
}
.home-page .page-section--qa .bg {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--qa .bg {
    display: block;
  }
  .home-page .page-section--qa .bg--character {
    top: -8em;
    left: 60%;
    width: 12.5em;
    opacity: 0.5;
  }
  .home-page .page-section--qa .bg--pri {
    top: 10em;
    height: 100%;
    transform: skewY(-15deg);
    background-color: #ffffff;
  }
  .home-page .page-section--qa .bg--sec {
    top: -4em;
    height: auto;
    aspect-ratio: 8/9;
    transform: skewY(15deg);
    background-color: transparent;
    background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
    background-size: 1.5em 1.5em;
    background-position: 0 0, 0.75em 0.75em;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    opacity: 0.5;
  }
}

/* home-news-container: deco */
/* -------------------------------------------------------------------------- */
.home-news-container .deco--pri {
  inset: -16% auto auto 8%;
  width: 8em;
}
.home-news-container .deco--sec {
  inset: -10% auto auto 56%;
  width: 4em;
}
.home-news-container .deco--ter {
  inset: 4% auto auto 24%;
  width: 2em;
}
.home-news-container .deco--qua {
  inset: 12% auto auto 38%;
  width: 20em;
}
.home-news-container .deco--qui {
  inset: 40% auto auto 30%;
  width: 8em;
}
.home-news-container .deco--sen {
  inset: 48% auto auto 48%;
  width: 5em;
}
.home-news-container .deco--sep {
  inset: 56% auto auto 84%;
  width: 7em;
}
.home-news-container .deco--oct {
  inset: 72% auto auto -2%;
  width: 12em;
}
.home-news-container .deco--nov {
  inset: 72% auto auto 40%;
  width: 3em;
}
.home-news-container .deco--dec {
  inset: 96% auto auto 72%;
  width: 18em;
}

/* home-news-container */
/* -------------------------------------------------------------------------- */
.home-news-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0 20% 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-news-container {
    margin-bottom: 0;
    padding: 0 10%;
  }
}

/* news section  */
/* -------------------------------------------------------------------------- */
.home-page .page-section--news {
  margin-top: -10em;
  padding: 5em 0 0;
}
.home-page .page-section--news .bg--character {
  top: -35em;
  left: 70%;
  width: 25em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--news .bg--character {
    display: none;
  }
}
.home-page .page-section--news .bg--pri {
  top: 5em;
  height: calc(100% + 10em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
.home-page .page-section--news .bg--sec {
  top: -90em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.home-page .page-section--news .bg--ter {
  top: 36em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}

/* home-news-container: deco */
/* -------------------------------------------------------------------------- */
.home-news-container .deco--pri {
  inset: 96% auto auto -2%;
}
.home-news-container .deco--sec {
  inset: 120% auto auto 40%;
}
.home-news-container .deco--ter {
  inset: 160% auto auto 72%;
}
.home-news-container .deco--qua {
  inset: -24% auto auto 8%;
}
.home-news-container .deco--qui {
  inset: -15% auto auto 56%;
}
.home-news-container .deco--sen {
  inset: 4% auto auto 24%;
}
.home-news-container .deco--sep {
  inset: 12% auto auto 38%;
}
.home-news-container .deco--oct {
  inset: 200% auto auto 30%;
}
.home-news-container .deco--nov {
  inset: 48% auto auto 48%;
}
.home-news-container .deco--dec {
  inset: 72% auto auto 84%;
}

/* ========================================================================== */
/* About Page */
/* ========================================================================== */
/* sec-page: page-section--index */
/* -------------------------------------------------------------------------- */
.about-page.sec-page .page-header__content {
  position: relative;
  padding: 6.5em 10% 0;
}
.about-page.sec-page .page-section {
  position: relative;
}
.about-page.sec-page .more-container {
  margin-top: -2em;
}
.about-page.sec-page .more-container__image {
  clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
}
.about-page.sec-page .more-container__image img {
  aspect-ratio: 2/3;
}
.about-page.sec-page .more-container__title.multi-title .multi-title__pri {
  font-size: 200%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page.sec-page .more-container__title.multi-title .multi-title__pri {
    font-size: 150%;
  }
}
.about-page.sec-page .more-container__item--numbers .more-container__image {
  background-color: #ffffff;
}
.about-page.sec-page .page-section--index .deco--pri {
  inset: 4% auto auto -4%;
}
.about-page.sec-page .page-section--index .deco--sec {
  inset: 2% auto auto 50%;
}
.about-page.sec-page .page-section--index .deco--ter {
  inset: -20% auto auto 32%;
}
.about-page.sec-page .page-section--index .deco--qua {
  inset: 60% auto auto 88%;
}
.about-page.sec-page .page-section--index .deco--qui {
  inset: 26% auto auto 18%;
}
.about-page.sec-page .page-section--index .deco--sen {
  inset: 72% auto auto 64%;
}
.about-page.sec-page .page-section--index .deco--sep {
  inset: 64% auto auto 38%;
}
.about-page.sec-page .page-section--index .deco--oct {
  inset: 100% auto auto 30%;
}
.about-page.sec-page .page-section--index .deco--nov {
  inset: 80% auto auto 24%;
}
.about-page.sec-page .page-section--index .deco--dec {
  inset: 120% auto auto 12%;
}

/* ========================================================================== */
/* About Page: Message Page */
/* ========================================================================== */
/* message-container */
/* -------------------------------------------------------------------------- */
.message-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-container {
    flex-direction: column;
    gap: 1.5em;
  }
}
.message-container__content {
  flex: 1;
}
.message-container__title {
  width: fit-content;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-container__title {
    font-size: 2em;
  }
}
.message-container__title.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-container__title.iv-item {
    transform: translateX(-10vw);
  }
}
.message-container__title.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.message-container__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.message-container__read:last-of-type {
  margin-bottom: 0;
}
.message-container__read.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-container__read.iv-item {
    transform: translateX(-10vw);
  }
}
.message-container__read.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.message-container__image {
  width: 30%;
  clip-path: polygon(0 0, 100% 20.1%, 100% 79.9%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-container__image {
    width: 66.666%;
  }
}
.message-container__image img {
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
}
/* message-page: page-header */
/* -------------------------------------------------------------------------- */
.message-page .page-header {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-header {
    flex-direction: column-reverse;
    padding-bottom: 8em;
  }
}
.message-page .page-header__image {
  width: 50%;
  clip-path: polygon(0 20.1%, 100% 0, 100% 100%, 0 79.9%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-header__image {
    position: absolute;
    inset: 24.25em auto auto 0;
    width: 100%;
    clip-path: polygon(0 27.2%, 100% 0, 100% 100%, 0 72.8%);
  }
}
.message-page .page-header__image img {
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-header__image img {
    aspect-ratio: 1;
  }
}
.message-page .page-header__content {
  position: relative;
  width: 50%;
  padding: 6.5em 5% 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-header__content {
    width: 100%;
    padding-left: 5%;
  }
}
.message-page .page-header__catch {
  width: fit-content;
  font-weight: 700;
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-header__catch {
    margin-top: 10em;
    font-size: 2.5em;
  }
  .message-page .page-header__catch__text {
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
  }
}
.message-page .page-header__catch.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.message-page .page-header__catch.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.message-page .page-header__profile {
  width: fit-content;
}
.message-page .page-header__profile.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.message-page .page-header__profile.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* message-page: page-section */
/* -------------------------------------------------------------------------- */
.message-page .page-section {
  position: relative;
  padding: 5em 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section {
    padding-bottom: 0;
  }
}
.message-page .page-section .section-title {
  position: absolute;
  top: 5em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-1 .message-container__image {
    transform: translateX(-10vw);
  }
}
.message-page .page-section--message-2 .message-container {
  flex-direction: row;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-2 .message-container {
    flex-direction: column;
  }
}
.message-page .page-section--message-2 .message-container__image {
  clip-path: polygon(0 20.1%, 100% 0, 100% 100%, 0 79.9%);
  transform-origin: right center;
  transform: translateX(10vw) scale(1.4);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-2 .message-container__image {
    margin-left: auto;
    transform: translateX(10vw) scale(1.25);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-3 {
    padding-bottom: 5em;
  }
}

/* message-page: background  */
/* -------------------------------------------------------------------------- */
.message-page .page-section .bg,
.message-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.message-page .page-section--message-1 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-1 .bg--pri {
    top: -10em;
    height: calc(100% + 10em);
  }
}
.message-page .page-section--message-1 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: #ffffff;
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-1 .bg--sec {
    top: -15em;
  }
}
.message-page .page-section--message-2 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-2 .bg--pri {
    top: -10em;
    height: calc(100% + 10em);
  }
}
.message-page .page-section--message-2 .bg--sec {
  top: -90em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-2 .bg--sec {
    top: -5em;
  }
}
.message-page .page-section--message-3 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-3 .bg--pri {
    top: -10em;
    height: calc(100% + 20em);
  }
}
.message-page .page-section--message-3 .bg--sec {
  bottom: -40em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-section--message-3 .bg--sec {
    bottom: 0;
  }
}
.message-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.message-page .page-navi--more .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* message-page: deco */
/* -------------------------------------------------------------------------- */
.message-page .page-header .deco--pri {
  inset: 32% auto auto 82%;
}
.message-page .page-header .deco--ter {
  inset: 48% auto auto 30%;
}
.message-page .page-header .deco--qua {
  inset: 56% auto auto 60%;
}
.message-page .page-header .deco--qui {
  inset: 60% auto auto -2%;
}
.message-page .page-header .deco--sen {
  inset: 70% auto auto 40%;
}
.message-page .page-header .deco--sep {
  inset: 76% auto auto 64%;
}
.message-page .page-header .deco--oct {
  inset: 80% auto auto 26%;
}
.message-page .page-header .deco--nov {
  inset: 92% auto auto 56%;
}
.message-page .page-header .deco--dec {
  inset: 112% auto auto 90%;
}
.message-page .page-section--message-1 .deco--pri {
  inset: 0% auto auto 80%;
}
.message-page .page-section--message-1 .deco--sec {
  inset: 0% auto auto -4%;
}
.message-page .page-section--message-1 .deco--ter {
  inset: 24% auto auto 32%;
}
.message-page .page-section--message-1 .deco--qua {
  inset: 32% auto auto 60%;
}
.message-page .page-section--message-1 .deco--qui {
  inset: 40% auto auto -2%;
}
.message-page .page-section--message-1 .deco--sen {
  inset: 44% auto auto 36%;
}
.message-page .page-section--message-1 .deco--sep {
  inset: 56% auto auto 88%;
}
.message-page .page-section--message-1 .deco--oct {
  inset: 68% auto auto 40%;
}
.message-page .page-section--message-1 .deco--nov {
  inset: 76% auto auto 28%;
}
.message-page .page-section--message-1 .deco--dec {
  inset: 96% auto auto 2%;
}
.message-page .page-section--message-2 .deco--pri {
  inset: 0% auto auto 64%;
}
.message-page .page-section--message-2 .deco--sec {
  inset: 8% auto auto 88%;
}
.message-page .page-section--message-2 .deco--ter {
  inset: 24% auto auto 28%;
}
.message-page .page-section--message-2 .deco--qua {
  inset: 36% auto auto 60%;
}
.message-page .page-section--message-2 .deco--qui {
  inset: 48% auto auto -4%;
}
.message-page .page-section--message-2 .deco--sen {
  inset: 52% auto auto 36%;
}
.message-page .page-section--message-2 .deco--sep {
  inset: 56% auto auto 62%;
}
.message-page .page-section--message-2 .deco--oct {
  inset: 78% auto auto 64%;
}
.message-page .page-section--message-2 .deco--nov {
  inset: 72% auto auto 6%;
}
.message-page .page-section--message-2 .deco--dec {
  inset: 112% auto auto 80%;
}
.message-page .page-section--message-3 .deco--pri {
  inset: 0% auto auto 72%;
}
.message-page .page-section--message-3 .deco--sec {
  inset: 0% auto auto -4%;
}
.message-page .page-section--message-3 .deco--ter {
  inset: 24% auto auto 26%;
}
.message-page .page-section--message-3 .deco--qua {
  inset: 36% auto auto 64%;
}
.message-page .page-section--message-3 .deco--qui {
  inset: 48% auto auto 2%;
}
.message-page .page-section--message-3 .deco--sen {
  inset: 66% auto auto 35%;
}
.message-page .page-section--message-3 .deco--sep {
  inset: 78% auto auto 92%;
}
.message-page .page-section--message-3 .deco--oct {
  inset: 96% auto auto 40%;
}
.message-page .page-section--message-3 .deco--nov {
  inset: 112% auto auto 28%;
}
.message-page .page-section--message-3 .deco--dec {
  inset: 128% auto auto 2%;
}

/* ========================================================================== */
/* About Page: Value Page */
/* ========================================================================== */
/* value-container */
/* -------------------------------------------------------------------------- */
.value-container {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
.value-container__content {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__content {
    width: 100%;
  }
}
.value-container__title {
  width: fit-content;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-family: "Roboto Condensed", serif;
  font-size: 10.75em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__title {
    font-size: 7em;
  }
}
.value-container__title.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__title.iv-item {
    transform: translateX(-10vw);
  }
}
.value-container__title.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.value-container__read {
  text-align: justify;
  font-size: 1.5em;
  line-height: 2.4;
}
.value-container__read:last-of-type {
  margin-bottom: 0;
}
.value-container__read.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__read.iv-item {
    transform: translateX(-10vw);
  }
}
.value-container__read.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.value-container__link {
  width: fit-content;
  margin-top: 7.5em;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__link {
    margin-top: 5em;
  }
}
.value-container__link__title {
  margin-bottom: 0.5em;
  font-family: "Roboto Condensed", serif;
  font-size: 2.5em;
}
.value-container__link__anchor {
  font-size: 1.25em;
}
.value-container__link.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__link.iv-item {
    transform: translateX(-10vw);
  }
}
.value-container__link.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image {
    position: relative;
    width: 100%;
    aspect-ratio: 2/3;
    margin-bottom: 3em;
  }
}
.value-container__image__item {
  position: absolute;
}
.value-container__image__item img {
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item img {
    aspect-ratio: 1;
  }
}
.value-container__image__item--pri {
  inset: -27.5em 2.75% auto auto;
  width: 15em;
  clip-path: polygon(0 20.1%, 100% 0, 100% 100%, 0 79.9%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--pri {
    inset: 0 -5% auto auto;
    width: 10em;
  }
}
.value-container__image__item--sec {
  inset: -22.5em 27.5% auto auto;
  width: 22.5em;
  clip-path: polygon(0 0, 100% 20.1%, 100% 79.9%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--sec {
    inset: 2em 57.5% auto auto;
    width: 15em;
  }
}
.value-container__image__item--ter {
  inset: -7.5em 20% auto auto;
  width: 12.5em;
  clip-path: polygon(0 0, 100% 20.1%, 100% 79.9%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--ter {
    inset: 8em 35% auto auto;
    width: 8.325em;
  }
}
.value-container__image__item--qua {
  inset: 5em 0 auto auto;
  width: 22.5em;
  clip-path: polygon(0 20.1%, 100% 0, 100% 100%, 0 79.9%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--qua {
    inset: 13.5em -12.5% auto auto;
    width: 15em;
  }
}
.value-container__image__item--qui {
  inset: 22.5em 27.5% auto auto;
  width: 15em;
  clip-path: polygon(0 0, 100% 20.1%, 100% 79.9%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--qui {
    inset: 20em 62.5% auto auto;
    width: 10em;
  }
}
.value-container__image__item--sen {
  inset: 40em 10% auto auto;
  width: 20em;
  clip-path: polygon(0 20.1%, 100% 0, 100% 100%, 0 79.9%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-container__image__item--sen {
    inset: 27.5em 25% auto auto;
    width: 12.5em;
  }
}

/* value-page: page-header */
/* -------------------------------------------------------------------------- */
.value-page .page-header {
  position: relative;
}
.value-page .page-header .bg {
  z-index: 1;
}
.value-page .page-header__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6.5em 10% 0;
}

/* value-page: page-section */
/* -------------------------------------------------------------------------- */
.value-page .page-section {
  position: relative;
  padding: 7.5em 0;
}
.value-page .page-section .section-title {
  position: absolute;
  top: 8.75em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}

/* value-page: background  */
/* -------------------------------------------------------------------------- */
.value-page .page-section .bg,
.value-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.value-page .page-section--value .bg--pri {
  top: -14em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-section--value .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.value-page .page-section--value .bg--sec {
  top: -60em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-section--value .bg--sec {
    top: -20em;
  }
}
.value-page .page-section--value .bg--ter {
  bottom: -50em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-section--value .bg--ter {
    bottom: -16em;
  }
}
.value-page .page-navi--more .bg--pri {
  top: -2.5em;
  height: calc(100% + 35em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.value-page .page-navi--more .bg--sec {
  top: -109.275em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparetn;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* value-page: deco */
/* -------------------------------------------------------------------------- */
.value-page .page-section--value .deco--pri {
  inset: 10% auto auto 24%;
}
.value-page .page-section--value .deco--sec {
  inset: 20% auto auto 4%;
}
.value-page .page-section--value .deco--ter {
  inset: 24% auto auto 76%;
}
.value-page .page-section--value .deco--qua {
  inset: 32% auto auto 50%;
}
.value-page .page-section--value .deco--qui {
  inset: 40% auto auto 16%;
}
.value-page .page-section--value .deco--sen {
  inset: 56% auto auto 76%;
}
.value-page .page-section--value .deco--sep {
  inset: 76% auto auto 60%;
}
.value-page .page-section--value .deco--oct {
  inset: 88% auto auto 36%;
}
.value-page .page-section--value .deco--nov {
  inset: 96% auto auto 32%;
}
.value-page .page-section--value .deco--dec {
  inset: 112% auto auto -2%;
}

/* ========================================================================== */
/* About Page: History Page */
/* ========================================================================== */
/* history-category */
/* -------------------------------------------------------------------------- */
.history-category {
  display: flex;
  position: relative;
  justify-content: space-around;
  z-index: 1;
  margin-bottom: 5em;
}
.history-category__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-category__item {
    font-size: 0.75em;
  }
}
.history-category__item--pri {
  background-color: #125fad;
}
.history-category__item--sec {
  background-color: #e70012;
}
.history-category__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 2em;
  line-height: 1.2;
}
.history-category__title__pri {
  font-size: 125%;
}
.history-category__title__sec {
  font-size: 75%;
}
.history-category.iv-item .history-category__item {
  opacity: 0;
  transitio-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.history-category.iv-item .history-category__item--pri {
  transform: scale(1.5) translate(-50%, -50%);
}
.history-category.iv-item .history-category__item--sec {
  transform: scale(1.5) translate(50%, 50%);
}
.history-category.iv-item--active .history-category__item {
  transform: scale(1);
  opacity: 1;
}

/* history-container */
/* -------------------------------------------------------------------------- */
.history-container {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  position: relative;
  z-index: 1;
  padding-bottom: 7.5em;
}
.history-container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 5em auto auto calc(50% - 1px);
  width: 2px;
  height: calc(100% - 5em);
  background-color: #125fad;
  opacity: 0.5;
}
.history-container__title {
  margin-bottom: 1em;
  font-family: "Roboto Condensed", serif;
  text-align: center;
  font-size: 5em;
  line-height: 1;
}
.history-container__title.iv-item {
  transform: scale(2);
  opacity: 0;
  transitio-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.history-container__title.iv-item--active {
  transform: scale(1);
  opacity: 1;
}
.history-container__item {
  position: relative;
  width: calc(50% + 4em);
  padding: 2em;
  background-color: #e5f4ff;
  border-left: 0.2em solid;
  transform: skewX(-15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item {
    width: 110%;
  }
}
.history-container__item__year {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 4em;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 2em;
  line-height: 1;
  transform: skewX(15deg);
}
.history-container__item__event {
  font-size: 1.25em;
  transform: skewX(15deg);
}
.history-container__item__anchor {
  display: inline-block;
  text-decoration: none;
}
.history-container__item__anchor.icon--before::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: calc(50% - 1.5em) -3.5em auto auto;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #e70012;
  margin: 0;
  font-size: 0.75em;
  color: #ffffff !important;
}
.history-container__item--pri {
  border-color: #125fad;
  padding-right: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item--pri {
    margin-left: -5%;
    padding-right: 2em;
    padding-left: 8em;
  }
}
.history-container__item--pri .history-container__item__year {
  right: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item--pri .history-container__item__year {
    left: 0;
  }
}
.history-container__item--pri.iv-item {
  transform: skewX(-15deg) translateX(5vw);
  clip-path: inset(0 0 0 100%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item--pri.iv-item {
    transform: skewX(-15deg) translateX(25vw);
  }
}
.history-container__item--pri.iv-item--active {
  transform: skewX(-15deg) translateX(0);
  clip-path: inset(0 0 0 0);
}
.history-container__item--sec {
  border-color: #e70012;
  margin-left: auto;
  padding-left: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item--sec {
    margin-left: -5%;
  }
}
.history-container__item--sec .history-container__item__year {
  left: 0;
  color: #e70012;
}
.history-container__item--sec.iv-item {
  transform: skewX(-15deg) translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item--sec.iv-item {
    transform: skewX(-15deg) translateX(-25vw);
  }
}
.history-container__item--sec.iv-item--active {
  transform: skewX(-15deg) translateX(0);
  clip-path: inset(0 0 0 0);
}

.isnt-touch .history-container__item__anchor.icon--before::before {
  transform: scale(1);
  transition: transform 0.2s;
}
.isnt-touch .history-container__item__anchor[target=_blank].icon--before::before {
  transform: scale(1) rotate(-45deg);
}
.isnt-touch .history-container__item__anchor:focus.icon--before::before, .isnt-touch .history-container__item__anchor:hover.icon--before::before {
  transform: scale(1.1);
}
.isnt-touch .history-container__item__anchor:focus[target=_blank].icon--before::before, .isnt-touch .history-container__item__anchor:hover[target=_blank].icon--before::before {
  transform: scale(1.1) rotate(-45deg);
}

/* history-page: page-header */
/* -------------------------------------------------------------------------- */
.history-page .page-header {
  position: relative;
  padding-bottom: 5em;
}
.history-page .page-header .bg {
  z-index: 1;
}
.history-page .page-header__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6.5em 10% 0;
}

/* history-page: page-section */
/* -------------------------------------------------------------------------- */
.history-page .page-section {
  position: relative;
  padding: 0 10%;
}
.history-page .page-section .section-title {
  position: absolute;
  top: 0;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}
.history-page .page-section--history-1980 .section-title {
  top: 20.5em;
}
.history-page .page-section--history-1990 .history-container__item, .history-page .page-section--history-2010 .history-container__item {
  background-color: #ffffff;
}
.history-page .page-section:last-of-type {
  padding-bottom: 10em;
}
.history-page .page-section:last-of-type .history-container::before {
  height: calc(100% - 15em);
}

/* history-page: background  */
/* -------------------------------------------------------------------------- */
.history-page .page-section .bg,
.history-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.history-page .page-section--history-1980 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-1980 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.history-page .page-section--history-1980 .bg--sec {
  top: -66em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-1980 .bg--sec {
    top: -15em;
  }
}
.history-page .page-section--history-1990 .bg--pri {
  top: -2em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-1990 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.history-page .page-section--history-1990 .bg--sec {
  bottom: -40em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-1990 .bg--sec {
    bottom: -4em;
  }
}
.history-page .page-section--history-2000 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2000 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.history-page .page-section--history-2000 .bg--sec {
  top: -96em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2000 .bg--sec {
    top: -24em;
  }
}
.history-page .page-section--history-2000 .bg--ter {
  bottom: -15em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2000 .bg--ter {
    bottom: -20em;
  }
}
.history-page .page-section--history-2010 .bg--pri {
  top: -2em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2010 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.history-page .page-section--history-2010 .bg--sec {
  top: -65.5em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2010 .bg--sec {
    top: -28em;
  }
}
.history-page .page-section--history-2020 .bg--pri {
  top: -2em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2020 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.history-page .page-section--history-2020 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2020 .bg--sec {
    top: -15em;
  }
}
.history-page .page-section--history-2020 .bg--ter {
  bottom: -50em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-section--history-2020 .bg--ter {
    bottom: -5em;
  }
}
.history-page .page-navi--more .bg--pri {
  top: -2.5em;
  height: calc(100% + 35em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.history-page .page-navi--more .bg--sec {
  top: -109.275em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparetn;
  background-image: radial-gradient(#125fad 25%, transparent 25%), radial-gradient(#125fad 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* history-page: deco */
/* -------------------------------------------------------------------------- */
.history-page .page-section--history-1980 .deco--pri {
  inset: -16% auto auto 56%;
}
.history-page .page-section--history-1980 .deco--sec {
  inset: -10% auto auto 70%;
}
.history-page .page-section--history-1980 .deco--ter {
  inset: 24% auto auto 32%;
}
.history-page .page-section--history-1980 .deco--qua {
  inset: 32% auto auto 60%;
}
.history-page .page-section--history-1980 .deco--qui {
  inset: 40% auto auto -2%;
}
.history-page .page-section--history-1980 .deco--sen {
  inset: 44% auto auto 40%;
}
.history-page .page-section--history-1980 .deco--sep {
  inset: 56% auto auto 64%;
}
.history-page .page-section--history-1980 .deco--oct {
  inset: 60% auto auto 76%;
}
.history-page .page-section--history-1980 .deco--nov {
  inset: 76% auto auto 28%;
}
.history-page .page-section--history-1980 .deco--dec {
  inset: 96% auto auto 66%;
}
.history-page .page-section--history-1990 .deco--pri {
  inset: 0 auto auto 34%;
}
.history-page .page-section--history-1990 .deco--sec {
  inset: 4% auto auto 4%;
}
.history-page .page-section--history-1990 .deco--ter {
  inset: 12% auto auto 90%;
}
.history-page .page-section--history-1990 .deco--qua {
  inset: 22% auto auto 60%;
}
.history-page .page-section--history-1990 .deco--qui {
  inset: 36% auto auto 8%;
}
.history-page .page-section--history-1990 .deco--sen {
  inset: 44% auto auto 30%;
}
.history-page .page-section--history-1990 .deco--sep {
  inset: 58% auto auto 64%;
}
.history-page .page-section--history-1990 .deco--oct {
  inset: 64% auto auto 76%;
}
.history-page .page-section--history-1990 .deco--nov {
  inset: 72% auto auto 28%;
}
.history-page .page-section--history-1990 .deco--dec {
  inset: 80% auto auto 30%;
}
.history-page .page-section--history-2000 .deco--pri {
  inset: 10% auto auto 8%;
}
.history-page .page-section--history-2000 .deco--sec {
  inset: 16% auto auto 86%;
}
.history-page .page-section--history-2000 .deco--ter {
  inset: 24% auto auto 20%;
}
.history-page .page-section--history-2000 .deco--qua {
  inset: 32% auto auto 10%;
}
.history-page .page-section--history-2000 .deco--qui {
  inset: 48% auto auto 36%;
}
.history-page .page-section--history-2000 .deco--sen {
  inset: 56% auto auto 40%;
}
.history-page .page-section--history-2000 .deco--sep {
  inset: 64% auto auto 64%;
}
.history-page .page-section--history-2000 .deco--oct {
  inset: 72% auto auto 6%;
}
.history-page .page-section--history-2000 .deco--nov {
  inset: 80% auto auto 28%;
}
.history-page .page-section--history-2000 .deco--dec {
  inset: 96% auto auto 88%;
}
.history-page .page-section--history-2010 .deco--pri {
  inset: 8% auto auto 78%;
}
.history-page .page-section--history-2010 .deco--sec {
  inset: 10% auto auto 8%;
}
.history-page .page-section--history-2010 .deco--ter {
  inset: 24% auto auto 32%;
}
.history-page .page-section--history-2010 .deco--qua {
  inset: 32% auto auto 60%;
}
.history-page .page-section--history-2010 .deco--qui {
  inset: 40% auto auto -2%;
}
.history-page .page-section--history-2010 .deco--sen {
  inset: 44% auto auto 40%;
}
.history-page .page-section--history-2010 .deco--sep {
  inset: 56% auto auto 64%;
}
.history-page .page-section--history-2010 .deco--oct {
  inset: 60% auto auto 16%;
}
.history-page .page-section--history-2010 .deco--nov {
  inset: 76% auto auto 88%;
}
.history-page .page-section--history-2010 .deco--dec {
  inset: 96% auto auto 24%;
}
.history-page .page-section--history-2020 .deco--pri {
  inset: -16% auto auto 56%;
}
.history-page .page-section--history-2020 .deco--sec {
  inset: -10% auto auto 70%;
}
.history-page .page-section--history-2020 .deco--ter {
  inset: 24% auto auto 32%;
}
.history-page .page-section--history-2020 .deco--qua {
  inset: 32% auto auto 60%;
}
.history-page .page-section--history-2020 .deco--qui {
  inset: 40% auto auto -2%;
}
.history-page .page-section--history-2020 .deco--sen {
  inset: 44% auto auto 40%;
}
.history-page .page-section--history-2020 .deco--sep {
  inset: 56% auto auto 64%;
}
.history-page .page-section--history-2020 .deco--oct {
  inset: 60% auto auto 76%;
}
.history-page .page-section--history-2020 .deco--nov {
  inset: 76% auto auto 28%;
}
.history-page .page-section--history-2020 .deco--dec {
  inset: 96% auto auto 66%;
}

/* history-page: z-index */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* About Page: Numbers Page */
/* ========================================================================== */
/* numbers-container */
/* -------------------------------------------------------------------------- */
.numbers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  position: relative;
  z-index: 1;
}
.numbers-container__item {
  position: relative;
  width: calc(50% - 0.75em);
  overflow: hidden;
  transform: skewX(-30deg);
  padding: 2em 6em;
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item {
    width: 100%;
    padding: 2em 5em;
  }
}
.numbers-container__image {
  position: absolute;
  inset: calc(50% - 6em) -2em auto auto;
  width: 12em;
  height: 12em;
  transform: skewX(30deg);
  opacity: 0.2;
}
.numbers-container__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
  transform: skewX(30deg);
}
.numbers-container__title {
  position: relative;
  margin-bottom: 0;
}
.numbers-container__title::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0.666em auto auto -4em;
  width: 3.5em;
  height: 0;
  border-top: 1px solid #125fad;
}
.numbers-container__notice {
  position: absolute;
  inset: auto 1.5em 1em auto;
  transform: skewX(30deg);
  font-weight: 400;
  font-size: 0.75em;
}
.numbers-container__value {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  white-space: nowrap;
  line-height: 1;
}
.numbers-container__value__number {
  font-family: "Roboto Condensed", serif;
  font-size: 9em;
  color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__value__number {
    font-size: 6em;
  }
}
.numbers-container__value__unit {
  font-weight: 600;
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__value__unit {
    font-size: 2em;
  }
}
.numbers-container__ranking {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.numbers-container__ranking__item {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.numbers-container__ranking__icon {
  width: 3em;
  height: 3em;
  background-image: url(./images/about/numbers/ico_ranking_00.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  line-height: 3.5;
  color: #ffffff;
}
.numbers-container__ranking__title {
  font-weight: 600;
  font-size: 1.5em;
}
.numbers-container__item.iv-item .numbers-container__content {
  transform: translateX(-5vw) skewX(30deg);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item.iv-item .numbers-container__content {
    transform: translateX(-10vw) skewX(30deg);
  }
}
.numbers-container__item.iv-item--active .numbers-container__content {
  transform: translateX(0) skewX(30deg);
  clip-path: inset(0 0 0 -10em);
}
.numbers-container__item--countries {
  width: 100%;
  height: 17.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--countries {
    height: 15em;
  }
}
.numbers-container__item--countries .numbers-container__bg {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) skewX(30deg);
  width: 45em;
  opacity: 0.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--countries .numbers-container__bg {
    width: 36em;
  }
}
.numbers-container__item--countries .numbers-container__value {
  margin: 0.25em auto 0;
  font-weight: 700;
  font-size: 5em;
  color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--countries .numbers-container__value {
    font-size: 4em;
  }
}
.numbers-container__item--sex {
  padding-right: 1.5em;
}
.numbers-container__item--sex .numbers-container__value {
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  min-height: 9em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--sex .numbers-container__value {
    min-height: inherit;
  }
}
.numbers-container__item--sex .numbers-container__value__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 0.25em;
  max-width: 11em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--sex .numbers-container__value__item {
    max-width: 8em;
  }
}
.numbers-container__item--sex .numbers-container__value__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
}
.numbers-container__item--sex .numbers-container__value__number {
  font-size: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--sex .numbers-container__value__number {
    font-size: 5em;
  }
}
.numbers-container__item--sex .numbers-container__value__unit {
  font-size: 2em;
}
.numbers-container__item--age {
  width: 100%;
}
.numbers-container__item--age .numbers-container__image {
  right: -0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__image {
    inset: 0.5em 0 auto auto;
  }
}
.numbers-container__item--age .numbers-container__content {
  flex-direction: row;
  align-items: center;
  gap: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__content {
    flex-direction: column;
    align-items: stretch;
    gap: 2em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__title {
    margin-left: 12.5%;
  }
}
.numbers-container__item--age .numbers-container__chart {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  position: relative;
  width: 40em;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__chart {
    gap: 0.5em;
    width: 22.5em;
  }
}
.numbers-container__item--age .numbers-container__chart::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto calc(3em - 4px) -1.5em;
  width: calc(100% + 3em);
  border-top: 2px solid #125fad;
}
.numbers-container__item--age .numbers-container__chart__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 20%;
  height: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__chart__item {
    height: 10em;
  }
}
.numbers-container__item--age .numbers-container__chart__title {
  display: block;
  position: absolute;
  inset: calc(100% + 0.5em) auto auto 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__chart__title {
    font-size: 1.25em;
  }
}
.numbers-container__item--age .numbers-container__chart__bar {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #e70012;
  transition: height 1s ease-out;
}
.numbers-container__item--age .numbers-container__chart__value {
  position: absolute;
  inset: auto auto 100% 0;
  width: 100%;
  text-align: center;
}
.numbers-container__item--age .numbers-container__chart__value__number {
  font-family: "Roboto Condensed", serif;
  font-size: 3em;
  color: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--age .numbers-container__chart__value__number {
    font-size: 2em;
  }
}
.numbers-container__item--age .numbers-container__chart__value__unit {
  font-size: 1em;
}
.numbers-container__item--age.iv-item--active .numbers-container__chart__item:nth-of-type(1) .numbers-container__chart__bar {
  height: 56%;
}
.numbers-container__item--age.iv-item--active .numbers-container__chart__item:nth-of-type(2) .numbers-container__chart__bar {
  height: 76%;
}
.numbers-container__item--age.iv-item--active .numbers-container__chart__item:nth-of-type(3) .numbers-container__chart__bar {
  height: 52%;
}
.numbers-container__item--age.iv-item--active .numbers-container__chart__item:nth-of-type(4) .numbers-container__chart__bar {
  height: 16%;
}
.numbers-container__item--age.iv-item--active .numbers-container__chart__item:nth-of-type(5) .numbers-container__chart__bar {
  height: 2%;
}
.numbers-container__item--type {
  width: 100%;
}
.numbers-container__item--type .numbers-container__image {
  right: -0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--type .numbers-container__image {
    inset: 0.5em 0 auto auto;
  }
}
.numbers-container__item--type .numbers-container__content {
  flex-direction: row;
  align-items: center;
  gap: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--type .numbers-container__content {
    flex-direction: column;
    align-items: stretch;
    gap: 2em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--type .numbers-container__title {
    margin-left: 12.5%;
  }
}
.numbers-container__item--type .numbers-container__chart {
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--type .numbers-container__chart {
    gap: 1em;
  }
}
.numbers-container__item--type .numbers-container__chart__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  position: relative;
  max-width: 16em;
  margin-bottom: 0;
}
.numbers-container__item--type .numbers-container__value {
  position: absolute;
  inset: 42.5% auto auto 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 0.5em;
}
.numbers-container__item--type .numbers-container__caption {
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--type .numbers-container__caption {
    font-size: 1.25em;
  }
}
.numbers-container__item--type.iv-item--active .donut-chart--dev .donut-chart__arc--sec {
  animation: donut-chart-dev 2s cubic-bezier(0, 0, 0, 1) forwards;
}
.numbers-container__item--type.iv-item--active .donut-chart--biz .donut-chart__arc--sec {
  animation: donut-chart-biz 2s cubic-bezier(0, 0, 0, 1) forwards;
}
.numbers-container__item--lunch {
  padding-right: 1.5em;
}
.numbers-container__item--lunch .numbers-container__value {
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  min-height: 9em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--lunch .numbers-container__value {
    min-height: inherit;
  }
}
.numbers-container__item--lunch .numbers-container__value__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 0.25em;
  max-width: 7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--lunch .numbers-container__value__item {
    max-width: 5em;
  }
}
.numbers-container__item--lunch .numbers-container__value__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.25em;
}
.numbers-container__item--lunch .numbers-container__value__number {
  font-size: 4.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--lunch .numbers-container__value__number {
    font-size: 3em;
  }
}
.numbers-container__item--lunch .numbers-container__value__unit {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--lunch .numbers-container__value__unit {
    font-size: 1em;
  }
}
.numbers-container__item--devil {
  overflow: visible;
}
.numbers-container__item--devil .numbers-container__title::before {
  left: -1.5em;
  width: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__title::before {
    left: -0.8em;
    width: 0.4em;
  }
}
.numbers-container__item--devil .numbers-container__character {
  position: absolute;
  transform: skewX(30deg);
}
.numbers-container__item--devil .numbers-container__character--pri {
  inset: 4em auto auto 70%;
  width: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__character--pri {
    inset: 6em auto auto 65%;
    width: 3.75em;
  }
}
.numbers-container__item--devil .numbers-container__character--sec {
  inset: 6em auto auto -7.5%;
  width: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__character--sec {
    inset: 6em auto auto -3.75%;
    width: 4.5em;
  }
}
.numbers-container__item--devil .numbers-container__character--ter {
  inset: auto -10% -2em auto;
  width: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__character--ter {
    inset: auto -10% -2em auto;
    width: 4.5em;
  }
}
.numbers-container__item--devil .numbers-container__character--qua {
  inset: -2em -15% auto auto;
  width: 12em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__character--qua {
    inset: -2em 7.5% auto auto;
    width: 9em;
  }
}
.numbers-container__item--devil .numbers-container__character--qui {
  inset: auto auto -2em -5%;
  width: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--devil .numbers-container__character--qui {
    inset: auto auto -2em 15%;
    width: 3.75em;
  }
}
.numbers-container__item--devil .numbers-container__character.iv-item {
  opacity: 0;
  transform: skewX(30deg) scale(2);
  transition: opacity 0.25s, transform 0.5s ease-out;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(1) {
  transition-delay: 0s;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.numbers-container__item--devil .numbers-container__character.iv-item:nth-of-type(6) {
  transition-delay: 1s;
}
.numbers-container__item--devil .numbers-container__character.iv-item--active {
  opacity: 1;
  transform: skewX(30deg) scale(1);
}
.numbers-container__item--comments {
  width: 100%;
  transform: skewX(0);
  margin: 0 auto;
  padding: 3em;
  background-color: transparent !important;
}
.numbers-container__item--comments .numbers-container__image {
  transform: skewX(0);
}
.numbers-container__item--comments .numbers-container__content {
  align-items: center;
  gap: 3em;
  transform: skewX(0);
}
.numbers-container__item--comments .numbers-container__title {
  position: relative;
  margin-top: 0.5em;
}
.numbers-container__item--comments .numbers-container__title::before {
  inset: -0.5em auto auto -1em;
  z-index: -1;
  width: calc(100% + 2em);
  height: calc(100% + 1em);
  border-top: 0;
  background-color: #ffffff;
  transform: skewX(-30deg);
}
.numbers-container__item--comments .numbers-container__comments {
  width: 70em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--comments .numbers-container__comments {
    width: 100%;
  }
}
.numbers-container__item--comments.iv-item .numbers-container__content {
  transform: translateX(-5vw) skewX(0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-container__item--comments.iv-item .numbers-container__content {
    transform: translateX(-10vw) skewX(0);
  }
}
.numbers-container__item--comments.iv-item--active .numbers-container__content {
  transform: translateX(0) skewX(0);
}

/* donut-chart */
/* -------------------------------------------------------------------------- */
.donut-chart__arc {
  fill: none;
  stroke-width: 40px;
}
.donut-chart__arc--pri {
  stroke: #125fad;
}
.donut-chart__arc--sec {
  stroke: #e70012;
  stroke-dashoffset: 502.65;
  stroke-dasharray: 502.65;
}
.donut-chart__number {
  font-family: "Roboto Condensed", serif;
  font-size: 64px;
  fill: #e70012;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .donut-chart__number {
    font-size: 5em;
  }
}
.donut-chart__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  fill: #125fad;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .donut-chart__unit {
    font-size: 2.5em;
  }
}

@keyframes donut-chart-dev {
  0% {
    stroke-dashoffset: 502.65;
  }
  100% {
    stroke-dashoffset: 130.689;
  }
}
@keyframes donut-chart-biz {
  0% {
    stroke-dashoffset: 502.65;
  }
  100% {
    stroke-dashoffset: 371.961;
  }
}
/* point-chart */
/* -------------------------------------------------------------------------- */
.point-chart {
  display: flex;
  gap: 2em;
  width: 40em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .point-chart {
    gap: 1em;
  }
}
.point-chart__caption {
  flex: 1;
  font-weight: 700;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .point-chart__caption {
    font-size: 1em;
  }
}
.point-chart__caption--pri {
  text-align: right;
}
.point-chart__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 3;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .point-chart__content {
    flex: 2;
  }
}
.point-chart__content::before {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 0.5px) auto auto 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #125fad;
}
.point-chart__item {
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.25em solid #125fad;
  border-radius: 50%;
  background-color: #ffffff;
}
.point-chart__item--active {
  border-color: #e70012;
  background-color: #e70012;
  transform: scale(1.5);
}

/* numbers-page: page-header */
/* -------------------------------------------------------------------------- */
.numbers-page .page-header {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-header {
    padding-bottom: 2em;
  }
}
.numbers-page .page-header__content {
  position: relative;
  z-index: 1;
  padding: 6.5em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-header__content {
    padding: 6.5em 5% 0;
  }
}

/* numbers-page: page-section */
/* -------------------------------------------------------------------------- */
.numbers-page .page-section {
  position: relative;
  padding: 5em 10% 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section {
    padding: 0 0 10em;
  }
}
.numbers-page .page-section .section-title {
  position: absolute;
  top: 5em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section .section-title {
    top: 0;
    left: auto;
    right: 2.5%;
  }
}
.numbers-page .page-section .section-header {
  margin-top: -0.5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section .section-header {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--titles {
    padding-top: 5em;
  }
  .numbers-page .page-section--titles .section-title {
    top: 5em;
  }
}
.numbers-page .page-section--employees .numbers-container {
  justify-content: center;
}
.numbers-page .page-section--employees .numbers-container__item {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--style {
    padding-bottom: 5em;
  }
}

/* numbers-page: background  */
/* -------------------------------------------------------------------------- */
.numbers-page .page-section .bg,
.numbers-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.numbers-page .page-section--employees .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--employees .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.numbers-page .page-section--employees .bg--sec {
  top: -45em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--employees .bg--sec {
    top: -5em;
  }
}
.numbers-page .page-section--style .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--style .bg--pri {
    top: -5em;
    height: calc(100% + 20em);
  }
}
.numbers-page .page-section--style .bg--sec {
  bottom: -40em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-section--style .bg--sec {
    bottom: 0;
  }
}
.numbers-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.numbers-page .page-navi--more .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .numbers-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* numbers-page: deco */
/* -------------------------------------------------------------------------- */
.numbers-page .page-section--titles .deco--pri {
  inset: -4% auto auto 76%;
}
.numbers-page .page-section--titles .deco--sec {
  inset: 2% auto auto 56%;
}
.numbers-page .page-section--titles .deco--ter {
  inset: 24% auto auto 24%;
}
.numbers-page .page-section--titles .deco--qua {
  inset: 32% auto auto 44%;
}
.numbers-page .page-section--titles .deco--qui {
  inset: 40% auto auto 92%;
}
.numbers-page .page-section--titles .deco--sen {
  inset: 44% auto auto 40%;
}
.numbers-page .page-section--titles .deco--sep {
  inset: 56% auto auto 64%;
}
.numbers-page .page-section--titles .deco--oct {
  inset: 60% auto auto 76%;
}
.numbers-page .page-section--titles .deco--nov {
  inset: 76% auto auto 28%;
}
.numbers-page .page-section--titles .deco--dec {
  inset: 96% auto auto 66%;
}
.numbers-page .page-section--employees .deco--pri {
  inset: 8% auto auto 88%;
}
.numbers-page .page-section--employees .deco--sec {
  inset: 12% auto auto 4%;
}
.numbers-page .page-section--employees .deco--ter {
  inset: 16% auto auto 66%;
}
.numbers-page .page-section--employees .deco--qua {
  inset: 72% auto auto 60%;
}
.numbers-page .page-section--employees .deco--qui {
  inset: 76% auto auto 8%;
}
.numbers-page .page-section--employees .deco--sen {
  inset: 80% auto auto 30%;
}
.numbers-page .page-section--employees .deco--sep {
  inset: 88% auto auto 64%;
}
.numbers-page .page-section--employees .deco--oct {
  inset: 92% auto auto 76%;
}
.numbers-page .page-section--employees .deco--nov {
  inset: 96% auto auto 28%;
}
.numbers-page .page-section--employees .deco--dec {
  inset: 104% auto auto 30%;
}
.numbers-page .page-section--style .deco--pri {
  inset: 10% auto auto 66%;
}
.numbers-page .page-section--style .deco--sec {
  inset: 16% auto auto 86%;
}
.numbers-page .page-section--style .deco--ter {
  inset: 24% auto auto 20%;
}
.numbers-page .page-section--style .deco--qua {
  inset: 32% auto auto 4%;
}
.numbers-page .page-section--style .deco--qui {
  inset: 48% auto auto 80%;
}
.numbers-page .page-section--style .deco--sen {
  inset: 56% auto auto 98%;
}
.numbers-page .page-section--style .deco--sep {
  inset: 64% auto auto 90%;
}
.numbers-page .page-section--style .deco--oct {
  inset: 72% auto auto 6%;
}
.numbers-page .page-section--style .deco--nov {
  inset: 80% auto auto 56%;
}
.numbers-page .page-section--style .deco--dec {
  inset: 96% auto auto 72%;
}

/* ========================================================================== */
/* Our Jobs Page */
/* ========================================================================== */
/* sec-page: page-section--index */
/* -------------------------------------------------------------------------- */
.jobs-page.sec-page .page-header__content {
  position: relative;
  padding: 6.5em 10% 0;
}
.jobs-page.sec-page .page-header .bg--pri {
  inset: -35.25em auto auto 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-header .bg--pri {
    top: 24em;
  }
}
.jobs-page.sec-page .page-section {
  position: relative;
}
.jobs-page.sec-page .page-section .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.jobs-page.sec-page .page-section--job-type {
  z-index: 1;
  width: 50%;
  margin-top: -18.875em;
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--job-type {
    width: 120%;
    margin-top: -0.4em;
    margin-left: -5em;
  }
}
.jobs-page.sec-page .page-section--job-type .content-card {
  width: 120%;
}
.jobs-page.sec-page .page-section--job-type .content-card__content {
  margin: -17em auto auto -8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--job-type .content-card__content {
    margin: -2em auto auto 17.5em;
  }
}
.jobs-page.sec-page .page-section--interview {
  margin-top: -5em;
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--interview {
    margin-top: 0;
  }
}
.jobs-page.sec-page .page-section--interview .section-header {
  padding: 0 10% 3em;
}
.jobs-page.sec-page .page-section--interview .section-header__title {
  font-size: 2.5em;
}
.jobs-page.sec-page .page-section--interview .bg {
  aspect-ratio: 8/9;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.jobs-page.sec-page .page-section--interview .bg--pri {
  bottom: -48.5em;
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--interview .bg--pri {
    width: 300%;
    bottom: -10em;
  }
}
.jobs-page.sec-page .page-section--interview .bg--sec {
  bottom: -30em;
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--interview .bg--sec {
    bottom: -30em;
  }
}
.jobs-page.sec-page .page-section--interview .bg--ter {
  bottom: -30em;
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--interview .bg--ter {
    bottom: -30em;
  }
}
.jobs-page.sec-page .page-section--project-story {
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story {
    padding-top: 3em;
  }
}
.jobs-page.sec-page .page-section--project-story .content-card {
  width: 80%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story .content-card {
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story .content-card__content {
    width: 50%;
  }
}
.jobs-page.sec-page .page-section--project-story .bg--pri {
  top: 11.225em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story .bg--pri {
    top: 5.25em;
    height: calc(100% + 10em);
  }
}
.jobs-page.sec-page .page-section--project-story .bg--sec {
  top: 27.25em;
  transform: skewY(15deg);
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story .bg--sec {
    top: 5em;
  }
}
.jobs-page.sec-page .page-section--project-story .bg--ter {
  top: 54.75em;
  height: calc(100% + 30em);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .page-section--project-story .bg--ter {
    top: 22.875em;
    height: calc(100% + 10em);
  }
}
.jobs-page.sec-page .page-section--interview .deco--pri {
  inset: 4% auto auto 4%;
}
.jobs-page.sec-page .page-section--interview .deco--sec {
  inset: 12% auto auto 50%;
}
.jobs-page.sec-page .page-section--interview .deco--ter {
  inset: 20% auto auto 28%;
}
.jobs-page.sec-page .page-section--interview .deco--qua {
  inset: 32% auto auto 64%;
}
.jobs-page.sec-page .page-section--interview .deco--qui {
  inset: 46% auto auto 18%;
}
.jobs-page.sec-page .page-section--interview .deco--sen {
  inset: 52% auto auto 64%;
}
.jobs-page.sec-page .page-section--interview .deco--sep {
  inset: 68% auto auto 38%;
}
.jobs-page.sec-page .page-section--interview .deco--oct {
  inset: 80% auto auto 30%;
}
.jobs-page.sec-page .page-section--interview .deco--nov {
  inset: 92% auto auto 24%;
}
.jobs-page.sec-page .page-section--interview .deco--dec {
  inset: 100% auto auto 66%;
}

/* ========================================================================== */
/* Our Jobs Page: Job Type Page */
/* ========================================================================== */
/* job-type-menu */
/* -------------------------------------------------------------------------- */
.job-type-menu {
  display: flex;
  gap: 3em 0;
  position: relative;
  z-index: 1;
  margin-top: 5em;
  padding: 1em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu {
    flex-wrap: wrap;
    padding: 0 5%;
  }
}
.job-type-menu__group {
  padding-left: 1.5em;
  border-left: 1px solid #125fad;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu__group {
    font-size: 0.75em;
  }
}
.job-type-menu__group.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu__group.iv-item {
    transform: translateX(-10vw);
  }
}
.job-type-menu__group.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.job-type-menu__title {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2.5em;
}
.job-type-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  margin-bottom: 0;
}
.job-type-menu__item {
  margin-bottom: 0;
  font-size: 1.25em;
}
.job-type-menu__anchor {
  display: inline-block;
  text-decoration: none;
}
.job-type-menu__anchor.icon--before::before {
  transform: rotate(90deg);
}
.job-type-menu__group--pri {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu__group--pri {
    width: 100%;
  }
}
.job-type-menu__group--pri .job-type-menu__list {
  flex-wrap: wrap;
  flex-direction: row;
}
.job-type-menu__group--pri .job-type-menu__item {
  width: 50%;
}
.job-type-menu__group--sec {
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu__group--sec {
    width: 50%;
  }
}
.job-type-menu__group--ter {
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-menu__group--ter {
    width: 50%;
  }
}

/* job-type-container */
/* -------------------------------------------------------------------------- */
.job-type-container {
  display: flex;
  flex-direction: column;
  gap: 5em;
  position: relative;
}
.job-type-container__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 20em;
  padding: 4em;
  background-color: #fff;
  transform: skewX(-15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item {
    flex-direction: column;
    transform: skewX(0);
    padding: 4em 2em 6em;
  }
}
.job-type-container__item:has(.job-type-container__image) {
  padding-right: 20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item:has(.job-type-container__image) {
    padding-right: 2em;
  }
}
.job-type-container__content {
  transform: skewX(15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__content {
    transform: skewX(0);
  }
}
.job-type-container__content--pri {
  width: 25em;
}
.job-type-container__content--sec {
  flex: 1;
}
.job-type-container__content--ter {
  position: absolute;
  inset: auto 0 0 auto;
}
.job-type-container__image {
  position: absolute;
  inset: -6em -26em auto auto;
  width: 24em;
  overflow: hidden;
  clip-path: polygon(21% 0, 100% 0, 79% 100%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__image {
    position: relative;
    inset: inherit;
    width: 18em;
    margin: 2em auto 0;
  }
}
.job-type-container__title {
  margin-bottom: 0;
  font-size: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__title {
    margin-bottom: 1.5em;
  }
}
.job-type-container__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.job-type-container__read:last-of-type {
  margin-bottom: 0;
}
.job-type-container__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  position: relative;
  width: fit-content;
  margin-top: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__link {
    padding-right: 0;
  }
}
.job-type-container__link__title {
  margin-bottom: 0.5em;
}
.job-type-container__link__image {
  display: flex;
  position: absolute;
  inset: auto auto -7.5em 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__link__image {
    bottom: -1em;
  }
}
.job-type-container__link__image img {
  width: auto;
  height: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__link__image img {
    height: 12em;
  }
}
.job-type-container__to-top {
  position: absolute;
  inset: auto 0 0 auto;
}
.job-type-container__to-top__anchor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  background-color: #125fad;
  text-decoration: none;
}
.job-type-container__to-top__anchor.icon--before::before {
  margin: 0;
  color: #ffffff !important;
  transform: skewX(15deg) rotate(-90deg);
}
.job-type-container__item--planner .job-type-container__link__image img + img {
  margin-left: -1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item--planner .job-type-container__link__image {
    left: calc(100% - 1.5em);
  }
  .job-type-container__item--planner .job-type-container__link__image img + img {
    margin-left: -1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item--designer .job-type-container__link__image {
    left: calc(100% + 1.5em);
  }
}
.job-type-container__item.iv-item .job-type-container__title.multi-title {
  transform: translateX(-5vw);
  transition: transform 1s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item.iv-item .job-type-container__title.multi-title {
    transform: translateX(-10vw);
  }
}
.job-type-container__item.iv-item .job-type-container__title.multi-title .multi-title__pri,
.job-type-container__item.iv-item .job-type-container__title.multi-title .multi-title__sec {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.job-type-container__item.iv-item .job-type-container__read {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.25s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item.iv-item .job-type-container__read {
    transform: skewX(0) translateX(-10vw);
  }
}
.job-type-container__item.iv-item .job-type-container__image img {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item.iv-item .job-type-container__image img {
    transform: translateX(-10vw);
  }
}
.job-type-container__item.iv-item .job-type-container__link__title,
.job-type-container__item.iv-item .job-type-container__link__item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item.iv-item .job-type-container__link__title,
  .job-type-container__item.iv-item .job-type-container__link__item {
    transform: translateX(-10vw);
  }
}
.job-type-container__item.iv-item .job-type-container__link__image {
  transform: translateY(-5vw);
  clip-path: inset(100% 0 0 0);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-container__item.iv-item .job-type-container__link__image {
    transform: translateY(-10vw);
  }
}
.job-type-container__item.iv-item--active .job-type-container__title.multi-title {
  transform: translateX(0);
}
.job-type-container__item.iv-item--active .job-type-container__title.multi-title .multi-title__pri,
.job-type-container__item.iv-item--active .job-type-container__title.multi-title .multi-title__sec {
  clip-path: inset(0 0 0 0);
}
.job-type-container__item.iv-item--active .job-type-container__read {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.job-type-container__item.iv-item--active .job-type-container__image img {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.job-type-container__item.iv-item--active .job-type-container__link__title,
.job-type-container__item.iv-item--active .job-type-container__link__item {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.job-type-container__item.iv-item--active .job-type-container__link__image {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.isnt-touch .job-type-container__to-top__anchor.icon--before::before {
  margin: 0;
  color: #ffffff !important;
  transform: skewX(15deg) rotate(-90deg) scale(1);
  transition: transform 0.2s;
}
.isnt-touch .job-type-container__to-top__anchor:focus.icon--before::before, .isnt-touch .job-type-container__to-top__anchor:hover.icon--before::before {
  margin: 0;
  color: #ffffff !important;
  transform: skewX(15deg) rotate(-90deg) scale(1.25);
}

/* job-type-page: page-header */
/* -------------------------------------------------------------------------- */
.job-type-page .page-header {
  position: relative;
  padding-bottom: 5em;
}
.job-type-page .page-header__content {
  position: relative;
  z-index: 1;
  padding: 6.5em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-header__content {
    padding: 6.5em 5% 0;
  }
}

/* job-type-page: page-section */
/* -------------------------------------------------------------------------- */
.job-type-page .page-section {
  position: relative;
  padding: 10em 10%;
}
.job-type-page .page-section .section-title {
  position: absolute;
  top: 10em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}
.job-type-page .page-section .section-header {
  margin-top: -0.5em;
  margin-bottom: 5em;
}
.job-type-page .page-section .section-header__title {
  font-size: 4em;
}
.job-type-page .page-section .section-header__title.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(-1em 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section .section-header__title.iv-item {
    transform: skewX(0) translateX(-10vw);
  }
}
.job-type-page .page-section .section-header__title.iv-item--active {
  transform: translateX(0);
  clip-path: inset(-1em 0 0 0);
}
.job-type-page .page-section--business .job-type-container__item {
  background-color: #e5f4ff;
}
.job-type-page .page-section--management {
  padding-bottom: 15em;
}

/* job-type-page: background  */
/* -------------------------------------------------------------------------- */
.job-type-page .page-section .bg,
.job-type-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.job-type-page .page-section--creative .bg--pri {
  top: 2.5em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--creative .bg--pri {
    height: calc(100% + 10em);
  }
}
.job-type-page .page-section--creative .bg--sec {
  bottom: -8em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--creative .bg--sec {
    bottom: -17.5em;
  }
}
.job-type-page .page-section--business .bg--pri {
  top: 5em;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--business .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.job-type-page .page-section--business .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--business .bg--sec {
    top: -18.5em;
  }
}
.job-type-page .page-section--management .bg--pri {
  top: 2.5em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--management .bg--pri {
    top: 0;
    height: calc(100% + 25em);
  }
}
.job-type-page .page-section--management .bg--sec {
  top: -96em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-section--management .bg--sec {
    top: -9em;
  }
}
.job-type-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-type-page .page-navi--more .bg--pri {
    height: calc(100% + 10em);
  }
}

/* job-type-page: deco */
/* -------------------------------------------------------------------------- */
.job-type-page .page-header .deco--pri {
  inset: 24% auto auto 24%;
}
.job-type-page .page-header .deco--sec {
  inset: 60% auto auto 40%;
}
.job-type-page .page-header .deco--ter {
  inset: 76% auto auto 76%;
}
.job-type-page .page-header .deco--qua {
  inset: 72% auto auto 50%;
}
.job-type-page .page-header .deco--qui {
  inset: 96% auto auto 22%;
}
.job-type-page .page-section--creative .deco--pri {
  inset: 4% auto auto 60%;
}
.job-type-page .page-section--creative .deco--sec {
  inset: 8% auto auto 72%;
}
.job-type-page .page-section--creative .deco--ter {
  inset: 16% auto auto -4%;
}
.job-type-page .page-section--creative .deco--qua {
  inset: 28% auto auto 92%;
}
.job-type-page .page-section--creative .deco--qui {
  inset: 40% auto auto 4%;
}
.job-type-page .page-section--creative .deco--sen {
  inset: 56% auto auto 2%;
}
.job-type-page .page-section--creative .deco--sep {
  inset: 62% auto auto 4%;
}
.job-type-page .page-section--creative .deco--oct {
  inset: 72% auto auto 6%;
}
.job-type-page .page-section--creative .deco--nov {
  inset: 88% auto auto 1%;
}
.job-type-page .page-section--creative .deco--dec {
  inset: 92% auto auto -2%;
}
.job-type-page .page-section--business .deco--pri {
  inset: 4% auto auto 30%;
}
.job-type-page .page-section--business .deco--sec {
  inset: 8% auto auto 36%;
}
.job-type-page .page-section--business .deco--ter {
  inset: 16% auto auto 90%;
}
.job-type-page .page-section--business .deco--qua {
  inset: 28% auto auto 92%;
}
.job-type-page .page-section--business .deco--qui {
  inset: 40% auto auto 4%;
}
.job-type-page .page-section--business .deco--sen {
  inset: 56% auto auto 2%;
}
.job-type-page .page-section--business .deco--sep {
  inset: 62% auto auto 4%;
}
.job-type-page .page-section--business .deco--oct {
  inset: 72% auto auto 6%;
}
.job-type-page .page-section--business .deco--nov {
  inset: 88% auto auto 1%;
}
.job-type-page .page-section--business .deco--dec {
  inset: 104% auto auto 20%;
}
.job-type-page .page-section--management .deco--pri {
  inset: 20% auto auto 30%;
}
.job-type-page .page-section--management .deco--sec {
  inset: 20% auto auto 60%;
}
.job-type-page .page-section--management .deco--ter {
  inset: 48% auto auto 90%;
}
.job-type-page .page-section--management .deco--qua {
  inset: 60% auto auto 2%;
}
.job-type-page .page-section--management .deco--qui {
  inset: 96% auto auto 22%;
}

/* ========================================================================== */
/* Our Jobs Page: Interview Page */
/* ========================================================================== */
/* interview-content */
/* -------------------------------------------------------------------------- */
.interview-content {
  position: relative;
  z-index: 1;
}
.interview-content__title {
  font-size: 2.5em;
}
.interview-content__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.interview-content__title.iv-item, .interview-content__read.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-content__title.iv-item, .interview-content__read.iv-item {
    transform: translateX(-10vw);
  }
}
.interview-content__title.iv-item--active, .interview-content__read.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* interview-image */
/* -------------------------------------------------------------------------- */
.interview-image {
  position: absolute;
  aspect-ratio: 900/493.3593;
  clip-path: polygon(67.2% 0, 100% 67.2%, 32.8% 100%, 0 32.8%);
}
.interview-image img {
  height: 100%;
  object-fit: cover;
}

/* works-container */
/* -------------------------------------------------------------------------- */
.works-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 0;
  transform: skewY(-15deg);
  margin-top: -4em;
  padding-bottom: 8em;
}
.works-container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 3.333em auto auto 0;
  width: 100%;
  height: 25em;
  background-color: #d1e8ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-container::before {
    top: 2.2em;
    height: 16.75em;
  }
}
.works-container__item {
  position: relative;
  width: 25%;
  transform: skewY(15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-container__item {
    width: 50%;
  }
}
.works-container__image {
  overflow: hidden;
  aspect-ratio: 160/203;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
}
.works-container__image img {
  height: 100%;
  object-fit: cover;
}
.works-container__joint {
  position: absolute;
  inset: 29em auto auto 2em;
  width: 0;
  height: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-container__joint {
    inset: 18.5em auto auto 1em;
  }
}
.works-container__joint::before, .works-container__joint::after {
  content: "";
  display: block;
  position: absolute;
}
.works-container__joint::before {
  inset: 0 auto auto calc(10% + 0.75em - 0.5px);
  width: 0;
  height: 100%;
  border-right: 1px solid #125fad;
}
.works-container__joint::after {
  inset: -0.25em auto auto calc(10% + 0.5em);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #125fad;
}
.works-container__content {
  padding: 1.5em 2em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-container__content {
    padding: 1.5em 1em 0;
  }
}
.works-container__title {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.6;
}
.works-container__title a {
  text-decoration: none;
}
.works-container__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.875em;
}
.works-container__detail__item {
  display: flex;
  align-items: flex-start;
}
.works-container__detail__item--link {
  margin-top: 1em;
  justify-content: center;
}
.works-container__detail__title {
  width: 5em;
}
.works-container__detail__deta {
  width: calc(100% - 5em);
}
.works-container__item.iv-item .works-container__joint::before {
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 1s ease-out 0.5s;
}
.works-container__item.iv-item .works-container__joint::after {
  transform: scale(2);
  opacity: 0;
  transitio-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 1s;
}
.works-container__item.iv-item .works-container__content {
  transform: translateY(5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-container__item.iv-item .works-container__content {
    transform: translateY(10vw);
  }
}
.works-container__item.iv-item--active .works-container__content {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.works-container__item.iv-item--active .works-container__joint::before {
  transform: scaleY(1);
}
.works-container__item.iv-item--active .works-container__joint::after {
  transform: scale(1);
  opacity: 1;
}

/* schedule-container */
/* -------------------------------------------------------------------------- */
.schedule-container {
  position: relative;
}
.schedule-container__person {
  position: absolute;
  z-index: 1;
  inset: auto auto 12.5em calc(50% - 3.75em);
  width: 7.5em;
}
.schedule-container__character {
  position: absolute;
  z-index: 1;
  inset: auto auto 5em 60%;
  width: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-container__character {
    inset: auto auto 2.5em 75%;
  }
}
.schedule-container__comment {
  display: block;
  position: absolute;
  inset: auto auto 27.5em calc(50% + 2em);
  z-index: 1;
  padding: 1em;
  background-color: #125fad;
  color: #ffffff;
  opacity: 0;
  transform: translateY(2em);
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.schedule-container__comment::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(100% - 1px) auto auto 0;
  width: 1em;
  height: 1em;
  background-color: #125fad;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.schedule-container__comment.active {
  opacity: 1;
  transform: translateY(0);
}
.schedule-container.iv-item .schedule-container__person {
  transform: translateY(-5vw);
  clip-path: inset(100% 0 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-container.iv-item .schedule-container__person {
    transform: translateY(-10vw);
  }
}
.schedule-container.iv-item .schedule-container__character {
  transform: translateX(2.5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-container.iv-item .schedule-container__character {
    transform: translateX(5vw);
  }
}
.schedule-container.iv-item--active .schedule-container__person {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.schedule-container.iv-item--active .schedule-container__character {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* schedule-slide */
/* -------------------------------------------------------------------------- */
.schedule-slide {
  position: relative;
  transform: skew(41.63deg, -15deg) scale(1.1, 0.8);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-slide {
    width: 125%;
    margin-left: -12.5%;
  }
}
.schedule-slide__wrapper {
  padding: 5em 0;
}
.schedule-slide__item {
  width: 20em;
  padding: 0.5em;
}
.schedule-slide__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #125fad;
  padding: 1.5em;
  line-height: 1;
  color: #ffffff;
  opacity: 0.2;
  transition-property: background-color, opacity;
  transition-duration: 0.2s;
}
.schedule-slide__time {
  font-family: "Roboto Condensed", serif;
  font-size: 3em;
}
.schedule-slide__event {
  font-size: 1.25em;
  line-height: 1.6;
}
.schedule-slide__button--prev {
  inset: auto calc(20% + 5em) 0.25em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-slide__button--prev {
    inset: auto calc(52.5% + 5em) 0.25em auto;
  }
}
.schedule-slide__button--next {
  inset: auto 20% 0.25em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .schedule-slide__button--next {
    inset: auto 52.5% 0.25em auto;
  }
}
.schedule-slide__item.swiper-slide-active .schedule-slide__box {
  background-color: #e70012;
  opacity: 1;
}

.schedule-container.iv-item .schedule-slide {
  clip-path: inset(0 100% 0 0);
  transitio-property: clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.schedule-container.iv-item--active .schedule-slide {
  clip-path: inset(0 0 0 0);
}

/* interview-card */
/* -------------------------------------------------------------------------- */
.interview-card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-card {
    align-items: center;
  }
}
.interview-card__content {
  position: relative;
}
.interview-card__content--pri {
  padding-top: 4em;
  transform: translateX(20%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-card__content--pri {
    font-size: 0.75em;
  }
}
.interview-card__content--sec {
  padding-top: 2em;
  text-align: center;
}
.interview-card__title {
  position: absolute;
  inset: 0 auto auto 50%;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 6em;
  line-height: 1;
}
.interview-card__image {
  position: relative;
  width: fit-content;
}
.interview-card__image img {
  width: auto;
  height: 32em;
}
.interview-card__catch {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 1.5em;
}
.interview-card__link {
  padding-bottom: 1px;
}
.interview-card--scenario-planner .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--system-planner .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--designer .interview-card__image {
  transform: translateX(-1em);
}
.interview-card--programmer .interview-card__title {
  font-size: 5em;
}
.interview-card--programmer .interview-card__image {
  transform: translateX(-1.5em);
}
.interview-card--sound-creater .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--project-manager .interview-card__image {
  transform: translateX(-2.5em);
}
.interview-card--localize-bridge .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--corporate .interview-card__title {
  font-size: 5em;
}
.interview-card--corporate .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--sales .interview-card__image {
  transform: translateX(-2em);
}
.interview-card--music-business .interview-card__image {
  transform: translateX(-4em);
}
.interview-card--license-business .interview-card__image {
  transform: translateX(-3em);
}
.interview-card--promotion .interview-card__title {
  font-size: 5.75em;
}

/* interview-slide */
/* -------------------------------------------------------------------------- */
.interview-slide {
  position: relative;
}
.interview-slide .interview-card {
  flex-direction: row;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide .interview-card {
    flex-direction: column;
  }
}
.interview-slide .interview-card__content {
  width: 26.666%;
}
.interview-slide .interview-card__content--pri {
  margin-left: 36.666%;
  transform: translateX(0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide .interview-card__content--pri {
    width: 60%;
    margin-left: 0;
    transform: translateX(20%);
  }
}
.interview-slide .interview-card__content--sec {
  padding-top: 10em;
  text-align: left;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide .interview-card__content--sec {
    width: 90%;
    padding-top: 2em;
    text-align: center;
  }
}
.interview-slide .interview-card__title {
  transform: translateX(0);
  clip-path: inset(0 0 100% 0);
  transition-property: transform, clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
.interview-slide .interview-card__image img {
  transform: translateY(-5vw);
  clip-path: inset(100% 0 0 0);
  transition-property: transform, clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide .interview-card__image img {
    transform: translateY(-10vw);
  }
}
.interview-slide__item.swiper-slide-active .interview-card__title {
  transform: translateX(-50%);
  clip-path: inset(0 0 0 0);
}
.interview-slide__item.swiper-slide-active .interview-card__image img {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.interview-slide__pagination {
  position: absolute;
  inset: 10em auto auto 10% !important;
  z-index: 1;
  width: 7.5em !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide__pagination {
    inset: 0 auto auto 5% !important;
  }
}
.interview-slide.iv-item .interview-card__title {
  transform: translateX(-50%);
  clip-path: inset(0 0 0 0);
}
.interview-slide.iv-item .interview-card__image img {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.interview-slide.iv-item .interview-card__content--pri {
  transform: translate(0, -5vw);
  clip-path: inset(100% 0 0 0);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide.iv-item .interview-card__content--pri {
    transform: translate(20%, -10vw);
  }
}
.interview-slide.iv-item .interview-card__content--sec,
.interview-slide.iv-item .interview-slide__pagination {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide.iv-item .interview-card__content--sec,
  .interview-slide.iv-item .interview-slide__pagination {
    transform: translateX(-10vw);
  }
}
.interview-slide.iv-item .interview-slide__button {
  transform: scale(0);
  transition: transform 1s ease-out;
}
.interview-slide.iv-item--active .interview-card__content--pri {
  transform: translate(0, 0);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slide.iv-item--active .interview-card__content--pri {
    transform: translate(20%, 0);
  }
}
.interview-slide.iv-item--active .interview-card__content--sec,
.interview-slide.iv-item--active .interview-slide__pagination {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.interview-slide.iv-item--active .interview-slide__button {
  transform: scale(1);
}

/* interview-index */
/* -------------------------------------------------------------------------- */
.interview-index {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6em 0;
  padding: 0 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index {
    padding: 0;
  }
}
.interview-index__item {
  width: 33.333%;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__item {
    width: 50%;
    font-size: 0.75em;
  }
}
.interview-index__item.iv-item .interview-card__content--pri {
  width: 80%;
}
.interview-index__item.iv-item .interview-card__content--sec {
  transform: translateY(5vw);
  clip-path: inset(0 0 100% 0);
  transition-property: transform, clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__item.iv-item .interview-card__content--sec {
    transform: translateY(10vw);
  }
}
.interview-index__item.iv-item .interview-card__title {
  transform: translateX(0);
  clip-path: inset(0 0 100% 0);
  transition-property: transform, clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
.interview-index__item.iv-item .interview-card__image img {
  transform: translateY(-5vw);
  clip-path: inset(100% 0 0 0);
  transition-property: transform, clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__item.iv-item .interview-card__image img {
    transform: translateY(-10vw);
  }
}
.interview-index__item.iv-item--active .interview-card__content--sec {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.interview-index__item.iv-item--active .interview-card__title {
  transform: translateX(-50%);
  clip-path: inset(0 0 0 0);
}
.interview-index__item.iv-item--active .interview-card__image img {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index .interview-card--scenario-planner .interview-card__image {
    transform: translateX(-9em);
  }
  .interview-index .interview-card--system-planner .interview-card__image {
    transform: translateX(-9em);
  }
  .interview-index .interview-card--designer .interview-card__image {
    transform: translateX(-6em);
  }
  .interview-index .interview-card--programmer .interview-card__image {
    transform: translateX(-7em);
  }
  .interview-index .interview-card--sound-creater .interview-card__image {
    transform: translateX(-9em);
  }
  .interview-index .interview-card--project-manager .interview-card__image {
    transform: translateX(-8.5em);
  }
  .interview-index .interview-card--localize-bridge .interview-card__image {
    transform: translateX(-6.5em);
  }
}

/* interview-page: page-header */
/* -------------------------------------------------------------------------- */
.interview-page .page-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "pri sec" "ter sec";
  position: relative;
  z-index: 1;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header {
    display: flex;
    flex-direction: column;
  }
}
.interview-page .page-header__content {
  position: relative;
}
.interview-page .page-header__content--pri {
  grid-area: pri;
  padding: 6.5em 0 0 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__content--pri {
    padding: 6.5em 5% 0;
  }
}
.interview-page .page-header__content--sec {
  grid-area: sec;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__content--sec {
    padding: 0 5%;
  }
}
.interview-page .page-header__content--ter {
  height: 100%;
  grid-area: ter;
  padding: 0 10% 0 20%;
  height: 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__content--ter {
    padding: 0 5% 0;
  }
}
.interview-page .page-header__title {
  margin-bottom: 1em;
}
.interview-page .page-header__visual {
  position: relative;
  width: 75%;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__visual {
    width: 100%;
  }
}
.interview-page .page-header__visual__image {
  position: absolute;
}
.interview-page .page-header__visual__image--pri {
  width: auto;
  height: 85%;
  inset: auto 0 5% 50%;
  transform: translateX(-50%);
}
.interview-page .page-header__visual__image--sec {
  width: auto;
  height: 60%;
  inset: auto auto 0 0;
}
.interview-page .page-header__visual.iv-item .page-header__visual__image {
  clip-path: inset(100% 0 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.interview-page .page-header__visual.iv-item .page-header__visual__image--pri {
  transform: translate(-50%, -5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__visual.iv-item .page-header__visual__image--pri {
    transform: translate(-50%, -10vw);
  }
}
.interview-page .page-header__visual.iv-item .page-header__visual__image--sec {
  transform: translateY(-5vw);
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__visual.iv-item .page-header__visual__image--sec {
    transform: translateY(-10vw);
  }
}
.interview-page .page-header__visual.iv-item--active .page-header__visual__image--pri {
  transform: translate(-50%, 0);
  clip-path: inset(0 0 0 0);
}
.interview-page .page-header__visual.iv-item--active .page-header__visual__image--sec {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.interview-page .page-header__catch {
  position: absolute;
  inset: 1em 20% auto auto;
  margin-bottom: 0;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.5;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__catch {
    inset: 0 5% auto auto;
    font-size: 2em;
  }
}
.interview-page .page-header__catch.iv-item {
  transform: translateY(-5vw) rotate(15deg);
  clip-path: inset(0 0 100% 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__catch.iv-item {
    transform: translateY(-10vw) rotate(10deg);
  }
}
.interview-page .page-header__catch.iv-item--active {
  transform: translateY(0) rotate(15deg);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__catch.iv-item--active {
    transform: translateY(0) rotate(10deg);
  }
}
.interview-page .page-header__profile {
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
.interview-page .page-header__profile.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__profile.iv-item {
    transform: translateX(-10vw);
  }
}
.interview-page .page-header__profile.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.interview-page .page-header__personality {
  display: flex;
  gap: 3em;
  margin: 3em 0;
}
.interview-page .page-header__personality.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__personality.iv-item {
    transform: translateX(-10vw);
  }
}
.interview-page .page-header__personality.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.interview-page .page-header__personality__item {
  flex: 1;
  margin-bottom: 0;
  padding-left: 1.5em;
  border-left: 1px solid #125fad;
}
.interview-page .page-header__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
}
.interview-page .page-header__read:last-of-type {
  margin-bottom: 0;
}
.interview-page .page-header__read.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header__read.iv-item {
    transform: translateX(-10vw);
  }
}
.interview-page .page-header__read.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.interview-page.programmer-page .page-header .multi-title__pri, .interview-page.corporate-page .page-header .multi-title__pri {
  white-space: nowrap;
  font-size: 250%;
}
.interview-page.scenario-planner-page .page-header__visual__image--sec {
  inset: auto auto 0 20%;
}
.interview-page.system-planner-page .page-header__visual__image--sec {
  inset: auto auto 0 -10%;
  height: 50%;
}
.interview-page.designer-page .page-header__visual__image--sec {
  inset: auto auto 2% -10%;
  height: 57.5%;
}
.interview-page.programmer-page .page-header__visual__image--sec {
  inset: auto auto 0% -5%;
  height: 55%;
}
.interview-page.sound-creater-page .page-header__visual__image--sec {
  inset: auto auto 2% -4%;
}
.interview-page.project-manager-page .page-header__visual__image--sec {
  inset: auto auto 2% 12%;
}
.interview-page.localize-bridge-page .page-header__visual__image--pri {
  z-index: 1;
}
.interview-page.localize-bridge-page .page-header__visual__image--sec {
  inset: auto auto 12% 6%;
}
.interview-page.corporate-page .page-header__visual__image--sec {
  inset: auto auto 2% -4%;
}
.interview-page.sales-page .page-header__visual__image--pri {
  z-index: 1;
}
.interview-page.sales-page .page-header__visual__image--sec {
  inset: auto auto 10% 0;
}
.interview-page.music-business-page .page-header__visual__image--sec {
  inset: auto auto 0 20%;
}
.interview-page.debugger-page .page-header__visual__image--sec {
  inset: auto auto 10% 10%;
}
.interview-page.license-business-page .page-header__visual__image--sec {
  inset: auto auto 0 2.5%;
  height: 55%;
}
.interview-page.promotion-page .page-header__visual__image--sec {
  inset: auto auto 2.5% 5%;
  height: 45%;
}
.interview-page.promotion-page .page-header__catch {
  transform: translateX(-2em) translateY(0) rotate(15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page.promotion-page .page-header__catch {
    transform: translateX(-1em) translateY(0) rotate(15deg);
  }
}

/* interview-page: page-section */
/* -------------------------------------------------------------------------- */
.interview-page .page-section {
  position: relative;
  padding: 5em 10%;
}
.interview-page .page-section .section-title {
  position: absolute;
  top: 5em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section .section-title {
    right: 2.5%;
    left: auto;
  }
}
.interview-page .page-section--interview-1 {
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 {
    padding-bottom: 25em;
  }
}
.interview-page .page-section--interview-1 .interview-content {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 .interview-content {
    width: 100%;
  }
}
.interview-page .page-section--interview-1 .interview-image {
  inset: auto -7.5% 5.75em auto;
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 .interview-image {
    inset: auto -10% 10em auto;
    width: 90%;
  }
}
.interview-page .page-section--interview-2 {
  padding-top: 0;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 {
    padding-top: 5em;
    padding-bottom: 15em;
  }
}
.interview-page .page-section--interview-2 .section-title {
  top: 0;
  left: 33.75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .section-title {
    top: 5em;
    left: auto;
  }
}
.interview-page .page-section--interview-2 .interview-content {
  width: 50%;
  margin-left: 35%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .interview-content {
    width: 100%;
    margin-left: 0;
  }
}
.interview-page .page-section--interview-2 .interview-image {
  inset: -6.7em auto auto -8%;
  width: 35%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .interview-image {
    inset: -7.35em auto auto -20%;
    width: 60%;
  }
}
.interview-page .page-section--interview-3 {
  padding-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 {
    padding-top: 10em;
  }
}
.interview-page .page-section--interview-3 .section-title {
  top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 .section-title {
    top: 10em;
  }
}
.interview-page .page-section--interview-3 .interview-content {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 .interview-content {
    width: 100%;
  }
}
.interview-page .page-section--interview-3 .interview-image {
  inset: -8em auto auto 50%;
  width: 65%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 .interview-image {
    inset: -10em auto auto 15%;
    width: 100%;
  }
}
.interview-page .page-section--works {
  padding: 0 0 0 0;
}
.interview-page .page-section--works .section-header {
  padding: 0 10%;
}
.interview-page .page-section--works .section-header__title {
  margin-bottom: 0;
  font-size: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--works .section-header__title {
    margin-bottom: 1em;
    font-size: 3em;
  }
}
.interview-page .page-section--schedule {
  padding: 10em 0 0 0;
}
.interview-page .page-section--schedule .section-header {
  position: relative;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--schedule .section-header {
    margin-bottom: 10em;
  }
}
.interview-page .page-section--schedule .section-header__title {
  gap: 0.25em;
  transform: skew(41.63deg, -15deg);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--schedule .section-header__title {
    font-size: 2em;
  }
}

/* interview-page: page-nav */
/* -------------------------------------------------------------------------- */
.interview-page .page-navi--more {
  padding-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-navi__wrapper {
    padding-top: 5em;
  }
}
.interview-page .page-navi__wrapper--pri .more-header__title {
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-navi__wrapper--pri .more-header__title {
    margin-bottom: 3em;
  }
}
.interview-page .page-navi__wrapper--pri .more-header__title__sec {
  font-size: 150%;
}

/* interview-page: background  */
/* -------------------------------------------------------------------------- */
.interview-page .page-section .bg,
.interview-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.interview-page .page-section--interview-1 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 .bg--pri {
    top: -5em;
    height: calc(100% + 10em);
  }
}
.interview-page .page-section--interview-1 .bg--sec {
  right: 0;
  bottom: 56.25em;
  left: auto;
  width: 20em;
  height: auto;
  aspect-ratio: 1;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 26.375%, 100% 0%, 100% 87%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 .bg--sec {
    width: 10em;
    bottom: 26.25em;
  }
}
.interview-page .page-section--interview-1 .bg--ter {
  bottom: -58.5em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#125fad 25%, transparent 25%), radial-gradient(#125fad 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-1 .bg--ter {
    bottom: -17.5em;
  }
}
.interview-page .page-section--interview-2 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .bg--pri {
    top: -10em;
    height: calc(100% + 10em);
  }
}
.interview-page .page-section--interview-2 .bg--sec {
  top: -89em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .bg--sec {
    top: -18.5em;
  }
}
.interview-page .page-section--interview-2 .bg--ter {
  bottom: -18em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-2 .bg--ter {
    bottom: -18.5em;
  }
}
.interview-page .page-section--interview-3 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 .bg--pri {
    top: -10em;
    height: calc(100% + 25em);
  }
}
.interview-page .page-section--interview-3 .bg--sec {
  top: -64.5em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--interview-3 .bg--sec {
    top: -9em;
  }
}
.interview-page .page-section--schedule .bg--pri {
  top: 0;
  height: calc(100% + 36em);
  transform: skewY(-15deg);
}
.interview-page .page-section--schedule .bg--sec {
  top: -98.5em;
  left: -60%;
  width: 200%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--schedule .bg--sec {
    top: -5.675em;
  }
}
.interview-page .page-section--schedule .bg--ter {
  bottom: -82em;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--schedule .bg--ter {
    bottom: -25em;
  }
}
.interview-page .page-navi__wrapper--sec .bg--pri {
  top: -17.5em;
  height: calc(100% + 35em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-navi__wrapper--sec .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.interview-page .page-navi__wrapper--sec .bg--sec {
  top: -100.15em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #d1e8ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-navi__wrapper--sec .bg--sec {
    top: -27.5em;
  }
}

.interview-page.programmer-page .page-header .multi-title__pri {
  font-size: 250%;
}

/* interview-page: deco */
/* -------------------------------------------------------------------------- */
.interview-page .page-header .deco--pri {
  inset: 30% auto auto 40%;
}
.interview-page .page-header .deco--sec {
  inset: 56% auto auto 56%;
}
.interview-page .page-header .deco--ter {
  inset: 64% auto auto 2%;
}
.interview-page .page-header .deco--qua {
  inset: 68% auto auto 88%;
}
.interview-page .page-header .deco--qui {
  inset: 76% auto auto 40%;
}
.interview-page .page-header .deco--sen {
  inset: 64% auto auto 28%;
}
.interview-page .page-header .deco--sep {
  inset: 80% auto auto 74%;
}
.interview-page .page-header .deco--oct {
  inset: 100% auto auto 60%;
}
.interview-page .page-header .deco--nov {
  inset: 88% auto auto 12%;
}
.interview-page .page-header .deco--dec {
  inset: 96% auto auto 86%;
}
.interview-page .page-section--interview-1 .deco--pri {
  inset: 0% auto auto 28%;
}
.interview-page .page-section--interview-1 .deco--sec {
  inset: 24% auto auto 72%;
}
.interview-page .page-section--interview-1 .deco--ter {
  inset: 36% auto auto 42%;
}
.interview-page .page-section--interview-1 .deco--qua {
  inset: 42% auto auto 66%;
}
.interview-page .page-section--interview-1 .deco--qui {
  inset: 48% auto auto 4%;
}
.interview-page .page-section--interview-1 .deco--sen {
  inset: 60% auto auto 52%;
}
.interview-page .page-section--interview-1 .deco--sep {
  inset: 72% auto auto 60%;
}
.interview-page .page-section--interview-1 .deco--oct {
  inset: 76% auto auto -4%;
}
.interview-page .page-section--interview-1 .deco--nov {
  inset: 88% auto auto 12%;
}
.interview-page .page-section--interview-1 .deco--dec {
  inset: 96% auto auto 40%;
}
.interview-page .page-section--interview-2 .deco--pri {
  inset: 0% auto auto 32%;
}
.interview-page .page-section--interview-2 .deco--sec {
  inset: 12% auto auto 92%;
}
.interview-page .page-section--interview-2 .deco--ter {
  inset: 32% auto auto 60%;
}
.interview-page .page-section--interview-2 .deco--qua {
  inset: 42% auto auto 28%;
}
.interview-page .page-section--interview-2 .deco--qui {
  inset: 52% auto auto 10%;
}
.interview-page .page-section--interview-2 .deco--sen {
  inset: 56% auto auto 22%;
}
.interview-page .page-section--interview-2 .deco--sep {
  inset: 60% auto auto 90%;
}
.interview-page .page-section--interview-2 .deco--oct {
  inset: 68% auto auto 76%;
}
.interview-page .page-section--interview-2 .deco--nov {
  inset: 76% auto auto 2%;
}
.interview-page .page-section--interview-2 .deco--dec {
  inset: 92% auto auto 16%;
}
.interview-page .page-section--interview-3 .deco--pri {
  inset: 0% auto auto 28%;
}
.interview-page .page-section--interview-3 .deco--sec {
  inset: 24% auto auto 72%;
}
.interview-page .page-section--interview-3 .deco--ter {
  inset: 36% auto auto 42%;
}
.interview-page .page-section--interview-3 .deco--qua {
  inset: 42% auto auto 66%;
}
.interview-page .page-section--interview-3 .deco--qui {
  inset: 48% auto auto 4%;
}
.interview-page .page-section--interview-3 .deco--sen {
  inset: 60% auto auto 52%;
}
.interview-page .page-section--interview-3 .deco--sep {
  inset: 72% auto auto 60%;
}
.interview-page .page-section--interview-3 .deco--oct {
  inset: 76% auto auto -4%;
}
.interview-page .page-section--interview-3 .deco--nov {
  inset: 88% auto auto 12%;
}
.interview-page .page-section--interview-3 .deco--dec {
  inset: 96% auto auto 40%;
}
.interview-page .page-section--works .deco--pri {
  inset: 0% auto auto 32%;
}
.interview-page .page-section--works .deco--sec {
  inset: 12% auto auto 92%;
}
.interview-page .page-section--works .deco--ter {
  inset: 32% auto auto 60%;
}
.interview-page .page-section--works .deco--qua {
  inset: 42% auto auto 28%;
}
.interview-page .page-section--works .deco--qui {
  inset: 52% auto auto 10%;
}
.interview-page .page-section--works .deco--sen {
  inset: 56% auto auto 22%;
}
.interview-page .page-section--works .deco--sep {
  inset: 60% auto auto 90%;
}
.interview-page .page-section--works .deco--oct {
  inset: 68% auto auto 76%;
}
.interview-page .page-section--works .deco--nov {
  inset: 76% auto auto 2%;
}
.interview-page .page-section--works .deco--dec {
  inset: 92% auto auto 16%;
}
.interview-page .page-section--schedule .deco--pri {
  inset: 0% auto auto 28%;
}
.interview-page .page-section--schedule .deco--sec {
  inset: 24% auto auto 72%;
}
.interview-page .page-section--schedule .deco--ter {
  inset: 36% auto auto 42%;
}
.interview-page .page-section--schedule .deco--qua {
  inset: 42% auto auto 66%;
}
.interview-page .page-section--schedule .deco--qui {
  inset: 48% auto auto 4%;
}
.interview-page .page-section--schedule .deco--sen {
  inset: 60% auto auto 52%;
}
.interview-page .page-section--schedule .deco--sep {
  inset: 72% auto auto 60%;
}
.interview-page .page-section--schedule .deco--oct {
  inset: 76% auto auto -4%;
}
.interview-page .page-section--schedule .deco--nov {
  inset: 88% auto auto 12%;
}
.interview-page .page-section--schedule .deco--dec {
  inset: 96% auto auto 40%;
}
.interview-page .page-navi--more .deco--pri {
  inset: -12% auto auto 32%;
}
.interview-page .page-navi--more .deco--sec {
  inset: -2% auto auto 92%;
}
.interview-page .page-navi--more .deco--ter {
  inset: 8% auto auto 60%;
}
.interview-page .page-navi--more .deco--qua {
  inset: 16% auto auto 28%;
}
.interview-page .page-navi--more .deco--qui {
  inset: 22% auto auto 10%;
}
.interview-page .page-navi--more .deco--sen {
  inset: 26% auto auto 22%;
}
.interview-page .page-navi--more .deco--sep {
  inset: 38% auto auto 90%;
}
.interview-page .page-navi--more .deco--oct {
  inset: 42% auto auto 76%;
}
.interview-page .page-navi--more .deco--nov {
  inset: 54% auto auto 2%;
}
.interview-page .page-navi--more .deco--dec {
  inset: 60% auto auto 16%;
}

/* ========================================================================== */
/* Our Jobs: Project Story Page */
/* ========================================================================== */
/* project-story-intro */
/* -------------------------------------------------------------------------- */
.project-story-intro {
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-intro {
    padding-top: 6em;
  }
}
.project-story-intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}
.project-story-intro__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  width: fit-content;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
}
.project-story-intro__title__pri {
  font-family: "Roboto Condensed", serif;
}
.project-story-intro__title.iv-item .project-story-intro__title__pri,
.project-story-intro__title.iv-item .project-story-intro__title__sec {
  clip-path: inset(0 50% 0 50%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.project-story-intro__title.iv-item .project-story-intro__title__pri {
  transform: translateY(2.5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-intro__title.iv-item .project-story-intro__title__pri {
    transform: translateY(5vw);
  }
}
.project-story-intro__title.iv-item .project-story-intro__title__sec {
  transform: scale(1.25);
}
.project-story-intro__title.iv-item--active .project-story-intro__title__pri {
  transform: translateY(0);
  clip-path: inset(0 -1.5em 0 -1.5em);
}
.project-story-intro__title.iv-item--active .project-story-intro__title__sec {
  transform: scale(1);
  clip-path: inset(0 0 0 0);
}
.project-story-intro__catch {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
.project-story-intro__catch.iv-item {
  transform: translateY(2.5vw);
  clip-path: inset(0 50% 0 50%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-intro__catch.iv-item {
    transform: translateY(5vw);
  }
}
.project-story-intro__catch.iv-item--active {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.project-story-intro__read {
  text-align: center;
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-intro__read {
    text-align: justify;
    font-size: 1.125em;
  }
}
.project-story-intro__read:last-of-type {
  margin-bottom: 0;
}
.project-story-intro__read.iv-item {
  transform: translateY(2.5vw);
  clip-path: inset(0 50% 0 50%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-intro__read.iv-item {
    transform: translateY(5vw);
  }
}
.project-story-intro__read.iv-item--active {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* project-story-profile */
/* -------------------------------------------------------------------------- */
.project-story-profile {
  display: flex;
  justify-content: center;
  gap: 3em;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-profile {
    flex-direction: column;
    gap: 1.5em;
  }
}
.project-story-profile__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 13.6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-profile__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}
.project-story-profile__image {
  overflow: hidden;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-profile__image {
    width: 10em;
  }
}
.project-story-profile__image img {
  object-fit: cover;
}
.project-story-profile__content {
  width: fit-content;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-profile__content {
    flex: 1;
  }
  .project-story-profile__content .profile__name {
    font-size: 2.5em;
  }
}
.project-story-profile .profile__read {
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.8;
}
.project-story-profile__item.iv-item .project-story-profile__content {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-profile__item.iv-item .project-story-profile__content {
    transform: translateX(-10vw);
  }
}
.project-story-profile__item.iv-item--active .project-story-profile__content {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* project-story-container */
/* -------------------------------------------------------------------------- */
.project-story-container {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container {
    padding: 0 5%;
  }
}
.project-story-container__item {
  display: flex;
  align-items: flex-start;
  gap: 3em;
  margin-top: 1.5em;
  padding: 0 10em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__item {
    gap: 2em;
    margin-top: 3em;
    padding: 0;
  }
}
.project-story-container__image {
  width: 7em;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__image {
    width: 5em;
  }
}
.project-story-container__image img {
  object-fit: cover;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
}
.project-story-container__image.iv-item {
  clip-path: inset(0 100% 0 0);
  transform: translateY(3em);
  transitio-property: clip-path, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.project-story-container__image.iv-item--active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.project-story-container__content {
  flex: 1;
  position: relative;
  min-height: 7em;
  padding: 1em 2em;
  background-color: #e5f4ff;
}
.project-story-container__content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1.5em auto auto -1.5em;
  width: 1.5em;
  height: 1.5em;
  background-color: #e5f4ff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.project-story-container__header {
  margin-bottom: 5em;
  padding-right: 33.333%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__header {
    padding-right: 0;
  }
}
.project-story-container__header.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__header.iv-item {
    transform: translateX(-10vw);
  }
}
.project-story-container__header.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.project-story-container__title {
  position: relative;
  width: fit-content;
  margin-top: -0.25em;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__title {
    font-size: 1.875em;
  }
}
.project-story-container__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__read {
    padding-right: 5%;
  }
}
.project-story-container__read:last-of-type {
  margin-bottom: 0;
}
.project-story-container__item:nth-of-type(odd) .project-story-container__content.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__item:nth-of-type(odd) .project-story-container__content.iv-item {
    transform: translateX(-10vw);
  }
}
.project-story-container__item:nth-of-type(odd) .project-story-container__content.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 -1.5em);
}
.project-story-container__item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 0 0 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__item:nth-of-type(even) {
    padding: 0;
  }
}
.project-story-container__item:nth-of-type(even) .project-story-container__content::before {
  inset: 1.5em -1.5em auto auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.project-story-container__item:nth-of-type(even) .project-story-container__content.iv-item {
  transform: translateX(5vw);
  clip-path: inset(0 0 0 100%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-container__item:nth-of-type(even) .project-story-container__content.iv-item {
    transform: translateX(10vw);
  }
}
.project-story-container__item:nth-of-type(even) .project-story-container__content.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 -1.5em 0 0);
}

/* project-story-image */
/* -------------------------------------------------------------------------- */
.project-story-image {
  display: flex;
  position: relative;
  z-index: 1;
  transform: skewY(-15deg);
  margin-top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-image {
    flex-wrap: wrap;
  }
}
.project-story-image__item {
  width: 25%;
  overflow: hidden;
  transform: skewY(15deg);
  overflow: hidden;
  aspect-ratio: 160/203;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
  margin: -3.36% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-image__item {
    width: 50%;
    margin: -6.72% 0;
  }
}

/* project-story-page: page-header */
/* -------------------------------------------------------------------------- */
.project-story-page .page-header .bg--ter {
  top: 55.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-header .bg--ter {
    top: 38.65em;
    width: 200%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-header__title .multi-title__pri {
    font-size: 250%;
  }
}
.project-story-page .page-header__image {
  clip-path: polygon(0 35.75%, 100% 0, 100% 64.25%, 0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-header__image {
    margin-top: 16.5em;
    clip-path: polygon(0 26.75%, 100% 0, 100% 73.25%, 0 100%);
  }
}
.project-story-page .page-header__image img {
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-header__image img {
    aspect-ratio: 1;
  }
}
.project-story-page .page-header__content--pri {
  position: absolute;
  inset: 14.14em auto auto 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-header__content--pri {
    left: 5%;
  }
}
.project-story-page .page-header__content--sec {
  position: relative;
  margin-top: -5em;
}

/* project-story-page: page-section */
/* -------------------------------------------------------------------------- */
.project-story-page .page-section {
  position: relative;
  padding: 10em 0;
}
.project-story-page .page-section .section-title {
  position: absolute;
  top: 10em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section .section-title {
    top: 10em;
    left: auto;
    right: 2.5%;
  }
}
.project-story-page .page-section--profile {
  padding: 7.5em 0 25em;
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--profile {
    padding: 5em 0 25em;
  }
}
.project-story-page .page-section--profile .section-title {
  top: 9.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--profile .section-title {
    top: 6em;
  }
}
.project-story-page .page-section--project-story-1 {
  margin-top: -20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 {
    padding-top: 25em;
  }
}
.project-story-page .page-section--project-story-1 .section-title {
  top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 .section-title {
    top: 20em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-2 {
    padding-top: 25em;
  }
}
.project-story-page .page-section--project-story-2 .project-story-container__content {
  background-color: #ffffff;
}
.project-story-page .page-section--project-story-2 .project-story-container__content::before {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-3 {
    padding-top: 25em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 {
    padding-top: 25em;
  }
}
.project-story-page .page-section--project-story-4 .section-title {
  top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 .section-title {
    top: 20em;
  }
}
.project-story-page .page-section--project-story-4 .project-story-container__content {
  background-color: #ffffff;
}
.project-story-page .page-section--project-story-4 .project-story-container__content::before {
  background-color: #ffffff;
}
.project-story-page .page-section--gallery {
  padding: 20em 0 0;
}
.project-story-page .page-section--gallery .section-header {
  padding: 0 10%;
}
.project-story-page .page-section--gallery .section-header__title {
  margin-bottom: 0;
  font-family: "Roboto Condensed", serif;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .section-header__title {
    font-size: 4.5em;
  }
}
.project-story-page .page-section--gallery .section-header__title.iv-item {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-1em);
  transition-property: clip-path, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.project-story-page .page-section--gallery .section-header__title.iv-item--active {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.project-story-page .page-section--gallery .slide-gallery {
  margin-top: -15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .slide-gallery {
    margin-top: -12.5em;
  }
}
.project-story-page .page-section--gallery .slide-gallery__image {
  clip-path: polygon(0 27.5%, 100% 0, 100% 72.5%, 0 100%);
}
.project-story-page .page-section--gallery .slide-gallery__image img {
  aspect-ratio: 1;
}
.project-story-page .page-section--gallery .slide-gallery__button--next {
  inset: auto 10% 22% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .slide-gallery__button--next {
    inset: auto 10% 28% auto;
  }
}
.project-story-page .page-section--gallery .slide-gallery__button--prev {
  inset: auto calc(10% + 4.5em) 22% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .slide-gallery__button--prev {
    inset: auto calc(10% + 4.5em) 28% auto;
  }
}
.project-story-page .page-section--gallery .slide-gallery__pagination {
  inset: auto 10% calc(14.8% - 2em) auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .slide-gallery__pagination {
    inset: auto 10% calc(16.8% - 2em) auto;
  }
}

/* project-story-page: background  */
/* -------------------------------------------------------------------------- */
.project-story-page .page-section .bg,
.project-story-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.project-story-page .page-section--project-story-1 .bg--pri {
  top: 5em;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 .bg--pri {
    top: 2.5em;
    height: calc(100% + 20em);
  }
}
.project-story-page .page-section--project-story-1 .bg--sec {
  bottom: -20em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 .bg--sec {
    bottom: 0;
  }
}
.project-story-page .page-section--project-story-2 .bg--pri {
  top: -10em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-2 .bg--pri {
    height: calc(100% + 10em);
  }
}
.project-story-page .page-section--project-story-2 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-2 .bg--sec {
    top: -5em;
  }
}
.project-story-page .page-section--project-story-3 .bg--pri {
  top: -10em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-3 .bg--pri {
    height: calc(100% + 10em);
  }
}
.project-story-page .page-section--project-story-3 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-3 .bg--sec {
    top: -5em;
  }
}
.project-story-page .page-section--project-story-4 .bg--pri {
  top: -10em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 .bg--pri {
    height: calc(100% + 10em);
  }
}
.project-story-page .page-section--project-story-4 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 .bg--sec {
    top: -5em;
  }
}
.project-story-page .page-section--gallery .bg--pri {
  top: 5em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .bg--pri {
    height: calc(100% + 10em);
  }
}
.project-story-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.project-story-page .page-navi--more .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* project-story-page: character */
/* -------------------------------------------------------------------------- */
.project-story-page .character {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .character {
    font-size: 0.75em;
  }
}
.project-story-page .character--hero {
  width: 17.5em;
}
.project-story-page .character--gallica {
  width: 10em;
}
.project-story-page .character--strohl {
  width: 17.5em;
}
.project-story-page .character--hulkenberg {
  width: 17.5em;
}
.project-story-page .character--heismay {
  width: 23.75em;
}
.project-story-page .character--junah {
  width: 26.75em;
}
.project-story-page .character--eupha {
  width: 25em;
}
.project-story-page .character--neuras {
  width: 18em;
}
.project-story-page .character--more {
  width: 13.75em;
}
.project-story-page .character--louis {
  width: 37.5em;
}
.project-story-page .character.iv-item {
  clip-path: inset(100% 0 0 0);
  transform: translateY(6em);
  transition-property: clip-path, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.project-story-page .character.iv-item--active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.project-story-page .page-section--project-story-1 .character--gallica {
  inset: -5em 5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 .character--gallica {
    inset: -5em 7.5em auto auto;
  }
}
.project-story-page .page-section--project-story-1 .character--hero {
  inset: 0 15em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-1 .character--hero {
    inset: 0 17.5em auto auto;
  }
}
.project-story-page .page-section--project-story-2 .character--hulkenberg {
  inset: -17.5em 17.5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-2 .character--hulkenberg {
    inset: -17.5em 20em auto auto;
  }
}
.project-story-page .page-section--project-story-2 .character--strohl {
  inset: -5em 5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-2 .character--strohl {
    inset: -5em 7.5em auto auto;
  }
}
.project-story-page .page-section--project-story-3 .character--heismay {
  inset: -17.5em 15em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-3 .character--heismay {
    inset: -12.5em 17.5em auto auto;
  }
}
.project-story-page .page-section--project-story-3 .character--junah {
  inset: -5em 2.5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-3 .character--junah {
    inset: 0 5em auto auto;
  }
}
.project-story-page .page-section--project-story-4 .character--neuras {
  inset: -20em 15em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 .character--neuras {
    inset: -15em 17.5em auto auto;
  }
}
.project-story-page .page-section--project-story-4 .character--eupha {
  inset: -5em 2.5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--project-story-4 .character--eupha {
    inset: 0 5em auto auto;
  }
}
.project-story-page .page-section--gallery .character--louis {
  inset: -5em 25em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .character--louis {
    inset: -7.5em 2.5em auto auto;
  }
}
.project-story-page .page-section--gallery .character--more {
  inset: 0 25em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .project-story-page .page-section--gallery .character--more {
    inset: -2.5em 2.5em auto auto;
  }
}

/* project-story-page: deco */
/* -------------------------------------------------------------------------- */
.project-story-page .page-section--profile .deco--pri {
  inset: 4% auto auto 4%;
}
.project-story-page .page-section--profile .deco--sec {
  inset: 12% auto auto 50%;
}
.project-story-page .page-section--profile .deco--ter {
  inset: 20% auto auto 28%;
}
.project-story-page .page-section--profile .deco--qua {
  inset: 32% auto auto 64%;
}
.project-story-page .page-section--profile .deco--qui {
  inset: 46% auto auto 18%;
}
.project-story-page .page-section--profile .deco--sen {
  inset: 52% auto auto 64%;
}
.project-story-page .page-section--profile .deco--sep {
  inset: 68% auto auto 38%;
}
.project-story-page .page-section--profile .deco--oct {
  inset: 80% auto auto 30%;
}
.project-story-page .page-section--profile .deco--nov {
  inset: 92% auto auto 44%;
}
.project-story-page .page-section--profile .deco--dec {
  inset: 100% auto auto 66%;
}
.project-story-page .page-section--project-story-1 .deco--pri {
  inset: 0% auto auto 64%;
}
.project-story-page .page-section--project-story-1 .deco--sec {
  inset: 12% auto auto 90%;
}
.project-story-page .page-section--project-story-1 .deco--ter {
  inset: 24% auto auto 20%;
}
.project-story-page .page-section--project-story-1 .deco--qua {
  inset: 28% auto auto 80%;
}
.project-story-page .page-section--project-story-1 .deco--qui {
  inset: 40% auto auto 60%;
}
.project-story-page .page-section--project-story-1 .deco--sen {
  inset: 44% auto auto 18%;
}
.project-story-page .page-section--project-story-1 .deco--sep {
  inset: 56% auto auto 3%;
}
.project-story-page .page-section--project-story-1 .deco--oct {
  inset: 80% auto auto 80%;
}
.project-story-page .page-section--project-story-1 .deco--nov {
  inset: 92% auto auto 44%;
}
.project-story-page .page-section--project-story-1 .deco--dec {
  inset: 100% auto auto 16%;
}
.project-story-page .page-section--project-story-2 .deco--pri {
  inset: 0% auto auto 56%;
}
.project-story-page .page-section--project-story-2 .deco--sec {
  inset: 12% auto auto 70%;
}
.project-story-page .page-section--project-story-2 .deco--ter {
  inset: 24% auto auto 32%;
}
.project-story-page .page-section--project-story-2 .deco--qua {
  inset: 28% auto auto 5%;
}
.project-story-page .page-section--project-story-2 .deco--qui {
  inset: 40% auto auto 14%;
}
.project-story-page .page-section--project-story-2 .deco--sen {
  inset: 44% auto auto 92%;
}
.project-story-page .page-section--project-story-2 .deco--sep {
  inset: 56% auto auto 94%;
}
.project-story-page .page-section--project-story-2 .deco--oct {
  inset: 64% auto auto 77%;
}
.project-story-page .page-section--project-story-2 .deco--nov {
  inset: 76% auto auto 4%;
}
.project-story-page .page-section--project-story-2 .deco--dec {
  inset: 88% auto auto 60%;
}
.project-story-page .page-section--project-story-3 .deco--pri {
  inset: 0% auto auto 64%;
}
.project-story-page .page-section--project-story-3 .deco--sec {
  inset: 12% auto auto 90%;
}
.project-story-page .page-section--project-story-3 .deco--ter {
  inset: 24% auto auto 20%;
}
.project-story-page .page-section--project-story-3 .deco--qua {
  inset: 28% auto auto 80%;
}
.project-story-page .page-section--project-story-3 .deco--qui {
  inset: 40% auto auto 60%;
}
.project-story-page .page-section--project-story-3 .deco--sen {
  inset: 44% auto auto 18%;
}
.project-story-page .page-section--project-story-3 .deco--sep {
  inset: 56% auto auto 3%;
}
.project-story-page .page-section--project-story-3 .deco--oct {
  inset: 80% auto auto 80%;
}
.project-story-page .page-section--project-story-3 .deco--nov {
  inset: 92% auto auto 44%;
}
.project-story-page .page-section--project-story-3 .deco--dec {
  inset: 100% auto auto 16%;
}
.project-story-page .page-section--project-story-4 .deco--pri {
  inset: 0% auto auto 56%;
}
.project-story-page .page-section--project-story-4 .deco--sec {
  inset: 12% auto auto 70%;
}
.project-story-page .page-section--project-story-4 .deco--ter {
  inset: 24% auto auto 32%;
}
.project-story-page .page-section--project-story-4 .deco--qua {
  inset: 28% auto auto 5%;
}
.project-story-page .page-section--project-story-4 .deco--qui {
  inset: 40% auto auto 14%;
}
.project-story-page .page-section--project-story-4 .deco--sen {
  inset: 44% auto auto 92%;
}
.project-story-page .page-section--project-story-4 .deco--sep {
  inset: 56% auto auto 94%;
}
.project-story-page .page-section--project-story-4 .deco--oct {
  inset: 64% auto auto 77%;
}
.project-story-page .page-section--project-story-4 .deco--nov {
  inset: 76% auto auto 4%;
}
.project-story-page .page-section--project-story-4 .deco--dec {
  inset: 88% auto auto 60%;
}

/* ========================================================================== */
/* Culture Page */
/* ========================================================================== */
/* sec-page: page-section--index */
/* -------------------------------------------------------------------------- */
.culture-page.sec-page .page-header__content {
  position: relative;
  padding: 6.5em 10% 0;
}
.culture-page.sec-page .page-header .bg--pri {
  inset: -35.25em auto auto 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-header .bg--pri {
    top: 24em;
  }
}
.culture-page.sec-page .page-section {
  position: relative;
}
.culture-page.sec-page .page-section .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.culture-page.sec-page .page-section--system {
  width: 50%;
  margin-top: -18.875em;
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--system {
    width: 120%;
    margin-top: -0.4em;
    margin-left: -5em;
  }
}
.culture-page.sec-page .page-section--system .content-card {
  width: 120%;
}
.culture-page.sec-page .page-section--system .content-card__content {
  margin: -17em auto auto -6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--system .content-card__content {
    margin: -2em auto auto 17.5em;
  }
}
.culture-page.sec-page .page-section--cross-talk {
  padding-top: 7.5em;
}
.culture-page.sec-page .page-section--cross-talk .section-header {
  padding: 0 10% 3em;
}
.culture-page.sec-page .page-section--cross-talk .section-header__title {
  margin-bottom: 0;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--cross-talk .content-card__content {
    margin: -2em auto auto calc(33.333% + 3em);
  }
}
.culture-page.sec-page .page-section--cross-talk .bg {
  aspect-ratio: 8/9;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.culture-page.sec-page .page-section--cross-talk .bg--pri {
  top: 10em;
  width: 150%;
  background-color: #e5f4ff;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--cross-talk .bg--pri {
    width: 300%;
    bottom: -10em;
  }
}
.culture-page.sec-page .page-section--cross-talk .bg--sec {
  bottom: -30em;
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--cross-talk .bg--sec {
    bottom: -30em;
  }
}
.culture-page.sec-page .page-section--office-tour {
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour {
    margin-top: 0;
    padding-top: 3em;
  }
}
.culture-page.sec-page .page-section--office-tour .content-card {
  width: 100%;
  margin-top: -5em;
  margin-left: -10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour .content-card {
    width: 150%;
    margin-top: 0;
    margin-left: -25%;
  }
}
.culture-page.sec-page .page-section--office-tour .content-card__content {
  margin: -5em auto auto calc(33.333% + 10em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour .content-card__content {
    margin: -2.5em auto auto calc(33.333% + 1.5em);
  }
}
.culture-page.sec-page .page-section--office-tour .bg--pri {
  top: 33.05em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour .bg--pri {
    top: 5.25em;
    height: calc(100% + 10em);
  }
}
.culture-page.sec-page .page-section--office-tour .bg--sec {
  top: 27.25em;
  transform: skewY(15deg);
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#d1e8ff 25%, transparent 25%), radial-gradient(#d1e8ff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour .bg--sec {
    top: 5em;
  }
}
.culture-page.sec-page .page-section--office-tour .bg--ter {
  top: 54.75em;
  height: calc(100% + 30em);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .culture-page.sec-page .page-section--office-tour .bg--ter {
    top: 22.875em;
    height: calc(100% + 10em);
  }
}
.culture-page.sec-page .page-section--cross-talk .deco--pri {
  inset: -4% auto auto 14%;
}
.culture-page.sec-page .page-section--cross-talk .deco--sec {
  inset: 6% auto auto 22%;
}
.culture-page.sec-page .page-section--cross-talk .deco--ter {
  inset: 20% auto auto 48%;
}
.culture-page.sec-page .page-section--cross-talk .deco--qua {
  inset: 22% auto auto 6%;
}
.culture-page.sec-page .page-section--cross-talk .deco--qui {
  inset: 32% auto auto 40%;
}
.culture-page.sec-page .page-section--cross-talk .deco--sen {
  inset: 40% auto auto 56%;
}
.culture-page.sec-page .page-section--cross-talk .deco--sep {
  inset: 56% auto auto 40%;
}
.culture-page.sec-page .page-section--cross-talk .deco--oct {
  inset: 92% auto auto 40%;
}
.culture-page.sec-page .page-section--cross-talk .deco--nov {
  inset: 100% auto auto 36%;
}
.culture-page.sec-page .page-section--cross-talk .deco--dec {
  inset: 100% auto auto 66%;
}
.culture-page.sec-page .page-section--office-tour .deco--pri {
  inset: 8% auto auto 84%;
}
.culture-page.sec-page .page-section--office-tour .deco--sec {
  inset: 6% auto auto 22%;
}
.culture-page.sec-page .page-section--office-tour .deco--ter {
  inset: 20% auto auto 48%;
}
.culture-page.sec-page .page-section--office-tour .deco--qua {
  inset: 22% auto auto 6%;
}
.culture-page.sec-page .page-section--office-tour .deco--qui {
  inset: 32% auto auto 80%;
}

.cross-talk-index {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 0;
  width: 120%;
  margin-left: -10%;
}
.cross-talk-index__item {
  width: 57.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-index__item {
    width: 100%;
  }
}
.cross-talk-index__item:nth-of-type(even) {
  margin-top: -11.5%;
  margin-left: -15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-index__item:nth-of-type(even) {
    margin: 0;
  }
}

.closs-tak-slider__item {
  opacity: 0;
  transition: opacity 0.5s;
}
.closs-tak-slider__item.swiper-slide-active {
  opacity: 1;
}
.closs-tak-slider .slide-gallery__button--prev {
  inset: auto calc(15% + 4.5em) 12% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .closs-tak-slider .slide-gallery__button--prev {
    inset: auto auto calc(15% + 4.5em) 5%;
    font-size: 0.75em;
  }
}
.closs-tak-slider .slide-gallery__button--next {
  inset: auto 15% 12% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .closs-tak-slider .slide-gallery__button--next {
    inset: auto auto 15% 5%;
    font-size: 0.75em;
  }
}
.closs-tak-slider .slide-gallery__pagination {
  inset: auto 5% calc(12% - 0em) auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .closs-tak-slider .slide-gallery__pagination {
    inset: auto auto 0 5%;
    font-size: 0.75em;
  }
}

/* ========================================================================== */
/* Culture Page: Cross Talk Page */
/* ========================================================================== */
/* cross-talk-intro */
/* -------------------------------------------------------------------------- */
.cross-talk-intro {
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-intro {
    padding-top: 8em;
  }
}
.cross-talk-intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}
.cross-talk-intro__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  width: fit-content;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 4em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-intro__title {
    font-size: 3.25em;
  }
}
.cross-talk-intro__title__pri {
  position: relative;
  font-weight: 700;
  font-size: 50%;
}
.cross-talk-intro__title__pri::before, .cross-talk-intro__title__pri::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  width: 0;
  height: 1.6em;
  border-left: 0.1em solid #125fad;
}
.cross-talk-intro__title__pri::before {
  left: -1em;
  transform: rotate(-30deg);
}
.cross-talk-intro__title__pri::after {
  right: -1em;
  transform: rotate(30deg);
}
.cross-talk-intro__title__sec {
  font-family: "Train One", sans-serif;
}
.cross-talk-intro__title.iv-item .cross-talk-intro__title__pri,
.cross-talk-intro__title.iv-item .cross-talk-intro__title__sec {
  clip-path: inset(0 50% 0 50%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.cross-talk-intro__title.iv-item .cross-talk-intro__title__pri {
  transform: translateY(2.5vw);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-intro__title.iv-item .cross-talk-intro__title__pri {
    transform: translateY(5vw);
  }
}
.cross-talk-intro__title.iv-item .cross-talk-intro__title__sec {
  transform: scale(1.25);
}
.cross-talk-intro__title.iv-item--active .cross-talk-intro__title__pri {
  transform: translateY(0);
  clip-path: inset(0 -1.5em 0 -1.5em);
}
.cross-talk-intro__title.iv-item--active .cross-talk-intro__title__sec {
  transform: scale(1);
  clip-path: inset(0 0 0 0);
}
.cross-talk-intro__read {
  text-align: center;
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-intro__read {
    text-align: justify;
    font-size: 1.125em;
  }
}
.cross-talk-intro__read:last-of-type {
  margin-bottom: 0;
}
.cross-talk-intro__read.iv-item {
  transform: translateY(2.5vw);
  clip-path: inset(0 50% 0 50%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-intro__read.iv-item {
    transform: translateY(5vw);
  }
}
.cross-talk-intro__read.iv-item--active {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* cross-talk-profile */
/* -------------------------------------------------------------------------- */
.cross-talk-profile {
  display: flex;
  justify-content: center;
  gap: 3em;
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-profile {
    flex-direction: column;
    gap: 1.5em;
  }
}
.cross-talk-profile__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 13.6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-profile__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}
.cross-talk-profile__image {
  overflow: hidden;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-profile__image {
    width: 10em;
  }
}
.cross-talk-profile__image img {
  object-fit: cover;
}
.cross-talk-profile__content {
  width: fit-content;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-profile__content {
    flex: 1;
  }
  .cross-talk-profile__content .profile__name {
    font-size: 2.5em;
  }
}
.cross-talk-profile .profile__read {
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.8;
}
.cross-talk-profile__item.iv-item .cross-talk-profile__content {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-profile__item.iv-item .cross-talk-profile__content {
    transform: translateX(-10vw);
  }
}
.cross-talk-profile__item.iv-item--active .cross-talk-profile__content {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/* cross-talk-container */
/* -------------------------------------------------------------------------- */
.cross-talk-container {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container {
    padding: 0 5%;
  }
}
.cross-talk-container__item {
  display: flex;
  align-items: flex-start;
  gap: 3em;
  margin-top: 1.5em;
  padding: 0 10em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__item {
    gap: 2em;
    margin-top: 3em;
    padding: 0;
  }
}
.cross-talk-container__image {
  width: 7em;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__image {
    width: 5em;
  }
}
.cross-talk-container__image img {
  object-fit: cover;
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
}
.cross-talk-container__image.iv-item {
  clip-path: inset(0 100% 0 0);
  transform: translateY(3em);
  transitio-property: clip-path, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.cross-talk-container__image.iv-item--active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.cross-talk-container__content {
  flex: 1;
  position: relative;
  min-height: 7em;
  padding: 1em 2em;
  background-color: #e5f4ff;
}
.cross-talk-container__content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1.5em auto auto -1.5em;
  width: 1.5em;
  height: 1.5em;
  background-color: #e5f4ff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.cross-talk-container__title {
  position: relative;
  width: fit-content;
  margin-top: -0.25em;
  margin-bottom: 2em;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__title {
    padding-right: 0.5em;
    font-size: 2em;
  }
}
.cross-talk-container__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0.74em auto auto 0;
  width: 1.2em;
  height: 0.1em;
  background-color: #e70012;
  color: #e70012;
}
.cross-talk-container__title.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__title.iv-item {
    transform: translateX(-10vw);
  }
}
.cross-talk-container__title.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}
.cross-talk-container__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
.cross-talk-container__read:last-of-type {
  margin-bottom: 0;
}
.cross-talk-container__item:nth-of-type(odd) .cross-talk-container__content.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__item:nth-of-type(odd) .cross-talk-container__content.iv-item {
    transform: translateX(-10vw);
  }
}
.cross-talk-container__item:nth-of-type(odd) .cross-talk-container__content.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 0 0 -1.5em);
}
.cross-talk-container__item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 0 0 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__item:nth-of-type(even) {
    padding: 0;
  }
}
.cross-talk-container__item:nth-of-type(even) .cross-talk-container__content::before {
  inset: 1.5em -1.5em auto auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.cross-talk-container__item:nth-of-type(even) .cross-talk-container__content.iv-item {
  transform: translateX(5vw);
  clip-path: inset(0 0 0 100%);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-container__item:nth-of-type(even) .cross-talk-container__content.iv-item {
    transform: translateX(10vw);
  }
}
.cross-talk-container__item:nth-of-type(even) .cross-talk-container__content.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 -1.5em 0 0);
}

/* cross-talk-image */
/* -------------------------------------------------------------------------- */
.cross-talk-image {
  display: flex;
  position: relative;
  z-index: 1;
  transform: skewY(-15deg);
  margin-top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-image {
    flex-wrap: wrap;
  }
}
.cross-talk-image__item {
  width: 25%;
  overflow: hidden;
  transform: skewY(15deg);
  overflow: hidden;
  aspect-ratio: 160/203;
  margin: -3.36% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-image__item {
    width: 50%;
    margin: -6.72% 0;
  }
}
.cross-talk-image--pri {
  transform: skewY(15deg);
}
.cross-talk-image--pri .cross-talk-image__item {
  transform: skewY(-15deg);
  clip-path: polygon(0 0, 100% 21.094%, 100% 100%, 0% 78.906%);
}
.cross-talk-image--sec {
  transform: skewY(-15deg);
}
.cross-talk-image--sec .cross-talk-image__item {
  clip-path: polygon(0 21.094%, 100% 0%, 100% 78.906%, 0% 100%);
  transform: skewY(15deg);
}

/* cross-talk-page: page-header */
/* -------------------------------------------------------------------------- */
.cross-talk-page .page-header {
  min-height: 77em;
}
.cross-talk-page .page-header .bg--pri {
  background: #96c0eb;
}
.cross-talk-page .page-header .bg--sec {
  background: #d1e8ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-header .bg--pri {
    top: -2em;
  }
  .cross-talk-page .page-header .bg--sec {
    top: 47.5em;
  }
  .cross-talk-page .page-header .bg--ter {
    top: 45.55em;
    width: 150%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-header__title .multi-title__pri {
    font-size: 250%;
  }
}
.cross-talk-page .page-header__image {
  margin-top: 6.5em;
  clip-path: polygon(-5.8% 38.8%, 74.9% 0.41%, 105.3% 61.2%, 24.6% 99.65%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-header__image {
    margin-top: 16.5em;
    clip-path: polygon(-30.7% 36%, 76.1% 7.2%, 131.4% 69.3%, 24.6% 97.7%);
  }
}
.cross-talk-page .page-header__image img {
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-header__image img {
    aspect-ratio: 1;
  }
}
.cross-talk-page .page-header__content--pri {
  position: absolute;
  inset: 14.14em auto auto 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-header__content--pri {
    left: 5%;
  }
}
.cross-talk-page .page-header__content--sec {
  position: relative;
  margin-top: -5em;
}

/* cross-talk-page: page-section */
/* -------------------------------------------------------------------------- */
.cross-talk-page .page-section {
  position: relative;
  padding: 10em 0;
}
.cross-talk-page .page-section .section-title {
  position: absolute;
  top: 10em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section .section-title {
    top: 10em;
    left: auto;
    right: 2.5%;
  }
}
.cross-talk-page .page-section--profile {
  padding: 7.5em 0 25em;
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--profile {
    padding: 5em 0 25em;
  }
}
.cross-talk-page .page-section--profile .section-title {
  top: 9.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--profile .section-title {
    top: 6em;
  }
}
.cross-talk-page .page-section--cross-talk-1 {
  margin-top: -20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-1 {
    margin-top: -20em;
  }
}
.cross-talk-page .page-section--cross-talk-2 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-2 {
    padding-top: 10em;
  }
}
.cross-talk-page .page-section--cross-talk-2 .cross-talk-container__content {
  background-color: #ffffff;
}
.cross-talk-page .page-section--cross-talk-2 .cross-talk-container__content::before {
  background-color: #ffffff;
}
.cross-talk-page .page-section--cross-talk-3 {
  padding-bottom: 0;
}
.cross-talk-page .page-section--cross-talk-4 {
  padding-top: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-4 {
    padding-top: 10em;
  }
}
.cross-talk-page .page-section--cross-talk-4 .section-title {
  top: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-4 .section-title {
    top: 10em;
  }
}
.cross-talk-page .page-section--cross-talk-4 .cross-talk-container__content {
  background-color: #ffffff;
}
.cross-talk-page .page-section--cross-talk-4 .cross-talk-container__content::before {
  background-color: #ffffff;
}

/* cross-talk-page: background  */
/* -------------------------------------------------------------------------- */
.cross-talk-page .page-section .bg,
.cross-talk-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cross-talk-page .page-section--cross-talk-1 .bg--pri {
  top: 5em;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-1 .bg--pri {
    top: 2.5em;
    height: calc(100% + 20em);
  }
}
.cross-talk-page .page-section--cross-talk-1 .bg--sec {
  bottom: -20em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-1 .bg--sec {
    bottom: 0;
  }
}
.cross-talk-page .page-section--cross-talk-2 .bg--pri {
  top: 5em;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-2 .bg--pri {
    height: calc(100% + 10em);
  }
}
.cross-talk-page .page-section--cross-talk-2 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-2 .bg--sec {
    top: -5em;
  }
}
.cross-talk-page .page-section--cross-talk-3 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-3 .bg--pri {
    top: -10em;
    height: calc(100% + 20em);
  }
}
.cross-talk-page .page-section--cross-talk-3 .bg--sec {
  top: -40em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(-15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-3 .bg--sec {
    top: 0;
  }
}
.cross-talk-page .page-section--cross-talk-4 .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-4 .bg--pri {
    height: calc(100% + 10em);
  }
}
.cross-talk-page .page-section--cross-talk-4 .bg--sec {
  top: -80em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-section--cross-talk-4 .bg--sec {
    top: -5em;
  }
}
.cross-talk-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.cross-talk-page .page-navi--more .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cross-talk-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* cross-talk-page: deco */
/* -------------------------------------------------------------------------- */
.cross-talk-page .page-section--profile .deco--pri {
  inset: 4% auto auto 4%;
}
.cross-talk-page .page-section--profile .deco--sec {
  inset: 12% auto auto 50%;
}
.cross-talk-page .page-section--profile .deco--ter {
  inset: 20% auto auto 28%;
}
.cross-talk-page .page-section--profile .deco--qua {
  inset: 32% auto auto 64%;
}
.cross-talk-page .page-section--profile .deco--qui {
  inset: 46% auto auto 18%;
}
.cross-talk-page .page-section--profile .deco--sen {
  inset: 52% auto auto 64%;
}
.cross-talk-page .page-section--profile .deco--sep {
  inset: 68% auto auto 38%;
}
.cross-talk-page .page-section--profile .deco--oct {
  inset: 80% auto auto 30%;
}
.cross-talk-page .page-section--profile .deco--nov {
  inset: 92% auto auto 44%;
}
.cross-talk-page .page-section--profile .deco--dec {
  inset: 100% auto auto 66%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--pri {
  inset: 0% auto auto 64%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--sec {
  inset: 12% auto auto 90%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--ter {
  inset: 24% auto auto 20%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--qua {
  inset: 28% auto auto 80%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--qui {
  inset: 40% auto auto 60%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--sen {
  inset: 44% auto auto 18%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--sep {
  inset: 56% auto auto 3%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--oct {
  inset: 80% auto auto 80%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--nov {
  inset: 92% auto auto 44%;
}
.cross-talk-page .page-section--cross-talk-1 .deco--dec {
  inset: 100% auto auto 16%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--pri {
  inset: 0% auto auto 56%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--sec {
  inset: 12% auto auto 70%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--ter {
  inset: 24% auto auto 32%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--qua {
  inset: 28% auto auto 5%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--qui {
  inset: 40% auto auto 14%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--sen {
  inset: 44% auto auto 92%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--sep {
  inset: 56% auto auto 94%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--oct {
  inset: 64% auto auto 77%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--nov {
  inset: 76% auto auto 4%;
}
.cross-talk-page .page-section--cross-talk-2 .deco--dec {
  inset: 88% auto auto 60%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--pri {
  inset: 0% auto auto 64%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--sec {
  inset: 12% auto auto 90%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--ter {
  inset: 24% auto auto 20%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--qua {
  inset: 28% auto auto 80%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--qui {
  inset: 40% auto auto 60%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--sen {
  inset: 44% auto auto 18%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--sep {
  inset: 56% auto auto 3%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--oct {
  inset: 80% auto auto 80%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--nov {
  inset: 92% auto auto 44%;
}
.cross-talk-page .page-section--cross-talk-3 .deco--dec {
  inset: 100% auto auto 16%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--pri {
  inset: 0% auto auto 56%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--sec {
  inset: 12% auto auto 70%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--ter {
  inset: 24% auto auto 32%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--qua {
  inset: 28% auto auto 5%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--qui {
  inset: 40% auto auto 14%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--sen {
  inset: 44% auto auto 92%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--sep {
  inset: 56% auto auto 94%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--oct {
  inset: 64% auto auto 77%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--nov {
  inset: 76% auto auto 4%;
}
.cross-talk-page .page-section--cross-talk-4 .deco--dec {
  inset: 88% auto auto 60%;
}

/* ========================================================================== */
/* Culture Page: System Page */
/* ========================================================================== */
/* system-page: system-container */
/* -------------------------------------------------------------------------- */
.system-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  position: relative;
  z-index: 1;
  padding-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container {
    flex-direction: column;
  }
}
.system-container__col {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__col {
    width: 100%;
  }
}
.system-container__item {
  background-color: #e5f4ff;
  transform: skewY(-15deg);
}
.system-container__wrapper {
  position: relative;
  padding: 8em 4em;
  transform: skewY(15deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__wrapper {
    padding: 6em 2em;
  }
}
.system-container__image {
  position: absolute;
  inset: -4em 2em auto auto;
  width: 12em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__image {
    width: 9em;
  }
}
.system-container__title {
  position: relative;
  font-size: 2.5em;
}
.system-container__subtitle {
  position: relative;
  font-size: 1.5em;
}
.system-container__read {
  position: relative;
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.system-container__read:last-of-type {
  margin-bottom: 0;
}
.system-container__item--library .system-container__image {
  top: -4.5em;
  right: 3em;
  width: 9em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item--library .system-container__image {
    top: -3.375em;
    width: 6.75em;
  }
}
.system-container__item--holiday .system-container__image {
  top: -5em;
  width: 9em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item--holiday .system-container__image {
    top: -3.75em;
    width: 6.75em;
  }
}
.system-container__item--baby .system-container__image {
  top: -6em;
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item--baby .system-container__image {
    top: -4.5em;
    width: 7.5em;
  }
}
.system-container__item--lunch .system-container__image {
  top: -7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item--lunch .system-container__image {
    top: -5.25em;
  }
}
.system-container__item--facility .system-container__image {
  top: -5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item--facility .system-container__image {
    top: -3.75em;
  }
}
.system-container__item.iv-item .system-container__title,
.system-container__item.iv-item .system-container__subtitle,
.system-container__item.iv-item .system-container__read {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-container__item.iv-item .system-container__title,
  .system-container__item.iv-item .system-container__subtitle,
  .system-container__item.iv-item .system-container__read {
    transform: translateX(-10vw);
  }
}
.system-container__item.iv-item .system-container__image {
  transform: translateY(-5vw);
  clip-path: inset(100% 0 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.system-container__item.iv-item--active .system-container__title,
.system-container__item.iv-item--active .system-container__subtitle,
.system-container__item.iv-item--active .system-container__read,
.system-container__item.iv-item--active .system-container__image {
  transform: translate(0);
  clip-path: inset(0 0 0 0);
}

/* system-page: page-header */
/* -------------------------------------------------------------------------- */
.system-page .page-header {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-header {
    padding-bottom: 2em;
  }
}
.system-page .page-header__content {
  position: relative;
  z-index: 1;
  padding: 6.5em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-header__content {
    padding: 6.5em 5% 0;
  }
}

/* system-page: page-section */
/* -------------------------------------------------------------------------- */
.system-page .page-section {
  position: relative;
  padding: 5em 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section {
    padding-bottom: 5em;
  }
}
.system-page .page-section .section-header {
  padding: 0 10%;
}
.system-page .page-section .section-title {
  position: absolute;
  top: 5em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}
.system-page .page-section .section-header {
  margin-top: -0.5em;
}
.system-page .page-section .system-container {
  padding: 5em 10% 0;
}
.system-page .page-section--benefit .system-container__item {
  background-color: #ffffff;
}
.system-page .block-section--gallery {
  position: relative;
  padding: 5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .block-section--gallery {
    padding-bottom: 0;
  }
}
.system-page .block-section--gallery .section-header {
  position: absolute;
  inset: 24% auto auto 0;
  transform: translateY(-50%);
}

/* system-page: background  */
/* -------------------------------------------------------------------------- */
.system-page .page-section .bg,
.system-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.system-page .page-section--training .block-section--gallery .bg {
  top: -20em;
  width: 50%;
  height: auto;
  aspect-ratio: 8/9;
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section--training .block-section--gallery .bg {
    top: 0;
    width: 100%;
  }
}
.system-page .page-section--benefit .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section--benefit .bg--pri {
    height: calc(100% + 10em);
  }
}
.system-page .page-section--benefit .bg--sec {
  top: -90em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section--benefit .bg--sec {
    top: -5em;
  }
}
.system-page .page-section--benefit .block-section--gallery .bg {
  top: -20em;
  width: 50%;
  height: auto;
  aspect-ratio: 8/9;
  background-color: #ffffff;
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-section--benefit .block-section--gallery .bg {
    top: 0;
    width: 100%;
  }
}
.system-page .page-navi--more .bg--pri {
  top: 0;
  height: calc(100% + 30em);
  transform: skewY(-15deg);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-navi--more .bg--pri {
    top: 0;
    height: calc(100% + 10em);
  }
}
.system-page .page-navi--more .bg--sec {
  top: -100em;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, #ffffff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .system-page .page-navi--more .bg--sec {
    top: -27.5em;
  }
}

/* system-page: deco */
/* -------------------------------------------------------------------------- */
.system-page .page-section--training .deco--pri {
  inset: -12% auto auto 66%;
}
.system-page .page-section--training .deco--sec {
  inset: 8% auto auto 20%;
}
.system-page .page-section--training .deco--ter {
  inset: 12% auto auto 78%;
}
.system-page .page-section--training .deco--qua {
  inset: 18% auto auto 70%;
}
.system-page .page-section--training .deco--qui {
  inset: 28% auto auto 44%;
}
.system-page .page-section--training .deco--sen {
  inset: 36% auto auto 6%;
}
.system-page .page-section--training .deco--sep {
  inset: 56% auto auto -2%;
}
.system-page .page-section--training .deco--oct {
  inset: 62% auto auto 88%;
}
.system-page .page-section--training .deco--nov {
  inset: 80% auto auto 72%;
}
.system-page .page-section--training .deco--dec {
  inset: 100% auto auto 56%;
}
.system-page .page-section--benefit .deco--pri {
  inset: -12% auto auto 66%;
}
.system-page .page-section--benefit .deco--sec {
  inset: 8% auto auto 20%;
}
.system-page .page-section--benefit .deco--ter {
  inset: 12% auto auto 78%;
}
.system-page .page-section--benefit .deco--qua {
  inset: 18% auto auto 70%;
}
.system-page .page-section--benefit .deco--qui {
  inset: 28% auto auto 44%;
}
.system-page .page-section--benefit .deco--sen {
  inset: 36% auto auto 6%;
}
.system-page .page-section--benefit .deco--sep {
  inset: 56% auto auto -2%;
}
.system-page .page-section--benefit .deco--oct {
  inset: 62% auto auto 88%;
}
.system-page .page-section--benefit .deco--nov {
  inset: 80% auto auto 72%;
}
.system-page .page-section--benefit .deco--dec {
  inset: 100% auto auto 56%;
}

/* ========================================================================== */
/* Culture Page: Office Tour */
/* ========================================================================== */
/* office-tour: page-header */
/* -------------------------------------------------------------------------- */
.office-tour-page .page-header {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-header {
    padding-bottom: 2em;
  }
}
.office-tour-page .page-header__content {
  position: relative;
  z-index: 1;
  padding: 6.5em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-header__content {
    padding: 6.5em 5% 0;
  }
}

/* office-tour: page-section */
/* -------------------------------------------------------------------------- */
.office-tour-page .page-section {
  position: relative;
  padding: 5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section {
    padding-bottom: 0;
  }
}
.office-tour-page .page-section .section-header {
  margin-top: -0.5em;
  padding: 0 10%;
}
.office-tour-page .page-section .section-title {
  position: absolute;
  top: 5em;
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section .section-title {
    left: auto;
    right: 2.5%;
  }
}
.office-tour-page .page-section .system-container {
  padding: 5em 10% 0;
}
.office-tour-page .page-section--cafeteria-bar {
  padding-bottom: 0;
}
.office-tour-page .slide-gallery {
  margin-top: -10em;
}

/* office-tour: background  */
/* -------------------------------------------------------------------------- */
.office-tour-page .page-section .bg,
.office-tour-page .page-navi--more .bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.office-tour-page .page-section--meeting-room .bg--pri {
  top: -18.365em;
  height: 100%;
  background-color: #e5f4ff;
  transform: skewY(-15deg);
}
.office-tour-page .page-section--meeting-room .bg--sec {
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--meeting-room .bg--sec {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--communication-space .bg--pri {
  top: -18.365em;
  height: 100%;
  background-color: transparent;
  transform: skewY(-15deg);
}
.office-tour-page .page-section--communication-space .bg--sec {
  top: -96.75em;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#e5f4ff 25%, transparent 25%), radial-gradient(#e5f4ff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--communication-space .bg--sec {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--communication-space .bg--ter {
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #e5f4ff;
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--communication-space .bg--ter {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--library .bg--pri {
  top: -18.365em;
  height: 100%;
  background-color: #e5f4ff;
  transform: skewY(-15deg);
}
.office-tour-page .page-section--library .bg--sec {
  top: -94.2em;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: #ffffff;
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--library .bg--sec {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--library .bg--ter {
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--library .bg--ter {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--cafeteria-bar .bg--pri {
  top: -18.365em;
  height: 100%;
  background-color: transparent;
  transform: skewY(-15deg);
}
.office-tour-page .page-section--cafeteria-bar .bg--sec {
  top: -94.5em;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#ffffff 25%, transparent 25%), radial-gradient(#ffffff 25%, #e5f4ff 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--cafeteria-bar .bg--sec {
    top: 0;
    width: 100%;
  }
}
.office-tour-page .page-section--cafeteria-bar .bg--ter {
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 8/9;
  transform: skewY(15deg);
  background-color: transparent;
  background-image: radial-gradient(#f5f5f5 25%, transparent 25%), radial-gradient(#f5f5f5 25%, transparent 25%);
  background-size: 1.5em 1.5em;
  background-position: 0 0, 0.75em 0.75em;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .office-tour-page .page-section--cafeteria-bar .bg--ter {
    top: 0;
    width: 100%;
  }
}

/* office-tour: deco */
/* -------------------------------------------------------------------------- */
.office-tour-page .page-section .deco--pri {
  inset: -20% auto auto 32%;
}
.office-tour-page .page-section .deco--sec {
  inset: 6% auto auto -2%;
}
.office-tour-page .page-section .deco--ter {
  inset: 10% auto auto 38%;
}
.office-tour-page .page-section .deco--qua {
  inset: 12% auto auto 88%;
}
.office-tour-page .page-section .deco--qui {
  inset: 16% auto auto 72%;
}
.office-tour-page .page-section .deco--sen {
  inset: 22% auto auto 3%;
}
.office-tour-page .page-section .deco--sep {
  inset: 28% auto auto 18%;
}
.office-tour-page .page-section .deco--oct {
  inset: 32% auto auto 56%;
}
.office-tour-page .page-section .deco--nov {
  inset: 36% auto auto 32%;
}
.office-tour-page .page-section .deco--dec {
  inset: 40% auto auto -4%;
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* ========================================================================== */
/* News List */
/* ========================================================================== */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 0;
}
.news-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  position: relative;
  margin-bottom: 0;
  padding: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__item {
    flex-direction: column;
    gap: 1em;
    padding: 1.5em 2em 3em;
  }
}
.news-list__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #e5f4ff;
  transform: skewX(-15deg);
}
.news-list__item--footer {
  padding: 0;
  margin-top: 2em;
}
.news-list__item--footer::before {
  content: none;
}
.news-list__date {
  position: relative;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25em;
  color: #e70012;
}
.news-list__title {
  position: relative;
  font-size: 1.25em;
}
.news-list__anchor {
  text-decoration: none;
}
.news-list.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(0 100% 0 -10%);
  transition-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list.iv-item {
    transform: translateX(-10vw);
  }
}
.news-list.iv-item--active {
  transform: translateX(0);
  clip-path: inset(0 -10% 0 -10%);
}

/* news-page: page-header */
/* -------------------------------------------------------------------------- */
.news-page .page-header {
  position: relative;
  padding-bottom: 5em;
}
.news-page .page-header__content {
  position: relative;
  z-index: 1;
  padding: 6.5em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header__content {
    padding: 6.5em 5% 0;
  }
}

/* news-page: page-section */
/* -------------------------------------------------------------------------- */
.news-page .page-section--index {
  padding: 0em 10%;
}

/* ========================================================================== */
/* Q&A Page */
/* ========================================================================== */
/* qa-container */
/* -------------------------------------------------------------------------- */
.qa-container {
  display: flex;
  flex-direction: column;
  counter-reset: number;
}
.qa-container__item {
  position: relative;
  padding: 4em 0 8em;
}
.qa-container__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 8em;
  width: calc(100% - 8em);
  height: 0;
  border-top: 1px solid #125fad;
}
.qa-container__caption {
  display: flex;
  align-items: center;
  gap: 1em;
  position: absolute;
  inset: 0 auto auto 0;
  transform: translateY(-50%);
  font-family: "Roboto Condensed", serif;
  font-size: 1em;
  line-height: 1;
}
.qa-container__caption__number {
  font-size: 200%;
  color: #e70012;
}
.qa-container__caption__number::before {
  counter-increment: number;
  content: counter(number);
}
.qa-container__title {
  margin-bottom: 0;
  padding: 0 2em 0 1em;
  font-size: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .qa-container__title {
    padding: 0 1.5em 0 0;
  }
}
.qa-container__content {
  position: relative;
  padding: 2.5em 1.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .qa-container__content {
    padding: 2.5em 0 0;
  }
}
.qa-container__content .qa-container__caption {
  position: relative;
  inset: auto;
  transform: translateY(0);
  margin-bottom: 0.5em;
  color: #e70012;
}
.qa-container__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.qa-container__read:last-of-type {
  margin-bottom: 0;
}
.qa-container__item.accordion .accordion__trigger__icon {
  top: 0.275em;
  right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .qa-container__item.accordion .accordion__trigger__icon {
    right: 0;
  }
}
.qa-container.iv-item {
  transform: translateX(-5vw);
  clip-path: inset(-1em 100% 0 0);
  transitio-property: transform, clip-path;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .qa-container.iv-item {
    transform: skewX(0) translateX(-10vw);
  }
}
.qa-container.iv-item--active {
  transform: translateX(0);
  clip-path: inset(-1em 0 0 0);
}

/* qa-page: page-section */
/* -------------------------------------------------------------------------- */
.qa-page .page-section--qa {
  padding: 8em 10% 0;
}

/* ========================================================================== */
/* Entry Page */
/* ========================================================================== */
/* entry-container */
/* -------------------------------------------------------------------------- */
.entry-container {
  display: flex;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container {
    flex-wrap: wrap;
  }
}
.entry-container .guide {
  top: -30.65em;
}
.entry-container__item {
  position: relative;
  overflow: hidden;
  padding: 7em 3em 0;
  aspect-ratio: 3/4;
  width: calc(25% - 0.75em);
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__item {
    width: calc(50% - 0.666em);
    padding: 4.5em 1.5em 0;
  }
}
.entry-container__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: #ffffff;
  clip-path: polygon(0 13.375%, 100% 0, 100% 100%, 0 100%);
  inset: auto auto 0 0;
  opacity: 0.5;
}
.entry-container__item--freshers::before {
  bottom: -35em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__item--freshers::before {
    bottom: -20em;
  }
}
.entry-container__item--careers::before {
  bottom: -28.9em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__item--careers::before {
    bottom: -16em;
  }
}
.entry-container__item--parttimer::before {
  bottom: -22.8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__item--parttimer::before {
    bottom: -20em;
  }
}
.entry-container__item--disabilities::before {
  bottom: -16.7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__item--disabilities::before {
    bottom: -16em;
  }
}
.entry-container__wrapper {
  position: relative;
  z-index: 1;
}
.entry-container__title {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__title {
    margin-bottom: 2.5em;
    font-size: 1.25em;
  }
}
.entry-container__link {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-bottom: 1px;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__link {
    font-size: 0.875em;
  }
}
.entry-container__link .button {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.entry-container.iv-item-once .entry-container__item {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.entry-container.iv-item-once .entry-container__item--freshers {
  transform: translate(-100%, -100%) rotate3d(1, 1, 1, 320deg);
}
.entry-container.iv-item-once .entry-container__item--careers {
  transform: translate(-50%, -50%) rotate3d(1, 1, 1, -300deg);
}
.entry-container.iv-item-once .entry-container__item--parttimer {
  transform: translate(50%, 50%) rotate3d(1, 1, 1, 270deg);
}
.entry-container.iv-item-once .entry-container__item--disabilities {
  transform: translate(100%, 100%) rotate3d(1, 1, 1, 360deg);
}
.entry-container.iv-item-once--active .entry-container__item {
  opacity: 1;
  transform: translate(0, 0) rotate3d(1, 1, 1, 0deg);
}

/* process-container */
/* -------------------------------------------------------------------------- */
.process-container {
  display: flex;
  justify-content: center;
  gap: 4em;
  position: relative;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container {
    flex-direction: column;
    align-items: center;
    font-size: 0.875em;
  }
}
.process-container::before {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 1px) auto auto 0;
  width: 100%;
  height: 0;
  border-top: 2px solid #125fad;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container::before {
    inset: 0 auto auto calc(50% - 1px);
    width: 0;
    height: 100%;
    border-top: 0;
    border-left: 2px solid #125fad;
  }
}
.process-container__item {
  position: relative;
  width: 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container__item {
    width: 20em;
  }
}
.process-container__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #e5f4ff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container__wrapper {
    aspect-ratio: 2/1;
  }
}
.process-container__number {
  position: absolute;
  inset: -1.5em -1.5em auto auto;
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #e70012;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25em;
  line-height: 3;
  color: #ffffff;
}
.process-container__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container__content {
    flex-direction: row;
    gap: 1em;
  }
}
.process-container__image {
  width: 6em;
}
.process-container__title {
  text-align: center;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container__title {
    min-width: 5em;
  }
}
.process-container__item:last-of-type .process-container__wrapper {
  background-color: #125fad;
  color: #ffffff;
}
.process-container.iv-item-once::before {
  transform-origin: left;
  transform: scale(0, 1);
  transition: transform 1s ease-out 1s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process-container.iv-item-once::before {
    transform-origin: top;
    transform: scale(1, 0);
  }
}
.process-container.iv-item-once .process-container__wrapper {
  clip-path: inset(0 0 0 100%);
  transform: translateX(3em);
  transition-property: clip-path, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.process-container.iv-item-once .process-container__number {
  transform: scale(0);
  transition: transform 0.3s ease-out;
}
.process-container.iv-item-once .process-container__item:nth-of-type(1) .process-container__number {
  transition-delay: 1s;
}
.process-container.iv-item-once .process-container__item:nth-of-type(2) .process-container__number {
  transition-delay: 1.2s;
}
.process-container.iv-item-once .process-container__item:nth-of-type(3) .process-container__number {
  transition-delay: 1.4s;
}
.process-container.iv-item-once .process-container__item:nth-of-type(4) .process-container__number {
  transition-delay: 1.6s;
}
.process-container.iv-item-once .process-container__item:nth-of-type(5) .process-container__number {
  transition-delay: 1.8s;
}
.process-container.iv-item-once--active::before {
  transform: scale(1, 1);
}
.process-container.iv-item-once--active .process-container__wrapper {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.process-container.iv-item-once--active .process-container__number {
  transform: scale(1);
}

/* entry-page: page-section */
/* -------------------------------------------------------------------------- */
.entry-page .bg--character {
  position: absolute;
  inset: auto auto 35em 15%;
  width: 18em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .bg--character {
    inset: auto auto 85em 10%;
    width: 15em;
  }
}
.entry-page .site-footer {
  margin-top: 0;
}
.entry-page .page-section--entry {
  padding: 5em 5% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-section--entry {
    padding-top: 7.5em;
  }
}
.entry-page .page-section--process {
  position: relative;
  padding: 5em 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-section--process {
    padding-bottom: 15em;
  }
}

/* entry-page: deco */
/* -------------------------------------------------------------------------- */
.entry-page .page-section {
  position: relative;
}
.entry-page .page-section--entry .deco--pri {
  inset: 4% auto auto 40%;
}
.entry-page .page-section--entry .deco--sec {
  inset: 16% auto auto 66%;
}
.entry-page .page-section--entry .deco--ter {
  inset: 18% auto auto 48%;
}
.entry-page .page-section--entry .deco--qua {
  inset: 60% auto auto 94%;
}
.entry-page .page-section--entry .deco--qui {
  inset: 76% auto auto -2%;
}
.entry-page .page-section--process .deco--pri {
  inset: 0 auto auto 74%;
}
.entry-page .page-section--process .deco--sec {
  inset: 14% auto auto -4%;
}
.entry-page .page-section--process .deco--ter {
  inset: 24% auto auto 90%;
}
.entry-page .page-section--process .deco--qua {
  inset: 28% auto auto 80%;
}
.entry-page .page-section--process .deco--qui {
  inset: 40% auto auto 26%;
}
.entry-page .page-section--process .deco--sen {
  inset: 44% auto auto 59%;
}
.entry-page .page-section--process .deco--sep {
  inset: 56% auto auto 2%;
}
.entry-page .page-section--process .deco--oct {
  inset: 80% auto auto 74%;
}
.entry-page .page-section--process .deco--nov {
  inset: 96% auto auto 36%;
}
.entry-page .page-section--process .deco--dec {
  inset: 108% auto auto 12%;
}

/* ========================================================================== */
/* Wordpress */
/* ========================================================================== */
/* ========================================================================== */
/* Block Editor */
/* ========================================================================== */
/* headding */
/* -------------------------------------------------------------------------- */
.entry-content h2.wp-block-heading {
  font-size: 2em;
  line-height: 1.2;
}
.entry-content h3.wp-block-heading {
  font-size: 1.75em;
  line-height: 1.3;
}
.entry-content h4.wp-block-heading {
  font-size: 1.5em;
  line-height: 1.4;
}
.entry-content h5.wp-block-heading {
  font-size: 1.375em;
  line-height: 1.5;
}
.entry-content h6.wp-block-heading {
  font-size: 1.125em;
  line-height: 1.6;
}
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading,
.entry-content h4.wp-block-heading,
.entry-content h5.wp-block-heading,
.entry-content h6.wp-block-heading {
  margin-bottom: 1em;
  font-weight: 600;
}
.entry-content * + h2.wp-block-heading,
.entry-content * + h3.wp-block-heading,
.entry-content * + h4.wp-block-heading,
.entry-content * + h5.wp-block-heading,
.entry-content * + h6.wp-block-heading {
  margin-top: 1.5em;
}

h2.wp-block-heading {
  position: relative;
  padding-left: 0.625em;
  text-indent: -0.625em;
}
h2.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 0.15em;
  height: 1.6em;
  margin-right: 0.55em;
  border-radius: 0.075em;
  background-color: #e70012;
  transform: translateY(-0.1em);
  text-decoration: none;
  vertical-align: middle;
}

h3.wp-block-heading {
  position: relative;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
h3.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em !important;
  margin-right: 0.5em;
  border: 0.2em solid #e70012;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-0.1em);
  text-decoration: none;
  vertical-align: middle;
}

h4.wp-block-heading {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
h4.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em !important;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #e70012;
  text-decoration: none;
  vertical-align: middle;
}

/* separator */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-separator {
  height: 0;
  margin: 4em auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #125fad;
  font-size: 1.25em;
}

/* button */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-buttons {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-button__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 10em;
  margin-bottom: 0;
  padding: 1em 2em;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 10em;
  background-color: #125fad;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 0.85em 1.85em;
  border-width: 0.15em;
  background-color: #ffffff;
  color: #125fad;
}

.isnt-touch .entry-content .wp-block-button__link {
  transform: scale(1);
  transition-property: background-color, transform, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.isnt-touch .entry-content .wp-block-button__link:focus, .isnt-touch .entry-content .wp-block-button__link:hover {
  background-color: #e70012;
  transform: scale(1.05);
  color: #ffffff;
}
.isnt-touch .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .isnt-touch .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #e70012;
}

/* image */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-image {
  margin-bottom: 1.5em;
  font-size: 1.25em;
}
.entry-content .wp-block-image.is-style-rounded img {
  border-radius: 0.5em;
}
.entry-content .wp-block-image figcaption {
  margin-bottom: 0;
  text-align: center;
}

/* caption */
/* -------------------------------------------------------------------------- */
.entry-content .wp-element-caption {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 90%;
}

/* table */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-table {
  margin-bottom: 1.5em;
  font-size: 1.25em;
}
.entry-content .wp-block-table table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.entry-content .wp-block-table table th,
.entry-content .wp-block-table table td {
  padding: 1em 0;
  border: 0;
  vertical-align: top;
}
.entry-content .wp-block-table table th:first-of-type,
.entry-content .wp-block-table table td:first-of-type {
  font-weight: 600;
}
.entry-content .wp-block-table table tr > * + * {
  padding-left: 1em;
}
.entry-content .wp-block-table table tbody th {
  border-bottom: 1px solid #ebebeb;
}
.entry-content .wp-block-table table tbody td {
  border-bottom: 1px solid #ebebeb;
}
.entry-content .wp-block-table table thead th,
.entry-content .wp-block-table table thead td {
  border-bottom: 1px solid #125fad;
  font-weight: 600;
}
.entry-content .wp-block-table table tfoot th,
.entry-content .wp-block-table table tfoot td {
  border-top: 1px solid #125fad;
  font-weight: 600;
}
.entry-content .wp-block-table table:has(tfoot) tbody tr:last-of-type th {
  border-bottom: 0;
}
.entry-content .wp-block-table table:has(tfoot) tbody tr:last-of-type td {
  border-bottom: 0;
}
.entry-content .wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.entry-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.entry-content .wp-block-table.is-style-stripes table tbody tr > * {
  background-color: rgba(0, 0, 0, 0.04);
}
.entry-content .wp-block-table.is-style-stripes table tbody tr > *:first-of-type {
  background-color: rgba(0, 0, 0, 0.04);
}
.entry-content .wp-block-table.is-style-stripes table tbody tr:nth-of-type(even) > * {
  background-color: rgba(0, 0, 0, 0.08);
}

/* group */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-group {
  margin-bottom: 0;
  padding: 0.5em;
  border: 1px dotted #e5e5e5;
}
.entry-content .wp-block-group.has-background {
  margin-bottom: 1.875em;
  padding: 1.875em;
  border-radius: 0.625em;
}

/* column */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-columns {
  gap: 1.5em;
  margin-bottom: 0;
}
.entry-content .wp-block-columns.has-background {
  margin-bottom: 1.875em;
  padding: 1.875em;
  border-radius: 0.625em;
}

/* media-text */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
}

/* b-chart-chart */
/* -------------------------------------------------------------------------- */
.entry-content .wp-block-b-chart-chart {
  margin-bottom: 1.875em;
}

/* ========================================================================== */
/* Entry Content */
/* ========================================================================== */
/* page-entry */
/* -------------------------------------------------------------------------- */
.page-entry {
  padding: 0 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-entry {
    padding: 0 5%;
  }
}

/* entry-header */
/* -------------------------------------------------------------------------- */
.entry-header {
  margin-bottom: 4em;
}
.entry-header__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #125fad;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
}

/* entry-footer */
/* -------------------------------------------------------------------------- */
.entry-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  margin-top: 6em;
  padding-top: 3em;
  border-top: 1px solid #125fad;
}
.entry-footer__pager {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}

/* entry-status */
/* -------------------------------------------------------------------------- */
.entry-status {
  display: flex;
  align-items: center;
  gap: 1em;
}
.entry-status__category {
  font-size: 0.875em;
}
.entry-status__date {
  font-family: "Roboto Condensed", serif;
  color: #e70012;
}

/* entry-navi */
/* -------------------------------------------------------------------------- */
.entry-navi {
  position: sticky;
  top: 10em;
  width: 100%;
}
.entry-navi__title {
  margin-bottom: 2em;
  font-size: 2em;
}

/* paragraph */
/* -------------------------------------------------------------------------- */
.entry-content p {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}

/* -------------------------------------------------------------------------- */
em {
  margin-right: 0.125em;
  font-style: italic;
  color: #e70012;
}

/* -------------------------------------------------------------------------- */
.entry-content ul {
  font-size: 1.25em;
  line-height: 1.8;
}
.entry-content ul > li {
  position: relative;
  padding-left: 1em;
}
.entry-content ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #e70012;
  transform-origin: left center;
  transform: scale(0.5);
}
.entry-content ul > li ul li::before {
  content: "○";
}
.entry-content ul li:last-of-type {
  margin-bottom: 0;
}

.entry-content .eir-container ul > li::before {
  content: none;
}

/* -------------------------------------------------------------------------- */
.entry-content ol {
  counter-reset: number;
  font-size: 1.25em;
}
.entry-content ol > li {
  position: relative;
  padding-left: 2em;
}
.entry-content ol > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  white-space: nowrap;
  font-family: "Roboto Condensed", serif;
  color: #e70012;
}
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}

.entry-content .eir-container ol > li::before {
  content: none;
}

/* -------------------------------------------------------------------------- */
.entry-content dl {
  margin-top: 0;
  font-size: 1.25em;
}
.entry-content dl dt {
  font-weight: 600;
}
.entry-content dl dd {
  margin-left: 1em;
  text-indent: -1em;
}
.entry-content dl dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #e70012;
  transform: translateY(-0.1em);
}
.entry-content dl dd:last-of-type {
  margin-bottom: 0;
}

/* js-scrollable */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content .js-scrollable img {
    min-width: 40em;
  }
  .entry-content .js-scrollable table {
    white-space: nowrap;
  }
}

/* font-size */
/* -------------------------------------------------------------------------- */
.entry-content .has-extra-small-font-size {
  font-size: 1em;
}
.entry-content .has-small-font-size {
  font-size: 1.125em;
}
.entry-content .has-normal-font-size {
  font-size: 1.25em;
}
.entry-content .has-large-font-size {
  font-size: 1.375em;
}
.entry-content .has-extra-large-font-size {
  font-size: 1.5em;
}
.entry-content .has-huge-font-size {
  font-size: 1.75em;
}
.entry-content .has-gigantic-font-size {
  font-size: 2em;
}

/* color */
/* -------------------------------------------------------------------------- */
.entry-content .has-initial-color {
  color: #e70012;
}
.entry-content .has-primary-color {
  color: #125fad;
}
.entry-content .has-secondary-color {
  color: #e70012;
}
.entry-content .has-tertiary-color {
  color: #d1e8ff;
}
.entry-content .has-gray-98-color {
  color: #fafafa;
}
.entry-content .has-gray-96-color {
  color: #f5f5f5;
}
.entry-content .has-gray-92-color {
  color: #ebebeb;
}
.entry-content .has-gray-88-color {
  color: #e0e0e0;
}
.entry-content .has-gray-80-color {
  color: #cccccc;
}
.entry-content .has-gray-72-color {
  color: #b8b8b8;
}
.entry-content .has-gray-64-color {
  color: #a3a3a3;
}
.entry-content .has-gray-56-color {
  color: #8f8f8f;
}
.entry-content .has-gray-48-color {
  color: #7a7a7a;
}
.entry-content .has-gray-40-color {
  color: #666666;
}
.entry-content .has-gray-32-color {
  color: #525252;
}
.entry-content .has-gray-24-color {
  color: #3d3d3d;
}
.entry-content .has-gray-20-color {
  color: #333333;
}
.entry-content .has-gray-16-color {
  color: #292929;
}
.entry-content .has-gray-08-color {
  color: #141414;
}

/* text-align */
/* -------------------------------------------------------------------------- */
.entry-content .has-text-align-left {
  text-align: left;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-right {
  text-align: right;
}

/* background-color */
/* -------------------------------------------------------------------------- */
.entry-content .has-initial-background-color {
  background-color: #e70012;
}
.entry-content .has-primary-background-color {
  background-color: #125fad;
}
.entry-content .has-secondary-background-color {
  background-color: #e70012;
}
.entry-content .has-tertiary-background-color {
  background-color: #d1e8ff;
}
.entry-content .has-initial-background-color {
  background-color: #e70012;
}
.entry-content .has-primary-background-color {
  background-color: #125fad;
}
.entry-content .has-secondary-background-color {
  background-color: #e70012;
}
.entry-content .has-tertiary-background-color {
  background-color: #d1e8ff;
}
.entry-content .has-quaternary-background-color {
  background-color: #96c0eb;
}
.entry-content .has-gray-98-background-color {
  background-color: #fafafa;
}
.entry-content .has-gray-96-background-color {
  background-color: #f5f5f5;
}
.entry-content .has-gray-92-background-color {
  background-color: #ebebeb;
}
.entry-content .has-gray-88-background-color {
  background-color: #e0e0e0;
}
.entry-content .has-gray-80-background-color {
  background-color: #cccccc;
}
.entry-content .has-gray-72-background-color {
  background-color: #b8b8b8;
}
.entry-content .has-gray-64-background-color {
  background-color: #a3a3a3;
}
.entry-content .has-gray-56-background-color {
  background-color: #8f8f8f;
}
.entry-content .has-gray-48-background-color {
  background-color: #7a7a7a;
}
.entry-content .has-gray-40-background-color {
  background-color: #666666;
}
.entry-content .has-gray-32-background-color {
  background-color: #525252;
}
.entry-content .has-gray-24-background-color {
  background-color: #3d3d3d;
}
.entry-content .has-gray-20-background-color {
  background-color: #333333;
}
.entry-content .has-gray-16-background-color {
  background-color: #292929;
}
.entry-content .has-gray-08-background-color {
  background-color: #141414;
}

/* ========================================================================== */
/* nav-links */
/* ========================================================================== */
.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links > * {
  margin: 0 1em;
}
.nav-links a {
  text-decoration: none;
}

.post-navigation .screen-reader-text {
  display: none;
}

/* ========================================================================== */
/* wp-pagenavi */
/* ========================================================================== */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.25em;
  margin-top: 2em;
}
.wp-pagenavi > * {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  line-height: 3;
}
.wp-pagenavi a {
  background-image: none;
  text-decoration: none;
  color: #a3a3a3;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  opacity: 0.5;
}
.wp-pagenavi .page {
  background-color: #f5f5f5;
}
.wp-pagenavi .current {
  background-color: #e70012;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  overflow: hidden;
  background-color: #a3a3a3;
  white-space: nowrap;
  text-indent: 100%;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 0.5em);
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}

.isnt-touch .wp-pagenavi > a:focus, .isnt-touch .wp-pagenavi > a:hover {
  background-color: #e70012;
  color: #ffffff;
}
.isnt-touch .wp-pagenavi .previouspostslink:focus, .isnt-touch .wp-pagenavi .previouspostslink:hover,
.isnt-touch .wp-pagenavi .nextpostslink:focus,
.isnt-touch .wp-pagenavi .nextpostslink:hover {
  background-color: #125fad;
}

/* ========================================================================== */
/* wp-adminbar */
/* ========================================================================== */
.is-logged-in {
  padding-top: 32px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-logged-in {
    padding-top: 0;
  }
}
.is-logged-in .site-header {
  top: 32px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-logged-in .site-header {
    top: 0;
  }
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: padding */
/* -------------------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.p-d5 {
  padding: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-1d5 {
  padding: 1.5em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-2d5 {
  padding: 2.5em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-3s5 {
  padding: 3.5em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-4s5 {
  padding: 4.5em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-1d5 {
    padding: 1.5em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-2d5 {
    padding: 2.5em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-3d5 {
    padding: 3.5em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-4d5 {
    padding: 4.5em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-d5 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-1d5 {
  padding-top: 1.5em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-2d5 {
  padding-top: 2.5em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-3d5 {
  padding-top: 3.5em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-4d5 {
  padding-top: 4.5em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-1d5 {
    padding-top: 1.5em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-2d5 {
    padding-top: 2.5em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-3d5 {
    padding-top: 3.5em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-4d5 {
    padding-top: 4.5em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

.pr-d5 {
  padding-right: 0.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-1d5 {
  padding-right: 1.5em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-2d5 {
  padding-right: 2.5em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-3d5 {
  padding-right: 3.5em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-4d5 {
  padding-right: 4.5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-d5 {
  padding-bottom: 0.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-1d5 {
  padding-bottom: 1.5em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-2d5 {
  padding-bottom: 2.5em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-3d5 {
  padding-bottom: 3.5em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-4d5 {
  padding-bottom: 4.5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

.pl-d5 {
  padding-left: 0.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-1d5 {
  padding-left: 1.5em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-2d5 {
  padding-left: 2.5em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-3d5 {
  padding-left: 3.5em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-4d5 {
  padding-left: 4.5em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-6 {
    padding-left: 6em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: 0 auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-m-auto {
    margin: 0 auto !important;
  }
  .sp-mr-auto {
    margin-right: auto !important;
  }
  .sp-ml-auto {
    margin-left: auto !important;
  }
}
/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-d5 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-1d5 {
  margin-top: 1.5em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-2d5 {
  margin-top: 2.5em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-3d5 {
  margin-top: 3.5em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-4d5 {
  margin-top: 4.5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-d5 {
  margin-right: 0.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-1d5 {
  margin-right: 1.5em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-2d5 {
  margin-right: 2.5em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-3d5 {
  margin-right: 3.5em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-4d5 {
  margin-right: 4.5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-d5 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-1d5 {
  margin-bottom: 1.5em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-2d5 {
  margin-bottom: 2.5em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-3d5 {
  margin-bottom: 3.5em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-4d5 {
  margin-bottom: 4.5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-d5 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-1d5 {
  margin-left: 1.5em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-2d5 {
  margin-left: 2.5em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-3d5 {
  margin-left: 3.5em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-4d5 {
  margin-left: 4.5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: percentage width */
/* -------------------------------------------------------------------------- */
.w-100p {
  width: 100% !important;
}

.w-95p {
  width: 95% !important;
}

.w-90p {
  width: 90% !important;
}

.w-85p {
  width: 85% !important;
}

.w-80p {
  width: 80% !important;
}

.w-75p {
  width: 75% !important;
}

.w-70p {
  width: 70% !important;
}

.w-65p {
  width: 65% !important;
}

.w-60p {
  width: 60% !important;
}

.w-55p {
  width: 55% !important;
}

.w-50p {
  width: 50% !important;
}

.w-45p {
  width: 45% !important;
}

.w-40p {
  width: 40% !important;
}

.w-35p {
  width: 35% !important;
}

.w-30p {
  width: 30% !important;
}

.w-25p {
  width: 25% !important;
}

.w-20p {
  width: 20% !important;
}

.w-15p {
  width: 15% !important;
}

.w-10p {
  width: 10% !important;
}

.w-5p {
  width: 5% !important;
}

.w-auto {
  width: auto !important;
}

.w-small {
  width: 33.333% !important;
}

.w-middle {
  width: 66.666% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-95p {
    width: 95% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-85p {
    width: 85% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-75p {
    width: 75% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-65p {
    width: 65% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-55p {
    width: 55% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-45p {
    width: 45% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-35p {
    width: 35% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-25p {
    width: 25% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-15p {
    width: 15% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-5p {
    width: 5% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-small {
    width: 33.333% !important;
  }
  .sp-w-middle {
    width: 66.666% !important;
  }
}
/* layout: em width */
/* -------------------------------------------------------------------------- */
.w-d5e {
  width: 0.5em !important;
}

.w-1e {
  width: 1em !important;
}

.w-1d5e {
  width: 1.5em !important;
}

.w-2e {
  width: 2em !important;
}

.w-2d5e {
  width: 2.5em !important;
}

.w-3e {
  width: 3em !important;
}

.w-3d5e {
  width: 3.5em !important;
}

.w-4e {
  width: 4em !important;
}

.w-4d5e {
  width: 4.5em !important;
}

.w-5e {
  width: 5em !important;
}

.w-5d5e {
  width: 5.5em !important;
}

.w-6e {
  width: 6em !important;
}

.w-6d5e {
  width: 6.5em !important;
}

.w-7e {
  width: 7em !important;
}

.w-7d5e {
  width: 7.5em !important;
}

.w-8e {
  width: 8em !important;
}

.w-8d5e {
  width: 8.5em !important;
}

.w-9e {
  width: 9em !important;
}

.w-9d5e {
  width: 9.5em !important;
}

.w-10e {
  width: 10em !important;
}

.w-11e {
  width: 11em !important;
}

.w-12e {
  width: 12em !important;
}

.w-13e {
  width: 13em !important;
}

.w-14e {
  width: 14em !important;
}

.w-15e {
  width: 15em !important;
}

.w-16e {
  width: 16em !important;
}

.w-17e {
  width: 17em !important;
}

.w-18e {
  width: 18em !important;
}

.w-19e {
  width: 19em !important;
}

.w-20e {
  width: 20em !important;
}

.w-21e {
  width: 21em !important;
}

.w-22e {
  width: 22em !important;
}

.w-23e {
  width: 23em !important;
}

.w-24e {
  width: 24em !important;
}

.w-25e {
  width: 25em !important;
}

.w-26e {
  width: 26em !important;
}

.w-27e {
  width: 27em !important;
}

.w-28e {
  width: 28em !important;
}

.w-29e {
  width: 29em !important;
}

.w-30e {
  width: 30em !important;
}

.w-31e {
  width: 31em !important;
}

.w-32e {
  width: 32em !important;
}

.w-33e {
  width: 33em !important;
}

.w-34e {
  width: 34em !important;
}

.w-35e {
  width: 35em !important;
}

.w-36e {
  width: 36em !important;
}

.w-37e {
  width: 37em !important;
}

.w-38e {
  width: 38em !important;
}

.w-39e {
  width: 39em !important;
}

.w-40e {
  width: 40em !important;
}

.w-41e {
  width: 41em !important;
}

.w-42e {
  width: 42em !important;
}

.w-43e {
  width: 43em !important;
}

.w-44e {
  width: 44em !important;
}

.w-45e {
  width: 45em !important;
}

.w-46e {
  width: 46em !important;
}

.w-47e {
  width: 47em !important;
}

.w-48e {
  width: 48em !important;
}

.w-49e {
  width: 49em !important;
}

.w-50e {
  width: 50em !important;
}

.w-51e {
  width: 51em !important;
}

.w-52e {
  width: 52em !important;
}

.w-53e {
  width: 53em !important;
}

.w-54e {
  width: 54em !important;
}

.w-55e {
  width: 55em !important;
}

.w-56e {
  width: 56em !important;
}

.w-57e {
  width: 57em !important;
}

.w-58e {
  width: 58em !important;
}

.w-59e {
  width: 59em !important;
}

.w-60e {
  width: 60em !important;
}

.w-61e {
  width: 61em !important;
}

.w-62e {
  width: 62em !important;
}

.w-63e {
  width: 63em !important;
}

.w-64e {
  width: 64em !important;
}

.w-65e {
  width: 65em !important;
}

.w-66e {
  width: 66em !important;
}

.w-67e {
  width: 67em !important;
}

.w-68e {
  width: 68em !important;
}

.w-69e {
  width: 69em !important;
}

.w-70e {
  width: 70em !important;
}

.w-71e {
  width: 71em !important;
}

.w-72e {
  width: 72em !important;
}

.w-73e {
  width: 73em !important;
}

.w-74e {
  width: 74em !important;
}

.w-75e {
  width: 75em !important;
}

.w-76e {
  width: 76em !important;
}

.w-77e {
  width: 77em !important;
}

.w-78e {
  width: 78em !important;
}

.w-79e {
  width: 79em !important;
}

.w-80e {
  width: 80em !important;
}

.w-81e {
  width: 81em !important;
}

.w-82e {
  width: 82em !important;
}

.w-83e {
  width: 83em !important;
}

.w-84e {
  width: 84em !important;
}

.w-85e {
  width: 85em !important;
}

.w-86e {
  width: 86em !important;
}

.w-87e {
  width: 87em !important;
}

.w-88e {
  width: 88em !important;
}

.w-89e {
  width: 89em !important;
}

.w-90e {
  width: 90em !important;
}

.w-91e {
  width: 91em !important;
}

.w-92e {
  width: 92em !important;
}

.w-93e {
  width: 93em !important;
}

.w-94e {
  width: 94em !important;
}

.w-95e {
  width: 95em !important;
}

.w-96e {
  width: 96em !important;
}

.w-97e {
  width: 97em !important;
}

.w-98e {
  width: 98em !important;
}

.w-99e {
  width: 99em !important;
}

.w-100e {
  width: 100em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-d5e {
    width: 0.5em !important;
  }
  .sp-w-1e {
    width: 1em !important;
  }
  .sp-w-1d5e {
    width: 1.5em !important;
  }
  .sp-w-2e {
    width: 2em !important;
  }
  .sp-w-2d5e {
    width: 2.5em !important;
  }
  .sp-w-3e {
    width: 3em !important;
  }
  .sp-w-3d5e {
    width: 3.5em !important;
  }
  .sp-w-4e {
    width: 4em !important;
  }
  .sp-w-4d5e {
    width: 4.5em !important;
  }
  .sp-w-5e {
    width: 5em !important;
  }
  .sp-w-5d5e {
    width: 5.5em !important;
  }
  .sp-w-6e {
    width: 6em !important;
  }
  .sp-w-6d5e {
    width: 6.5em !important;
  }
  .sp-w-7e {
    width: 7em !important;
  }
  .sp-w-7d5e {
    width: 7.5em !important;
  }
  .sp-w-8e {
    width: 8em !important;
  }
  .sp-w-8d5e {
    width: 8.5em !important;
  }
  .sp-w-9e {
    width: 9em !important;
  }
  .sp-w-9d5e {
    width: 9.5em !important;
  }
  .sp-w-10e {
    width: 10em !important;
  }
  .sp-w-11e {
    width: 11em !important;
  }
  .sp-w-12e {
    width: 12em !important;
  }
  .sp-w-13e {
    width: 13em !important;
  }
  .sp-w-14e {
    width: 14em !important;
  }
  .sp-w-15e {
    width: 15em !important;
  }
  .sp-w-16e {
    width: 16em !important;
  }
  .sp-w-17e {
    width: 17em !important;
  }
  .sp-w-18e {
    width: 18em !important;
  }
  .sp-w-19e {
    width: 19em !important;
  }
  .sp-w-20e {
    width: 20em !important;
  }
  .sp-w-21e {
    width: 21em !important;
  }
  .sp-w-22e {
    width: 22em !important;
  }
  .sp-w-23e {
    width: 23em !important;
  }
  .sp-w-24e {
    width: 24em !important;
  }
  .sp-w-25e {
    width: 25em !important;
  }
  .sp-w-26e {
    width: 26em !important;
  }
  .sp-w-27e {
    width: 27em !important;
  }
  .sp-w-28e {
    width: 28em !important;
  }
  .sp-w-29e {
    width: 29em !important;
  }
  .sp-w-30e {
    width: 30em !important;
  }
  .sp-w-31e {
    width: 31em !important;
  }
  .sp-w-32e {
    width: 32em !important;
  }
  .sp-w-33e {
    width: 33em !important;
  }
  .sp-w-34e {
    width: 34em !important;
  }
  .sp-w-35e {
    width: 35em !important;
  }
  .sp-w-36e {
    width: 36em !important;
  }
  .sp-w-37e {
    width: 37em !important;
  }
  .sp-w-38e {
    width: 38em !important;
  }
  .sp-w-39e {
    width: 39em !important;
  }
  .sp-w-40e {
    width: 40em !important;
  }
  .sp-w-41e {
    width: 41em !important;
  }
  .sp-w-42e {
    width: 42em !important;
  }
  .sp-w-43e {
    width: 43em !important;
  }
  .sp-w-44e {
    width: 44em !important;
  }
  .sp-w-45e {
    width: 45em !important;
  }
  .sp-w-46e {
    width: 46em !important;
  }
  .sp-w-47e {
    width: 47em !important;
  }
  .sp-w-48e {
    width: 48em !important;
  }
  .sp-w-49e {
    width: 49em !important;
  }
  .sp-w-50e {
    width: 50em !important;
  }
  .sp-w-51e {
    width: 51em !important;
  }
  .sp-w-52e {
    width: 52em !important;
  }
  .sp-w-53e {
    width: 53em !important;
  }
  .sp-w-54e {
    width: 54em !important;
  }
  .sp-w-55e {
    width: 55em !important;
  }
  .sp-w-56e {
    width: 56em !important;
  }
  .sp-w-57e {
    width: 57em !important;
  }
  .sp-w-58e {
    width: 58em !important;
  }
  .sp-w-59e {
    width: 59em !important;
  }
  .sp-w-60e {
    width: 60em !important;
  }
  .sp-w-61e {
    width: 61em !important;
  }
  .sp-w-62e {
    width: 62em !important;
  }
  .sp-w-63e {
    width: 63em !important;
  }
  .sp-w-64e {
    width: 64em !important;
  }
  .sp-w-65e {
    width: 65em !important;
  }
  .sp-w-66e {
    width: 66em !important;
  }
  .sp-w-67e {
    width: 67em !important;
  }
  .sp-w-68e {
    width: 68em !important;
  }
  .sp-w-69e {
    width: 69em !important;
  }
  .sp-w-70e {
    width: 70em !important;
  }
  .sp-w-71e {
    width: 71em !important;
  }
  .sp-w-72e {
    width: 72em !important;
  }
  .sp-w-73e {
    width: 73em !important;
  }
  .sp-w-74e {
    width: 74em !important;
  }
  .sp-w-75e {
    width: 75em !important;
  }
  .sp-w-76e {
    width: 76em !important;
  }
  .sp-w-77e {
    width: 77em !important;
  }
  .sp-w-78e {
    width: 78em !important;
  }
  .sp-w-79e {
    width: 79em !important;
  }
  .sp-w-80e {
    width: 80em !important;
  }
  .sp-w-81e {
    width: 81em !important;
  }
  .sp-w-82e {
    width: 82em !important;
  }
  .sp-w-83e {
    width: 83em !important;
  }
  .sp-w-84e {
    width: 84em !important;
  }
  .sp-w-85e {
    width: 85em !important;
  }
  .sp-w-86e {
    width: 86em !important;
  }
  .sp-w-87e {
    width: 87em !important;
  }
  .sp-w-88e {
    width: 88em !important;
  }
  .sp-w-89e {
    width: 89em !important;
  }
  .sp-w-90e {
    width: 90em !important;
  }
  .sp-w-91e {
    width: 91em !important;
  }
  .sp-w-92e {
    width: 92em !important;
  }
  .sp-w-93e {
    width: 93em !important;
  }
  .sp-w-94e {
    width: 94em !important;
  }
  .sp-w-95e {
    width: 95em !important;
  }
  .sp-w-96e {
    width: 96em !important;
  }
  .sp-w-97e {
    width: 97em !important;
  }
  .sp-w-98e {
    width: 98em !important;
  }
  .sp-w-99e {
    width: 99em !important;
  }
  .sp-w-100e {
    width: 100em !important;
  }
}
/* layout: em max-width */
/* -------------------------------------------------------------------------- */
.max-w-d5e {
  max-width: 0.5em !important;
}

.max-w-1e {
  max-width: 1em !important;
}

.max-w-1d5e {
  max-width: 1.5em !important;
}

.max-w-2e {
  max-width: 2em !important;
}

.max-w-2d5e {
  max-width: 2.5em !important;
}

.max-w-3e {
  max-width: 3em !important;
}

.max-w-3d5e {
  max-width: 3.5em !important;
}

.max-w-4e {
  max-width: 4em !important;
}

.max-w-4d5e {
  max-width: 4.5em !important;
}

.max-w-5e {
  max-width: 5em !important;
}

.max-w-5d5e {
  max-width: 5.5em !important;
}

.max-w-6e {
  max-width: 6em !important;
}

.max-w-6d5e {
  max-width: 6.5em !important;
}

.max-w-7e {
  max-width: 7em !important;
}

.max-w-7d5e {
  max-width: 7.5em !important;
}

.max-w-8e {
  max-width: 8em !important;
}

.max-w-8d5e {
  max-width: 8.5em !important;
}

.max-w-9e {
  max-width: 9em !important;
}

.max-w-9d5e {
  max-width: 9.5em !important;
}

.max-w-10e {
  max-width: 10em !important;
}

.max-w-11e {
  max-width: 11em !important;
}

.max-w-12e {
  max-width: 12em !important;
}

.max-w-13e {
  max-width: 13em !important;
}

.max-w-14e {
  max-width: 14em !important;
}

.max-w-15e {
  max-width: 15em !important;
}

.max-w-16e {
  max-width: 16em !important;
}

.max-w-17e {
  max-width: 17em !important;
}

.max-w-18e {
  max-width: 18em !important;
}

.max-w-19e {
  max-width: 19em !important;
}

.max-w-20e {
  max-width: 20em !important;
}

.max-w-21e {
  max-width: 21em !important;
}

.max-w-22e {
  max-width: 22em !important;
}

.max-w-23e {
  max-width: 23em !important;
}

.max-w-24e {
  max-width: 24em !important;
}

.max-w-25e {
  max-width: 25em !important;
}

.max-w-26e {
  max-width: 26em !important;
}

.max-w-27e {
  max-width: 27em !important;
}

.max-w-28e {
  max-width: 28em !important;
}

.max-w-29e {
  max-width: 29em !important;
}

.max-w-30e {
  max-width: 30em !important;
}

.max-w-31e {
  max-width: 31em !important;
}

.max-w-32e {
  max-width: 32em !important;
}

.max-w-33e {
  max-width: 33em !important;
}

.max-w-34e {
  max-width: 34em !important;
}

.max-w-35e {
  max-width: 35em !important;
}

.max-w-36e {
  max-width: 36em !important;
}

.max-w-37e {
  max-width: 37em !important;
}

.max-w-38e {
  max-width: 38em !important;
}

.max-w-39e {
  max-width: 39em !important;
}

.max-w-40e {
  max-width: 40em !important;
}

.max-w-41e {
  max-width: 41em !important;
}

.max-w-42e {
  max-width: 42em !important;
}

.max-w-43e {
  max-width: 43em !important;
}

.max-w-44e {
  max-width: 44em !important;
}

.max-w-45e {
  max-width: 45em !important;
}

.max-w-46e {
  max-width: 46em !important;
}

.max-w-47e {
  max-width: 47em !important;
}

.max-w-48e {
  max-width: 48em !important;
}

.max-w-49e {
  max-width: 49em !important;
}

.max-w-50e {
  max-width: 50em !important;
}

.max-w-51e {
  max-width: 51em !important;
}

.max-w-52e {
  max-width: 52em !important;
}

.max-w-53e {
  max-width: 53em !important;
}

.max-w-54e {
  max-width: 54em !important;
}

.max-w-55e {
  max-width: 55em !important;
}

.max-w-56e {
  max-width: 56em !important;
}

.max-w-57e {
  max-width: 57em !important;
}

.max-w-58e {
  max-width: 58em !important;
}

.max-w-59e {
  max-width: 59em !important;
}

.max-w-60e {
  max-width: 60em !important;
}

.max-w-61e {
  max-width: 61em !important;
}

.max-w-62e {
  max-width: 62em !important;
}

.max-w-63e {
  max-width: 63em !important;
}

.max-w-64e {
  max-width: 64em !important;
}

.max-w-65e {
  max-width: 65em !important;
}

.max-w-66e {
  max-width: 66em !important;
}

.max-w-67e {
  max-width: 67em !important;
}

.max-w-68e {
  max-width: 68em !important;
}

.max-w-69e {
  max-width: 69em !important;
}

.max-w-70e {
  max-width: 70em !important;
}

.max-w-71e {
  max-width: 71em !important;
}

.max-w-72e {
  max-width: 72em !important;
}

.max-w-73e {
  max-width: 73em !important;
}

.max-w-74e {
  max-width: 74em !important;
}

.max-w-75e {
  max-width: 75em !important;
}

.max-w-76e {
  max-width: 76em !important;
}

.max-w-77e {
  max-width: 77em !important;
}

.max-w-78e {
  max-width: 78em !important;
}

.max-w-79e {
  max-width: 79em !important;
}

.max-w-80e {
  max-width: 80em !important;
}

.max-w-81e {
  max-width: 81em !important;
}

.max-w-82e {
  max-width: 82em !important;
}

.max-w-83e {
  max-width: 83em !important;
}

.max-w-84e {
  max-width: 84em !important;
}

.max-w-85e {
  max-width: 85em !important;
}

.max-w-86e {
  max-width: 86em !important;
}

.max-w-87e {
  max-width: 87em !important;
}

.max-w-88e {
  max-width: 88em !important;
}

.max-w-89e {
  max-width: 89em !important;
}

.max-w-90e {
  max-width: 90em !important;
}

.max-w-91e {
  max-width: 91em !important;
}

.max-w-92e {
  max-width: 92em !important;
}

.max-w-93e {
  max-width: 93em !important;
}

.max-w-94e {
  max-width: 94em !important;
}

.max-w-95e {
  max-width: 95em !important;
}

.max-w-96e {
  max-width: 96em !important;
}

.max-w-97e {
  max-width: 97em !important;
}

.max-w-98e {
  max-width: 98em !important;
}

.max-w-99e {
  max-width: 99em !important;
}

.max-w-100e {
  max-width: 100em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-w-d5e {
    max-width: 0.5em !important;
  }
  .sp-max-w-1e {
    max-width: 1em !important;
  }
  .sp-max-w-1d5e {
    max-width: 1.5em !important;
  }
  .sp-max-w-2e {
    max-width: 2em !important;
  }
  .sp-max-w-2d5e {
    max-width: 2.5em !important;
  }
  .sp-max-w-3e {
    max-width: 3em !important;
  }
  .sp-max-w-3d5e {
    max-width: 3.5em !important;
  }
  .sp-max-w-4e {
    max-width: 4em !important;
  }
  .sp-max-w-4d5e {
    max-width: 4.5em !important;
  }
  .sp-max-w-5e {
    max-width: 5em !important;
  }
  .sp-max-w-5d5e {
    max-width: 5.5em !important;
  }
  .sp-max-w-6e {
    max-width: 6em !important;
  }
  .sp-max-w-6d5e {
    max-width: 6.5em !important;
  }
  .sp-max-w-7e {
    max-width: 7em !important;
  }
  .sp-max-w-7d5e {
    max-width: 7.5em !important;
  }
  .sp-max-w-8e {
    max-width: 8em !important;
  }
  .sp-max-w-8d5e {
    max-width: 8.5em !important;
  }
  .sp-max-w-9e {
    max-width: 9em !important;
  }
  .sp-max-w-9d5e {
    max-width: 9.5em !important;
  }
  .sp-max-w-10e {
    max-width: 10em !important;
  }
  .sp-max-w-11e {
    max-width: 11em !important;
  }
  .sp-max-w-12e {
    max-width: 12em !important;
  }
  .sp-max-w-13e {
    max-width: 13em !important;
  }
  .sp-max-w-14e {
    max-width: 14em !important;
  }
  .sp-max-w-15e {
    max-width: 15em !important;
  }
  .sp-max-w-16e {
    max-width: 16em !important;
  }
  .sp-max-w-17e {
    max-width: 17em !important;
  }
  .sp-max-w-18e {
    max-width: 18em !important;
  }
  .sp-max-w-19e {
    max-width: 19em !important;
  }
  .sp-max-w-20e {
    max-width: 20em !important;
  }
  .sp-max-w-21e {
    max-width: 21em !important;
  }
  .sp-max-w-22e {
    max-width: 22em !important;
  }
  .sp-max-w-23e {
    max-width: 23em !important;
  }
  .sp-max-w-24e {
    max-width: 24em !important;
  }
  .sp-max-w-25e {
    max-width: 25em !important;
  }
  .sp-max-w-26e {
    max-width: 26em !important;
  }
  .sp-max-w-27e {
    max-width: 27em !important;
  }
  .sp-max-w-28e {
    max-width: 28em !important;
  }
  .sp-max-w-29e {
    max-width: 29em !important;
  }
  .sp-max-w-30e {
    max-width: 30em !important;
  }
  .sp-max-w-31e {
    max-width: 31em !important;
  }
  .sp-max-w-32e {
    max-width: 32em !important;
  }
  .sp-max-w-33e {
    max-width: 33em !important;
  }
  .sp-max-w-34e {
    max-width: 34em !important;
  }
  .sp-max-w-35e {
    max-width: 35em !important;
  }
  .sp-max-w-36e {
    max-width: 36em !important;
  }
  .sp-max-w-37e {
    max-width: 37em !important;
  }
  .sp-max-w-38e {
    max-width: 38em !important;
  }
  .sp-max-w-39e {
    max-width: 39em !important;
  }
  .sp-max-w-40e {
    max-width: 40em !important;
  }
  .sp-max-w-41e {
    max-width: 41em !important;
  }
  .sp-max-w-42e {
    max-width: 42em !important;
  }
  .sp-max-w-43e {
    max-width: 43em !important;
  }
  .sp-max-w-44e {
    max-width: 44em !important;
  }
  .sp-max-w-45e {
    max-width: 45em !important;
  }
  .sp-max-w-46e {
    max-width: 46em !important;
  }
  .sp-max-w-47e {
    max-width: 47em !important;
  }
  .sp-max-w-48e {
    max-width: 48em !important;
  }
  .sp-max-w-49e {
    max-width: 49em !important;
  }
  .sp-max-w-50e {
    max-width: 50em !important;
  }
  .sp-max-w-51e {
    max-width: 51em !important;
  }
  .sp-max-w-52e {
    max-width: 52em !important;
  }
  .sp-max-w-53e {
    max-width: 53em !important;
  }
  .sp-max-w-54e {
    max-width: 54em !important;
  }
  .sp-max-w-55e {
    max-width: 55em !important;
  }
  .sp-max-w-56e {
    max-width: 56em !important;
  }
  .sp-max-w-57e {
    max-width: 57em !important;
  }
  .sp-max-w-58e {
    max-width: 58em !important;
  }
  .sp-max-w-59e {
    max-width: 59em !important;
  }
  .sp-max-w-60e {
    max-width: 60em !important;
  }
  .sp-max-w-61e {
    max-width: 61em !important;
  }
  .sp-max-w-62e {
    max-width: 62em !important;
  }
  .sp-max-w-63e {
    max-width: 63em !important;
  }
  .sp-max-w-64e {
    max-width: 64em !important;
  }
  .sp-max-w-65e {
    max-width: 65em !important;
  }
  .sp-max-w-66e {
    max-width: 66em !important;
  }
  .sp-max-w-67e {
    max-width: 67em !important;
  }
  .sp-max-w-68e {
    max-width: 68em !important;
  }
  .sp-max-w-69e {
    max-width: 69em !important;
  }
  .sp-max-w-70e {
    max-width: 70em !important;
  }
  .sp-max-w-71e {
    max-width: 71em !important;
  }
  .sp-max-w-72e {
    max-width: 72em !important;
  }
  .sp-max-w-73e {
    max-width: 73em !important;
  }
  .sp-max-w-74e {
    max-width: 74em !important;
  }
  .sp-max-w-75e {
    max-width: 75em !important;
  }
  .sp-max-w-76e {
    max-width: 76em !important;
  }
  .sp-max-w-77e {
    max-width: 77em !important;
  }
  .sp-max-w-78e {
    max-width: 78em !important;
  }
  .sp-max-w-79e {
    max-width: 79em !important;
  }
  .sp-max-w-80e {
    max-width: 80em !important;
  }
  .sp-max-w-81e {
    max-width: 81em !important;
  }
  .sp-max-w-82e {
    max-width: 82em !important;
  }
  .sp-max-w-83e {
    max-width: 83em !important;
  }
  .sp-max-w-84e {
    max-width: 84em !important;
  }
  .sp-max-w-85e {
    max-width: 85em !important;
  }
  .sp-max-w-86e {
    max-width: 86em !important;
  }
  .sp-max-w-87e {
    max-width: 87em !important;
  }
  .sp-max-w-88e {
    max-width: 88em !important;
  }
  .sp-max-w-89e {
    max-width: 89em !important;
  }
  .sp-max-w-90e {
    max-width: 90em !important;
  }
  .sp-max-w-91e {
    max-width: 91em !important;
  }
  .sp-max-w-92e {
    max-width: 92em !important;
  }
  .sp-max-w-93e {
    max-width: 93em !important;
  }
  .sp-max-w-94e {
    max-width: 94em !important;
  }
  .sp-max-w-95e {
    max-width: 95em !important;
  }
  .sp-max-w-96e {
    max-width: 96em !important;
  }
  .sp-max-w-97e {
    max-width: 97em !important;
  }
  .sp-max-w-98e {
    max-width: 98em !important;
  }
  .sp-max-w-99e {
    max-width: 99em !important;
  }
  .sp-max-w-100e {
    max-width: 100em !important;
  }
}
/* layout: em min-width */
/* -------------------------------------------------------------------------- */
.min-w-d5e {
  min-width: 0.5em !important;
}

.min-w-1e {
  min-width: 1em !important;
}

.min-w-1d5e {
  min-width: 1.5em !important;
}

.min-w-2e {
  min-width: 2em !important;
}

.min-w-2d5e {
  min-width: 2.5em !important;
}

.min-w-3e {
  min-width: 3em !important;
}

.min-w-3d5e {
  min-width: 3.5em !important;
}

.min-w-4e {
  min-width: 4em !important;
}

.min-w-4d5e {
  min-width: 4.5em !important;
}

.min-w-5e {
  min-width: 5em !important;
}

.min-w-5d5e {
  min-width: 5.5em !important;
}

.min-w-6e {
  min-width: 6em !important;
}

.min-w-6d5e {
  min-width: 6.5em !important;
}

.min-w-7e {
  min-width: 7em !important;
}

.min-w-7d5e {
  min-width: 7.5em !important;
}

.min-w-8e {
  min-width: 8em !important;
}

.min-w-8d5e {
  min-width: 8.5em !important;
}

.min-w-9e {
  min-width: 9em !important;
}

.min-w-9d5e {
  min-width: 9.5em !important;
}

.min-w-10e {
  min-width: 10em !important;
}

.min-w-11e {
  min-width: 11em !important;
}

.min-w-12e {
  min-width: 12em !important;
}

.min-w-13e {
  min-width: 13em !important;
}

.min-w-14e {
  min-width: 14em !important;
}

.min-w-15e {
  min-width: 15em !important;
}

.min-w-16e {
  min-width: 16em !important;
}

.min-w-17e {
  min-width: 17em !important;
}

.min-w-18e {
  min-width: 18em !important;
}

.min-w-19e {
  min-width: 19em !important;
}

.min-w-20e {
  min-width: 20em !important;
}

.min-w-21e {
  min-width: 21em !important;
}

.min-w-22e {
  min-width: 22em !important;
}

.min-w-23e {
  min-width: 23em !important;
}

.min-w-24e {
  min-width: 24em !important;
}

.min-w-25e {
  min-width: 25em !important;
}

.min-w-26e {
  min-width: 26em !important;
}

.min-w-27e {
  min-width: 27em !important;
}

.min-w-28e {
  min-width: 28em !important;
}

.min-w-29e {
  min-width: 29em !important;
}

.min-w-30e {
  min-width: 30em !important;
}

.min-w-31e {
  min-width: 31em !important;
}

.min-w-32e {
  min-width: 32em !important;
}

.min-w-33e {
  min-width: 33em !important;
}

.min-w-34e {
  min-width: 34em !important;
}

.min-w-35e {
  min-width: 35em !important;
}

.min-w-36e {
  min-width: 36em !important;
}

.min-w-37e {
  min-width: 37em !important;
}

.min-w-38e {
  min-width: 38em !important;
}

.min-w-39e {
  min-width: 39em !important;
}

.min-w-40e {
  min-width: 40em !important;
}

.min-w-41e {
  min-width: 41em !important;
}

.min-w-42e {
  min-width: 42em !important;
}

.min-w-43e {
  min-width: 43em !important;
}

.min-w-44e {
  min-width: 44em !important;
}

.min-w-45e {
  min-width: 45em !important;
}

.min-w-46e {
  min-width: 46em !important;
}

.min-w-47e {
  min-width: 47em !important;
}

.min-w-48e {
  min-width: 48em !important;
}

.min-w-49e {
  min-width: 49em !important;
}

.min-w-50e {
  min-width: 50em !important;
}

.min-w-51e {
  min-width: 51em !important;
}

.min-w-52e {
  min-width: 52em !important;
}

.min-w-53e {
  min-width: 53em !important;
}

.min-w-54e {
  min-width: 54em !important;
}

.min-w-55e {
  min-width: 55em !important;
}

.min-w-56e {
  min-width: 56em !important;
}

.min-w-57e {
  min-width: 57em !important;
}

.min-w-58e {
  min-width: 58em !important;
}

.min-w-59e {
  min-width: 59em !important;
}

.min-w-60e {
  min-width: 60em !important;
}

.min-w-61e {
  min-width: 61em !important;
}

.min-w-62e {
  min-width: 62em !important;
}

.min-w-63e {
  min-width: 63em !important;
}

.min-w-64e {
  min-width: 64em !important;
}

.min-w-65e {
  min-width: 65em !important;
}

.min-w-66e {
  min-width: 66em !important;
}

.min-w-67e {
  min-width: 67em !important;
}

.min-w-68e {
  min-width: 68em !important;
}

.min-w-69e {
  min-width: 69em !important;
}

.min-w-70e {
  min-width: 70em !important;
}

.min-w-71e {
  min-width: 71em !important;
}

.min-w-72e {
  min-width: 72em !important;
}

.min-w-73e {
  min-width: 73em !important;
}

.min-w-74e {
  min-width: 74em !important;
}

.min-w-75e {
  min-width: 75em !important;
}

.min-w-76e {
  min-width: 76em !important;
}

.min-w-77e {
  min-width: 77em !important;
}

.min-w-78e {
  min-width: 78em !important;
}

.min-w-79e {
  min-width: 79em !important;
}

.min-w-80e {
  min-width: 80em !important;
}

.min-w-81e {
  min-width: 81em !important;
}

.min-w-82e {
  min-width: 82em !important;
}

.min-w-83e {
  min-width: 83em !important;
}

.min-w-84e {
  min-width: 84em !important;
}

.min-w-85e {
  min-width: 85em !important;
}

.min-w-86e {
  min-width: 86em !important;
}

.min-w-87e {
  min-width: 87em !important;
}

.min-w-88e {
  min-width: 88em !important;
}

.min-w-89e {
  min-width: 89em !important;
}

.min-w-90e {
  min-width: 90em !important;
}

.min-w-91e {
  min-width: 91em !important;
}

.min-w-92e {
  min-width: 92em !important;
}

.min-w-93e {
  min-width: 93em !important;
}

.min-w-94e {
  min-width: 94em !important;
}

.min-w-95e {
  min-width: 95em !important;
}

.min-w-96e {
  min-width: 96em !important;
}

.min-w-97e {
  min-width: 97em !important;
}

.min-w-98e {
  min-width: 98em !important;
}

.min-w-99e {
  min-width: 99em !important;
}

.min-w-100e {
  min-width: 100em !important;
}

@media screen and (min-min-width: 768px) and (orientation: portrait) {
  .sp-min-w-d5e {
    min-width: 0.5em !important;
  }
  .sp-min-w-1e {
    min-width: 1em !important;
  }
  .sp-min-w-1d5e {
    min-width: 1.5em !important;
  }
  .sp-min-w-2e {
    min-width: 2em !important;
  }
  .sp-min-w-2d5e {
    min-width: 2.5em !important;
  }
  .sp-min-w-3e {
    min-width: 3em !important;
  }
  .sp-min-w-3d5e {
    min-width: 3.5em !important;
  }
  .sp-min-w-4e {
    min-width: 4em !important;
  }
  .sp-min-w-4d5e {
    min-width: 4.5em !important;
  }
  .sp-min-w-5e {
    min-width: 5em !important;
  }
  .sp-min-w-5d5e {
    min-width: 5.5em !important;
  }
  .sp-min-w-6e {
    min-width: 6em !important;
  }
  .sp-min-w-6d5e {
    min-width: 6.5em !important;
  }
  .sp-min-w-7e {
    min-width: 7em !important;
  }
  .sp-min-w-7d5e {
    min-width: 7.5em !important;
  }
  .sp-min-w-8e {
    min-width: 8em !important;
  }
  .sp-min-w-8d5e {
    min-width: 8.5em !important;
  }
  .sp-min-w-9e {
    min-width: 9em !important;
  }
  .sp-min-w-9d5e {
    min-width: 9.5em !important;
  }
  .sp-min-w-10e {
    min-width: 10em !important;
  }
  .sp-min-w-11e {
    min-width: 11em !important;
  }
  .sp-min-w-12e {
    min-width: 12em !important;
  }
  .sp-min-w-13e {
    min-width: 13em !important;
  }
  .sp-min-w-14e {
    min-width: 14em !important;
  }
  .sp-min-w-15e {
    min-width: 15em !important;
  }
  .sp-min-w-16e {
    min-width: 16em !important;
  }
  .sp-min-w-17e {
    min-width: 17em !important;
  }
  .sp-min-w-18e {
    min-width: 18em !important;
  }
  .sp-min-w-19e {
    min-width: 19em !important;
  }
  .sp-min-w-20e {
    min-width: 20em !important;
  }
  .sp-min-w-21e {
    min-width: 21em !important;
  }
  .sp-min-w-22e {
    min-width: 22em !important;
  }
  .sp-min-w-23e {
    min-width: 23em !important;
  }
  .sp-min-w-24e {
    min-width: 24em !important;
  }
  .sp-min-w-25e {
    min-width: 25em !important;
  }
  .sp-min-w-26e {
    min-width: 26em !important;
  }
  .sp-min-w-27e {
    min-width: 27em !important;
  }
  .sp-min-w-28e {
    min-width: 28em !important;
  }
  .sp-min-w-29e {
    min-width: 29em !important;
  }
  .sp-min-w-30e {
    min-width: 30em !important;
  }
  .sp-min-w-31e {
    min-width: 31em !important;
  }
  .sp-min-w-32e {
    min-width: 32em !important;
  }
  .sp-min-w-33e {
    min-width: 33em !important;
  }
  .sp-min-w-34e {
    min-width: 34em !important;
  }
  .sp-min-w-35e {
    min-width: 35em !important;
  }
  .sp-min-w-36e {
    min-width: 36em !important;
  }
  .sp-min-w-37e {
    min-width: 37em !important;
  }
  .sp-min-w-38e {
    min-width: 38em !important;
  }
  .sp-min-w-39e {
    min-width: 39em !important;
  }
  .sp-min-w-40e {
    min-width: 40em !important;
  }
  .sp-min-w-41e {
    min-width: 41em !important;
  }
  .sp-min-w-42e {
    min-width: 42em !important;
  }
  .sp-min-w-43e {
    min-width: 43em !important;
  }
  .sp-min-w-44e {
    min-width: 44em !important;
  }
  .sp-min-w-45e {
    min-width: 45em !important;
  }
  .sp-min-w-46e {
    min-width: 46em !important;
  }
  .sp-min-w-47e {
    min-width: 47em !important;
  }
  .sp-min-w-48e {
    min-width: 48em !important;
  }
  .sp-min-w-49e {
    min-width: 49em !important;
  }
  .sp-min-w-50e {
    min-width: 50em !important;
  }
  .sp-min-w-51e {
    min-width: 51em !important;
  }
  .sp-min-w-52e {
    min-width: 52em !important;
  }
  .sp-min-w-53e {
    min-width: 53em !important;
  }
  .sp-min-w-54e {
    min-width: 54em !important;
  }
  .sp-min-w-55e {
    min-width: 55em !important;
  }
  .sp-min-w-56e {
    min-width: 56em !important;
  }
  .sp-min-w-57e {
    min-width: 57em !important;
  }
  .sp-min-w-58e {
    min-width: 58em !important;
  }
  .sp-min-w-59e {
    min-width: 59em !important;
  }
  .sp-min-w-60e {
    min-width: 60em !important;
  }
  .sp-min-w-61e {
    min-width: 61em !important;
  }
  .sp-min-w-62e {
    min-width: 62em !important;
  }
  .sp-min-w-63e {
    min-width: 63em !important;
  }
  .sp-min-w-64e {
    min-width: 64em !important;
  }
  .sp-min-w-65e {
    min-width: 65em !important;
  }
  .sp-min-w-66e {
    min-width: 66em !important;
  }
  .sp-min-w-67e {
    min-width: 67em !important;
  }
  .sp-min-w-68e {
    min-width: 68em !important;
  }
  .sp-min-w-69e {
    min-width: 69em !important;
  }
  .sp-min-w-70e {
    min-width: 70em !important;
  }
  .sp-min-w-71e {
    min-width: 71em !important;
  }
  .sp-min-w-72e {
    min-width: 72em !important;
  }
  .sp-min-w-73e {
    min-width: 73em !important;
  }
  .sp-min-w-74e {
    min-width: 74em !important;
  }
  .sp-min-w-75e {
    min-width: 75em !important;
  }
  .sp-min-w-76e {
    min-width: 76em !important;
  }
  .sp-min-w-77e {
    min-width: 77em !important;
  }
  .sp-min-w-78e {
    min-width: 78em !important;
  }
  .sp-min-w-79e {
    min-width: 79em !important;
  }
  .sp-min-w-80e {
    min-width: 80em !important;
  }
  .sp-min-w-81e {
    min-width: 81em !important;
  }
  .sp-min-w-82e {
    min-width: 82em !important;
  }
  .sp-min-w-83e {
    min-width: 83em !important;
  }
  .sp-min-w-84e {
    min-width: 84em !important;
  }
  .sp-min-w-85e {
    min-width: 85em !important;
  }
  .sp-min-w-86e {
    min-width: 86em !important;
  }
  .sp-min-w-87e {
    min-width: 87em !important;
  }
  .sp-min-w-88e {
    min-width: 88em !important;
  }
  .sp-min-w-89e {
    min-width: 89em !important;
  }
  .sp-min-w-90e {
    min-width: 90em !important;
  }
  .sp-min-w-91e {
    min-width: 91em !important;
  }
  .sp-min-w-92e {
    min-width: 92em !important;
  }
  .sp-min-w-93e {
    min-width: 93em !important;
  }
  .sp-min-w-94e {
    min-width: 94em !important;
  }
  .sp-min-w-95e {
    min-width: 95em !important;
  }
  .sp-min-w-96e {
    min-width: 96em !important;
  }
  .sp-min-w-97e {
    min-width: 97em !important;
  }
  .sp-min-w-98e {
    min-width: 98em !important;
  }
  .sp-min-w-99e {
    min-width: 99em !important;
  }
  .sp-min-w-100e {
    min-width: 100em !important;
  }
}
/* layout: percentage height */
/* -------------------------------------------------------------------------- */
.h-100p {
  height: 100% !important;
}

.h-90p {
  height: 90% !important;
}

.h-80p {
  height: 80% !important;
}

.h-70p {
  height: 70% !important;
}

.h-60p {
  height: 60% !important;
}

.h-50p {
  height: 50% !important;
}

.h-40p {
  height: 40% !important;
}

.h-30p {
  height: 30% !important;
}

.h-20p {
  height: 20% !important;
}

.h-10p {
  height: 10% !important;
}

.h-auto {
  height: auto !important;
}

.h-small {
  height: 33.333% !important;
}

.h-middle {
  height: 66.666% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-h-100p {
    height: 100% !important;
  }
  .sp-h-90p {
    height: 90% !important;
  }
  .sp-h-80p {
    height: 80% !important;
  }
  .sp-h-70p {
    height: 70% !important;
  }
  .sp-h-60p {
    height: 60% !important;
  }
  .sp-h-50p {
    height: 50% !important;
  }
  .sp-h-40p {
    height: 40% !important;
  }
  .sp-h-30p {
    height: 30% !important;
  }
  .sp-h-20p {
    height: 20% !important;
  }
  .sp-h-10p {
    height: 10% !important;
  }
  .sp-h-auto {
    height: auto !important;
  }
  .sp-h-small {
    height: 33.333% !important;
  }
  .sp-h-middle {
    height: 66.666% !important;
  }
}
/* layout: em height */
/* -------------------------------------------------------------------------- */
.h-inherit {
  height: inherit !important;
}

.h-d5e {
  height: 0.5em !important;
}

.h-1e {
  height: 1em !important;
}

.h-1d5e {
  height: 1.5em !important;
}

.h-2e {
  height: 2em !important;
}

.h-2d5e {
  height: 2.5em !important;
}

.h-3e {
  height: 3em !important;
}

.h-3d5e {
  height: 3.5em !important;
}

.h-4e {
  height: 4em !important;
}

.h-4d5e {
  height: 4.5em !important;
}

.h-5e {
  height: 5em !important;
}

.h-5d5e {
  height: 5.5em !important;
}

.h-6e {
  height: 6em !important;
}

.h-6d5e {
  height: 6.5em !important;
}

.h-7e {
  height: 7em !important;
}

.h-7d5e {
  height: 7.5em !important;
}

.h-8e {
  height: 8em !important;
}

.h-8d5e {
  height: 8.5em !important;
}

.h-9e {
  height: 9em !important;
}

.h-9d5e {
  height: 9.5em !important;
}

.h-10e {
  height: 10em !important;
}

.h-11e {
  height: 11em !important;
}

.h-12e {
  height: 12em !important;
}

.h-13e {
  height: 13em !important;
}

.h-14e {
  height: 14em !important;
}

.h-15e {
  height: 15em !important;
}

.h-16e {
  height: 16em !important;
}

.h-17e {
  height: 17em !important;
}

.h-18e {
  height: 18em !important;
}

.h-19e {
  height: 19em !important;
}

.h-20e {
  height: 20em !important;
}

.h-21e {
  height: 21em !important;
}

.h-22e {
  height: 22em !important;
}

.h-23e {
  height: 23em !important;
}

.h-24e {
  height: 24em !important;
}

.h-25e {
  height: 25em !important;
}

.h-26e {
  height: 26em !important;
}

.h-27e {
  height: 27em !important;
}

.h-28e {
  height: 28em !important;
}

.h-29e {
  height: 29em !important;
}

.h-30e {
  height: 30em !important;
}

.h-31e {
  height: 31em !important;
}

.h-32e {
  height: 32em !important;
}

.h-33e {
  height: 33em !important;
}

.h-34e {
  height: 34em !important;
}

.h-35e {
  height: 35em !important;
}

.h-36e {
  height: 36em !important;
}

.h-37e {
  height: 37em !important;
}

.h-38e {
  height: 38em !important;
}

.h-39e {
  height: 39em !important;
}

.h-40e {
  height: 40em !important;
}

.h-41e {
  height: 41em !important;
}

.h-42e {
  height: 42em !important;
}

.h-43e {
  height: 43em !important;
}

.h-44e {
  height: 44em !important;
}

.h-45e {
  height: 45em !important;
}

.h-46e {
  height: 46em !important;
}

.h-47e {
  height: 47em !important;
}

.h-48e {
  height: 48em !important;
}

.h-49e {
  height: 49em !important;
}

.h-50e {
  height: 50em !important;
}

.h-51e {
  height: 51em !important;
}

.h-52e {
  height: 52em !important;
}

.h-53e {
  height: 53em !important;
}

.h-54e {
  height: 54em !important;
}

.h-55e {
  height: 55em !important;
}

.h-56e {
  height: 56em !important;
}

.h-57e {
  height: 57em !important;
}

.h-58e {
  height: 58em !important;
}

.h-59e {
  height: 59em !important;
}

.h-60e {
  height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-h-inherit {
    height: inherit !important;
  }
  .sp-h-d5e {
    height: 0.5em !important;
  }
  .sp-h-1e {
    height: 1em !important;
  }
  .sp-h-1d5e {
    height: 1.5em !important;
  }
  .sp-h-2e {
    height: 2em !important;
  }
  .sp-h-2d5e {
    height: 2.5em !important;
  }
  .sp-h-3e {
    height: 3em !important;
  }
  .sp-h-3d5e {
    height: 3.5em !important;
  }
  .sp-h-4e {
    height: 4em !important;
  }
  .sp-h-4d5e {
    height: 4.5em !important;
  }
  .sp-h-5e {
    height: 5em !important;
  }
  .sp-h-5d5e {
    height: 5.5em !important;
  }
  .sp-h-6e {
    height: 6em !important;
  }
  .sp-h-6d5e {
    height: 6.5em !important;
  }
  .sp-h-7e {
    height: 7em !important;
  }
  .sp-h-7d5e {
    height: 7.5em !important;
  }
  .sp-h-8e {
    height: 8em !important;
  }
  .sp-h-8d5e {
    height: 8.5em !important;
  }
  .sp-h-9e {
    height: 9em !important;
  }
  .sp-h-9d5e {
    height: 9.5em !important;
  }
  .sp-h-10e {
    height: 10em !important;
  }
  .sp-h-11e {
    height: 11em !important;
  }
  .sp-h-12e {
    height: 12em !important;
  }
  .sp-h-13e {
    height: 13em !important;
  }
  .sp-h-14e {
    height: 14em !important;
  }
  .sp-h-15e {
    height: 15em !important;
  }
  .sp-h-16e {
    height: 16em !important;
  }
  .sp-h-17e {
    height: 17em !important;
  }
  .sp-h-18e {
    height: 18em !important;
  }
  .sp-h-19e {
    height: 19em !important;
  }
  .sp-h-20e {
    height: 20em !important;
  }
  .sp-h-21e {
    height: 21em !important;
  }
  .sp-h-22e {
    height: 22em !important;
  }
  .sp-h-23e {
    height: 23em !important;
  }
  .sp-h-24e {
    height: 24em !important;
  }
  .sp-h-25e {
    height: 25em !important;
  }
  .sp-h-26e {
    height: 26em !important;
  }
  .sp-h-27e {
    height: 27em !important;
  }
  .sp-h-28e {
    height: 28em !important;
  }
  .sp-h-29e {
    height: 29em !important;
  }
  .sp-h-30e {
    height: 30em !important;
  }
  .sp-h-31e {
    height: 31em !important;
  }
  .sp-h-32e {
    height: 32em !important;
  }
  .sp-h-33e {
    height: 33em !important;
  }
  .sp-h-34e {
    height: 34em !important;
  }
  .sp-h-35e {
    height: 35em !important;
  }
  .sp-h-36e {
    height: 36em !important;
  }
  .sp-h-37e {
    height: 37em !important;
  }
  .sp-h-38e {
    height: 38em !important;
  }
  .sp-h-39e {
    height: 39em !important;
  }
  .sp-h-40e {
    height: 40em !important;
  }
  .sp-h-41e {
    height: 41em !important;
  }
  .sp-h-42e {
    height: 42em !important;
  }
  .sp-h-43e {
    height: 43em !important;
  }
  .sp-h-44e {
    height: 44em !important;
  }
  .sp-h-45e {
    height: 45em !important;
  }
  .sp-h-46e {
    height: 46em !important;
  }
  .sp-h-47e {
    height: 47em !important;
  }
  .sp-h-48e {
    height: 48em !important;
  }
  .sp-h-49e {
    height: 49em !important;
  }
  .sp-h-50e {
    height: 50em !important;
  }
  .sp-h-51e {
    height: 51em !important;
  }
  .sp-h-52e {
    height: 52em !important;
  }
  .sp-h-53e {
    height: 53em !important;
  }
  .sp-h-54e {
    height: 54em !important;
  }
  .sp-h-55e {
    height: 55em !important;
  }
  .sp-h-56e {
    height: 56em !important;
  }
  .sp-h-57e {
    height: 57em !important;
  }
  .sp-h-58e {
    height: 58em !important;
  }
  .sp-h-59e {
    height: 59em !important;
  }
  .sp-h-60e {
    height: 59em !important;
  }
}
/* layout: em max-height */
/* -------------------------------------------------------------------------- */
.max-h-inherit {
  max-height: inherit !important;
}

.max-h-d5e {
  max-height: 0.5em !important;
}

.max-h-1e {
  max-height: 1em !important;
}

.max-h-1d5e {
  max-height: 1.5em !important;
}

.max-h-2e {
  max-height: 2em !important;
}

.max-h-2d5e {
  max-height: 2.5em !important;
}

.max-h-3e {
  max-height: 3em !important;
}

.max-h-3d5e {
  max-height: 3.5em !important;
}

.max-h-4e {
  max-height: 4em !important;
}

.max-h-4d5e {
  max-height: 4.5em !important;
}

.max-h-5e {
  max-height: 5em !important;
}

.max-h-5d5e {
  max-height: 5.5em !important;
}

.max-h-6e {
  max-height: 6em !important;
}

.max-h-6d5e {
  max-height: 6.5em !important;
}

.max-h-7e {
  max-height: 7em !important;
}

.max-h-7d5e {
  max-height: 7.5em !important;
}

.max-h-8e {
  max-height: 8em !important;
}

.max-h-8d5e {
  max-height: 8.5em !important;
}

.max-h-9e {
  max-height: 9em !important;
}

.max-h-9d5e {
  max-height: 9.5em !important;
}

.max-h-10e {
  max-height: 10em !important;
}

.max-h-11e {
  max-height: 11em !important;
}

.max-h-12e {
  max-height: 12em !important;
}

.max-h-13e {
  max-height: 13em !important;
}

.max-h-14e {
  max-height: 14em !important;
}

.max-h-15e {
  max-height: 15em !important;
}

.max-h-16e {
  max-height: 16em !important;
}

.max-h-17e {
  max-height: 17em !important;
}

.max-h-18e {
  max-height: 18em !important;
}

.max-h-19e {
  max-height: 19em !important;
}

.max-h-20e {
  max-height: 20em !important;
}

.max-h-21e {
  max-height: 21em !important;
}

.max-h-22e {
  max-height: 22em !important;
}

.max-h-23e {
  max-height: 23em !important;
}

.max-h-24e {
  max-height: 24em !important;
}

.max-h-25e {
  max-height: 25em !important;
}

.max-h-26e {
  max-height: 26em !important;
}

.max-h-27e {
  max-height: 27em !important;
}

.max-h-28e {
  max-height: 28em !important;
}

.max-h-29e {
  max-height: 29em !important;
}

.max-h-30e {
  max-height: 30em !important;
}

.max-h-31e {
  max-height: 31em !important;
}

.max-h-32e {
  max-height: 32em !important;
}

.max-h-33e {
  max-height: 33em !important;
}

.max-h-34e {
  max-height: 34em !important;
}

.max-h-35e {
  max-height: 35em !important;
}

.max-h-36e {
  max-height: 36em !important;
}

.max-h-37e {
  max-height: 37em !important;
}

.max-h-38e {
  max-height: 38em !important;
}

.max-h-39e {
  max-height: 39em !important;
}

.max-h-40e {
  max-height: 40em !important;
}

.max-h-41e {
  max-height: 41em !important;
}

.max-h-42e {
  max-height: 42em !important;
}

.max-h-43e {
  max-height: 43em !important;
}

.max-h-44e {
  max-height: 44em !important;
}

.max-h-45e {
  max-height: 45em !important;
}

.max-h-46e {
  max-height: 46em !important;
}

.max-h-47e {
  max-height: 47em !important;
}

.max-h-48e {
  max-height: 48em !important;
}

.max-h-49e {
  max-height: 49em !important;
}

.max-h-50e {
  max-height: 50em !important;
}

.max-h-51e {
  max-height: 51em !important;
}

.max-h-52e {
  max-height: 52em !important;
}

.max-h-53e {
  max-height: 53em !important;
}

.max-h-54e {
  max-height: 54em !important;
}

.max-h-55e {
  max-height: 55em !important;
}

.max-h-56e {
  max-height: 56em !important;
}

.max-h-57e {
  max-height: 57em !important;
}

.max-h-58e {
  max-height: 58em !important;
}

.max-h-59e {
  max-height: 59em !important;
}

.max-h-60e {
  max-height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-h-inherit {
    max-height: inherit !important;
  }
  .sp-max-h-d5e {
    max-height: 0.5em !important;
  }
  .sp-max-h-1e {
    max-height: 1em !important;
  }
  .sp-max-h-1d5e {
    max-height: 1.5em !important;
  }
  .sp-max-h-2e {
    max-height: 2em !important;
  }
  .sp-max-h-2d5e {
    max-height: 2.5em !important;
  }
  .sp-max-h-3e {
    max-height: 3em !important;
  }
  .sp-max-h-3d5e {
    max-height: 3.5em !important;
  }
  .sp-max-h-4e {
    max-height: 4em !important;
  }
  .sp-max-h-4d5e {
    max-height: 4.5em !important;
  }
  .sp-max-h-5e {
    max-height: 5em !important;
  }
  .sp-max-h-5d5e {
    max-height: 5.5em !important;
  }
  .sp-max-h-6e {
    max-height: 6em !important;
  }
  .sp-max-h-6d5e {
    max-height: 6.5em !important;
  }
  .sp-max-h-7e {
    max-height: 7em !important;
  }
  .sp-max-h-7d5e {
    max-height: 7.5em !important;
  }
  .sp-max-h-8e {
    max-height: 8em !important;
  }
  .sp-max-h-8d5e {
    max-height: 8.5em !important;
  }
  .sp-max-h-9e {
    max-height: 9em !important;
  }
  .sp-max-h-9d5e {
    max-height: 9.5em !important;
  }
  .sp-max-h-10e {
    max-height: 10em !important;
  }
  .sp-max-h-11e {
    max-height: 11em !important;
  }
  .sp-max-h-12e {
    max-height: 12em !important;
  }
  .sp-max-h-13e {
    max-height: 13em !important;
  }
  .sp-max-h-14e {
    max-height: 14em !important;
  }
  .sp-max-h-15e {
    max-height: 15em !important;
  }
  .sp-max-h-16e {
    max-height: 16em !important;
  }
  .sp-max-h-17e {
    max-height: 17em !important;
  }
  .sp-max-h-18e {
    max-height: 18em !important;
  }
  .sp-max-h-19e {
    max-height: 19em !important;
  }
  .sp-max-h-20e {
    max-height: 20em !important;
  }
  .sp-max-h-21e {
    max-height: 21em !important;
  }
  .sp-max-h-22e {
    max-height: 22em !important;
  }
  .sp-max-h-23e {
    max-height: 23em !important;
  }
  .sp-max-h-24e {
    max-height: 24em !important;
  }
  .sp-max-h-25e {
    max-height: 25em !important;
  }
  .sp-max-h-26e {
    max-height: 26em !important;
  }
  .sp-max-h-27e {
    max-height: 27em !important;
  }
  .sp-max-h-28e {
    max-height: 28em !important;
  }
  .sp-max-h-29e {
    max-height: 29em !important;
  }
  .sp-max-h-30e {
    max-height: 30em !important;
  }
  .sp-max-h-31e {
    max-height: 31em !important;
  }
  .sp-max-h-32e {
    max-height: 32em !important;
  }
  .sp-max-h-33e {
    max-height: 33em !important;
  }
  .sp-max-h-34e {
    max-height: 34em !important;
  }
  .sp-max-h-35e {
    max-height: 35em !important;
  }
  .sp-max-h-36e {
    max-height: 36em !important;
  }
  .sp-max-h-37e {
    max-height: 37em !important;
  }
  .sp-max-h-38e {
    max-height: 38em !important;
  }
  .sp-max-h-39e {
    max-height: 39em !important;
  }
  .sp-max-h-40e {
    max-height: 40em !important;
  }
  .sp-max-h-41e {
    max-height: 41em !important;
  }
  .sp-max-h-42e {
    max-height: 42em !important;
  }
  .sp-max-h-43e {
    max-height: 43em !important;
  }
  .sp-max-h-44e {
    max-height: 44em !important;
  }
  .sp-max-h-45e {
    max-height: 45em !important;
  }
  .sp-max-h-46e {
    max-height: 46em !important;
  }
  .sp-max-h-47e {
    max-height: 47em !important;
  }
  .sp-max-h-48e {
    max-height: 48em !important;
  }
  .sp-max-h-49e {
    max-height: 49em !important;
  }
  .sp-max-h-50e {
    max-height: 50em !important;
  }
  .sp-max-h-51e {
    max-height: 51em !important;
  }
  .sp-max-h-52e {
    max-height: 52em !important;
  }
  .sp-max-h-53e {
    max-height: 53em !important;
  }
  .sp-max-h-54e {
    max-height: 54em !important;
  }
  .sp-max-h-55e {
    max-height: 55em !important;
  }
  .sp-max-h-56e {
    max-height: 56em !important;
  }
  .sp-max-h-57e {
    max-height: 57em !important;
  }
  .sp-max-h-58e {
    max-height: 58em !important;
  }
  .sp-max-h-59e {
    max-height: 59em !important;
  }
  .sp-max-h-60e {
    max-height: 59em !important;
  }
}
/* layout: em min-height */
/* -------------------------------------------------------------------------- */
.min-h-inherit {
  min-height: inherit !important;
}

.min-h-d5e {
  min-height: 0.5em !important;
}

.min-h-1e {
  min-height: 1em !important;
}

.min-h-1d5e {
  min-height: 1.5em !important;
}

.min-h-2e {
  min-height: 2em !important;
}

.min-h-2d5e {
  min-height: 2.5em !important;
}

.min-h-3e {
  min-height: 3em !important;
}

.min-h-3d5e {
  min-height: 3.5em !important;
}

.min-h-4e {
  min-height: 4em !important;
}

.min-h-4d5e {
  min-height: 4.5em !important;
}

.min-h-5e {
  min-height: 5em !important;
}

.min-h-5d5e {
  min-height: 5.5em !important;
}

.min-h-6e {
  min-height: 6em !important;
}

.min-h-6d5e {
  min-height: 6.5em !important;
}

.min-h-7e {
  min-height: 7em !important;
}

.min-h-7d5e {
  min-height: 7.5em !important;
}

.min-h-8e {
  min-height: 8em !important;
}

.min-h-8d5e {
  min-height: 8.5em !important;
}

.min-h-9e {
  min-height: 9em !important;
}

.min-h-9d5e {
  min-height: 9.5em !important;
}

.min-h-10e {
  min-height: 10em !important;
}

.min-h-11e {
  min-height: 11em !important;
}

.min-h-12e {
  min-height: 12em !important;
}

.min-h-13e {
  min-height: 13em !important;
}

.min-h-14e {
  min-height: 14em !important;
}

.min-h-15e {
  min-height: 15em !important;
}

.min-h-16e {
  min-height: 16em !important;
}

.min-h-17e {
  min-height: 17em !important;
}

.min-h-18e {
  min-height: 18em !important;
}

.min-h-19e {
  min-height: 19em !important;
}

.min-h-20e {
  min-height: 20em !important;
}

.min-h-21e {
  min-height: 21em !important;
}

.min-h-22e {
  min-height: 22em !important;
}

.min-h-23e {
  min-height: 23em !important;
}

.min-h-24e {
  min-height: 24em !important;
}

.min-h-25e {
  min-height: 25em !important;
}

.min-h-26e {
  min-height: 26em !important;
}

.min-h-27e {
  min-height: 27em !important;
}

.min-h-28e {
  min-height: 28em !important;
}

.min-h-29e {
  min-height: 29em !important;
}

.min-h-30e {
  min-height: 30em !important;
}

.min-h-31e {
  min-height: 31em !important;
}

.min-h-32e {
  min-height: 32em !important;
}

.min-h-33e {
  min-height: 33em !important;
}

.min-h-34e {
  min-height: 34em !important;
}

.min-h-35e {
  min-height: 35em !important;
}

.min-h-36e {
  min-height: 36em !important;
}

.min-h-37e {
  min-height: 37em !important;
}

.min-h-38e {
  min-height: 38em !important;
}

.min-h-39e {
  min-height: 39em !important;
}

.min-h-40e {
  min-height: 40em !important;
}

.min-h-41e {
  min-height: 41em !important;
}

.min-h-42e {
  min-height: 42em !important;
}

.min-h-43e {
  min-height: 43em !important;
}

.min-h-44e {
  min-height: 44em !important;
}

.min-h-45e {
  min-height: 45em !important;
}

.min-h-46e {
  min-height: 46em !important;
}

.min-h-47e {
  min-height: 47em !important;
}

.min-h-48e {
  min-height: 48em !important;
}

.min-h-49e {
  min-height: 49em !important;
}

.min-h-50e {
  min-height: 50em !important;
}

.min-h-51e {
  min-height: 51em !important;
}

.min-h-52e {
  min-height: 52em !important;
}

.min-h-53e {
  min-height: 53em !important;
}

.min-h-54e {
  min-height: 54em !important;
}

.min-h-55e {
  min-height: 55em !important;
}

.min-h-56e {
  min-height: 56em !important;
}

.min-h-57e {
  min-height: 57em !important;
}

.min-h-58e {
  min-height: 58em !important;
}

.min-h-59e {
  min-height: 59em !important;
}

.min-h-60e {
  min-height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-min-h-inherit {
    min-height: inherit !important;
  }
  .sp-min-h-d5e {
    min-height: 0.5em !important;
  }
  .sp-min-h-1e {
    min-height: 1em !important;
  }
  .sp-min-h-1d5e {
    min-height: 1.5em !important;
  }
  .sp-min-h-2e {
    min-height: 2em !important;
  }
  .sp-min-h-2d5e {
    min-height: 2.5em !important;
  }
  .sp-min-h-3e {
    min-height: 3em !important;
  }
  .sp-min-h-3d5e {
    min-height: 3.5em !important;
  }
  .sp-min-h-4e {
    min-height: 4em !important;
  }
  .sp-min-h-4d5e {
    min-height: 4.5em !important;
  }
  .sp-min-h-5e {
    min-height: 5em !important;
  }
  .sp-min-h-5d5e {
    min-height: 5.5em !important;
  }
  .sp-min-h-6e {
    min-height: 6em !important;
  }
  .sp-min-h-6d5e {
    min-height: 6.5em !important;
  }
  .sp-min-h-7e {
    min-height: 7em !important;
  }
  .sp-min-h-7d5e {
    min-height: 7.5em !important;
  }
  .sp-min-h-8e {
    min-height: 8em !important;
  }
  .sp-min-h-8d5e {
    min-height: 8.5em !important;
  }
  .sp-min-h-9e {
    min-height: 9em !important;
  }
  .sp-min-h-9d5e {
    min-height: 9.5em !important;
  }
  .sp-min-h-10e {
    min-height: 10em !important;
  }
  .sp-min-h-11e {
    min-height: 11em !important;
  }
  .sp-min-h-12e {
    min-height: 12em !important;
  }
  .sp-min-h-13e {
    min-height: 13em !important;
  }
  .sp-min-h-14e {
    min-height: 14em !important;
  }
  .sp-min-h-15e {
    min-height: 15em !important;
  }
  .sp-min-h-16e {
    min-height: 16em !important;
  }
  .sp-min-h-17e {
    min-height: 17em !important;
  }
  .sp-min-h-18e {
    min-height: 18em !important;
  }
  .sp-min-h-19e {
    min-height: 19em !important;
  }
  .sp-min-h-20e {
    min-height: 20em !important;
  }
  .sp-min-h-21e {
    min-height: 21em !important;
  }
  .sp-min-h-22e {
    min-height: 22em !important;
  }
  .sp-min-h-23e {
    min-height: 23em !important;
  }
  .sp-min-h-24e {
    min-height: 24em !important;
  }
  .sp-min-h-25e {
    min-height: 25em !important;
  }
  .sp-min-h-26e {
    min-height: 26em !important;
  }
  .sp-min-h-27e {
    min-height: 27em !important;
  }
  .sp-min-h-28e {
    min-height: 28em !important;
  }
  .sp-min-h-29e {
    min-height: 29em !important;
  }
  .sp-min-h-30e {
    min-height: 30em !important;
  }
  .sp-min-h-31e {
    min-height: 31em !important;
  }
  .sp-min-h-32e {
    min-height: 32em !important;
  }
  .sp-min-h-33e {
    min-height: 33em !important;
  }
  .sp-min-h-34e {
    min-height: 34em !important;
  }
  .sp-min-h-35e {
    min-height: 35em !important;
  }
  .sp-min-h-36e {
    min-height: 36em !important;
  }
  .sp-min-h-37e {
    min-height: 37em !important;
  }
  .sp-min-h-38e {
    min-height: 38em !important;
  }
  .sp-min-h-39e {
    min-height: 39em !important;
  }
  .sp-min-h-40e {
    min-height: 40em !important;
  }
  .sp-min-h-41e {
    min-height: 41em !important;
  }
  .sp-min-h-42e {
    min-height: 42em !important;
  }
  .sp-min-h-43e {
    min-height: 43em !important;
  }
  .sp-min-h-44e {
    min-height: 44em !important;
  }
  .sp-min-h-45e {
    min-height: 45em !important;
  }
  .sp-min-h-46e {
    min-height: 46em !important;
  }
  .sp-min-h-47e {
    min-height: 47em !important;
  }
  .sp-min-h-48e {
    min-height: 48em !important;
  }
  .sp-min-h-49e {
    min-height: 49em !important;
  }
  .sp-min-h-50e {
    min-height: 50em !important;
  }
  .sp-min-h-51e {
    min-height: 51em !important;
  }
  .sp-min-h-52e {
    min-height: 52em !important;
  }
  .sp-min-h-53e {
    min-height: 53em !important;
  }
  .sp-min-h-54e {
    min-height: 54em !important;
  }
  .sp-min-h-55e {
    min-height: 55em !important;
  }
  .sp-min-h-56e {
    min-height: 56em !important;
  }
  .sp-min-h-57e {
    min-height: 57em !important;
  }
  .sp-min-h-58e {
    min-height: 58em !important;
  }
  .sp-min-h-59e {
    min-height: 59em !important;
  }
  .sp-min-h-60e {
    min-height: 59em !important;
  }
}
/* layout: float */
/* -------------------------------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-float-right {
    float: right;
  }
  .sp-float-left {
    float: left;
  }
  .sp-float-none {
    float: none;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff-serif {
  font-family: serif !important;
}

.ff-en {
  font-family: "Roboto Condensed", serif !important;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-minimum {
  font-size: 50% !important;
}

.fz-small {
  font-size: 75% !important;
}

.fz-medium {
  font-size: 125% !important;
}

.fz-large {
  font-size: 150% !important;
}

.fz-huge {
  font-size: 200% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-minimum {
    font-size: 50% !important;
  }
  .sp-fz-small {
    font-size: 75% !important;
  }
  .sp-fz-medium {
    font-size: 125% !important;
  }
  .sp-fz-large {
    font-size: 150% !important;
  }
  .sp-fz-huge {
    font-size: 200% !important;
  }
}
.fz-10 {
  font-size: 0.625em !important;
}

.fz-12 {
  font-size: 0.75em !important;
}

.fz-14 {
  font-size: 0.875em !important;
}

.fz-16 {
  font-size: 1em !important;
}

.fz-18 {
  font-size: 1.125em !important;
}

.fz-20 {
  font-size: 1.25em !important;
}

.fz-22 {
  font-size: 1.375em !important;
}

.fz-24 {
  font-size: 1.5em !important;
}

.fz-28 {
  font-size: 1.75em !important;
}

.fz-32 {
  font-size: 2em !important;
}

.fz-36 {
  font-size: 2.25em !important;
}

.fz-40 {
  font-size: 2.5em !important;
}

.fz-44 {
  font-size: 2.75em !important;
}

.fz-48 {
  font-size: 3em !important;
}

.fz-42 {
  font-size: 3.25em !important;
}

.fz-56 {
  font-size: 3.5em !important;
}

.fz-60 {
  font-size: 3.75em !important;
}

.fz-64 {
  font-size: 4em !important;
}

.fz-68 {
  font-size: 4.25em !important;
}

.fz-72 {
  font-size: 4.5em !important;
}

.fz-76 {
  font-size: 4.75em !important;
}

.fz-80 {
  font-size: 5em !important;
}

.fz-84 {
  font-size: 5.25em !important;
}

.fz-88 {
  font-size: 5.5em !important;
}

.fz-92 {
  font-size: 5.75em !important;
}

.fz-96 {
  font-size: 6em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-10 {
    font-size: 0.625em !important;
  }
  .sp-fz-12 {
    font-size: 0.75em !important;
  }
  .sp-fz-14 {
    font-size: 0.875em !important;
  }
  .sp-fz-16 {
    font-size: 1em !important;
  }
  .sp-fz-18 {
    font-size: 1.125em !important;
  }
  .sp-fz-20 {
    font-size: 1.25em !important;
  }
  .sp-fz-22 {
    font-size: 1.375em !important;
  }
  .sp-fz-24 {
    font-size: 1.5em !important;
  }
  .sp-fz-28 {
    font-size: 1.75em !important;
  }
  .sp-fz-32 {
    font-size: 2em !important;
  }
  .sp-fz-36 {
    font-size: 2.25em !important;
  }
  .sp-fz-40 {
    font-size: 2.5em !important;
  }
  .sp-fz-44 {
    font-size: 2.75em !important;
  }
  .sp-fz-48 {
    font-size: 3em !important;
  }
  .sp-fz-42 {
    font-size: 3.25em !important;
  }
  .sp-fz-56 {
    font-size: 3.5em !important;
  }
  .sp-fz-60 {
    font-size: 3.75em !important;
  }
  .sp-fz-64 {
    font-size: 4em !important;
  }
  .sp-fz-68 {
    font-size: 4.25em !important;
  }
  .sp-fz-72 {
    font-size: 4.5em !important;
  }
  .sp-fz-76 {
    font-size: 4.75em !important;
  }
  .sp-fz-80 {
    font-size: 5em !important;
  }
  .sp-fz-84 {
    font-size: 5.25em !important;
  }
  .sp-fz-88 {
    font-size: 5.5em !important;
  }
  .sp-fz-92 {
    font-size: 5.75em !important;
  }
  .sp-fz-96 {
    font-size: 6 !important;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal !important;
}

.fs-italic {
  font-style: italic !important;
}

.fs-italic {
  font-style: oblique !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fs-normal {
    font-style: normal !important;
  }
  .sp-fs-italic {
    font-style: italic !important;
  }
  .sp-fs-italic {
    font-style: oblique !important;
  }
}
/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.1em !important;
}

.ls-2 {
  letter-spacing: 0.2em !important;
}

.ls-3 {
  letter-spacing: 0.3em !important;
}

.ls-4 {
  letter-spacing: 0.4em !important;
}

.ls-5 {
  letter-spacing: 0.5em !important;
}

.ls-6 {
  letter-spacing: 0.6em !important;
}

.ls-7 {
  letter-spacing: 0.7em !important;
}

.ls-8 {
  letter-spacing: 0.8em !important;
}

.ls-9 {
  letter-spacing: 0.9em !important;
}

.ls-10 {
  letter-spacing: 1em !important;
}

.ls-11 {
  letter-spacing: 1.1em !important;
}

.ls-12 {
  letter-spacing: 1.2em !important;
}

.ls-13 {
  letter-spacing: 1.3em !important;
}

.ls-14 {
  letter-spacing: 1.4em !important;
}

.ls-15 {
  letter-spacing: 1.5em !important;
}

.ls-16 {
  letter-spacing: 1.6em !important;
}

.ls-17 {
  letter-spacing: 1.7em !important;
}

.ls-18 {
  letter-spacing: 1.8em !important;
}

.ls-19 {
  letter-spacing: 1.9em !important;
}

.ls-20 {
  letter-spacing: 2em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0 !important;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em !important;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em !important;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em !important;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em !important;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em !important;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em !important;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em !important;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em !important;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em !important;
  }
  .sp-ls-10 {
    letter-spacing: 1em !important;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em !important;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em !important;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em !important;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em !important;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em !important;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em !important;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em !important;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em !important;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em !important;
  }
  .sp-ls-20 {
    letter-spacing: 2em !important;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline !important;
  }
  br.sp-br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc-br {
    display: none !important;
  }
  br.sp-br {
    display: inline !important;
  }
}
@media print {
  br.sp-br {
    display: none !important;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1 !important;
}

.lh-1d2 {
  line-height: 1.2 !important;
}

.lh-1d4 {
  line-height: 1.4 !important;
}

.lh-1d6 {
  line-height: 1.6 !important;
}

.lh-1d8 {
  line-height: 1.8 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-2d2 {
  line-height: 2.2 !important;
}

.lh-2d4 {
  line-height: 2.4 !important;
}

.lh-2d6 {
  line-height: 2.6 !important;
}

.lh-2d8 {
  line-height: 2.8 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-3d2 {
  line-height: 3.2 !important;
}

.lh-3d4 {
  line-height: 3.4 !important;
}

.lh-3d6 {
  line-height: 3.6 !important;
}

.lh-3d8 {
  line-height: 3.8 !important;
}

.lh-4 {
  line-height: 4 !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1 !important;
  }
  .sp-lh-1d2 {
    line-height: 1.2 !important;
  }
  .sp-lh-1d4 {
    line-height: 1.4 !important;
  }
  .sp-lh-1d6 {
    line-height: 1.6 !important;
  }
  .sp-lh-1d8 {
    line-height: 1.8 !important;
  }
  .sp-lh-2 {
    line-height: 2 !important;
  }
  .sp-lh-2d2 {
    line-height: 2.2 !important;
  }
  .sp-lh-2d4 {
    line-height: 2.4 !important;
  }
  .sp-lh-2d6 {
    line-height: 2.6 !important;
  }
  .sp-lh-2d8 {
    line-height: 2.8 !important;
  }
  .sp-lh-3 {
    line-height: 3 !important;
  }
  .sp-lh-3d2 {
    line-height: 3.2 !important;
  }
  .sp-lh-3d4 {
    line-height: 3.4 !important;
  }
  .sp-lh-3d6 {
    line-height: 3.6 !important;
  }
  .sp-lh-3d8 {
    line-height: 3.8 !important;
  }
  .sp-lh-4 {
    line-height: 4 !important;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.ta-justify {
  text-align: justify !important;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
  .sp-ta-justify {
    text-align: justify !important;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-overline {
  text-decoration: overline !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none !important;
  }
  .sp-td-underline {
    text-decoration: underline !important;
  }
  .sp-td-overline {
    text-decoration: overline !important;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal !important;
  }
  .sp-ws-nowrap {
    white-space: nowrap !important;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
}

@media print {
  body {
    zoom: 75%;
  }
  .site-header {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
