@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&family=Besley&display=swap");
/* ========================================================================== */
/* Sanitize */
/* ========================================================================== */
/* Document
 * * ========================================================================== */
/**
 * * Add border box sizing in all browsers (opinionated).
 * */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  -o-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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* ========================================================================== */
/* initialize */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
body {
  position: relative;
  background-color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: nomal;
  font-size: 0.9em;
  line-height: 1.6;
  color: #595750;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 2.75vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

::-moz-selection {
  background-color: #42beeb;
  color: #ffffff;
}

::selection {
  background-color: #42beeb;
  color: #ffffff;
}

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

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  color: #595750;
}

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

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

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

/* initialize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: nomal;
}

em {
  font-style: normal;
  font-weight: nomal;
  color: #d90048;
}

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
  text-align: justify;
}

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

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

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

h3 {
  font-size: 1.75em;
  line-height: 1.3;
}

h4 {
  font-size: 1.5em;
  line-height: 1.4;
}

h5 {
  font-size: 1.375em;
  line-height: 1.5;
}

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

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 14em;
  padding: 0.9em 2em 1.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 10em;
  -webkit-box-shadow: inset 0 0 0 1px #595750;
          box-shadow: inset 0 0 0 1px #595750;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  color: #595750;
}
.button:has(.button__text.icon) {
  padding-right: 2.5em;
  padding-left: 1.5em;
}
.button__text {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 1em;
}
.button__text.icon::before {
  position: absolute;
  inset: calc(50% - 0.5em) -1.5em auto auto;
  margin: 0;
}
.button--base {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d90048;
  color: #ffffff;
}
.button--skyblue {
  -webkit-box-shadow: inset 0 0 0 1px #42beeb;
          box-shadow: inset 0 0 0 1px #42beeb;
  color: #42beeb;
}
.button--blue {
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
  color: #1b91e0;
}
.button--cyan {
  -webkit-box-shadow: inset 0 0 0 1px #16b8b8;
          box-shadow: inset 0 0 0 1px #16b8b8;
  color: #16b8b8;
}
.button--green {
  -webkit-box-shadow: inset 0 0 0 1px #68b833;
          box-shadow: inset 0 0 0 1px #68b833;
  color: #68b833;
}

.isnt-touch .button {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #1b91e0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-120%) skewX(45deg);
          transform: translateX(-120%) skewX(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .button--skyblue::before {
  background-color: #42beeb;
}
.isnt-touch .button--blue::before {
  background-color: #1b91e0;
}
.isnt-touch .button--cyan::before {
  background-color: #16b8b8;
}
.isnt-touch .button--green::before {
  background-color: #68b833;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
  color: #ffffff;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  -webkit-transform: translateX(0) skewX(0deg);
          transform: translateX(0) skewX(0deg);
}
.isnt-touch .button--skyblue:focus, .isnt-touch .button--skyblue:hover {
  -webkit-box-shadow: inset 0 0 0 1px #42beeb;
          box-shadow: inset 0 0 0 1px #42beeb;
}
.isnt-touch .button--blue:focus, .isnt-touch .button--blue:hover {
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
}
.isnt-touch .button--cyan:focus, .isnt-touch .button--cyan:hover {
  -webkit-box-shadow: inset 0 0 0 1px #16b8b8;
          box-shadow: inset 0 0 0 1px #16b8b8;
}
.isnt-touch .button--green:focus, .isnt-touch .button--green:hover {
  -webkit-box-shadow: inset 0 0 0 1px #68b833;
          box-shadow: inset 0 0 0 1px #68b833;
}

/* elements: clearfix */
/* -------------------------------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.c-ini {
  color: #ffffff !important;
}

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

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

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

.c-qua {
  color: #9aa8be !important;
}

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

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

.c-sep {
  color: #6c985b !important;
}

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

.c-white {
  color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.c-yellow {
  color: #fff000 !important;
}

.c-red {
  color: #d90048 !important;
}

.c-skyblue {
  color: #42beeb !important;
}

.c-maroon {
  color: #751a39 !important;
}

.c-pink {
  color: #f3b3c9 !important;
}

.c-blue {
  color: #1b91e0 !important;
}

.c-green {
  color: #68b833 !important;
}

.c-indigo {
  color: #5f1985 !important;
}

.c-yellowgreen {
  color: #a9c208 !important;
}

.c-orange {
  color: #f29600 !important;
}

.c-cyan {
  color: #16b8b8 !important;
}

.c-l-yellow {
  color: #fffef0 !important;
}

.c-l-red {
  color: #fdf0f4 !important;
}

.c-l-skyblue {
  color: #f6fbfd !important;
}

.c-l-maroon {
  color: #f7f2f3 !important;
}

.c-l-pink {
  color: #fefbfc !important;
}

.c-l-blue {
  color: #f0f6fb !important;
}

.c-l-green {
  color: #f2faf3 !important;
}

.c-l-indigo {
  color: #f6f1f8 !important;
}

.c-l-yellowgreen {
  color: #fafcf0 !important;
}

.c-l-orange {
  color: #fef9f0 !important;
}

.c-l-cyan {
  color: #f0f9fa !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-pri {
  background-color: #595750 !important;
}

.bg-sec {
  background-color: #e6002d !important;
}

.bg-ter {
  background-color: #1967dd !important;
}

.bg-qua {
  background-color: #9aa8be !important;
}

.bg-qui {
  background-color: #f7f6f0 !important;
}

.bg-sen {
  background-color: #e0cd42 !important;
}

.bg-sep {
  background-color: #6c985b !important;
}

.bg-oct {
  background-color: #eeb7b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-yellow {
  background-color: #fff000 !important;
}

.bg-red {
  background-color: #d90048 !important;
}

.bg-skyblue {
  background-color: #42beeb !important;
}

.bg-maroon {
  background-color: #751a39 !important;
}

.bg-pink {
  background-color: #f3b3c9 !important;
}

.bg-blue {
  background-color: #1b91e0 !important;
}

.bg-green {
  background-color: #68b833 !important;
}

.bg-indigo {
  background-color: #5f1985 !important;
}

.bg-yellowgreen {
  background-color: #a9c208 !important;
}

.bg-orange {
  background-color: #f29600 !important;
}

.bg-cyan {
  background-color: #16b8b8 !important;
}

.bg-l-yellow {
  background-color: #fffef0 !important;
}

.bg-l-red {
  background-color: #fdf0f4 !important;
}

.bg-l-skyblue {
  background-color: #f6fbfd !important;
}

.bg-l-maroon {
  background-color: #f7f2f3 !important;
}

.bg-l-pink {
  background-color: #fefbfc !important;
}

.bg-l-blue {
  background-color: #f0f6fb !important;
}

.bg-l-green {
  background-color: #f2faf3 !important;
}

.bg-l-indigo {
  background-color: #f6f1f8 !important;
}

.bg-l-yellowgreen {
  background-color: #fafcf0 !important;
}

.bg-l-orange {
  background-color: #fef9f0 !important;
}

.bg-l-cyan {
  background-color: #f0f9fa !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-g46 {
  background-color: #a3a3a3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-g08 {
  background-color: #141414 !important;
}

.bg-g06 {
  background-color: #0f0f0f !important;
}

.bg-g04 {
  background-color: #0a0a0a !important;
}

.bg-g02 {
  background-color: #050505 !important;
}

/* elements: clearfix */
/* -------------------------------------------------------------------------- */
.date {
  letter-spacing: 0.05em;
  color: #b8b8b8;
}
.date__md {
  font-size: 1.5em;
}

/* display */
/* -------------------------------------------------------------------------- */
.d-i {
  display: inline;
}

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

.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-ib-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-ib-pc {
    display: none;
  }
}

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

.d-flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* elements: rough-hr */
/* -------------------------------------------------------------------------- */
/* 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 {
  text-decoration: none;
}
.icon::before {
  display: inline-block;
  margin-right: 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;
}
.icon::before {
  content: "\e900";
}
.icon[target=_blank]::before {
  content: "\e902";
}
.icon[data-fancybox]::before {
  content: "\e903";
}
.icon[href^="mailto:"]::before, .icon[href*="/contact/"]::before {
  content: "\e906";
}
.icon[href^="tel:"]::before {
  content: "\e907";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::before {
  content: "\e905";
}
.icon[class*=toggle-button]::before {
  content: "\e901";
}
.icon[href$=".pdf"]::before, .icon[href$=".xlsx"]::before, .icon[href$=".xls"]::before, .icon[href$=".docx"]::before, .icon[href$=".doc"]::before, .icon[href$=".pptx"]::before, .icon[href$=".ppt"]::before, .icon[href$=".txt"]::before {
  content: "\e904";
}
.icon--arrow::before {
  content: "\e900";
}
.icon--direction::before {
  content: "\e901";
}
.icon--newtab::before {
  content: "\e902";
}
.icon--modal::before {
  content: "\e903";
}
.icon--file::before {
  content: "\e904";
}
.icon--pin::before {
  content: "\e905";
}
.icon--email::before {
  content: "\e906";
}
.icon--phone::before {
  content: "\e907";
}
.icon--camera::before {
  content: "\e908";
}
.icon--comment::before {
  content: "\e909";
}
.icon--video::before {
  content: "\e90a";
}
.icon--download::before {
  content: "\e90b";
}
.icon--attention::before {
  content: "\e90c";
}
.icon--search::before {
  content: "\e90d";
}
.icon--folder::before {
  content: "\e90e";
}
.icon--global::before {
  content: "\e90f";
}
.icon--after::before {
  content: none !important;
}
.icon--after.icon--arrow::after {
  content: "\e900";
}
.icon--after.icon--direction::after {
  content: "\e901";
}
.icon--after.icon--newtab::after {
  content: "\e902";
}
.icon--after.icon--modal::after {
  content: "\e903";
}
.icon--after.icon--file::after {
  content: "\e904";
}
.icon--after.icon--pin::after {
  content: "\e905";
}
.icon--after.icon--email::after {
  content: "\e906";
}
.icon--after.icon--phone::after {
  content: "\e907";
}
.icon--after.icon--camera::after {
  content: "\e908";
}
.icon--after.icon--comment::after {
  content: "\e909";
}
.icon--after.icon--video::after {
  content: "\e90a";
}
.icon--after.icon--download::after {
  content: "\e90b";
}
.icon--after.icon--attention::after {
  content: "\e90c";
}
.icon--after.icon--search::after {
  content: "\e90d";
}
.icon--after.icon--folder::after {
  content: "\e90e";
}
.icon--after.icon--global::after {
  content: "\e90f";
}
.icon--after::before {
  content: none;
}
.icon--after::after {
  display: inline-block;
  margin-left: 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;
}
.icon--after::after {
  content: "\e900";
}
.icon--after[target=_blank]::after {
  content: "\e902";
}
.icon--after[data-fancybox]::after {
  content: "\e903";
}
.icon--after[href^="mailto:"]::after, .icon--after[href*="/contact/"]::after {
  content: "\e906";
}
.icon--after[href^="tel:"]::after {
  content: "\e907";
}
.icon--after[href^="https://goo.gl/maps/"]::after, .icon--after[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.icon--after[class*=toggle-button]::after {
  content: "\e901";
}
.icon--after[href$=".pdf"]::after, .icon--after[href$=".xlsx"]::after, .icon--after[href$=".xls"]::after, .icon--after[href$=".docx"]::after, .icon--after[href$=".doc"]::after, .icon--after[href$=".pptx"]::after, .icon--after[href$=".ppt"]::after, .icon--after[href$=".txt"]::after {
  content: "\e904";
}
.icon--after--arrow::after {
  content: "\e900";
}
.icon--after--direction::after {
  content: "\e901";
}
.icon--after--newtab::after {
  content: "\e902";
}
.icon--after--modal::after {
  content: "\e903";
}
.icon--after--file::after {
  content: "\e904";
}
.icon--after--pin::after {
  content: "\e905";
}
.icon--after--email::after {
  content: "\e906";
}
.icon--after--phone::after {
  content: "\e907";
}
.icon--after--camera::after {
  content: "\e908";
}
.icon--after--comment::after {
  content: "\e909";
}
.icon--after--video::after {
  content: "\e90a";
}
.icon--after--download::after {
  content: "\e90b";
}
.icon--after--attention::after {
  content: "\e90c";
}
.icon--after--search::after {
  content: "\e90d";
}
.icon--after--folder::after {
  content: "\e90e";
}
.icon--after--global::after {
  content: "\e90f";
}
.icon--r90::before, .icon--r90::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon--r180::before, .icon--r180::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon--r270::before, .icon--r270::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon--disc::before, .icon--disc::after {
  border-radius: 50%;
  border: 1px solid;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: 0.75em;
  line-height: calc(2em - 1px);
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
}
.icon--disc::before {
  margin-right: 1em;
}
.icon--disc::after {
  margin-left: 1em;
}

/* elements: link-icon */
/* -------------------------------------------------------------------------- */
.link-icon {
  width: 1em;
  height: 1em;
}
.link-icon__circle {
  fill: #d90048;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link-icon__arrow {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link-icon--sec .link-icon__circle {
  fill: none;
  stroke: #d90048;
  stroke-width: 1;
}
.link-icon--sec .link-icon__arrow {
  stroke: #d90048;
}
.link-icon--ter .link-icon__circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}

.isnt-touch a:focus .link-icon__arrow, .isnt-touch a:hover .link-icon__arrow {
  -webkit-animation: link-icon-hover 0.6s ease-out forwards;
          animation: link-icon-hover 0.6s ease-out forwards;
}
.isnt-touch a:focus .link-icon__circle, .isnt-touch a:hover .link-icon__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.is-touch .link-icon__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes link-icon-hover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.999% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes link-icon-hover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.999% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* elements: list */
/* ---------------------------------------------------------------- */
ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li:last-of-type {
  margin-bottom: 0;
}
ul.list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #d90048;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
ul.list > li ul li::before {
  content: "○";
}

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

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: nomal;
}
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: #d90048;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
  font-weight: nomal;
}
.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-bottom: 1px solid #cccccc;
}
.table--pri th,
.table--pri td {
  border-top: 1px solid #cccccc;
  padding: 1.5em 0;
}
.table--pri tbody th {
  padding-right: 1.5em;
  color: #d90048;
}
.table--sec th,
.table--sec td {
  padding: 1em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th,
.table--sec tbody td {
  border-bottom: 1px solid #e0e0e0;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #595750;
  font-weight: nomal;
}
.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 #595750;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  padding-right: 0;
  font-weight: nomal;
}
.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);
}

/* elements: title */
/* -------------------------------------------------------------------------- */
.multi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25em;
  line-height: 1.2;
}
.multi-title__pri {
  color: #42beeb;
}
.multi-title__sec {
  font-size: 150%;
}
.multi-title--center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.multi-title--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.multi-title--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.multi-title--horizontal .multi-title__sec {
  margin-top: inherit;
  margin-left: 1em;
}

.link-title {
  position: relative;
}
.link-title a.icon::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.title-icon {
  position: relative;
  padding-left: 0.625em;
  text-indent: -0.625em;
}
.title-icon::before {
  content: "";
  display: inline-block;
  text-decoration: none;
  width: 0.125em;
  height: 1.6em;
  margin-right: 0.55em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #d90048;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

h1.title-icon::before {
  height: 1.1em;
}

h2.title-icon::before {
  height: 1.2em;
}

h3.title-icon::before {
  height: 1.3em;
}

h4.title-icon::before {
  height: 1.4em;
}

h5.title-icon::before {
  height: 1.5em;
}

h6.title-icon::before {
  height: 1.6em;
}

.title-icon--circle {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.title-icon--circle::before {
  width: 0.5em;
  height: 0.5em !important;
  margin-right: 0.5em;
  border: 0.15em solid #d90048;
  border-radius: 50%;
  background-color: transparent;
}
.title-icon--dot {
  padding-left: 1em;
  text-indent: -1em;
}
.title-icon--dot::before {
  width: 0.5em;
  margin-right: 0.5em;
  height: 0.5em !important;
  border-radius: 50%;
  background-image: none;
}

/* ========================================================================== */
/* Site Header */
/* ========================================================================== */
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10;
  width: 100vw;
  height: 5em;
  padding: 0 1.5em;
  background-color: #ffffff;
}
.site-header__title {
  position: relative;
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  color: #595750;
}

/* ========================================================================== */
/* Site Title */
/* ========================================================================== */
.site-title {
  margin: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  color: #595750;
}
.site-title:not(.site-title__anchor) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.site-title__pri {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.site-title__sec {
  letter-spacing: 0.05em;
}
.site-title__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  text-decoration: none;
  color: #595750;
}

/* ========================================================================== */
/* Site Navi */
/* ========================================================================== */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-navi__overlay {
    content: "";
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100lvh;
    background-color: #595750;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .navi-opened {
    overflow: hidden;
  }
  .navi-opened .site-navi__overlay {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.75;
  }
}
/* site-menu */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10em;
    position: absolute;
    inset: 0 auto auto 0;
    width: 100vw;
    overflow: hidden;
    padding: 8em 0 4em;
    background-color: #f5f5f5;
    -webkit-transform: translate(50%, -50%) scale(0) rotate3d(1, 1, 0, 135deg);
            transform: translate(50%, -50%) scale(0) rotate3d(1, 1, 0, 135deg);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
.site-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.site-menu__item {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item--entry {
    display: none;
  }
}
.site-menu__item--entry .button {
  min-width: inherit;
  font-family: "Besley", sans-serif;
}
.site-menu__title {
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.site-menu__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  position: absolute;
  inset: 100% auto auto 0;
  height: 0;
  overflow: hidden;
  padding: 0 1.5em;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__child {
    display: none;
  }
}
.site-menu__child__item {
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__child__item {
    font-size: 0.75em;
  }
}
.site-menu__child__title {
  position: relative;
  text-decoration: none;
}

.isnt-touch .site-menu__item:has(.site-menu__child):hover .site-menu__child {
  height: auto;
  padding: 1.5em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.navi-opened .site-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1) rotate3d(1, 1, 0, 0deg);
          transform: translate(0, 0) scale(1) rotate3d(1, 1, 0, 0deg);
}

/* site-menu: current */
/* ------------------------------------- */
.potential-page .site-menu__item--potential::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.about-page .site-menu__item--about::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.interview-page .site-menu__item--interview::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.works-page .site-menu__item--works::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.stance-page .site-menu__item--stance::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.jobs-page .site-menu__item--jobs::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.training-page .site-menu__item--training::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.overview-page .site-menu__item--overview::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

.news-page .site-menu__item--news::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #d90048;
}

/* ========================================================================== */
/* Site Footer */
/* ========================================================================== */
.site-footer {
  position: relative;
  padding: 4em 2.5%;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer {
    padding: 4em 5% 8em;
  }
}
.site-footer__title {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer__banner {
  display: none;
  position: fixed;
  inset: auto auto 0 0;
  z-index: 11;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__banner {
    display: block;
  }
}
.site-footer__banner__anchor {
  display: inline-block;
  width: 100%;
  height: 3.333em;
  background-color: #d90048;
  text-decoration: none;
  text-align: center;
  font-family: "Besley", sans-serif;
  font-size: 1.5em;
  line-height: 3.333;
  color: #ffffff !important;
}
.site-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__menu {
    margin-bottom: 5em;
  }
}
.site-footer__menu--pri {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4em;
  font-size: 1.125em;
}
.site-footer__menu--sec {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__menu--sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer__menu__anchor {
  text-decoration: none;
}
.site-footer__logo {
  position: absolute;
  inset: auto 2.5% 4em auto;
  width: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__logo {
    position: relative;
    inset: auto;
    margin: 4em auto 2em;
  }
}
.site-footer__copyright {
  text-align: center;
  font-family: "Besley", sans-serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__copyright {
    text-align: center;
  }
}

/* ========================================================================== */
/* Toggle Button */
/* ========================================================================== */
.toggle-button {
  display: none;
  position: absolute;
  inset: 0.5em 1.5em auto auto;
  width: 4em;
  height: 4em;
  cursor: pointer;
  line-height: 1;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595750;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.toggle-button__label {
  display: inline-block;
}
.toggle-button__label::before {
  display: inline-block;
  content: "menu";
  position: absolute;
  inset: auto 0 1em auto;
  font-family: "Besley", sans-serif;
  font-size: 0.75em;
}

@-webkit-keyframes tbl_1_o {
  0% {
    -webkit-transform: translate(0, -0.75em) scaleX(100%) rotate(0);
            transform: translate(0, -0.75em) scaleX(100%) rotate(0);
  }
  30% {
    -webkit-transform: translate(50%, -0.75em) scaleX(0) rotate(0);
            transform: translate(50%, -0.75em) scaleX(0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scaleX(0) rotate(0);
            transform: translate(-50%, 0) scaleX(0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(-45deg);
            transform: translate(0, 0) scaleX(100%) rotate(-45deg);
  }
}

@keyframes tbl_1_o {
  0% {
    -webkit-transform: translate(0, -0.75em) scaleX(100%) rotate(0);
            transform: translate(0, -0.75em) scaleX(100%) rotate(0);
  }
  30% {
    -webkit-transform: translate(50%, -0.75em) scaleX(0) rotate(0);
            transform: translate(50%, -0.75em) scaleX(0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scaleX(0) rotate(0);
            transform: translate(-50%, 0) scaleX(0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(-45deg);
            transform: translate(0, 0) scaleX(100%) rotate(-45deg);
  }
}
@-webkit-keyframes tbl_1_c {
  0% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(-45deg);
            transform: translate(0, 0) scaleX(100%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(0) rotate(0);
            transform: translate(0, 0) scaleX(0) rotate(0);
  }
  70% {
    -webkit-transform: translate(50%, -0.75em) scaleX(0) rotate(0);
            transform: translate(50%, -0.75em) scaleX(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, -0.75em) scaleX(100%) rotate(0);
            transform: translate(0, -0.75em) scaleX(100%) rotate(0);
  }
}
@keyframes tbl_1_c {
  0% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(-45deg);
            transform: translate(0, 0) scaleX(100%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(0) rotate(0);
            transform: translate(0, 0) scaleX(0) rotate(0);
  }
  70% {
    -webkit-transform: translate(50%, -0.75em) scaleX(0) rotate(0);
            transform: translate(50%, -0.75em) scaleX(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, -0.75em) scaleX(100%) rotate(0);
            transform: translate(0, -0.75em) scaleX(100%) rotate(0);
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: translate(12.5%, 0) scaleX(75%) rotate(0);
            transform: translate(12.5%, 0) scaleX(75%) rotate(0);
  }
  30% {
    -webkit-transform: translate(50%, 0) scaleX(0) rotate(0);
            transform: translate(50%, 0) scaleX(0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scaleX(0) rotate(0);
            transform: translate(-50%, 0) scaleX(0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(45deg);
            transform: translate(0, 0) scaleX(100%) rotate(45deg);
  }
}
@keyframes tbl_2_o {
  0% {
    -webkit-transform: translate(12.5%, 0) scaleX(75%) rotate(0);
            transform: translate(12.5%, 0) scaleX(75%) rotate(0);
  }
  30% {
    -webkit-transform: translate(50%, 0) scaleX(0) rotate(0);
            transform: translate(50%, 0) scaleX(0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scaleX(0) rotate(0);
            transform: translate(-50%, 0) scaleX(0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(45deg);
            transform: translate(0, 0) scaleX(100%) rotate(45deg);
  }
}
@-webkit-keyframes tbl_2_c {
  0% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(45deg);
            transform: translate(0, 0) scaleX(100%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(0) rotate(0);
            transform: translate(0, 0) scaleX(0) rotate(0);
  }
  70% {
    -webkit-transform: translate(50%, 0) scaleX(0) rotate(0);
            transform: translate(50%, 0) scaleX(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(12.5%, 0) scaleX(75%) rotate(0);
            transform: translate(12.5%, 0) scaleX(75%) rotate(0);
  }
}
@keyframes tbl_2_c {
  0% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(45deg);
            transform: translate(0, 0) scaleX(100%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 0) scaleX(100%) rotate(0);
            transform: translate(0, 0) scaleX(100%) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) scaleX(0) rotate(0);
            transform: translate(0, 0) scaleX(0) rotate(0);
  }
  70% {
    -webkit-transform: translate(50%, 0) scaleX(0) rotate(0);
            transform: translate(50%, 0) scaleX(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(12.5%, 0) scaleX(75%) rotate(0);
            transform: translate(12.5%, 0) scaleX(75%) rotate(0);
  }
}
@-webkit-keyframes tbl_3_o {
  0% {
    clip-path: inset(0 0 0 0);
  }
  30% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes tbl_3_o {
  0% {
    clip-path: inset(0 0 0 0);
  }
  30% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes tbl_3_c {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  70% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes tbl_3_c {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  70% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.navi-opened .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_o 0.8s ease-out forwards;
          animation: tbl_1_o 0.8s ease-out forwards;
}
.navi-opened .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_o 0.8s ease-out forwards;
          animation: tbl_2_o 0.8s ease-out forwards;
}
.navi-opened .toggle-button__label::before {
  -webkit-animation: tbl_3_o 0.8s ease-out forwards;
          animation: tbl_3_o 0.8s ease-out forwards;
}

.navi-closed .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_c 0.8s ease-in forwards;
          animation: tbl_1_c 0.8s ease-in forwards;
}
.navi-closed .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_c 0.8s ease-in forwards;
          animation: tbl_2_c 0.8s ease-in forwards;
}
.navi-closed .toggle-button__label::before {
  -webkit-animation: tbl_3_c 0.8s ease-in forwards;
          animation: tbl_3_c 0.8s ease-in forwards;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.5em;
  overflow: hidden;
}
.accordion__trigger {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .accordion__trigger {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
}
.accordion__trigger .about-history__title {
  margin-bottom: 0;
}
.accordion__trigger .detail__section__title {
  margin-bottom: 0;
  padding-left: 0;
}
.accordion__trigger .detail__section__title::before {
  content: none;
}
.accordion__trigger::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.5em) 1.25em auto auto;
  width: 1em;
  height: 1em;
  font-family: "icon";
  font-size: 1em;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.accordion.is-open .accordion__trigger::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.isnt-touch .accordion__trigger {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.isnt-touch .accordion__trigger .detail__section__title {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.isnt-touch .accordion__trigger:focus, .isnt-touch .accordion__trigger:hover {
  cursor: pointer;
}
.isnt-touch .accordion__trigger:focus .detail__section__title, .isnt-touch .accordion__trigger:hover .detail__section__title {
  color: #ffffff;
}
.isnt-touch .accordion__trigger:focus .accordion__icon::before, .isnt-touch .accordion__trigger:focus .accordion__icon::after, .isnt-touch .accordion__trigger:hover .accordion__icon::before, .isnt-touch .accordion__trigger:hover .accordion__icon::after {
  background-color: #ffffff;
}
.isnt-touch .accordion__trigger:focus .accordion__trigger::after, .isnt-touch .accordion__trigger:hover .accordion__trigger::after {
  color: #ffffff;
}

/* ========================================================================== */
/* Content index */
/* ========================================================================== */
.content-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-index {
    padding: 0 15%;
  }
}
.content-index__item {
  width: calc(33.333% - 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-index__item {
    width: 100%;
  }
}
.content-index__anchor {
  text-decoration: none;
}
.content-index__image {
  overflow: hidden;
  border-radius: 1em;
}
.content-index__category {
  text-align: center;
  color: #a3a3a3;
}
.content-index__title {
  text-align: center;
  font-size: 1.75em;
}
.content-index__read {
  margin-top: 0.25em;
  text-align: justify;
  font-size: 1em;
  line-height: 2;
}
.content-index__read:last-of-type {
  margin-bottom: 0;
}
.content-index--compact {
  gap: 2em;
  padding: 0 5%;
}
.content-index--compact .content-index__item {
  width: calc(25% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-index--compact .content-index__item {
    width: 46%;
  }
}
.content-index--compact .content-index__title {
  font-size: 1.375em;
}
.content-index--compact .content-index__read {
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-index--compact .content-index__read {
    font-size: 0.8em;
  }
}

.isnt-touch .content-index__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .content-index__image .content-index__anchor:focus img, .isnt-touch .content-index__image .content-index__anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ========================================================================== */
/* Gallery */
/* ========================================================================== */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gallery__item {
  width: calc(33.333% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery__item {
    width: 75%;
  }
}
.gallery__item img {
  border-radius: 1em;
}

/* ========================================================================== */
/* Link Content */
/* ========================================================================== */
.link-content {
  padding: 0 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-content {
    padding: 0 5%;
  }
}
.link-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  padding: 4em;
  border-radius: 1.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.link-content__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.link-content__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.link-content__image img {
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-content__image img {
    aspect-ratio: 3/2;
  }
}
.link-content__title {
  margin-bottom: 0;
  font-size: 1.75em;
}
.link-content__read {
  margin-bottom: 0;
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
}
.link-content__link {
  font-size: 0.75em;
}

/* ========================================================================== */
/* More */
/* ========================================================================== */
/* more-content */
/* -------------------------------------------------------------------------- */
.more-content {
  display: none;
}

/* jobs-button */
/* -------------------------------------------------------------------------- */
.more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  padding: 0.5em 1.5em 0.5em 0.5em;
  border-radius: 5em;
  background-color: #e6002d;
  text-align: center;
  line-height: 1;
  color: #ffffff;
}
.more-button__icon {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fff;
}
.more-button__icon::before, .more-button__icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  inset: calc(50% - 0.05em) auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.05em;
  background-color: #e6002d;
}
.more-button__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.more-button__text::before {
  content: "もっと見る";
  display: inline-block;
}
.more-button.is-open .more-button__icon::after {
  content: none;
}
.more-button.is-open .more-button__text::before {
  content: "閉じる";
  display: inline-block;
}

.isnt-touch .more-button {
  cursor: pointer;
}

.full-time-page .more-button {
  background-color: #f0f6fb;
  color: #1b91e0;
}
.full-time-page .more-button__icon::before, .full-time-page .more-button__icon::after {
  background-color: #1b91e0;
}
.full-time-page.isnt-touch .more-button:focus, .full-time-page.isnt-touch .more-button:hover {
  background-color: #1b91e0;
  color: #ffffff;
}

.teacher-page .more-button {
  background-color: #f0f9fa;
  color: #16b8b8;
}
.teacher-page .more-button__icon::before, .teacher-page .more-button__icon::after {
  background-color: #16b8b8;
}
.teacher-page.isnt-touch .more-button:focus, .teacher-page.isnt-touch .more-button:hover {
  background-color: #16b8b8;
  color: #ffffff;
}

.part-time-page .more-button {
  background-color: #f2faf3;
  color: #68b833;
}
.part-time-page .more-button__icon::before, .part-time-page .more-button__icon::after {
  background-color: #68b833;
}
.part-time-page.isnt-touch .more-button:focus, .part-time-page.isnt-touch .more-button:hover {
  background-color: #68b833;
  color: #ffffff;
}

/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto auto 0 5%;
  z-index: 1;
  width: 1px;
  height: 10%;
  opacity: 0;
  -webkit-transform: translateY(-5em);
          transform: translateY(-5em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scroll-assist {
    left: 7.5%;
  }
}
.scroll-assist__title {
  position: absolute;
  inset: auto auto calc(100% + 1.5em) -0.5em;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.scroll-assist__line {
  width: 100%;
  height: 100%;
  background-color: #595750;
  clip-path: inset(0 0 0 0);
}

@-webkit-keyframes scroll-assist_line {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

@keyframes scroll-assist_line {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.is-loaded .scroll-assist {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-loaded .scroll-assist__line {
  -webkit-animation: scroll-assist_line 2s ease-in-out infinite;
          animation: scroll-assist_line 2s ease-in-out infinite;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

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

.scroll-hint-text {
  font-size: 0.75em;
  color: #ffffff;
}

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

.scroll-hint-icon:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear infinite;
          animation: scroll-hint-appear 1.2s linear infinite;
}

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

/* ========================================================================== */
/* Side Navi */
/* ========================================================================== */
.side-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  position: sticky;
  top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .side-navi__item {
    border-top: 1px solid #a3a3a3;
    padding-top: 1.5em;
    font-size: 1.25em;
  }
}
.side-navi__item__title {
  margin-bottom: 4em;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .side-navi__item__title {
    margin-bottom: 3em;
  }
}
.side-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
}
.side-navi__menu__item {
  position: relative;
  font-size: 1.125em;
}
.side-navi__menu__item:not(a) {
  cursor: pointer;
}
.side-navi__menu__anchor {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0 0.5em 1.5em;
  -webkit-transition-property: padding, color;
  transition-property: padding, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.side-navi__menu__anchor.icon::before {
  position: absolute;
  inset: 0.9em auto auto 0;
  width: 1em;
  height: 1em;
}

/* ========================================================================== */
/* Tab Menu */
/* ========================================================================== */
.tab-menu {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 1.25em;
}
.tab-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}
.tab-menu__item {
  padding: 0.75em 1.5em;
  border-radius: 0.5em 0.5em 0 0;
  font-size: 1.25em;
  cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-menu__item {
    padding: 0.75em 1em;
  }
}
.tab-menu__item.active {
  background-color: #e0e0e0;
}
.tab-menu__item--full-time.active {
  background-color: #1b91e0;
  color: #ffffff !important;
}
.tab-menu__item--teacher.active {
  background-color: #16b8b8;
  color: #ffffff !important;
}

.isnt-touch .tab-menu__item:focus, .isnt-touch .tab-menu__item:hover {
  color: #1b91e0;
}

/* ========================================================================== */
/* Wide Visual */
/* ========================================================================== */
.wide-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.wide-visual.gradation::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 65%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wide-visual.gradation::before {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wide-visual {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wide-visual img {
    width: auto;
    height: 125%;
  }
}

.middle-visual {
  width: 66.666%;
  margin: 5em auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .middle-visual {
    width: 100%;
  }
}
.middle-visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fade-slider {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fade-slider {
    aspect-ratio: 1/1;
  }
}
.fade-slider__item {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation-name: fade-slider;
          animation-name: fade-slider;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.fade-slider__item:nth-of-type(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fade-slider__item:nth-of-type(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.fade-slider__item:nth-of-type(4) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.fade-slider__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes fade-slider {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 7;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
@keyframes fade-slider {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 7;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
/* ========================================================================== */
/* Content Wrapper */
/* ========================================================================== */
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5em;
  }
}
.content-wrapper__pri {
  width: 80%;
  padding: 0 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__pri {
    width: 100%;
    padding: 0 5%;
  }
}
.content-wrapper__sec {
  width: 20%;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__sec {
    width: 100%;
    padding: 0 5%;
  }
}

.detail {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0;
}
.detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .detail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail__content {
  position: relative;
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .detail__content {
    width: 100%;
  }
}
.detail__image {
  margin-bottom: 0;
}
.detail__image img {
  border-radius: 1em;
}
.detail__title {
  top: 0;
  z-index: 2;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-bottom: 1px solid;
  background-color: #ffffff;
  font-size: 1.75em;
}
.detail__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 1.6;
}
.detail__notice {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.6;
}
.detail__section {
  padding: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 1em;
}
.detail__section:last-of-type {
  margin-bottom: 0;
}
.detail__section:has(.accordion) {
  padding-bottom: 1em;
}
.detail__section__title {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.detail__section__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 1.6;
}
.detail__section__read:last-of-type {
  margin-bottom: 0;
}
.detail__section__notice {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.6;
}
.detail__section__list {
  border-radius: 0.5em;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0;
}
.detail__section__list li {
  font-size: 1.25em;
}
.detail__item {
  padding: 0 1.5em;
}
.detail__item + .detail__item {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px dotted;
}
.detail__item__title {
  position: relative;
  margin-bottom: 0.5em;
}
.detail__item__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 1.6;
}
.detail__item__read.list {
  margin-bottom: 0;
}
.detail__item__list__title {
  font-size: 1.375em;
}
.detail__item__list__item {
  font-size: 1.25em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .full-time-page .detail, .teacher-page .detail, .part-time-page .detail {
    padding: 4em 0 0;
  }
}
.full-time-page .detail__section, .teacher-page .detail__section, .part-time-page .detail__section {
  background-color: #f0f6fb;
}
.full-time-page .detail__title, .teacher-page .detail__title, .part-time-page .detail__title {
  border-color: #1b91e0;
  color: #1b91e0;
  background-color: transparent;
}
.full-time-page .detail__section__title, .full-time-page .detail__item__title, .full-time-page .detail__item__list__title, .teacher-page .detail__section__title, .teacher-page .detail__item__title, .teacher-page .detail__item__list__title, .part-time-page .detail__section__title, .part-time-page .detail__item__title, .part-time-page .detail__item__list__title {
  color: #1b91e0;
}
.full-time-page .detail__item, .teacher-page .detail__item, .part-time-page .detail__item {
  border-color: #1b91e0;
}
.full-time-page .detail__section__list, .teacher-page .detail__section__list, .part-time-page .detail__section__list {
  background-color: #f0f6fb;
}
.full-time-page .title-icon--circle::before, .teacher-page .title-icon--circle::before, .part-time-page .title-icon--circle::before {
  border-color: #1b91e0;
}
.full-time-page .list li::before, .teacher-page .list li::before, .part-time-page .list li::before {
  color: #1b91e0;
}
.full-time-page .accordion, .teacher-page .accordion, .part-time-page .accordion {
  background-color: #f0f6fb;
}
.full-time-page .accordion__trigger::after, .teacher-page .accordion__trigger::after, .part-time-page .accordion__trigger::after {
  color: #1b91e0;
}
.full-time-page.isnt-touch .accordion__trigger:focus, .full-time-page.isnt-touch .accordion__trigger:hover, .teacher-page.isnt-touch .accordion__trigger:focus, .teacher-page.isnt-touch .accordion__trigger:hover, .part-time-page.isnt-touch .accordion__trigger:focus, .part-time-page.isnt-touch .accordion__trigger:hover {
  background-color: #1b91e0;
}
.full-time-page.isnt-touch .accordion__trigger:focus::after, .full-time-page.isnt-touch .accordion__trigger:hover::after, .teacher-page.isnt-touch .accordion__trigger:focus::after, .teacher-page.isnt-touch .accordion__trigger:hover::after, .part-time-page.isnt-touch .accordion__trigger:focus::after, .part-time-page.isnt-touch .accordion__trigger:hover::after {
  color: #ffffff;
}
.full-time-page .page-section--classroom .detail__content--sec, .full-time-page .page-section--teacher .detail__content--sec, .full-time-page .page-section--parttimer .detail__content--sec, .full-time-page .page-section--schedule .detail__content--sec, .full-time-page .page-section--training .detail__content--sec, .teacher-page .page-section--classroom .detail__content--sec, .teacher-page .page-section--teacher .detail__content--sec, .teacher-page .page-section--parttimer .detail__content--sec, .teacher-page .page-section--schedule .detail__content--sec, .teacher-page .page-section--training .detail__content--sec, .part-time-page .page-section--classroom .detail__content--sec, .part-time-page .page-section--teacher .detail__content--sec, .part-time-page .page-section--parttimer .detail__content--sec, .part-time-page .page-section--schedule .detail__content--sec, .part-time-page .page-section--training .detail__content--sec {
  position: relative;
}
.full-time-page .page-section--classroom .character, .full-time-page .page-section--teacher .character, .full-time-page .page-section--parttimer .character, .full-time-page .page-section--schedule .character, .full-time-page .page-section--training .character, .teacher-page .page-section--classroom .character, .teacher-page .page-section--teacher .character, .teacher-page .page-section--parttimer .character, .teacher-page .page-section--schedule .character, .teacher-page .page-section--training .character, .part-time-page .page-section--classroom .character, .part-time-page .page-section--teacher .character, .part-time-page .page-section--parttimer .character, .part-time-page .page-section--schedule .character, .part-time-page .page-section--training .character {
  position: absolute;
  width: 8em;
  z-index: 7;
}
.full-time-page .page-section--classroom .character--pri, .full-time-page .page-section--teacher .character--pri, .full-time-page .page-section--parttimer .character--pri, .full-time-page .page-section--schedule .character--pri, .full-time-page .page-section--training .character--pri, .teacher-page .page-section--classroom .character--pri, .teacher-page .page-section--teacher .character--pri, .teacher-page .page-section--parttimer .character--pri, .teacher-page .page-section--schedule .character--pri, .teacher-page .page-section--training .character--pri, .part-time-page .page-section--classroom .character--pri, .part-time-page .page-section--teacher .character--pri, .part-time-page .page-section--parttimer .character--pri, .part-time-page .page-section--schedule .character--pri, .part-time-page .page-section--training .character--pri {
  inset: auto 10% -75% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .full-time-page .page-section--classroom .character--pri, .full-time-page .page-section--teacher .character--pri, .full-time-page .page-section--parttimer .character--pri, .full-time-page .page-section--schedule .character--pri, .full-time-page .page-section--training .character--pri, .teacher-page .page-section--classroom .character--pri, .teacher-page .page-section--teacher .character--pri, .teacher-page .page-section--parttimer .character--pri, .teacher-page .page-section--schedule .character--pri, .teacher-page .page-section--training .character--pri, .part-time-page .page-section--classroom .character--pri, .part-time-page .page-section--teacher .character--pri, .part-time-page .page-section--parttimer .character--pri, .part-time-page .page-section--schedule .character--pri, .part-time-page .page-section--training .character--pri {
    inset: auto 3% -20% auto;
  }
}
.full-time-page .page-section--classroom .character--sec, .full-time-page .page-section--teacher .character--sec, .full-time-page .page-section--parttimer .character--sec, .full-time-page .page-section--schedule .character--sec, .full-time-page .page-section--training .character--sec, .teacher-page .page-section--classroom .character--sec, .teacher-page .page-section--teacher .character--sec, .teacher-page .page-section--parttimer .character--sec, .teacher-page .page-section--schedule .character--sec, .teacher-page .page-section--training .character--sec, .part-time-page .page-section--classroom .character--sec, .part-time-page .page-section--teacher .character--sec, .part-time-page .page-section--parttimer .character--sec, .part-time-page .page-section--schedule .character--sec, .part-time-page .page-section--training .character--sec {
  inset: auto auto -65% 10%;
}
.full-time-page .page-section--classroom .character--ter, .full-time-page .page-section--teacher .character--ter, .full-time-page .page-section--parttimer .character--ter, .full-time-page .page-section--schedule .character--ter, .full-time-page .page-section--training .character--ter, .teacher-page .page-section--classroom .character--ter, .teacher-page .page-section--teacher .character--ter, .teacher-page .page-section--parttimer .character--ter, .teacher-page .page-section--schedule .character--ter, .teacher-page .page-section--training .character--ter, .part-time-page .page-section--classroom .character--ter, .part-time-page .page-section--teacher .character--ter, .part-time-page .page-section--parttimer .character--ter, .part-time-page .page-section--schedule .character--ter, .part-time-page .page-section--training .character--ter {
  inset: auto 35% -45% auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .full-time-page .page-section--classroom .character--ter, .full-time-page .page-section--teacher .character--ter, .full-time-page .page-section--parttimer .character--ter, .full-time-page .page-section--schedule .character--ter, .full-time-page .page-section--training .character--ter, .teacher-page .page-section--classroom .character--ter, .teacher-page .page-section--teacher .character--ter, .teacher-page .page-section--parttimer .character--ter, .teacher-page .page-section--schedule .character--ter, .teacher-page .page-section--training .character--ter, .part-time-page .page-section--classroom .character--ter, .part-time-page .page-section--teacher .character--ter, .part-time-page .page-section--parttimer .character--ter, .part-time-page .page-section--schedule .character--ter, .part-time-page .page-section--training .character--ter {
    display: none;
  }
}
.full-time-page .page-section--classroom .character--qua, .full-time-page .page-section--teacher .character--qua, .full-time-page .page-section--parttimer .character--qua, .full-time-page .page-section--schedule .character--qua, .full-time-page .page-section--training .character--qua, .teacher-page .page-section--classroom .character--qua, .teacher-page .page-section--teacher .character--qua, .teacher-page .page-section--parttimer .character--qua, .teacher-page .page-section--schedule .character--qua, .teacher-page .page-section--training .character--qua, .part-time-page .page-section--classroom .character--qua, .part-time-page .page-section--teacher .character--qua, .part-time-page .page-section--parttimer .character--qua, .part-time-page .page-section--schedule .character--qua, .part-time-page .page-section--training .character--qua {
  inset: auto 60% -75% auto;
}
.full-time-page .page-section--classroom .character--qui, .full-time-page .page-section--teacher .character--qui, .full-time-page .page-section--parttimer .character--qui, .full-time-page .page-section--schedule .character--qui, .full-time-page .page-section--training .character--qui, .teacher-page .page-section--classroom .character--qui, .teacher-page .page-section--teacher .character--qui, .teacher-page .page-section--parttimer .character--qui, .teacher-page .page-section--schedule .character--qui, .teacher-page .page-section--training .character--qui, .part-time-page .page-section--classroom .character--qui, .part-time-page .page-section--teacher .character--qui, .part-time-page .page-section--parttimer .character--qui, .part-time-page .page-section--schedule .character--qui, .part-time-page .page-section--training .character--qui {
  inset: auto 20% -60% auto;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character, .page-section--teacher .character, .page-section--parttimer .character, .page-section--schedule .character {
    width: 6em !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character--pri, .page-section--teacher .character--pri, .page-section--parttimer .character--pri, .page-section--schedule .character--pri {
    inset: auto 0 -28% auto !important;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character--sec, .page-section--teacher .character--sec, .page-section--parttimer .character--sec, .page-section--schedule .character--sec {
    inset: auto auto -15% 0 !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character--ter, .page-section--teacher .character--ter, .page-section--parttimer .character--ter, .page-section--schedule .character--ter {
    inset: auto 20% 75% auto !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character--qua, .page-section--teacher .character--qua, .page-section--parttimer .character--qua, .page-section--schedule .character--qua {
    inset: auto 70% -25% auto !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--classroom .character--qui, .page-section--teacher .character--qui, .page-section--parttimer .character--qui, .page-section--schedule .character--qui {
    inset: auto 0 -45% auto !important;
    z-index: 5;
  }
}

.teacher-page .detail__section {
  background-color: #f0f9fa;
}
.teacher-page .detail__title {
  border-color: #16b8b8;
  color: #16b8b8;
}
.teacher-page .detail__section__title, .teacher-page .detail__item__title, .teacher-page .detail__item__list__title {
  color: #16b8b8;
}
.teacher-page .detail__section__title {
  line-height: 1.6;
}
.teacher-page .detail__item {
  border-color: #16b8b8;
}
.teacher-page .detail__section__list {
  background-color: #f0f9fa;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .teacher-page .detail__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.teacher-page .detail__content.career {
  padding: 3em;
  border-radius: 0.5em;
  background-color: #f0f9fa;
}
.teacher-page .title-icon--circle::before {
  border-color: #16b8b8;
}
.teacher-page .list li::before {
  color: #16b8b8;
}
.teacher-page .accordion {
  background-color: #f0f9fa;
}
.teacher-page .accordion__trigger::after {
  color: #16b8b8;
}
.teacher-page.isnt-touch .accordion__trigger:focus, .teacher-page.isnt-touch .accordion__trigger:hover {
  background-color: #16b8b8;
}
.teacher-page.isnt-touch .accordion__trigger:focus::after, .teacher-page.isnt-touch .accordion__trigger:hover::after {
  color: #ffffff;
}

.part-time-page .detail__section {
  background-color: #f2faf3;
}
.part-time-page .detail__title {
  border-color: #68b833;
  color: #68b833;
}
.part-time-page .detail__section__title, .part-time-page .detail__item__title, .part-time-page .detail__item__list__title {
  color: #68b833;
}
.part-time-page .detail__item {
  border-color: #68b833;
}
.part-time-page .detail__section__list {
  background-color: #f2faf3;
}
.part-time-page .title-icon--circle::before {
  border-color: #68b833;
}
.part-time-page .list li::before {
  color: #68b833;
}
.part-time-page .accordion {
  background-color: #f2faf3;
}
.part-time-page .accordion__trigger::after {
  color: #68b833;
}
.part-time-page.isnt-touch .accordion__trigger:focus, .part-time-page.isnt-touch .accordion__trigger:hover {
  background-color: #68b833;
}
.part-time-page.isnt-touch .accordion__trigger:focus::after, .part-time-page.isnt-touch .accordion__trigger:hover::after {
  color: #ffffff;
}

.training-page .detail__title:before {
  content: "◎";
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .character {
    width: 6em !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .character--pri {
    inset: auto 0 -28% auto !important;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .character--sec {
    inset: auto auto -15% 0 !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .character--ter {
    inset: auto 20% 75% auto !important;
  }
}

/* overview-data */
/* -------------------------------------------------------------------------- */
.overview-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5em 2em;
  position: relative;
}
.overview-data__header {
  width: 100%;
  margin-bottom: 3em;
}
.overview-data__item {
  width: 100%;
  max-width: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data__item {
    max-width: 15em;
  }
}
.overview-data__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.4em 1em 0.6em;
  background-color: #fff000;
  border-radius: 0.25em;
  text-align: center;
  font-size: 1.75em;
}
.overview-data__title::after {
  content: "";
  display: block;
  position: absolute;
  inset: 100% auto auto calc(50% - 0.375em);
  width: 0.75em;
  height: 0.75em;
  background-color: #fff000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.overview-data__title--sec {
  background-color: #f5f5f5;
  font-size: 1.375em;
}
.overview-data__title--sec::after {
  background-color: #f5f5f5;
}
.overview-data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.overview-data__wrapper .overview-data__list {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
.overview-data__image {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  max-width: 15em;
}
.overview-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data__list {
    min-width: 100%;
  }
}
.overview-data__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #595750;
}
.overview-data__list__caption {
  font-size: 1em;
}
.overview-data__list__value {
  margin-left: 1em;
  font-size: 1em;
}
.overview-data__list__number {
  padding: 0 0.1em;
  font-size: 200%;
}
.overview-data__list__notice {
  margin-top: 1.5em;
  text-align: right;
}
.overview-data__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  width: 10em;
  height: 10em;
  text-align: center;
}
.overview-data__comment--pri {
  left: 0;
}
.overview-data__comment--sec {
  right: 0;
}
.overview-data__comment__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.overview-data__comment__text {
  position: relative;
  color: #ffffff;
}
.overview-data__chart {
  margin-top: 2em;
}
.overview-data__ratio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  margin-bottom: 3em;
}
.overview-data__ratio__item {
  width: 50%;
}
.overview-data__ratio__title {
  margin-bottom: 0.5em;
}
.overview-data__ratio__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.overview-data__ratio__chart__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
.overview-data__ratio__chart__base--pri {
  border-radius: 0.5em 0 0 0.5em;
  background-color: #e5e5e5;
}
.overview-data__ratio__chart__base--sec {
  border-radius: 0 0.5em 0.5em 0;
  background-color: #cccccc;
}
.overview-data__ratio__caption {
  color: #ffffff;
}
.overview-data__ratio__value {
  font-size: 1.25em;
  color: #ffffff;
}
.overview-data__ratio__number {
  font-size: 100%;
}
.overview-data__ratio__item--sex .overview-data__ratio__chart__base--pri {
  background-color: #16b8b8;
}
.overview-data__ratio__item--sex .overview-data__ratio__chart__base--sec {
  background-color: #f3b3c9;
}
.overview-data__ratio__item--career .overview-data__ratio__chart__base--pri {
  background-color: #42beeb;
}
.overview-data__ratio__item--career .overview-data__ratio__chart__base--sec {
  background-color: #1b91e0;
}
.overview-data__item--founded .overview-data__list__number {
  color: #d90048;
}
.overview-data__item--schoolhouse .overview-data__list__number {
  color: #1b91e0;
}
.overview-data__item--student .overview-data__list__number {
  color: #1b91e0;
}
.overview-data__item--results .overview-data__list__number {
  color: #1b91e0;
}
.overview-data__item--private-national .overview-data__list__number {
  color: #1b91e0;
}
.overview-data__item--sixyear-student {
  max-width: 55em;
}
.overview-data__item--sixyear-student .overview-data__title {
  background-color: #ffffff;
}
.overview-data__item--sixyear-student .overview-data__title::after {
  background-color: #ffffff;
}
.overview-data__item--sixyear-student .overview-data__wrapper {
  aspect-ratio: 11/5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data__item--sixyear-student .overview-data__wrapper {
    aspect-ratio: 6/5;
  }
}
.overview-data__item--employee {
  max-width: 35em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data__item--employee {
    max-width: 30em;
  }
}
.overview-data__item--employee .overview-data__list {
  width: 50%;
  min-width: inherit;
  margin: 0 auto;
}
.overview-data__item--employee .overview-data__list__number {
  color: #1b91e0;
}
.overview-data__item--teacher {
  max-width: 35em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data__item--teacher {
    max-width: 30em;
  }
}
.overview-data__item--teacher .overview-data__list {
  width: 50%;
  min-width: inherit;
  margin: 0 auto;
}
.overview-data__item--teacher .overview-data__list__number {
  color: #16b8b8;
}
.overview-data__item--overtime .overview-data__list__number {
  color: #16b8b8;
}
.overview-data__item--income .overview-data__list__number {
  color: #a9c208;
}
.overview-data__item--parental-leave .overview-data__list__number {
  color: #f3b3c9;
}
.overview-data__item--manager .overview-data__list__number {
  color: #5f1985;
}
.overview-data--real {
  padding: 8em 5% 4em;
  background-color: #f7f6f0;
}
.overview-data--employee {
  padding: 8em 5% 4em;
}
.overview-data--employee .overview-data__item--employee {
  position: relative;
}
.overview-data--employee .overview-data__item--employee::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -2.5em auto auto;
  width: 0;
  height: 100%;
  border-right: 1px solid #595750;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data--employee .overview-data__item--employee::after {
    contnt: none;
  }
}

.overview-data .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data .character {
    width: 6em;
  }
}
.overview-data .character--pri {
  inset: -4em auto auto 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data .character--pri {
    top: -3em;
  }
}
.overview-data .character--sec {
  inset: -4em auto auto 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-data .character--sec {
    top: -3em;
  }
}
.overview-data .character--ter {
  inset: 0 auto auto 5%;
}
.overview-data .character--qua {
  inset: auto auto 1em 64%;
}

.full-time-page .overview-data__title--sec {
  background-color: #1b91e0;
  color: #ffffff;
}
.full-time-page .overview-data__title--sec::after {
  background-color: #1b91e0;
}
.full-time-page .overview-data__list__number {
  color: #1b91e0;
}

.teacher-page .overview-data__title--sec {
  background-color: #16b8b8;
  color: #ffffff;
}
.teacher-page .overview-data__title--sec::after {
  background-color: #16b8b8;
}
.teacher-page .overview-data__list__number {
  color: #16b8b8;
}

.part-time-page .overview-data__title--sec {
  background-color: #68b833;
  color: #ffffff;
}
.part-time-page .overview-data__title--sec::after {
  background-color: #68b833;
}
.part-time-page .overview-data__list__number {
  color: #68b833;
}

.page-section--overview .overview-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 80em !important;
  font-size: 3em;
  line-height: 1.6;
  border: 1px solid red;
  text-align: left !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--overview .overview-title {
    font-size: 2.5em;
  }
}
.page-section--overview .overview-data {
  padding-top: 2em;
}
.page-section--overview .overview-data__item {
  max-width: 24em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--overview .overview-data__item {
    max-width: 15em;
  }
}

.three-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5em 2.666667em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .three-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2em 2em;
  }
}
.three-column .overview-data__item {
  max-width: 24em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .three-column .overview-data__item {
    max-width: 15em;
  }
}
.three-column .overview-data__item .overview-data__list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.three-column .overview-data__item .overview-data__list__item .overview-data__list__value {
  margin-left: 0;
  letter-spacing: -0.05em;
}

.about-overview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80em;
  margin: 0 auto 1em;
}
.about-overview__header > span {
  margin-left: 2.5em;
}
.about-overview__header__title {
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__header__title {
    padding-left: 5%;
    font-size: 2em;
  }
}

.about-overview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .three-column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__item {
    max-width: 13em;
  }
}
.about-overview__contents .overview-data__character {
  position: relative;
  width: 40em;
  max-height: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__character {
    width: 100%;
  }
}
.about-overview__contents .overview-data__character .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__character .character {
    display: none;
  }
}
.about-overview__contents .overview-data__character .character--pri {
  inset: 0 0 auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__character .character--pri {
    inset: auto auto -8em 0 !important;
  }
}
.about-overview__contents .overview-data__character .character--sec {
  inset: 0 0 0 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__character .character--sec {
    inset: auto 0 -10em auto !important;
  }
}
.about-overview__contents .overview-data__character .character--ter {
  inset: 8em auto auto 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-overview__contents .overview-data__character .character--ter {
    inset: -36em auto auto 6em !important;
  }
}

.three-column {
  width: 70em;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .three-column {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 90%;
  }
}
.three-column .overview-data__item {
  width: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .three-column .overview-data__item {
    max-width: 13em;
  }
}

/* overview-like */
/* -------------------------------------------------------------------------- */
.overview-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overview-like__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  width: 8em;
  text-align: center;
  line-height: 1.2;
}
.overview-like__status__avatar {
  width: 5em;
}
.overview-like__title {
  max-width: calc(100% - 8em);
  position: relative;
  padding: 0.4em 1em 0.6em;
  border-radius: 0.5em;
  background-color: #ffffff;
  font-size: 1.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .overview-like__title {
    font-size: 1.5em;
  }
}
.overview-like__title::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.25em);
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffffff;
}
.overview-like__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 1.5em;
}
.overview-like__item:nth-of-type(even) .overview-like__title::before {
  right: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.overview-like__item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.overview-like__item:nth-of-type(odd) .overview-like__title::before {
  left: 100%;
}
.overview-like__item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.overview-like__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overview-like__more__button {
  width: 100%;
  max-width: 15em;
  font-size: 1.125em;
}
.overview-like__more__button.is-btn-hidden {
  display: none;
}

/* ========================================================================== */
/* Related */
/* ========================================================================== */
.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  position: relative;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  padding: 5em 0 0;
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
    margin-top: 3em;
  }
}
.related::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0;
  border-top: 1px solid;
}
.related__title {
  margin-bottom: 0;
}
.related__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em 3em;
  margin-bottom: 0;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .related__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.related__item {
  margin-bottom: 0;
}

.keita-sagara-page .related, .masahiko-watanabe-page .related, .masahiro-taoka-page .related, .miho-adachi-page .related, .yoko-yamaguchi-page .related, .entry-page .related, .training-page--full-time .related, .training-page--teacher .related {
  margin-top: 0;
}
.keita-sagara-page .related::before, .masahiko-watanabe-page .related::before, .masahiro-taoka-page .related::before, .miho-adachi-page .related::before, .yoko-yamaguchi-page .related::before, .entry-page .related::before, .training-page--full-time .related::before, .training-page--teacher .related::before {
  display: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page .related {
    margin-top: 3em;
  }
}

/* ========================================================================== */
/* Page Base */
/* ========================================================================== */
/* ========================================================================== */
/* Inview Item */
/* ========================================================================== */
.iv-item {
  -webkit-transition-property: clip-path, opacity, -webkit-transform;
  transition-property: clip-path, opacity, -webkit-transform;
  transition-property: clip-path, opacity, transform;
  transition-property: clip-path, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.iv-item--fbt {
  opacity: 0;
  -webkit-transform: translate(0, 2.5vw);
          transform: translate(0, 2.5vw);
}
.iv-item--ftb {
  opacity: 0;
  -webkit-transform: translate(0, -2.5vw);
          transform: translate(0, -2.5vw);
}
.iv-item--frl {
  opacity: 0;
  -webkit-transform: translate(2.5vw, 0);
          transform: translate(2.5vw, 0);
}
.iv-item--flr {
  opacity: 0;
  -webkit-transform: translate(-2.5vw, 0);
          transform: translate(-2.5vw, 0);
}
.iv-item--frblt {
  opacity: 0;
  -webkit-transform: translate(2.5vw, 2.5vw);
          transform: translate(2.5vw, 2.5vw);
}
.iv-item--wbt {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  -webkit-transform: translate(0, 2.5vw);
          transform: translate(0, 2.5vw);
}
.iv-item--wtb {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translate(0, -2.5vw);
          transform: translate(0, -2.5vw);
}
.iv-item--wrl {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  -webkit-transform: translate(2.5vw, 0);
          transform: translate(2.5vw, 0);
}
.iv-item--wlr {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translate(-2.5vw, 0);
          transform: translate(-2.5vw, 0);
}
.iv-item--wrblt {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translate(2.5vw, 2.5vw);
          transform: translate(2.5vw, 2.5vw);
}
.iv-item--active.iv-item--fbt, .iv-item--active.iv-item--ftb, .iv-item--active.iv-item--frl, .iv-item--active.iv-item--flr, .iv-item--active.iv-item--frblt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.iv-item--active.iv-item--wbt, .iv-item--active.iv-item--wtb, .iv-item--active.iv-item--wrl, .iv-item--active.iv-item--wlr, .iv-item--active.iv-item--wrblt {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ========================================================================== */
/* Main */
/* ========================================================================== */
.page-main {
  padding: 5em 0;
}
.home-page .page-main {
  padding: 0;
}

/* ========================================================================== */
/* Page Wrapper */
/* ========================================================================== */
.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* ========================================================================== */
/* Page Header */
/* ========================================================================== */
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6em 3em;
  position: relative;
  padding: 2.5em 5em;
  min-height: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5em 5%;
  }
}
.page-header__background {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #333333;
}
.page-header__background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.page-header__content {
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.5);
}
.page-header__content--sec {
  width: 33em;
}
.page-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__title {
    font-size: 1.25em;
  }
}
.page-header__title__pri {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}
.page-header__title__sec {
  font-size: 2em;
  line-height: 1.4;
}
.page-header__catch {
  font-size: 1.375em;
}
.page-header__read {
  font-size: 1.125em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__read {
    font-size: 1.25em;
  }
}
.page-header__read:last-of-type {
  margin-bottom: 0;
}
.page-header__notice {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__notice {
    font-size: 1em;
  }
}
.page-header__notice:last-of-type {
  margin-bottom: 0;
}

.potential-page .page-header__title__sec, .jobs-page .page-header__title__sec, .training-page .page-header__title__sec, .news-page .page-header__title__sec {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header {
    min-height: 12em;
    padding: 2.5em 5% 0;
  }
}

.interview-page .page-header {
  min-height: 12em;
  padding: 2.5em 5% 0;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header {
    gap: 3em;
  }
}

.news-page .page-header, .error404 .page-header {
  min-height: 17.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header, .error404 .page-header {
    min-height: 12em;
  }
}

.article-page .page-header {
  min-height: 22em;
  padding: 2.5em 5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header {
    min-height: 18em;
    padding: 2.5em 5% 0;
  }
}

/* ========================================================================== */
/* Page Section */
/* ========================================================================== */
.page-section {
  position: relative;
}
.page-section__en-title {
  position: absolute;
  top: -5em;
  height: 15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  color: #a3a3a3;
}
.page-section__en-title--left {
  left: 5%;
  border-left: 1px solid #a3a3a3;
}
.page-section__en-title--right {
  right: 5%;
  border-right: 1px solid #a3a3a3;
}

/* ========================================================================== */
/* Page Footer */
/* ========================================================================== */
.page-footer {
  padding: 5em 0 0;
}
.page-footer__wrapper {
  padding: 0 5%;
}
.page-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 3em;
  text-align: center;
  font-size: 1em;
}
.page-footer__title__sec {
  font-size: 2em;
}
.page-footer .button {
  min-width: 12em;
  font-size: 1.25em;
}

/* ========================================================================== */
/* Page Navi */
/* ========================================================================== */
.page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em 1.5em;
}
.page-navi__anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  position: relative;
  text-decoration: none;
}
.page-navi__anchor__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 3em;
  height: 3em;
  border: 1px solid;
  border-radius: 0.25em;
}
.page-navi__anchor__icon.icon--after::after {
  margin: 0;
}
.page-navi__anchor .multi-title {
  font-size: 0.875em;
}
.page-navi__item--prev .page-navi__anchor__icon.icon--after::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-navi__item--next {
  margin-left: auto;
}
.page-navi__item--next .page-navi__anchor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.isnt-touch .page-navi__anchor__icon::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #1b91e0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .page-navi__anchor__icon.icon--after::after {
  z-index: 1;
}
.isnt-touch .page-navi__anchor:focus .multi-title__pri, .isnt-touch .page-navi__anchor:hover .multi-title__pri {
  color: #1b91e0;
}
.isnt-touch .page-navi__anchor:focus .page-navi__anchor__icon::before, .isnt-touch .page-navi__anchor:hover .page-navi__anchor__icon::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.isnt-touch .page-navi__anchor:focus .page-navi__anchor__icon.icon--after::after, .isnt-touch .page-navi__anchor:hover .page-navi__anchor__icon.icon--after::after {
  color: #ffffff;
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
.home-page .page-main {
  overflow: hidden;
}
.home-page .page-section {
  position: relative;
}
.home-page .page-section--top-news {
  padding: 3em 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--top-news {
    padding: 1.5em 5%;
  }
}
.home-page .page-section--top-news .news__list {
  padding-bottom: 0;
  border-bottom: 0;
}
.home-page .page-section--top-news .news__link {
  width: auto;
  padding-top: 0;
  border-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--top-news .news__link {
    margin-top: 1em;
  }
}
.home-page .page-section--jobs {
  background-color: #f7f6f0;
}
.home-page .page-section--jobs .character--pri {
  position: absolute;
  inset: -5em 15% auto auto;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--jobs .character--pri {
    width: 6em;
    inset: -4em 15% auto auto;
  }
}
.home-page .page-section--jobs .character--sec {
  position: absolute;
  inset: -5em 5% auto auto;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--jobs .character--sec {
    width: 6em;
    inset: -4em 0 auto auto;
  }
}
.home-page .page-section--interview .character--pri {
  position: absolute;
  inset: -8em auto auto -8em;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--interview .character--pri {
    width: 6em;
    inset: -7em auto auto -2em;
  }
}
.home-page .page-section--interview .character--sec {
  position: absolute;
  inset: -8em auto auto 40%;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--interview .character--sec {
    width: 6em;
    inset: -7em auto auto 66%;
  }
}
.home-page .page-section--stance {
  background-color: #f7f6f0;
}
.home-page .page-section--stance .character--pri {
  position: absolute;
  inset: -4em auto auto 12%;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--stance .character--pri {
    width: 6em;
    inset: -3em auto auto 12%;
  }
}
.home-page .page-section--stance .character--sec {
  position: absolute;
  inset: auto auto 0.5em -5em;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--stance .character--sec {
    width: 6em;
    inset: auto auto 0.5em -4em;
  }
}
.home-page .page-section--training .character--pri {
  position: absolute;
  inset: -5em auto auto 34.25%;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--training .character--pri {
    width: 6em;
    inset: -2em auto auto 80%;
  }
}
.home-page .page-section--training .character--sec {
  position: absolute;
  inset: 16em 0 auto auto;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--training .character--sec {
    width: 6em;
    inset: 8em -1em auto auto;
  }
}
.home-page .page-section--overview {
  background-color: #f7f6f0;
}
.home-page .page-section--entry {
  background-color: #f7f6f0;
}
.home-page .page-section--entry .character--pri {
  position: absolute;
  inset: -4em auto 0 60%;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--entry .character--pri {
    width: 6em;
    inset: -3em auto 0 60%;
  }
}

/* home-header */
/* -------------------------------------------------------------------------- */
.home-header {
  position: relative;
  overflow: hidden;
}
.home-header__wrapper {
  width: 100%;
}
.home-header__wrapper--pri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  background-color: #ffffff;
}
.home-header__wrapper--sec {
  height: 100vh;
  min-height: 40vw;
  max-height: 60vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__wrapper--sec {
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
}
.home-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.home-header__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.25em;
}
.home-header__title {
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0.1em;
}
.home-header__visual {
  height: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__visual {
    aspect-ratio: 3/2;
  }
}
.home-header__visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-header__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto auto 1.5em 1.5em;
  width: calc(100% - 3em);
  margin: 0;
  padding: 1em;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__news {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 1.5em 1em;
  }
}
.home-header__news__title {
  width: 6em;
  padding-left: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__news__title {
    width: 5em;
    padding: 0;
  }
}
.home-header__news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: calc(100% - 6em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-header__news__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  width: 33.333%;
  margin: 0;
  padding: 0 1em;
  border-left: 1px solid;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-header__news__list__item {
    width: 100%;
    padding: 0 0 0.5em 1em;
  }
}
.home-header__news__list__date {
  width: 6em;
  white-space: nowrap;
}
.home-header__news__list__anchor {
  display: inline-block;
  width: calc(100% - 7em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-header.iv-item .home-header__wrapper--sec {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 3s;
  transition: opacity 1s ease-out 3s;
}
.home-header.iv-item .home-header__visual, .home-header.iv-item .home-header__news {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.home-header.iv-item .home-header__catch__line {
  opacity: 0;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-header.iv-item .home-header__catch__line--sec {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-header.iv-item .home-header__title__line {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-header.iv-item.iv-item--active .home-header__wrapper--sec {
  opacity: 1;
}
.home-header.iv-item.iv-item--active .home-header__visual, .home-header.iv-item.iv-item--active .home-header__news {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.home-header.iv-item.iv-item--active .home-header__catch__line,
.home-header.iv-item.iv-item--active .home-header__title__line {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* home-potential */
/* -------------------------------------------------------------------------- */
.home-potential {
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
}
.home-potential__wrapper {
  position: relative;
  padding: 3em 0 4em;
}
.home-potential__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
  letter-spacing: 0.025em;
}
.home-potential__link {
  margin-top: 2em;
}
.home-potential__image {
  position: absolute;
  inset: 0 0 auto auto;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential__image {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 10em;
  }
}
.home-potential .character {
  position: absolute;
  z-index: 1;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character {
    width: 6em;
  }
}
.home-potential .character--pri {
  inset: -4% 48% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--pri {
    inset: -2% 26% auto auto;
  }
}
.home-potential .character--sec {
  inset: 8% 32% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--sec {
    inset: 8% -4% auto auto;
  }
}
.home-potential .character--ter {
  inset: 12% 8% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--ter {
    inset: 24% -16% auto auto;
  }
}
.home-potential .character--qua {
  inset: 32% 20% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--qua {
    inset: 38% 8% auto auto;
  }
}
.home-potential .character--qui {
  inset: 42% 0 auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--qui {
    inset: 52% -10% auto auto;
  }
}
.home-potential .character--sen {
  inset: 48% 28% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--sen {
    inset: 68% 4% auto auto;
  }
}
.home-potential .character--sep {
  inset: 68% -10% auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-potential .character--sep {
    inset: 80% -15% auto auto;
  }
}
.home-potential .character.iv-item {
  opacity: 0;
  -webkit-transform: translate(100%, 75%);
          transform: translate(100%, 75%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-potential .character.iv-item.iv-item--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* home-jobs */
/* -------------------------------------------------------------------------- */
.home-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-jobs__image {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-jobs__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5em;
}
.home-jobs__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.home-jobs__title {
  font-size: 1.5em;
}
.home-jobs__read {
  font-size: 1.125em;
}
.home-jobs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs__menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}
.home-jobs__menu__read {
  margin-bottom: 0.5em;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs__menu__read {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-jobs__menu__link .button {
    min-width: 13em;
  }
}

/* home-interview */
/* -------------------------------------------------------------------------- */
.home-interview {
  position: relative;
  padding: 4em 0 2em;
}
.home-interview__header {
  width: 80%;
  max-width: 80em;
  margin: 0 auto 3em;
}
.home-interview__header__title {
  margin-bottom: 0;
  font-size: 1.5em;
}

/* interview-slider */
/* -------------------------------------------------------------------------- */
.interview-slider {
  position: relative;
  z-index: 1;
}
.interview-slider__wrapper {
  padding-bottom: 4em;
}
.interview-slider__item {
  width: 50em;
  padding: 0 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__item {
    width: 33em;
  }
}
.interview-slider__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  text-decoration: none;
}
.interview-slider__header {
  position: relative;
}
.interview-slider__image {
  display: block;
  overflow: hidden;
  border-radius: 1em;
  line-height: 1;
}
.interview-slider__image img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__image img {
    aspect-ratio: 4/3;
  }
}
.interview-slider__catch {
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
  color: #595750;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__catch {
    position: relative;
    padding: 0;
    font-size: 1.5em;
    opacity: 1;
  }
}
.interview-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  color: #595750;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.interview-slider__status {
  padding-left: 3em;
}
.interview-slider__career {
  font-size: 1.125em;
}
.interview-slider__name {
  font-size: 1.5em;
}
.interview-slider__year {
  font-size: 1.125em;
}
.interview-slider__job {
  font-size: 1.125em;
}
.interview-slider .swiper-slide-active .interview-slider__catch {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.interview-slider .swiper-pagination-bullet-active {
  background-color: #e6002d;
}

.isnt-touch .interview-slider__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .interview-slider__anchor:focus .interview-slider__image img, .isnt-touch .interview-slider__anchor:hover .interview-slider__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* interview-slider: custom swiper ui */
/* -------------------------------------------------------------------------- */
.interview-slider {
  --swiper-theme-color: $c-pri;
  --swiper-navigation-size: 1.5em;
  --swiper-navigation-sides-offset: 0;
}
.interview-slider__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 9.5em;
  right: auto;
  width: 4em;
  height: 4em;
  margin: 0;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__button {
    top: 25vw;
  }
}
.interview-slider__button--prev {
  left: calc(50% - 26em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__button--prev {
    left: calc(5% - 1em);
  }
}
.interview-slider__button--next {
  right: calc(50% - 26em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-slider__button--next {
    right: calc(5% - 1em);
  }
}

.isnt-touch .interview-slider__image__anchor img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .interview-slider__image__anchor:focus img, .isnt-touch .interview-slider__image__anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .interview-slider__button::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .interview-slider__button:hover {
  color: #1b91e0;
}
.isnt-touch .interview-slider__button:hover::after {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/* home-stance */
/* -------------------------------------------------------------------------- */
.home-stance {
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-stance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-stance__image {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-stance__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5em;
}
.home-stance__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.home-stance__title {
  grid-area: pri;
  -ms-grid-row-align: end;
      align-self: end;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-stance__title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-bottom: 0;
  }
}
.home-stance__read {
  text-align: justify;
  font-size: 1.125em;
}
/* home-training */
/* -------------------------------------------------------------------------- */
.home-training {
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-training__image {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-training__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5em;
}
.home-training__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.home-training__title {
  font-size: 1.5em;
}
.home-training__read {
  font-size: 1.125em;
}
.home-training__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-training__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
}
.home-training__menu__read {
  margin-bottom: 0.5em;
  font-size: 1.125em;
}
/* home-entry */
/* -------------------------------------------------------------------------- */
.home-entry {
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0;
}
.home-entry__header {
  margin-bottom: 3em;
  margin: 0 auto 1.5em;
}
.home-entry__header__title {
  margin-bottom: 0;
  font-size: 1.5em;
}
.home-entry .entry__anchor {
  aspect-ratio: 3/2;
}

/* ========================================================================== */
/* Potential Page */
/* ========================================================================== */
/* base */
/* -------------------------------------------------------------------------- */
.potential-page .page-section--action .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--action .character {
    width: 6em;
  }
}
.potential-page .page-section--action .character--pri {
  inset: 35em auto auto 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--action .character--pri {
    inset: 2em auto auto 65%;
  }
}
.potential-page .page-section--action .character--sec {
  inset: 40em auto auto 18%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--action .character--sec {
    inset: 52em auto auto 72%;
  }
}
.potential-page .page-section--action .character--ter {
  inset: 33em auto auto 35%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--action .character--ter {
    inset: 20em 0 auto auto;
  }
}
.potential-page .page-section--message .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--message .character {
    width: 6em;
  }
}
.potential-page .page-section--message .character--pri {
  inset: 30em auto auto 25%;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--message .character--pri {
    inset: 24em auto auto 60%;
  }
}
.potential-page .page-section--message .character--sec {
  inset: 25em auto auto 45%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential-page .page-section--message .character--sec {
    inset: 31em auto auto 80%;
  }
}

.potential-page .page-header__background img {
  -o-object-position: center 33.333%;
     object-position: center 33.333%;
}
.potential-page .page-section:nth-of-type(even) .potential {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* potential */
/* -------------------------------------------------------------------------- */
.potential {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em 4em;
  position: relative;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  padding: 4em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.potential__content {
  width: calc(50% - 4em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential__content {
    width: 100%;
  }
}
.potential__image {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .potential__image {
    width: 100%;
  }
}
.potential__image img {
  border-radius: 1.5em;
}
.potential__image__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
}
.potential__image__caption strong {
  font-size: 1.125em;
}
.potential__title {
  color: #42beeb;
}
.potential__read {
  margin-bottom: 1.5em;
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
}
.potential__read:last-of-type {
  margin-bottom: 0;
}
.potential .list .potential__read::before {
  color: #595750;
}

/* ========================================================================== */
/* About Page */
/* ========================================================================== */
/* base */
/* -------------------------------------------------------------------------- */
.about-page .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header .character {
    width: 6em;
  }
}
.about-page .page-header .character--pri {
  inset: 7.5em auto auto 65%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header .character--pri {
    inset: 2.5em auto auto 70%;
  }
}
.about-page .page-header .character--sec {
  inset: 14em auto auto 80%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header .character--sec {
    inset: 15em auto auto 80%;
  }
}
.about-page .page-header .character--ter {
  inset: 16em auto auto 60%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header .character--ter {
    inset: 20em auto auto 50%;
  }
}
.about-page .page-section--overview, .about-page .page-section--like {
  padding: 8em 20%;
  background-color: #f7f6f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-section--overview, .about-page .page-section--like {
    padding: 8em 5%;
  }
}
.about-page .page-section--overview {
  padding: 5em 5% !important;
}

/* about-message */
/* -------------------------------------------------------------------------- */
.about-message {
  position: relative;
}
.about-message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: 80em;
  margin: 0 auto;
  padding: 2.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-message__header {
    padding: 5em 10% 0;
    max-width: 100%;
  }
}
.about-message__header__title {
  margin-bottom: 1.5em;
  font-size: 2.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-message__header__title {
    font-size: 2em;
  }
}
.about-message__content {
  max-width: 80em;
  margin: 0 auto;
  padding: 2.5em 0 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-message__content {
    max-width: 100%;
    padding: 3em 10% 10em;
  }
}
.about-message__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.about-message__read:last-of-type {
  margin-bottom: 0;
}
.about-message__figure {
  margin: 0 auto;
}
.about-message__figure img {
  border-radius: 1.5em;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-message__figure img {
    aspect-ratio: 3/2;
  }
}
.about-message__figure__caption {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.25em;
  line-height: 2;
}

/* about-history */
/* -------------------------------------------------------------------------- */
.about-history {
  position: relative;
  padding: 5em 0 5em;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-history {
    max-width: 100%;
    padding: 5em 10% 0;
  }
}
.about-history__header {
  position: relative;
  margin-bottom: 1.5em;
}
.about-history__title {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-history__title {
    font-size: 1.6em;
  }
}
.about-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  padding: 1.5em;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 1em;
  background-color: #f7f6f0;
  pointer-events: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.about-history__item:last-of-type {
  margin-bottom: 0;
}
.about-history__item .accordion__trigger::after {
  display: none;
}
.about-history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-history__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.about-history__content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.about-history__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 0;
}
.about-history__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  text-align: center;
}
.about-history__image > img {
  width: 100% !important;
}
.about-history__image__caption {
  margin-top: 1em;
  text-align: center;
}
.about-history__column {
  position: relative;
  margin: 1.5em 0;
  padding: 3em 2em;
  border-radius: 1em;
  background-color: #ffffff;
}
.about-history__column__subtitle {
  display: inline-block;
  position: absolute;
  inset: auto 0.2em 0 auto;
  font-size: 5em;
  line-height: 0.8;
  color: #f5f5f5;
}
.about-history .about-history__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

/* ========================================================================== */
/* Interview Page */
/* ========================================================================== */
/* base */
/* -------------------------------------------------------------------------- */
.interview-page .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header .character {
    width: 6em;
  }
}
.interview-page .page-header .character--pri {
  inset: 10em auto auto 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header .character--pri {
    inset: 2.5em auto auto 75%;
  }
}
.interview-page .page-header .character--sec {
  inset: 17.5em auto auto 80%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header .character--sec {
    inset: 7em auto auto 80%;
  }
}
.interview-page .page-header .character--ter {
  inset: 24em auto auto 65%;
  z-index: 5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-header .character--ter {
    inset: 15em auto auto 50%;
  }
}

.interview-page .page-section--index .tab-menu {
  margin: 5em 10% 0;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-page .page-section--index .tab-menu {
    margin: 2.5em 10% 0;
  }
}

.masahiko-watanabe-page .page-footer .interview-index__item[data-sort-category=teacher],
.miho-adachi-page .page-footer .interview-index__item[data-sort-category=teacher],
.keita-sagara-page .page-footer .interview-index__item[data-sort-category=teacher] {
  display: none;
}

.masahiro-taoka-page .page-footer .interview-index__item[data-sort-category=full-time],
.yoko-yamaguchi-page .page-footer .interview-index__item[data-sort-category=full-time] {
  display: none;
}

/* interview-index */
/* -------------------------------------------------------------------------- */
.interview-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6em;
  padding: 5em 10% 0;
}
.interview-index__title {
  width: 100%;
}
.interview-index__item {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.interview-index__image {
  width: 100%;
}
.interview-index__image__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  text-decoration: none;
}
.interview-index__image__anchor.gradation::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 60%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.interview-index__image__header {
  position: relative;
  overflow: hidden;
}
.interview-index__image__visual {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.interview-index__image__visual img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-index__image__title {
  position: absolute;
  inset: auto 0 0 auto;
  padding: 0.5em 0 0 1em;
  border-radius: 0.5em 0 0 0;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.25em;
  line-height: 1.6;
  color: #595750;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__image__title {
    position: relative;
    inset: auto;
    margin-top: 1em;
    padding: 0;
    background-color: transparent;
    font-size: 1.5em;
    opacity: 1;
  }
}
.interview-index__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  color: #595750;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.interview-index__career {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__career {
    font-size: 0.8em;
  }
}
.interview-index__name {
  font-size: 1.125em;
  text-decoration: none;
  color: #595750;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__name {
    font-size: 1.125em;
  }
}
.interview-index__job {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__job {
    font-size: 0.8em;
  }
}
.interview-index__year {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index__year {
    font-size: 0.8em;
  }
}
.interview-index__item.is-animated {
  -webkit-animation: interview-index__item__sort-in 0.6s linear forwards;
          animation: interview-index__item__sort-in 0.6s linear forwards;
}
.interview-index--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4em;
  padding: 5em 0 2em;
  width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
    padding: 5em 10% 1em;
    width: 100%;
  }
}
.interview-index--2column .interview-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 37.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item {
    width: 100%;
  }
}
.interview-index--2column .interview-index__item .interview-index__content {
  position: static;
  inset: auto auto auto auto;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content {
    width: 100%;
  }
}
.interview-index--2column .interview-index__item .interview-index__content .interview-index__title {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content .interview-index__title {
    width: 100%;
    line-height: 2;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content .interview-index__career {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content .interview-index__name {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content .interview-index__year {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-index--2column .interview-index__item .interview-index__content .interview-index__job {
    font-size: 1.125em;
  }
}

.page-footer .interview-index {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
.page-footer .interview-index .interview-index__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-footer .interview-index .interview-index__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.page-footer .interview-index .interview-index__image__anchor {
  border-radius: 0.5em;
}
.page-footer .interview-index .interview-index__title {
  display: none;
}

@-webkit-keyframes interview-index__item__sort-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
            transform: translateY(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes interview-index__item__sort-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5em);
            transform: translateY(5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.isnt-touch .interview-index__image__anchor img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .interview-index__image__anchor:focus img, .isnt-touch .interview-index__image__anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .interview-index__name__anchor__icon {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.isnt-touch .interview-index__name__anchor__icon::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #1b91e0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .interview-index__name__anchor__icon.icon--after::after {
  z-index: 1;
}
.isnt-touch .interview-index__name__anchor:focus .interview-index__name__anchor__icon, .isnt-touch .interview-index__name__anchor:hover .interview-index__name__anchor__icon {
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
}
.isnt-touch .interview-index__name__anchor:focus .interview-index__name__anchor__icon::before, .isnt-touch .interview-index__name__anchor:hover .interview-index__name__anchor__icon::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.isnt-touch .interview-index__name__anchor:focus .interview-index__name__anchor__icon::after, .isnt-touch .interview-index__name__anchor:hover .interview-index__name__anchor__icon::after {
  color: #ffffff;
}

.interview-index__image__anchor:focus .interview-index__content, .interview-index__image__anchor:hover .interview-index__content {
  color: #595750;
}

/* interview-header */
/* -------------------------------------------------------------------------- */
.interview-header {
  position: relative;
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header {
    padding-top: 3.5em;
  }
}
.interview-header__visual {
  position: relative;
  margin-bottom: 5em;
}
.interview-header__visual__title {
  position: absolute;
  inset: -0.75em auto auto 5%;
  font-size: 5em;
  line-height: 1;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__visual__title {
    font-size: 4em;
  }
}
.interview-header__visual__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__visual__catch {
    font-size: 1.5em;
    position: relative;
    inset: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__visual__catch__inline {
    padding: 0;
    background-color: transparent;
  }
}
.interview-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  inset: 50% auto auto 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__wrapper {
    position: static;
    inset: auto auto auto auto;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    margin: 2.5em auto 0;
  }
}
.interview-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__title {
    font-size: 1.25em;
  }
}
.interview-header__title__pri {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}
.interview-header__title__sec {
  font-size: 1.5em;
  line-height: 1.2;
}
.interview-header__read {
  font-size: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__read {
    font-size: 1.25em;
  }
}
.interview-header__read:last-of-type {
  margin-bottom: 0;
}
.interview-header__notice {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .interview-header__notice {
    font-size: 1em;
  }
}
.interview-header__notice:last-of-type {
  margin-bottom: 0;
}

/* entry-content */
/* -------------------------------------------------------------------------- */
.entry-content__career {
  max-width: 80em;
  margin: 0 auto;
  padding-left: 2.5em;
  border-left: 1px solid;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__career {
    width: 80%;
    margin: 0 auto;
    padding: 1.5em 0 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
  }
}
.entry-content__body {
  padding: 2.5em 10% 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__body {
    padding: 0 10%;
  }
}
.entry-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80em;
  gap: 5em;
  margin: 5em auto 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__item {
    gap: 1em;
  }
}
.entry-content__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__item {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry-content__item > figure {
  width: 40%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__item > figure {
    width: 100%;
  }
}
.entry-content__text {
  width: 60%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__text {
    width: 100%;
  }
}
.entry-content__history {
  max-width: 80em;
  margin: 0 auto;
  padding-top: 5em;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-content__history {
    width: 80%;
    margin: 5em auto 0;
    padding-top: 2.5em;
  }
}
.entry-content img {
  border-radius: 1.5em;
}

/* ========================================================================== */
/* Stance Page */
/* ========================================================================== */
/* base */
/* -------------------------------------------------------------------------- */
.stance-page .page-header .middle-visual {
  width: 55%;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header .middle-visual {
    width: 100%;
  }
}
.stance-page .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header .character {
    width: 6em;
  }
}
.stance-page .page-header .character--pri {
  inset: auto 5em -15em auto;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header .character--pri {
    inset: 10em auto auto 80%;
  }
}
.stance-page .page-header .character--sec {
  inset: auto auto -10em 77.5%;
  z-index: 1;
  width: 12em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header .character--sec {
    inset: 17.5em auto auto 60%;
    width: 9em;
  }
}
.stance-page .page-header .character--ter {
  inset: auto auto -15em 70%;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header .character--ter {
    inset: auto auto 40em 70%;
  }
}
.stance-page .page-header__wrapper--sec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-page .page-header__wrapper--sec {
    width: 100%;
  }
}
.stance-page .page-header__read {
  font-size: 1.25em;
}
.stance-page .page-section:last-of-type {
  padding-bottom: 0;
}

/* stance-header */
/* -------------------------------------------------------------------------- */
.stance-header {
  position: relative;
  padding: 7.5em 0 0;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-header {
    max-width: 100%;
    padding: 6em 5% 0;
  }
}
.stance-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: relative;
  margin: 0 auto 1em;
  font-size: 2.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-header__title {
    font-size: 2.2em;
  }
}
.stance-header__title__pri {
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  font-size: 0.5em;
}
.stance-header__read {
  position: relative;
  font-size: 1.25em;
  line-height: 2;
}
.stance-header__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stance-header__image__item {
  position: absolute;
}
.stance-header__image__item--pri {
  width: 20%;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-header__image__item--pri {
    width: 32%;
  }
}
.stance-header__image__item--sec {
  width: 16%;
  border-radius: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-header__image__item--sec {
    width: 28%;
  }
}
.stance-header__image__item--ter {
  width: 12%;
  border-radius: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-header__image__item--ter {
    width: 24%;
  }
}

.page-section--episode .stance-header__image__item--pri {
  inset: 5% auto auto 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--episode .stance-header__image__item--pri {
    inset: 27.5% auto auto -2%;
  }
}
.page-section--episode .stance-header__image__item--sec {
  inset: 15% auto auto 85%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--episode .stance-header__image__item--sec {
    inset: 10% auto auto 75%;
  }
}
.page-section--episode .stance-header__image__item--ter {
  inset: 60% auto auto 70%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--episode .stance-header__image__item--ter {
    inset: 60% auto auto 67.5%;
  }
}

.page-section--message .stance-header__image__item--pri {
  inset: 0 auto auto 81%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--message .stance-header__image__item--pri {
    inset: 0 auto auto 70%;
  }
}
.page-section--message .stance-header__image__item--sec {
  inset: 25% auto auto 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--message .stance-header__image__item--sec {
    inset: 23% auto auto -2%;
  }
}
.page-section--message .stance-header__image__item--ter {
  inset: 65% auto auto 65%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--message .stance-header__image__item--ter {
    inset: 60% auto auto 65%;
  }
}

/* stance-episode */
/* -------------------------------------------------------------------------- */
.stance-episode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  padding: 2.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-episode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em 5% 0;
  }
}
.stance-episode__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  width: calc(33.333% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-episode__col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-episode__col--pri {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-episode__col--sec {
    padding-top: 0;
  }
}
.stance-episode__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  position: relative;
  padding: 3em;
  border-radius: 1em;
  background-color: #f7f6f0;
}
.stance-episode__item.float {
  display: block;
  content: "";
  display: block;
  clear: both;
}
.stance-episode__item.float .stance-episode__illust--green, .stance-episode__item.float .stance-episode__illust--blue {
  float: right;
  width: 40%;
  margin: 0 0 0 1em;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ebf2ed;
}
.stance-episode__item.float .stance-episode__illust--blue {
  float: left;
  width: 40%;
  margin: 0 1em 0 0;
  background-color: #eaeff3;
}
.stance-episode__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 0;
}
.stance-episode__line {
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
  fill: none;
  stroke: #595750;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-size: 1.25em;
}
.stance-episode__title {
  font-size: 2em;
  line-height: 1.6;
}
.stance-episode__read {
  max-width: 25em;
  padding-bottom: 1px;
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 100% calc(2em - 1px);
}
.stance-episode__read:last-of-type {
  margin-bottom: 0;
}
.stance-episode__item--yellow {
  background-color: #f8f7eb;
}
.stance-episode__item--yellow::before {
  background-color: #f8f7eb;
}
.stance-episode__item--red {
  background-color: #f5eaed;
}
.stance-episode__item--red::before {
  background-color: #f5eaed;
}
.stance-episode__item--blue {
  background-color: #eaeff3;
}
.stance-episode__item--blue::before {
  background-color: #eaeff3;
}
.stance-episode__item--green {
  background-color: #ebf2ed;
}
.stance-episode__item--green::before {
  background-color: #ebf2ed;
}

/* stance-message */
/* -------------------------------------------------------------------------- */
.stance-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
  padding: 2.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2.5em 5% 0;
  }
}
.stance-message__visual {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1em;
  overflow: hidden;
}
.stance-message__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  width: calc(33.333% - 1.5em);
}
.stance-message__col .stance-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
}
.stance-message__col--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  width: calc(66.666% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-message__col--large {
    width: 100%;
    margin-bottom: 3em;
  }
}
.stance-message__col--large .stance-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-message__col--large .stance-message__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stance-message__col--large .stance-message__item .stance-message__letter {
  width: calc(50% - 1.5em);
}
.stance-message__col--large .stance-message__item .stance-message__letter.wide {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-message__col--large .stance-message__item .stance-message__letter {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .stance-message__col {
    width: 100%;
  }
}
.stance-message__letter {
  width: 100%;
}
.stance-message__content {
  position: relative;
  padding: 3em;
  border-radius: 1em;
  background-color: #f7f6f0;
}
.stance-message__content::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto calc(-2em + 1px) calc(50% - 1em);
  width: 2em;
  height: 2em;
  background-color: #f7f6f0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.stance-message__content--yellow {
  background-color: #f8f7eb;
}
.stance-message__content--yellow::after {
  background-color: #f8f7eb;
}
.stance-message__content--red {
  background-color: #f5eaed;
}
.stance-message__content--red::after {
  background-color: #f5eaed;
}
.stance-message__content--blue {
  background-color: #eaeff3;
}
.stance-message__content--blue::after {
  background-color: #eaeff3;
}
.stance-message__content--green {
  background-color: #ebf2ed;
}
.stance-message__content--green::after {
  background-color: #ebf2ed;
}
.stance-message__read {
  padding-bottom: 1px;
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 100% calc(2em - 1px);
}
.stance-message__read:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================== */
/* Jobs Page */
/* ========================================================================== */
/* jobs-page */
/* -------------------------------------------------------------------------- */
.jobs-page.sec-page .content-index {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6em;
}
.jobs-page.sec-page .content-index.narrow {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index.narrow {
    gap: 4em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
    padding: 5em 10% 3em;
  }
}
.jobs-page.sec-page .content-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.333% - 6em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index__item {
    width: 100%;
  }
}
.jobs-page.sec-page .content-index__item .button {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index__item.narrow {
    width: 100%;
  }
}
.jobs-page.sec-page .content-index__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index__item--full-time {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-page.sec-page .content-index__item--teacher {
    margin-top: 0;
  }
}
.jobs-page.sec-page .content-index__item--teacher .content-index__image img {
  -o-object-position: 30% center;
     object-position: 30% center;
}

.full-time-page .page-header__background img {
  -o-object-position: center 25%;
     object-position: center 25%;
}
.full-time-page .page-section--management .detail__wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.full-time-page .page-section--management .detail__section {
  width: calc(50% - 1em);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .full-time-page .page-section--management .detail__section {
    width: 100%;
  }
}

.teacher-page .page-header__background img {
  -o-object-position: center 30%;
     object-position: center 30%;
}

.part-time-page .page-header__background img {
  -o-object-position: center 25%;
     object-position: center 25%;
}

/* jobs-work */
/* -------------------------------------------------------------------------- */
.jobs-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.jobs-work__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5em;
}
.jobs-work__section:last-of-type {
  padding-bottom: 0;
}
.jobs-work__section-title {
  position: sticky;
}
.jobs-work__section-title--pri {
  top: 0;
  z-index: 2;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-bottom: 1px solid;
  background-color: #ffffff;
}
.jobs-work__section-title--sec {
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}
.jobs-work__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-work__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.jobs-work__intro__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jobs-work__intro__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.jobs-work__intro__image img {
  border-radius: 1em;
}
.jobs-work__intro__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.jobs-work__intro__read:last-of-type {
  margin-bottom: 0;
}
.jobs-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  overflow: hidden;
  margin-top: 1.5em;
  border-radius: 0.5em;
  background-color: #f7f6f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .jobs-work__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.jobs-work__item__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.jobs-work__item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jobs-work__item__image img {
  border-radius: 1em;
}
.jobs-work__item__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}

/* jobs-schedule */
/* -------------------------------------------------------------------------- */
.jobs-schedule {
  position: relative;
}
.jobs-schedule__group {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 0.5em;
}
.jobs-schedule__group:last-of-type {
  margin-bottom: 0;
}
.jobs-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.jobs-schedule__item:last-of-type {
  margin-bottom: 0;
}
.jobs-schedule__icon {
  position: absolute;
  inset: calc(50% - 3em) 0 auto auto;
  width: 6em;
  height: 6em;
}
.jobs-schedule__time {
  width: 3em;
  min-width: 2.5em;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.6;
}
.jobs-schedule__event, .jobs-schedule__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
  background-color: #ffffff;
  border: 1px solid #e6002d;
  color: #e6002d;
  text-align: center;
  line-height: 2;
  font-size: 0.875em;
}
.jobs-schedule__empty {
  background-color: transparent;
  border: none;
}
.jobs-schedule__read {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.6;
}

.full-time-page .jobs-schedule__group {
  background-color: #f0f6fb;
}
.full-time-page .jobs-schedule__time {
  color: #1b91e0;
}

.teacher-page .jobs-schedule__group {
  background-color: #f0f9fa;
}
.teacher-page .jobs-schedule__time {
  color: #16b8b8;
}

.part-time-page .jobs-schedule__group {
  background-color: #f2faf3;
}
.part-time-page .jobs-schedule__time {
  color: #68b833;
}

/* ========================================================================== */
/* training Page */
/* ========================================================================== */
.training-page .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .page-header .character {
    width: 6em;
  }
}
.training-page .page-header .character--pri {
  inset: 10em auto auto 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .page-header .character--pri {
    inset: 7.5em auto auto 75%;
  }
}
.training-page .page-header .character--sec {
  inset: 20em auto auto 65%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .page-header .character--sec {
    inset: 20em auto auto 40%;
  }
}
.training-page .page-header .character--ter {
  inset: 22.5em auto auto 85%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .page-header .character--ter {
    inset: 20em auto auto 75%;
  }
}
.training-page .page-header .page-header__background img {
  -o-object-position: center 35%;
     object-position: center 35%;
}
.training-page .page-section {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page .page-section {
    padding-bottom: 0;
  }
}
.training-page .page-section:last-of-type {
  padding-bottom: 0;
}
.training-page.sec-page .content-index {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 6em;
  gap: 9em;
}
.training-page.sec-page .content-index.narrow {
  -webkit-box-pack: space-start;
      -ms-flex-pack: space-start;
          justify-content: space-start;
  gap: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index.narrow {
    gap: 4em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
    padding: 5em 10% 3em;
  }
}
.training-page.sec-page .content-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.333% - 6em);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.training-page.sec-page .content-index__item .button {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index__item {
    width: 100%;
  }
}
.training-page.sec-page .content-index__item.narrow {
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index__item.narrow {
    margin-left: 0;
  }
}
.training-page.sec-page .content-index__item.narrow + .narrow {
  margin-left: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index__item.narrow + .narrow {
    margin-left: 0;
  }
}
.training-page.sec-page .content-index__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index__image {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.training-page.sec-page .content-index__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}
.training-page.sec-page .content-index__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .training-page.sec-page .content-index__title {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}
.training-page.sec-page .content-index__read {
  margin-top: 0;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.full-time-page .training-training__section-title--pri {
  border-color: #1b91e0;
  color: #1b91e0;
}
.full-time-page .training-training__section-title--sec {
  color: #1b91e0;
}
.full-time-page .training-training__item {
  background-color: #f0f6fb;
}
.full-time-page .training-training__item__title::before {
  border-color: #1b91e0;
}
.full-time-page .training-training__item__list__title {
  color: #1b91e0;
}
.full-time-page .training-case__wrapper {
  background-color: #f0f6fb;
}

.teacher-page .training-training__section-title--pri {
  border-color: #16b8b8;
  color: #16b8b8;
}
.teacher-page .training-training__section-title--sec {
  color: #16b8b8;
}
.teacher-page .training-training__item {
  background-color: #f0f9fa;
}
.teacher-page .training-training__item__title::before {
  border-color: #16b8b8;
}
.teacher-page .training-training__item__list__title {
  color: #16b8b8;
}
.teacher-page .training-case__wrapper {
  background-color: #f0f9fa;
}

.page-section--overview {
  padding: 8em 20%;
  background-color: #f7f6f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--overview {
    padding: 8em 5%;
  }
}

.page-section--overview {
  padding: 5em 5% !important;
}

/* training-career */
/* -------------------------------------------------------------------------- */
.training-career {
  position: relative;
}
.training-career__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 0.5em;
}
.training-career__group:last-of-type .training-career__item:last-of-type::after {
  content: none;
}
.training-career__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  min-height: 2.5em;
}
.training-career__item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 3em auto auto calc(1.5em - 1px);
  width: 0;
  height: 100%;
  border-left: 2px dotted;
}
.training-career__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5em;
  height: 3.5em;
  min-width: 3.5em;
  min-height: 3.5em;
  margin-bottom: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.2;
}
.training-career__read {
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.6;
}

.full-time-page .training-career__group, .teacher-page .training-career__group, .part-time-page .training-career__group {
  background-color: #f0f6fb;
}
.full-time-page .training-career__group::after, .teacher-page .training-career__group::after, .part-time-page .training-career__group::after {
  border-color: #1b91e0;
}
.full-time-page .training-career__item::after, .teacher-page .training-career__item::after, .part-time-page .training-career__item::after {
  border-color: #1b91e0;
}
.full-time-page .training-career__year, .teacher-page .training-career__year, .part-time-page .training-career__year {
  height: 3.5em;
  min-height: 3.5em;
  border-radius: 50%;
  color: #1b91e0;
}

.teacher-page .training-career__group {
  background-color: #f0f9fa;
}
.teacher-page .training-career__year {
  color: #16b8b8;
}
.teacher-page .training-career__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.teacher-page .training-career__item::after {
  display: none;
}

.part-time-page .training-career__group {
  background-color: #f2faf3;
}
.part-time-page .training-career__year {
  color: #68b833;
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* news-page */
/* -------------------------------------------------------------------------- */
.news-page .page-header .character, .error404 .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header .character, .error404 .page-header .character {
    width: 6em;
  }
}
.news-page .page-header .character--pri, .error404 .page-header .character--pri {
  inset: 0 auto auto 60%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header .character--pri, .error404 .page-header .character--pri {
    inset: 5em auto auto 45%;
  }
}
.news-page .page-header .character--sec, .error404 .page-header .character--sec {
  inset: 10em auto auto 85%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header .character--sec, .error404 .page-header .character--sec {
    inset: 7.5em auto auto 75%;
  }
}
.news-page .page-header .character--ter, .error404 .page-header .character--ter {
  inset: 15em auto auto 72.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-header .character--ter, .error404 .page-header .character--ter {
    inset: 2.5em auto auto 70%;
  }
}
.news-page .page-section--index, .error404 .page-section--index {
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .page-section--index, .error404 .page-section--index {
    padding: 0 5%;
  }
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.news__title {
  font-size: 1.5em;
  color: #42beeb;
}
.news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list {
    width: 100%;
    gap: 3em;
  }
}
.news__list__date {
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list__date {
    width: auto;
  }
}
.news__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.news__list__title {
  display: inline-block;
  padding-top: 0.125em;
  font-size: 1.25em;
  width: 40em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list__title {
    width: 100%;
  }
}
.news__list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list .pagination {
    margin-top: 1em;
  }
}
.news__list .pagination .page-numbers {
  display: inline-block;
  margin: 0 1em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__list .pagination .page-numbers {
    margin: 0 0.75em;
  }
}
.news__list .pagination .page-numbers.current {
  color: #e6002d;
  font-weight: bold;
}
.news__list .pagination .page-numbers.dots {
  pointer-events: none;
  color: #595750;
}
.news__list .pagination .prev {
  margin: 0 1.5em 0 0;
}
.news__list .pagination .prev::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.75em;
  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;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news__list .pagination .next {
  margin: 0 0 0 1.5em;
}
.news__list .pagination .next::after {
  content: "\e900";
  display: inline-block;
  margin-left: 0.75em;
  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;
}
.news__link {
  padding-top: 3em;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  text-align: right;
}
.news__link .button {
  font-size: 1em;
}
.news__article {
  padding: 0 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__article {
    padding: 0 5%;
  }
}
.news__article__title {
  font-size: 2.25em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news__article__title {
    font-size: 1.75em;
  }
}

.isnt-touch .page-numbers:focus, .isnt-touch .page-numbers:hover {
  color: #e6002d;
}

.news-body {
  padding: 0 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body {
    padding: 0 5%;
    margin-top: 4em;
  }
}
.news-body p,
.news-body ul,
.news-body ol,
.news-body dl,
.news-body table {
  font-size: 1.25em;
  line-height: 2;
}
.news-body > h2 {
  line-height: 1.6;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header .character {
    display: none;
    width: 6em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header .character--pri {
    inset: -1em auto auto 55%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header .character--sec {
    inset: 12em auto auto 85%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header .character--ter {
    inset: 12.5em auto auto 70%;
  }
}
.article-page .page-header__title__sec {
  padding-right: 8em;
  margin-bottom: 0.67em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header__title__sec {
    padding-right: 0;
  }
}
.article-page .news-image {
  width: 50%;
  margin: 4em auto;
}
.article-page .news-image > p {
  overflow: hidden;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .news-image {
    width: 100%;
  }
}

/* News 詳細ページスタイル（インデント記法） */
/* 共通エリア */
.news-body {
  padding: 0 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body {
    padding: 0 5%;
  }
}
.news-body p,
.news-body ul,
.news-body ol,
.news-body dl,
.news-body table {
  font-size: 1.25em;
  line-height: 2;
}
.news-body > h2 {
  font-size: 2.4em;
  line-height: 1.6;
  margin: 2em 0 1em;
}
.news-body > h2:first-of-type {
  margin: 0 0 1em;
}
.news-body > h3 {
  font-size: 1.75em;
  line-height: 1.3;
  margin: 2em 0 1em;
}
.news-body > h3:first-of-type {
  margin: 0 0 1em;
}
.news-body > p > a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d90048;
  text-decoration: none;
}
.news-body > p > strong {
  line-height: 1.6;
  font-weight: bold;
}
.news-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
}
.news-body ul li {
  position: relative;
  padding-left: 1em;
}
.news-body ul li > a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d90048;
  text-decoration: none;
}
.news-body ul li:last-of-type {
  margin-bottom: 0;
}
.news-body ul li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.news-body ul li ul li::before {
  content: "○";
}
.news-body > ol li {
  position: relative;
  counter-increment: number;
  padding-left: 2em;
}
.news-body > ol li > a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d90048;
  text-decoration: none;
}
.news-body > ol li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  inset: 0 calc(100% - 1.25em) auto auto;
  white-space: nowrap;
  text-align: right;
}
.news-body .wp-block-image {
  margin: 2em auto;
  text-align: center;
}
.news-body .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
  display: inline-block;
}
.news-body .news-image {
  width: 50%;
  margin: 3em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body .news-image {
    width: 100%;
  }
}
.news-body .news-image > p {
  overflow: hidden;
  border-radius: 1em;
}
.news-body .news-image > p img {
  width: 100%;
  height: auto;
}
.news-body figure.img-full {
  width: 100%;
  height: auto;
  display: block;
  margin: 3em auto;
}
.news-body figure.img-half {
  width: 50%;
  height: auto;
  display: block;
  margin: 3em auto;
}
.news-body figure.img-large {
  width: 100%;
  height: auto;
  display: block;
  margin: 3em auto;
}
.news-body figure.size-medium {
  width: 50%;
  height: auto;
  display: block;
  margin: 3em auto;
}
.news-body figure.size-thumbnail {
  width: 30%;
  height: auto;
  display: block;
  margin: 3em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body figure.img-half, .news-body figure.size-medium, .news-body figure.size-thumbnail {
    width: 100%;
  }
}
.news-body .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 1em;
}
.news-body .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body .wp-block-media-text .wp-block-media-text__content {
    padding: 2em 0 0 0;
  }
}
.news-body .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body .has-media-on-the-right .wp-block-media-text__content {
    padding: 2em 0 0 0;
  }
}
.news-body hr {
  border: none;
  border-top: 1px solid #595750;
  margin: 4em 0;
}
.news-body .wp-block-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 14em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 10em;
  -webkit-box-shadow: inset 0 0 0 1px #595750;
          box-shadow: inset 0 0 0 1px #595750;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  color: #595750;
}
.news-body .wp-block-button::before {
  position: absolute;
  inset: calc(50% - 0.5em) -1.5em auto auto;
  margin: 0;
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
  color: #1b91e0;
}
.news-body .wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9em 2em 1.05em !important;
  background-color: transparent;
  color: #595750;
  padding: 0;
  z-index: 2;
}
.news-body .wp-element-caption {
  margin-top: 2em;
  line-height: 1.6;
  font-size: 1.125em;
}
.news-body .wp-block-column .wp-element-caption {
  text-align: left;
}
.news-body :where(.wp-block-columns.is-layout-flex) {
  gap: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}
.news-body :where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-body :where(.wp-block-columns.is-layout-grid) {
    gap: 1em;
  }
}
.news-body .wp-block-group {
  padding: 3em;
  background-color: #f7f6f0;
  border-radius: 1em;
}
.news-body .wp-block-group p {
  margin-bottom: 0;
}

/* ヘッダー調整（記事ページ） */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header .character {
    display: none;
    width: 6em;
  }
}
.article-page .page-header__title__sec {
  padding-right: 8em;
  margin-bottom: 0.67em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .article-page .page-header__title__sec {
    padding-right: 0;
  }
}

.wp-block-accordion {
  border: 1px solid #595750;
  border-radius: 1em;
}
.wp-block-accordion-heading__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 1em 4em 1em 2em;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wp-block-accordion-heading__toggle {
    padding: 1em 2em 1em 1em;
  }
}
.wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:hover {
  padding: 1em 4em 1em 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:hover {
    padding: 1em 2em 1em 1em;
  }
}
.wp-block-accordion-heading__toggle:focus .wp-block-accordion-heading__toggle-title, .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.wp-block-accordion-heading__toggle-icon {
  position: absolute;
  inset: 1em 2em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wp-block-accordion-heading__toggle-icon {
    inset: 1em 1em auto auto;
  }
}
.wp-block-accordion-heading__toggle-icon:focus, .wp-block-accordion-heading__toggle-icon:hover {
  padding: 0;
}
.wp-block-accordion-panel {
  max-height: 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  width: calc(100% - 7em);
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wp-block-accordion-panel {
    width: calc(100% - 4em);
    padding: 0 0;
  }
}
.wp-block-accordion-panel > p {
  margin-bottom: 0;
}
.wp-block-accordion-panel p + p {
  margin-top: 1em;
}
.wp-block-accordion-item.is-open .wp-block-accordion-panel {
  display: block;
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  padding: 1em 0;
  border-top: 1px solid #595750;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    padding: 2em 0;
  }
}

.wp-block-cover, .has-background {
  border-radius: 1em;
}

.wp-block-video video {
  border-radius: 1em;
}

.ta-center {
  text-align: center;
}
.ta-center .button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ta-center .button__text.icon::before {
  inset: calc(50% - 0.5em) auto auto 1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.isnt-touch .wp-block-button {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .wp-block-button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #1b91e0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-120%) skewX(45deg);
          transform: translateX(-120%) skewX(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: #1b91e0;
}
.isnt-touch .wp-block-button:focus, .isnt-touch .wp-block-button:hover {
  -webkit-box-shadow: inset 0 0 0 1px #1b91e0;
          box-shadow: inset 0 0 0 1px #1b91e0;
}
.isnt-touch .wp-block-button:focus .wp-block-button__link, .isnt-touch .wp-block-button:hover .wp-block-button__link {
  color: #ffffff;
}
.isnt-touch .wp-block-button:focus::before, .isnt-touch .wp-block-button:hover::before {
  -webkit-transform: translateX(0) skewX(0deg);
          transform: translateX(0) skewX(0deg);
}

/* ========================================================================== */
/* RecEntryuitment Page */
/* ========================================================================== */
/* entry-page */
/* -------------------------------------------------------------------------- */
.entry-page .page-header .character {
  position: absolute;
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-header .character {
    width: 6em;
  }
}
.entry-page .page-header .character--pri {
  inset: 15em auto auto 70%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-header .character--pri {
    inset: 7.5em auto auto 75%;
  }
}
.entry-page .page-header .character--sec {
  inset: 22.5em auto auto 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-header .character--sec {
    inset: 15em auto auto 82%;
  }
}
.entry-page .page-header .character--ter {
  inset: 30em auto auto 80%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-page .page-header .character--ter {
    inset: 20em auto auto 75%;
  }
}
.entry-page .page-section {
  padding-bottom: 10em;
}
.entry-page .page-section:last-of-type {
  padding-bottom: 0;
}

/* entry */
/* -------------------------------------------------------------------------- */
.entry {
  padding: 6em 10% 8em;
  background-color: #f7f6f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry {
    padding: 5em 5%;
  }
}
.entry__header {
  text-align: center;
}
.entry__header__title {
  margin-bottom: 1em;
  font-size: 2.5em;
}
.entry__header__read {
  margin-bottom: 3em;
  font-size: 1.25em;
  line-height: 2;
}
.entry__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.entry__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 1em);
  }
}
.entry__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 3em 2em;
  border-radius: 1em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  text-align: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: box-shadow, transform;
          transition-duration: box-shadow, transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.entry__anchor.icon--after::after {
  position: absolute;
  inset: auto 1em 1em auto;
  margin: 0;
}
.entry__anchor::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #e6002d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.entry__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry__title {
    font-size: 0.875em;
  }
}
.entry__title__pri {
  font-size: 1.5em;
}
.entry__title__ter {
  margin-top: 1em;
}
.entry__item--graduate .entry__anchor {
  color: #42beeb;
}
.entry__item--graduate .entry__anchor::before {
  background-color: #42beeb;
}
.entry__item--career .entry__anchor {
  color: #1b91e0;
}
.entry__item--career .entry__anchor::before {
  background-color: #1b91e0;
}
.entry__item--teacher .entry__anchor {
  color: #16b8b8;
}
.entry__item--teacher .entry__anchor::before {
  background-color: #16b8b8;
}
.entry__item--parttime .entry__anchor {
  color: #68b833;
}
.entry__item--parttime .entry__anchor::before {
  background-color: #68b833;
}

.entry__item--disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.isnt-touch .entry__anchor:focus, .isnt-touch .entry__anchor:hover {
  -webkit-box-shadow: 0.75em 0.75em 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0.75em 0.75em 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #ffffff;
}
.isnt-touch .entry__anchor:focus::before, .isnt-touch .entry__anchor:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/* 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 */
/* -------------------------------------------------------------------------- */
.m-0 {
  margin: 0 !important;
}

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

.m-1 {
  margin: 1em !important;
}

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

.m-2 {
  margin: 2em !important;
}

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

.m-3 {
  margin: 3em !important;
}

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

.m-4 {
  margin: 4em !important;
}

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

.m-5 {
  margin: 5em !important;
}

.m-6 {
  margin: 6em !important;
}

.m-7 {
  margin: 7em !important;
}

.m-8 {
  margin: 8em !important;
}

.m-9 {
  margin: 9em !important;
}

.m-10 {
  margin: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-m-0 {
    margin: 0 !important;
  }
  .sp-m-d5 {
    margin: 0.5em !important;
  }
  .sp-m-1 {
    margin: 1em !important;
  }
  .sp-m-1d5 {
    margin: 1.5em !important;
  }
  .sp-m-2 {
    margin: 2em !important;
  }
  .sp-m-2d5 {
    margin: 2.5em !important;
  }
  .sp-m-3 {
    margin: 3em !important;
  }
  .sp-m-3d5 {
    margin: 3.5em !important;
  }
  .sp-m-4 {
    margin: 4em !important;
  }
  .sp-m-4d5 {
    margin: 4.5em !important;
  }
  .sp-m-5 {
    margin: 5em !important;
  }
  .sp-m-6 {
    margin: 6em !important;
  }
  .sp-m-7 {
    margin: 7em !important;
  }
  .sp-m-8 {
    margin: 8em !important;
  }
  .sp-m-9 {
    margin: 9em !important;
  }
  .sp-m-10 {
    margin: 10em !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: 59em !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: 59em !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: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-w-inherit {
    max-width: inherit !important;
  }
  .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: 59em !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: 59em !important;
}

@media screen and (min-min-width: 768px) and (orientation: portrait) {
  .sp-min-w-inherit {
    max-width: inherit !important;
  }
  .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: 59em !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;
  }
}
/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: sans-serif;
}

.ff-en {
  font-family: "Besley", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-minimum {
  font-size: 50%;
}

.fz-small {
  font-size: 75%;
}

.fz-medium {
  font-size: 125%;
}

.fz-large {
  font-size: 150%;
}

.fz-huge {
  font-size: 200%;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-minimum {
    font-size: 50%;
  }
  .sp-fz-small {
    font-size: 75%;
  }
  .sp-fz-medium {
    font-size: 125%;
  }
  .sp-fz-large {
    font-size: 150%;
  }
  .sp-fz-huge {
    font-size: 200%;
  }
}
.fz-10 {
  font-size: 0.625em;
}

.fz-12 {
  font-size: 0.75em;
}

.fz-14 {
  font-size: 0.875em;
}

.fz-16 {
  font-size: 1em;
}

.fz-18 {
  font-size: 1.125em;
}

.fz-20 {
  font-size: 1.25em;
}

.fz-22 {
  font-size: 1.375em;
}

.fz-24 {
  font-size: 1.5em;
}

.fz-28 {
  font-size: 1.75em;
}

.fz-32 {
  font-size: 2em;
}

.fz-36 {
  font-size: 2.25em;
}

.fz-40 {
  font-size: 2.5em;
}

.fz-44 {
  font-size: 2.75em;
}

.fz-48 {
  font-size: 3em;
}

.fz-42 {
  font-size: 3.25em;
}

.fz-56 {
  font-size: 3.5em;
}

.fz-60 {
  font-size: 3.75em;
}

.fz-64 {
  font-size: 4em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-10 {
    font-size: 0.625em;
  }
  .sp-fz-12 {
    font-size: 0.75em;
  }
  .sp-fz-14 {
    font-size: 0.875em;
  }
  .sp-fz-16 {
    font-size: 1em;
  }
  .sp-fz-18 {
    font-size: 1.125em;
  }
  .sp-fz-20 {
    font-size: 1.25em;
  }
  .sp-fz-22 {
    font-size: 1.375em;
  }
  .sp-fz-24 {
    font-size: 1.5em;
  }
  .sp-fz-28 {
    font-size: 1.75em;
  }
  .sp-fz-32 {
    font-size: 2em;
  }
  .sp-fz-36 {
    font-size: 2.25em;
  }
  .sp-fz-40 {
    font-size: 2.5em;
  }
  .sp-fz-44 {
    font-size: 2.75em;
  }
  .sp-fz-48 {
    font-size: 3em;
  }
  .sp-fz-42 {
    font-size: 3.25em;
  }
  .sp-fz-56 {
    font-size: 3.5em;
  }
  .sp-fz-60 {
    font-size: 3.75em;
  }
  .sp-fz-64 {
    font-size: 4em;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.fs-italic {
  font-style: oblique;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fs-normal {
    font-style: normal;
  }
  .sp-fs-italic {
    font-style: italic;
  }
  .sp-fs-italic {
    font-style: oblique;
  }
}
/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.ls-3 {
  letter-spacing: 0.3em;
}

.ls-4 {
  letter-spacing: 0.4em;
}

.ls-5 {
  letter-spacing: 0.5em;
}

.ls-6 {
  letter-spacing: 0.6em;
}

.ls-7 {
  letter-spacing: 0.7em;
}

.ls-8 {
  letter-spacing: 0.8em;
}

.ls-9 {
  letter-spacing: 0.9em;
}

.ls-10 {
  letter-spacing: 1em;
}

.ls-11 {
  letter-spacing: 1.1em;
}

.ls-12 {
  letter-spacing: 1.2em;
}

.ls-13 {
  letter-spacing: 1.3em;
}

.ls-14 {
  letter-spacing: 1.4em;
}

.ls-15 {
  letter-spacing: 1.5em;
}

.ls-16 {
  letter-spacing: 1.6em;
}

.ls-17 {
  letter-spacing: 1.7em;
}

.ls-18 {
  letter-spacing: 1.8em;
}

.ls-19 {
  letter-spacing: 1.9em;
}

.ls-20 {
  letter-spacing: 2em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em;
  }
  .sp-ls-10 {
    letter-spacing: 1em;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em;
  }
  .sp-ls-20 {
    letter-spacing: 2em;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1;
}

.lh-1d2 {
  line-height: 1.2;
}

.lh-1d4 {
  line-height: 1.4;
}

.lh-1d6 {
  line-height: 1.6;
}

.lh-1d8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2d2 {
  line-height: 2.2;
}

.lh-2d4 {
  line-height: 2.4;
}

.lh-2d6 {
  line-height: 2.6;
}

.lh-2d8 {
  line-height: 2.8;
}

.lh-3 {
  line-height: 3;
}

.lh-3d2 {
  line-height: 3.2;
}

.lh-3d4 {
  line-height: 3.4;
}

.lh-3d6 {
  line-height: 3.6;
}

.lh-3d8 {
  line-height: 3.8;
}

.lh-4 {
  line-height: 4;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1;
  }
  .sp-lh-1d2 {
    line-height: 1.2;
  }
  .sp-lh-1d4 {
    line-height: 1.4;
  }
  .sp-lh-1d6 {
    line-height: 1.6;
  }
  .sp-lh-1d8 {
    line-height: 1.8;
  }
  .sp-lh-2 {
    line-height: 2;
  }
  .sp-lh-2d2 {
    line-height: 2.2;
  }
  .sp-lh-2d4 {
    line-height: 2.4;
  }
  .sp-lh-2d6 {
    line-height: 2.6;
  }
  .sp-lh-2d8 {
    line-height: 2.8;
  }
  .sp-lh-3 {
    line-height: 3;
  }
  .sp-lh-3d2 {
    line-height: 3.2;
  }
  .sp-lh-3d4 {
    line-height: 3.4;
  }
  .sp-lh-3d6 {
    line-height: 3.6;
  }
  .sp-lh-3d8 {
    line-height: 3.8;
  }
  .sp-lh-4 {
    line-height: 4;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left;
  }
  .sp-ta-center {
    text-align: center;
  }
  .sp-ta-right {
    text-align: right;
  }
  .sp-ta-justify {
    text-align: justify;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none;
  }
  .sp-td-underline {
    text-decoration: underline;
  }
  .sp-td-overline {
    text-decoration: overline;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal;
  }
  .sp-ws-nowrap {
    white-space: nowrap;
  }
}
/* typography: word-break */
/* -------------------------------------------------------------------------- */
.wb-normal {
  word-break: normal;
}

.wb-break-all {
  word-break: break-all;
}

.wb-keep-all {
  word-break: keep-all;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-wb-normal {
    word-break: normal;
  }
  .sp-wb-break-all {
    word-break: break-all;
  }
  .sp-wb-keep-all {
    word-break: keep-all;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/*# sourceMappingURL=style.css.map */