@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes scale-fadein {
  0% {
    scale: 0;
    opacity: 0;
  }
  70% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

@keyframes scale-fadein {
  0% {
    scale: 0;
    opacity: 0;
  }
  70% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@-webkit-keyframes scale-fadeout {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0;
    opacity: 0;
  }
}
@keyframes scale-fadeout {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0;
    opacity: 0;
  }
}
@-webkit-keyframes scale-fadein-02 {
  0% {
    scale: 0.8;
    opacity: 0;
  }
  35% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes scale-fadein-02 {
  0% {
    scale: 0.8;
    opacity: 0;
  }
  35% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@-webkit-keyframes translate-fadein-bottom {
  0% {
    translate: 0 16px;
    opacity: 0;
  }
  35% {
    translate: 0 -8px;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes translate-fadein-bottom {
  0% {
    translate: 0 16px;
    opacity: 0;
  }
  35% {
    translate: 0 -8px;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes translate-fadein-left {
  0% {
    translate: -24px 0;
    opacity: 0;
  }
  35% {
    translate: 16px 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes translate-fadein-left {
  0% {
    translate: -24px 0;
    opacity: 0;
  }
  35% {
    translate: 16px 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes translate-fadein-left-sp {
  0% {
    translate: -16px 0;
    opacity: 0;
  }
  35% {
    translate: 8px 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes translate-fadein-left-sp {
  0% {
    translate: -16px 0;
    opacity: 0;
  }
  35% {
    translate: 8px 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes jump {
  0% {
    translate: 0 0;
  }
  40% {
    translate: 0 0;
  }
  50%, 70%, 90% {
    translate: 0 -8px;
  }
  60%, 80%, 100% {
    translate: 0 0;
  }
}
@keyframes jump {
  0% {
    translate: 0 0;
  }
  40% {
    translate: 0 0;
  }
  50%, 70%, 90% {
    translate: 0 -8px;
  }
  60%, 80%, 100% {
    translate: 0 0;
  }
}
@-webkit-keyframes kakukaku-01 {
  0% {
    rotate: 0deg;
  }
  49.9% {
    rotate: 0deg;
  }
  50% {
    rotate: 20deg;
  }
  99.9% {
    rotate: 20deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes kakukaku-01 {
  0% {
    rotate: 0deg;
  }
  49.9% {
    rotate: 0deg;
  }
  50% {
    rotate: 20deg;
  }
  99.9% {
    rotate: 20deg;
  }
  100% {
    rotate: 0deg;
  }
}
@-webkit-keyframes kakukaku-02 {
  0% {
    rotate: 0deg;
  }
  49.9% {
    rotate: 0deg;
  }
  50% {
    rotate: -20deg;
  }
  99.9% {
    rotate: -20deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes kakukaku-02 {
  0% {
    rotate: 0deg;
  }
  49.9% {
    rotate: 0deg;
  }
  50% {
    rotate: -20deg;
  }
  99.9% {
    rotate: -20deg;
  }
  100% {
    rotate: 0deg;
  }
}
@-webkit-keyframes arrow-translate {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  40%, 49.9% {
    translate: 100% 0;
    opacity: 0;
  }
  50%, 60% {
    translate: -100% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes arrow-translate {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  40%, 49.9% {
    translate: 100% 0;
    opacity: 0;
  }
  50%, 60% {
    translate: -100% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #fcbb65;
  color: #ffffff;
}

::selection {
  background: #fcbb65;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #111;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap, .innerWrap-wide {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap, .innerWrap-wide {
    padding: 0 6.25%;
  }
}

.innerWrap-wide {
  max-width: 1440px;
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #111;
  -webkit-transition: opacity 0.4s, color 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, color 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, filter 0.4s, color 0.4s;
  transition: opacity 0.4s, filter 0.4s, color 0.4s, -webkit-filter 0.4s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0.01;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0.01;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0.01;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0.01;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInScale {
  opacity: 0.01;
}
.anime.-fadeInScale.js-active, .js-active > .anime.-fadeInScale {
  -webkit-animation: scale-fadein-02 0.8s forwards;
          animation: scale-fadein-02 0.8s forwards;
}
.anime.-fadeInScaleDelay {
  opacity: 0.01;
}
.anime.-fadeInScaleDelay.js-active, .js-active > .anime.-fadeInScaleDelay {
  -webkit-animation: scale-fadein-02 0.8s 0.1s forwards;
          animation: scale-fadein-02 0.8s 0.1s forwards;
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 100 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger.js-open .hamburger__menu__logo,
.hamburger.js-open .hamburger__menu__nav {
  translate: 0;
  opacity: 1;
}
.hamburger__btn {
  position: relative;
  display: none;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  background: #fcbb65;
  border-radius: 50%;
  border: 1px solid #2f4858;
  width: 64px;
  aspect-ratio: 1/1;
  cursor: pointer;
  gap: 5px;
  overflow: hidden;
  -webkit-transition: scale 0.4s, -webkit-filter 0.4s;
  transition: scale 0.4s, -webkit-filter 0.4s;
  transition: scale 0.4s, filter 0.4s;
  transition: scale 0.4s, filter 0.4s, -webkit-filter 0.4s;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 50px;
  }
}
.hamburger__btn__bar {
  width: 20px;
  height: 1px;
  background-color: #111;
  border-radius: 2px;
  -webkit-transition: translate 0.4s;
  transition: translate 0.4s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 18px;
  }
}
.hamburger__btn__text {
  font-size: 9px;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .hamburger__btn__text {
    font-size: 8px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    scale: 0.95;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  padding: 48px 24px;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 96px 24px 56px;
  }
}
.hamburger__menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #c1f6fc;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: #fff;
  margin: auto;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 4px 0 #111;
          box-shadow: 4px 4px 0 #111;
  border-radius: 10px;
  max-width: 790px;
  padding: 40px 8%;
}
.hamburger__menu__inner::before {
  content: "";
  position: absolute;
  top: -46px;
  left: -16px;
  width: 66.6px;
  aspect-ratio: 111/119;
  background: url(../img/common/deco_hamburger_01.png) center center/contain no-repeat;
  pointer-events: none;
}
.hamburger__menu__inner::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -16px;
  width: 236.4px;
  aspect-ratio: 394/61;
  background: url(../img/common/deco_hamburger_02.png) center center/contain no-repeat;
  pointer-events: none;
}
.hamburger__menu__logo {
  opacity: 0;
  translate: 0 16px;
  -webkit-transition: translate 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: translate 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger__menu__logo-link {
  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;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hamburger__menu__logo-link .logo {
  max-width: 162.75px;
}
.hamburger__menu__logo-link .logo-site {
  max-width: 99.75px;
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 440px;
  z-index: 1;
  opacity: 0;
  translate: 0 56px;
  -webkit-transition: translate 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: translate 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 16px;
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 1.4rem;
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: 0;
  width: 0;
  left: auto;
  height: 1px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
  }
  .hamburger__menu__nav__list__item a:hover::before {
    width: 100%;
    left: 0;
  }
  .hamburger__menu__nav__list__item a:hover .icon {
    translate: 4px 0;
  }
}
.hamburger__menu__nav__list__item a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 1.86666667em;
  aspect-ratio: 1/1;
  background: #f17185;
  border-radius: 50%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.hamburger__menu__nav__list__item a .icon::after {
  content: "";
  width: 0.86666667em;
  aspect-ratio: 13/9;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
  background: #fff;
}
.hamburger__menu__close {
  position: fixed;
  top: 24px;
  right: 24px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: #fcbb65;
  border-radius: 50%;
  border: 1px solid #2f4858;
  -webkit-transition: scale 0.4s, -webkit-filter 0.4s;
  transition: scale 0.4s, -webkit-filter 0.4s;
  transition: scale 0.4s, filter 0.4s;
  transition: scale 0.4s, filter 0.4s, -webkit-filter 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 50px;
  }
}
.hamburger__menu__close__bar {
  width: 22px;
  height: 1px;
  background-color: #111;
  border-radius: 2px;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__close__bar {
    width: 20px;
  }
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -1px;
}
.hamburger__menu__close__text {
  font-size: 0.85rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
  margin-top: 11px;
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    scale: 0.95;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .hamburger__menu__close:hover::before {
    -webkit-animation: shine 0.6s ease;
            animation: shine 0.6s ease;
  }
}

body:has(.hamburger.js-open) {
  overflow: hidden;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.page-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 146px;
  padding-bottom: 66px;
}
@media (max-width: 834px) {
  .page-title__inner {
    padding-top: 150px;
    padding-bottom: 24px;
  }
}
.page-title__ja {
  font-size: clamp(1.6rem, 1.3333333333vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  opacity: 0.01;
  translate: 0 100%;
  -webkit-transition: opacity 0.3s, translate 0.3s;
  transition: opacity 0.3s, translate 0.3s;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 1.2rem;
  }
}
.page-title__bracket {
  font-weight: 900;
  color: #f17185;
}
.page-title__bracket:nth-child(1) {
  margin-right: 1em;
}
.page-title__bracket:nth-child(2) {
  margin-left: 1em;
}
.page-title__eng {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(7rem, 6.8148148148vw, 9.2rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 4.2rem;
    margin-top: 8px;
  }
  .page-title__eng br {
    display: none;
  }
}
.page-title__eng span {
  display: inline-block;
  opacity: 0;
}
.page-title__decos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  max-width: 675px;
  width: 56.25%;
  aspect-ratio: 675/251;
  pointer-events: none;
}
@media (min-width: 835px) {
  .page-title__decos {
    margin-right: -50px;
  }
}
@media (max-width: 834px) {
  .page-title__decos {
    position: absolute;
    top: 60px;
    right: 2%;
    max-width: clamp(209.25px, 52.6079136691vw, 438.75px);
    width: 100%;
  }
}
@media (max-width: 680px) {
  .page-title__decos {
    max-width: clamp(209.25px, 39.7058823529vw, 270px);
  }
}
.page-title__decos .deco-set01 {
  position: absolute;
  top: 5.17928287%;
  left: 0;
  width: 10.96296296%;
  aspect-ratio: 1/1;
  z-index: 1;
  opacity: 0.01;
}
.page-title__decos .deco-set02 {
  position: absolute;
  bottom: 0;
  left: 13.77777778%;
  width: 23.11111111%;
  aspect-ratio: 156/236;
  z-index: 2;
  opacity: 0.01;
}
.page-title__decos .deco-set03 {
  position: absolute;
  top: 0;
  left: 39.25925926%;
  width: 16.44444444%;
  width: 16.4444444444%;
  aspect-ratio: 111/119;
  z-index: 1;
  opacity: 0.01;
}
.page-title__decos .deco-set04 {
  position: absolute;
  bottom: 5.57768924%;
  left: 21.18518519%;
  width: 51.25925926%;
  aspect-ratio: 346/122;
  z-index: 1;
  opacity: 0.01;
}
.page-title__decos .deco-set05 {
  position: absolute;
  top: 16.33466135%;
  right: 0;
  width: 48.59259259%;
  aspect-ratio: 328/189;
  opacity: 0.01;
}

.js-loaded .page-title__ja {
  translate: 0 0;
  opacity: 1;
}
.js-loaded .page-title__eng span:nth-child(1) {
  -webkit-animation: scale-fadein-02 linear 300ms 30ms forwards;
          animation: scale-fadein-02 linear 300ms 30ms forwards;
}
.js-loaded .page-title__eng span:nth-child(2) {
  -webkit-animation: scale-fadein-02 linear 300ms 60ms forwards;
          animation: scale-fadein-02 linear 300ms 60ms forwards;
}
.js-loaded .page-title__eng span:nth-child(3) {
  -webkit-animation: scale-fadein-02 linear 300ms 90ms forwards;
          animation: scale-fadein-02 linear 300ms 90ms forwards;
}
.js-loaded .page-title__eng span:nth-child(4) {
  -webkit-animation: scale-fadein-02 linear 300ms 120ms forwards;
          animation: scale-fadein-02 linear 300ms 120ms forwards;
}
.js-loaded .page-title__eng span:nth-child(5) {
  -webkit-animation: scale-fadein-02 linear 300ms 150ms forwards;
          animation: scale-fadein-02 linear 300ms 150ms forwards;
}
.js-loaded .page-title__eng span:nth-child(6) {
  -webkit-animation: scale-fadein-02 linear 300ms 180ms forwards;
          animation: scale-fadein-02 linear 300ms 180ms forwards;
}
.js-loaded .page-title__eng span:nth-child(7) {
  -webkit-animation: scale-fadein-02 linear 300ms 210ms forwards;
          animation: scale-fadein-02 linear 300ms 210ms forwards;
}
.js-loaded .page-title__eng span:nth-child(8) {
  -webkit-animation: scale-fadein-02 linear 300ms 240ms forwards;
          animation: scale-fadein-02 linear 300ms 240ms forwards;
}
.js-loaded .page-title__eng span:nth-child(9) {
  -webkit-animation: scale-fadein-02 linear 300ms 270ms forwards;
          animation: scale-fadein-02 linear 300ms 270ms forwards;
}
.js-loaded .page-title__eng span:nth-child(10) {
  -webkit-animation: scale-fadein-02 linear 300ms 300ms forwards;
          animation: scale-fadein-02 linear 300ms 300ms forwards;
}
.js-loaded .page-title__eng span:nth-child(11) {
  -webkit-animation: scale-fadein-02 linear 300ms 330ms forwards;
          animation: scale-fadein-02 linear 300ms 330ms forwards;
}
.js-loaded .page-title__eng span:nth-child(12) {
  -webkit-animation: scale-fadein-02 linear 300ms 360ms forwards;
          animation: scale-fadein-02 linear 300ms 360ms forwards;
}
.js-loaded .page-title__eng span:nth-child(13) {
  -webkit-animation: scale-fadein-02 linear 300ms 390ms forwards;
          animation: scale-fadein-02 linear 300ms 390ms forwards;
}
.js-loaded .page-title__eng span:nth-child(14) {
  -webkit-animation: scale-fadein-02 linear 300ms 420ms forwards;
          animation: scale-fadein-02 linear 300ms 420ms forwards;
}
.js-loaded .page-title__eng span:nth-child(15) {
  -webkit-animation: scale-fadein-02 linear 300ms 450ms forwards;
          animation: scale-fadein-02 linear 300ms 450ms forwards;
}
.js-loaded .page-title__eng span:nth-child(16) {
  -webkit-animation: scale-fadein-02 linear 300ms 480ms forwards;
          animation: scale-fadein-02 linear 300ms 480ms forwards;
}
.js-loaded .page-title__eng span:nth-child(17) {
  -webkit-animation: scale-fadein-02 linear 300ms 510ms forwards;
          animation: scale-fadein-02 linear 300ms 510ms forwards;
}
.js-loaded .page-title__eng span:nth-child(18) {
  -webkit-animation: scale-fadein-02 linear 300ms 540ms forwards;
          animation: scale-fadein-02 linear 300ms 540ms forwards;
}
.js-loaded .page-title__eng span:nth-child(19) {
  -webkit-animation: scale-fadein-02 linear 300ms 570ms forwards;
          animation: scale-fadein-02 linear 300ms 570ms forwards;
}
.js-loaded .page-title__eng span:nth-child(20) {
  -webkit-animation: scale-fadein-02 linear 300ms 600ms forwards;
          animation: scale-fadein-02 linear 300ms 600ms forwards;
}
.js-loaded .page-title__eng span:nth-child(21) {
  -webkit-animation: scale-fadein-02 linear 300ms 630ms forwards;
          animation: scale-fadein-02 linear 300ms 630ms forwards;
}
.js-loaded .page-title__eng span:nth-child(22) {
  -webkit-animation: scale-fadein-02 linear 300ms 660ms forwards;
          animation: scale-fadein-02 linear 300ms 660ms forwards;
}
.js-loaded .page-title__eng span:nth-child(23) {
  -webkit-animation: scale-fadein-02 linear 300ms 690ms forwards;
          animation: scale-fadein-02 linear 300ms 690ms forwards;
}
.js-loaded .page-title__eng span:nth-child(24) {
  -webkit-animation: scale-fadein-02 linear 300ms 720ms forwards;
          animation: scale-fadein-02 linear 300ms 720ms forwards;
}
.js-loaded .page-title__eng span:nth-child(25) {
  -webkit-animation: scale-fadein-02 linear 300ms 750ms forwards;
          animation: scale-fadein-02 linear 300ms 750ms forwards;
}
.js-loaded .page-title__eng span:nth-child(26) {
  -webkit-animation: scale-fadein-02 linear 300ms 780ms forwards;
          animation: scale-fadein-02 linear 300ms 780ms forwards;
}
.js-loaded .page-title__eng span:nth-child(27) {
  -webkit-animation: scale-fadein-02 linear 300ms 810ms forwards;
          animation: scale-fadein-02 linear 300ms 810ms forwards;
}
.js-loaded .page-title__eng span:nth-child(28) {
  -webkit-animation: scale-fadein-02 linear 300ms 840ms forwards;
          animation: scale-fadein-02 linear 300ms 840ms forwards;
}
.js-loaded .page-title__eng span:nth-child(29) {
  -webkit-animation: scale-fadein-02 linear 300ms 870ms forwards;
          animation: scale-fadein-02 linear 300ms 870ms forwards;
}
.js-loaded .page-title__eng span:nth-child(30) {
  -webkit-animation: scale-fadein-02 linear 300ms 900ms forwards;
          animation: scale-fadein-02 linear 300ms 900ms forwards;
}
.js-loaded .page-title__decos .deco-set01 {
  -webkit-animation: translate-fadein-bottom 0.9s ease forwards;
          animation: translate-fadein-bottom 0.9s ease forwards;
}
.js-loaded .page-title__decos .deco-set02 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.1s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.1s ease forwards;
}
.js-loaded .page-title__decos .deco-set03 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.2s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.2s ease forwards;
}
.js-loaded .page-title__decos .deco-set04 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.3s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.3s ease forwards;
}
.js-loaded .page-title__decos .deco-set05 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.4s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.4s ease forwards;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 9px 20px 13px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 8px 16px 6px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #acacac;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #acacac;
}

/*--------------------
	common-title
--------------------*/
.common-title {
  line-height: 1;
}
.common-title__ja {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  opacity: 0.01;
  translate: 0 100%;
  -webkit-transition: opacity 0.3s, translate 0.3s;
  transition: opacity 0.3s, translate 0.3s;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.3rem;
  }
}
.common-title__bracket {
  font-weight: 900;
  color: #f17185;
}
.common-title__bracket:nth-child(1) {
  margin-right: 1em;
}
.common-title__bracket:nth-child(2) {
  margin-left: 1em;
}
.common-title__eng {
  font-family: "Montserrat", sans-serif;
  font-size: 8.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 27px;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 3.6rem;
    margin-top: 16px;
  }
  .common-title__eng br {
    display: none;
  }
}
.common-title__eng span {
  display: inline-block;
  opacity: 0;
}
.common-title.js-active .common-title__ja {
  translate: 0 0;
  opacity: 1;
}
.common-title.js-active .common-title__eng span:nth-child(1) {
  -webkit-animation: scale-fadein-02 linear 300ms 30ms forwards;
          animation: scale-fadein-02 linear 300ms 30ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(2) {
  -webkit-animation: scale-fadein-02 linear 300ms 60ms forwards;
          animation: scale-fadein-02 linear 300ms 60ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(3) {
  -webkit-animation: scale-fadein-02 linear 300ms 90ms forwards;
          animation: scale-fadein-02 linear 300ms 90ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(4) {
  -webkit-animation: scale-fadein-02 linear 300ms 120ms forwards;
          animation: scale-fadein-02 linear 300ms 120ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(5) {
  -webkit-animation: scale-fadein-02 linear 300ms 150ms forwards;
          animation: scale-fadein-02 linear 300ms 150ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(6) {
  -webkit-animation: scale-fadein-02 linear 300ms 180ms forwards;
          animation: scale-fadein-02 linear 300ms 180ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(7) {
  -webkit-animation: scale-fadein-02 linear 300ms 210ms forwards;
          animation: scale-fadein-02 linear 300ms 210ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(8) {
  -webkit-animation: scale-fadein-02 linear 300ms 240ms forwards;
          animation: scale-fadein-02 linear 300ms 240ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(9) {
  -webkit-animation: scale-fadein-02 linear 300ms 270ms forwards;
          animation: scale-fadein-02 linear 300ms 270ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(10) {
  -webkit-animation: scale-fadein-02 linear 300ms 300ms forwards;
          animation: scale-fadein-02 linear 300ms 300ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(11) {
  -webkit-animation: scale-fadein-02 linear 300ms 330ms forwards;
          animation: scale-fadein-02 linear 300ms 330ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(12) {
  -webkit-animation: scale-fadein-02 linear 300ms 360ms forwards;
          animation: scale-fadein-02 linear 300ms 360ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(13) {
  -webkit-animation: scale-fadein-02 linear 300ms 390ms forwards;
          animation: scale-fadein-02 linear 300ms 390ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(14) {
  -webkit-animation: scale-fadein-02 linear 300ms 420ms forwards;
          animation: scale-fadein-02 linear 300ms 420ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(15) {
  -webkit-animation: scale-fadein-02 linear 300ms 450ms forwards;
          animation: scale-fadein-02 linear 300ms 450ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(16) {
  -webkit-animation: scale-fadein-02 linear 300ms 480ms forwards;
          animation: scale-fadein-02 linear 300ms 480ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(17) {
  -webkit-animation: scale-fadein-02 linear 300ms 510ms forwards;
          animation: scale-fadein-02 linear 300ms 510ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(18) {
  -webkit-animation: scale-fadein-02 linear 300ms 540ms forwards;
          animation: scale-fadein-02 linear 300ms 540ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(19) {
  -webkit-animation: scale-fadein-02 linear 300ms 570ms forwards;
          animation: scale-fadein-02 linear 300ms 570ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(20) {
  -webkit-animation: scale-fadein-02 linear 300ms 600ms forwards;
          animation: scale-fadein-02 linear 300ms 600ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(21) {
  -webkit-animation: scale-fadein-02 linear 300ms 630ms forwards;
          animation: scale-fadein-02 linear 300ms 630ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(22) {
  -webkit-animation: scale-fadein-02 linear 300ms 660ms forwards;
          animation: scale-fadein-02 linear 300ms 660ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(23) {
  -webkit-animation: scale-fadein-02 linear 300ms 690ms forwards;
          animation: scale-fadein-02 linear 300ms 690ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(24) {
  -webkit-animation: scale-fadein-02 linear 300ms 720ms forwards;
          animation: scale-fadein-02 linear 300ms 720ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(25) {
  -webkit-animation: scale-fadein-02 linear 300ms 750ms forwards;
          animation: scale-fadein-02 linear 300ms 750ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(26) {
  -webkit-animation: scale-fadein-02 linear 300ms 780ms forwards;
          animation: scale-fadein-02 linear 300ms 780ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(27) {
  -webkit-animation: scale-fadein-02 linear 300ms 810ms forwards;
          animation: scale-fadein-02 linear 300ms 810ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(28) {
  -webkit-animation: scale-fadein-02 linear 300ms 840ms forwards;
          animation: scale-fadein-02 linear 300ms 840ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(29) {
  -webkit-animation: scale-fadein-02 linear 300ms 870ms forwards;
          animation: scale-fadein-02 linear 300ms 870ms forwards;
}
.common-title.js-active .common-title__eng span:nth-child(30) {
  -webkit-animation: scale-fadein-02 linear 300ms 900ms forwards;
          animation: scale-fadein-02 linear 300ms 900ms forwards;
}
.common-title.-center {
  text-align: center;
}
.common-title.-column-reverse .common-title__eng {
  margin-top: 0;
}
@media (min-width: 835px) {
  .common-title.-column-reverse .common-title__eng {
    font-size: 7.5rem;
  }
}
.common-title.-column-reverse .common-title__ja {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .common-title.-column-reverse .common-title__ja {
    margin-top: 10px;
  }
}

/*--------------------
	common-btn
--------------------*/
.common-btn {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 834px) {
  .common-btn {
    max-width: 240px;
  }
}
.common-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 23.5px 6.25% 23.5px 12.5%;
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, filter 0.3s;
  transition: scale 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .common-btn__link {
    font-size: 1.5rem;
    gap: 8px;
    padding: 13px 6.25% 13px 12.5%;
  }
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
    scale: 0.95;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  .common-btn__link:hover .common-btn__icon::before {
    -webkit-animation: arrow-translate 0.3s forwards;
            animation: arrow-translate 0.3s forwards;
  }
}
.common-btn__text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.common-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.83333333em;
  aspect-ratio: 69/35;
  border-radius: 100vmax;
  background: #fff;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  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;
}
.common-btn__icon::before {
  content: "";
  width: 1.38888889em;
  aspect-ratio: 25/12;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .common-btn__icon::before {
    width: 16px;
  }
}

.common-btn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-btn02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
@media (max-width: 834px) {
  .common-btn02__link {
    gap: 8px;
  }
}
@media (any-hover: hover) {
  .common-btn02__link:hover {
    opacity: 1;
  }
  .common-btn02__link:hover .common-btn02__text::before {
    width: 0;
    left: auto;
  }
  .common-btn02__link:hover .common-btn02__icon {
    translate: 4px 0;
  }
}
.common-btn02__text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding-bottom: 3px;
}
@media (max-width: 834px) {
  .common-btn02__text {
    font-size: 1.5rem;
  }
}
.common-btn02__text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn02__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #111;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  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;
}
@media (max-width: 834px) {
  .common-btn02__icon {
    width: 48px;
  }
}
.common-btn02__icon::before {
  content: "";
  width: 25px;
  aspect-ratio: 25/12;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .common-btn02__icon::before {
    width: 15px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px min(1.80555556%, 26px) 30px min(3.05555556%, 44px);
  -webkit-transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 10px 8px 10px 12px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-transition: max-width 0.3s, opacity 0.3s, gap 0.3s;
  transition: max-width 0.3s, opacity 0.3s, gap 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link {
    gap: 8px;
  }
}
.header__logo-link .logo {
  max-width: 217px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link .logo {
    max-width: 162.75px;
  }
}
@media (max-width: 365px) {
  .header__logo-link .logo {
    max-width: 151.9px;
  }
}
.header__logo-link .logo-site {
  max-width: 133px;
  margin-bottom: -4px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link .logo-site {
    max-width: 99.75px;
  }
}
@media (max-width: 365px) {
  .header__logo-link .logo-site {
    max-width: 97.09px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14.6px, 1.3888888889vw, 20px);
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(23.36px, 2.2222222222vw, 32px);
  border: 1px solid #2f4858;
  border-radius: 100vmax;
  padding: 20px clamp(35.04px, 3.3333333333vw, 48px);
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media (max-width: 834px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #f17185;
  }
}

.js-scrolled .header__inner {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 8px rgba(17, 17, 17, 0.1);
  padding: 14px 16px 14px 24px;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 8px 8px 8px 10px;
  }
}
.js-scrolled .header__nav-list {
  padding-block: 16px;
}
.js-scrolled .header__action-link {
  padding-block: 20.5px;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  z-index: 1;
  background: #fff;
}
.footer__inner {
  padding-bottom: 23px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-bottom: 10px;
  }
}
.footer__nav {
  position: relative;
}
.footer__nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  background: #111;
  pointer-events: none;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px clamp(21px, 2vw, 28px);
  padding-block: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 835px) {
  .footer__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 834px) {
  .footer__nav-list {
    padding-block: 16px;
    gap: 6px 16px;
  }
}
.footer__nav-link {
  font-size: clamp(1.7rem, 1.5vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .footer__nav-link {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #f17185;
  }
}
@media (min-width: 835px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin-top: 37px;
  }
}
@media (max-width: 834px) {
  .footer__body {
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 408px;
            flex: 0 0 408px;
    padding-bottom: 12px;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-transition: max-width 0.3s, opacity 0.3s, gap 0.3s;
  transition: max-width 0.3s, opacity 0.3s, gap 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-link {
    gap: 8px;
  }
}
.footer__logo-link .logo {
  max-width: 217px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-link .logo {
    max-width: 173.6px;
  }
}
.footer__logo-link .logo-site {
  max-width: 133px;
  margin-bottom: -4px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-link .logo-site {
    max-width: 106.4px;
  }
}
.footer__corp {
  margin-top: 72px;
}
@media (max-width: 834px) {
  .footer__corp {
    margin-top: 32px;
  }
}
.footer__corp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffd8de;
  border-radius: 100vmax;
  border: 1px solid #111;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  max-width: 279px;
  padding: 24px 40px 24px 32px;
}
@media (max-width: 834px) {
  .footer__corp-link {
    font-size: 1.4rem;
    max-width: 240px;
    padding: 16px 32px 16px 24px;
  }
}
.footer__corp-link::after {
  content: "";
  display: block;
  width: 0.93333333em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_external.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer__sns {
  margin-top: 25px;
}
@media (max-width: 834px) {
  .footer__sns {
    margin-top: 16px;
  }
}
.footer__sns-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .footer__sns-title {
    font-size: 1.6rem;
  }
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .footer__sns-list {
    gap: 8px;
    margin-top: 4px;
  }
}
.footer__sns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 115px;
  width: 100%;
  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;
  background: #c7d2ff;
  border: 1px solid #111;
  border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.4em 0.5em;
}
@media (max-width: 834px) {
  .footer__sns-item {
    max-width: 104px;
    font-size: 1.4rem;
  }
}
.footer__sns-name {
  border-bottom: 1px solid currentColor;
}
@media (min-width: 835px) {
  .footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 72px;
  }
}
@media (max-width: 834px) {
  .footer__legal {
    margin-top: 32px;
  }
}
.footer__analytics-link {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #888;
  line-height: 1.5;
  border-bottom: 1px solid rgba(136, 136, 136, 0.6);
  padding-bottom: 3px;
}
@media (max-width: 834px) {
  .footer__analytics-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.1rem;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #888;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .footer__copyright {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.footer__deco {
  max-width: max(284px, 51.92307692%);
}
@media (min-width: 835px) {
  .footer__deco {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .footer__deco {
    margin-inline: auto;
    margin-top: 32px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: relative;
  z-index: 1;
  border-top: 1px solid #111;
  background: #fff;
}
.pagetop__link {
  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;
  padding: 1.5em 1em;
}
@media (max-width: 834px) {
  .pagetop__link {
    padding: 1.2em 1em;
  }
}
@media (any-hover: hover) {
  .pagetop__link:hover {
    opacity: 1;
  }
  .pagetop__link:hover .pagetop__text {
    color: #fcbb65;
  }
  .pagetop__link:hover .pagetop__text::after {
    background: #fcbb65;
  }
}
.pagetop__text {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.pagetop__text::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% + 3px);
  translate: 0 -50%;
  width: 0.6875em;
  aspect-ratio: 11/13;
  background: #111;
  pointer-events: none;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* ============================================
// 募集要項導線
// ==========================================*/
.sec-recruit {
  position: relative;
  z-index: 1;
  background: #333;
}
.sec-recruit__inner {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .sec-recruit__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.sec-recruit__contents {
  position: relative;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  padding: 70px 4.16666667% 78px;
}
@media (max-width: 834px) {
  .sec-recruit__contents {
    border-radius: 20px;
    margin-inline: -2%;
    padding: 48px 4.16666667% 40px;
  }
}
.sec-recruit__contents::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed #111;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec-recruit__contents::before {
    inset: 10px;
    border-radius: 15px;
  }
}
.sec-recruit__entry {
  position: relative;
}
.sec-recruit__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .sec-recruit__title {
    width: 75%;
  }
}
.sec-recruit__lead {
  font-size: clamp(2.6rem, 2.3333333333vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 55px;
}
@media (min-width: 835px) {
  .sec-recruit__lead {
    max-width: clamp(640.8px, 59.3333333333vw, 712px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__lead {
    font-size: 1.8rem;
    padding-inline: 10%;
    text-align: center;
    margin-top: 30px;
  }
}
.sec-recruit__deco {
  position: absolute;
  pointer-events: none;
}
.sec-recruit__deco.deco01 {
  top: -23px;
  left: -35px;
  width: clamp(152.46px, 14.6666666667vw, 198px);
}
@media (max-width: 834px) {
  .sec-recruit__deco.deco01 {
    top: -22%;
    left: -10%;
    width: 19%;
  }
}
.sec-recruit__deco.deco02 {
  top: -18px;
  right: -95px;
  width: clamp(190.19px, 18.2962962963vw, 247px);
}
@media (max-width: 834px) {
  .sec-recruit__deco.deco02 {
    top: -16%;
    right: -13%;
    width: 23%;
  }
}
@media (min-width: 835px) {
  .sec-recruit__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.73224044%;
    margin-top: 44px;
  }
}
@media (min-width: 835px) and (min-width: 1201px) {
  .sec-recruit__contact {
    padding-right: 2.73224044%;
  }
}
@media (max-width: 834px) {
  .sec-recruit__contact {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .sec-recruit__tel-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec-recruit__tel-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 835px) {
  .sec-recruit__tel-info {
    margin-top: 3px;
  }
}
@media (max-width: 834px) {
  .sec-recruit__tel-info {
    margin-inline: auto;
  }
}
.sec-recruit__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4.6rem, 4.4444444444vw, 6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 834px) {
  .sec-recruit__tel {
    gap: 8px;
    font-size: 3.2rem;
  }
}
.sec-recruit__tel::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.63333333em;
          flex: 0 0 0.63333333em;
  width: 0.63333333em;
  aspect-ratio: 38/50;
  background: url(../img/common/icon_tel.png) center center/contain no-repeat;
  pointer-events: none;
}
.sec-recruit__tel-time {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .sec-recruit__tel-time {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
.sec-recruit__staff {
  margin-top: 25px;
}
@media (min-width: 835px) {
  .sec-recruit__staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
  }
}
@media (max-width: 834px) {
  .sec-recruit__staff {
    margin-top: 16px;
  }
}
.sec-recruit__staff-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  background: #c7d2ff;
  border-radius: 100vmax;
  border: 1px solid #111;
  padding: 0.25em 1.3em;
}
@media (max-width: 834px) {
  .sec-recruit__staff-title {
    font-size: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.sec-recruit__staff-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 4px 1em;
}
@media (min-width: 835px) {
  .sec-recruit__staff-names {
    margin-left: 14px;
  }
}
@media (max-width: 834px) {
  .sec-recruit__staff-names {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
    padding-inline: 5%;
  }
}
.sec-recruit__staff-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .sec-recruit__staff-name {
    font-size: 1.6rem;
  }
}
.sec-recruit__staff-ruby {
  font-size: 0.83333333em;
  font-weight: 400;
}
@media (min-width: 835px) {
  .sec-recruit__btn-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #111;
    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;
  }
}
@media (max-width: 834px) {
  .sec-recruit__btn-block {
    margin-top: 24px;
  }
}
.sec-recruit .common-btn {
  max-width: clamp(296px, 27.4074074074vw, 370px);
}
@media (min-width: 835px) {
  .sec-recruit .common-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 834px) {
  .sec-recruit .common-btn {
    max-width: 240px;
    margin-inline: auto;
    padding-top: 24px;
    border-top: 1px solid #111;
  }
}
.sec-recruit .common-btn__link {
  background: #f17185;
  padding: 25.5px 8.10810811% 25.5px 10.81081081%;
  width: 100%;
}
@media (max-width: 834px) {
  .sec-recruit .common-btn__link {
    padding: 16px 8.10810811% 16px 10.81081081%;
  }
}
.sec-recruit .common-btn__text {
  color: #fff;
}
@media (min-width: 835px) {
  .sec-recruit .common-btn__text {
    font-size: 2rem;
  }
}
.sec-recruit__student {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .sec-recruit__student {
    margin-top: 32px;
  }
}
.sec-recruit__student-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border: 1px solid currentColor;
  padding: 0.44em 1em;
  text-align: center;
}
@media (min-width: 835px) {
  .sec-recruit__student-title {
    border-radius: 100vmax;
  }
}
@media (max-width: 834px) {
  .sec-recruit__student-title {
    font-size: 1.8rem;
    margin-inline: 5%;
  }
}
.sec-recruit__student-text {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .sec-recruit__student-text {
    font-size: 1.5rem;
    margin-inline: 4%;
    margin-top: 16px;
  }
}
.sec-recruit__contents.js-active .deco01 img,
.sec-recruit__contents.js-active .deco02 img {
  -webkit-animation: jump 3s ease infinite;
          animation: jump 3s ease infinite;
}

/* ============================================
// INDEX
// ==========================================*/
@media (max-width: 834px) {
  .front-page.js-topMovie .hero__video {
    position: fixed;
    top: 0;
    height: 100vh;
  }
}
.front-page .main {
  padding-top: 0;
  padding-bottom: 0;
  background: #fcbb65;
}
.front-page .hero {
  position: relative;
}
.front-page .hero::before {
  content: "";
  position: absolute;
  inset: 0 0 clamp(101.47px, 9.6527777778vw, 139px) 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .hero::before {
    inset: 0 0 -41px 0;
  }
}
.front-page .hero::after {
  content: "";
  position: absolute;
  top: calc(100% - clamp(102.2px, 9.7222222222vw, 140px));
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/index/divider_hero.png) center top/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .hero::after {
    top: calc(100% + 40px);
  }
}
.front-page .hero__inner {
  padding-top: 134px;
  padding-inline: 70px;
}
@media (max-width: 834px) {
  .front-page .hero__inner {
    padding-top: 70px;
    padding-inline: 4.2%;
    padding-inline: 3.5%;
  }
}
.front-page .hero__contents {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
.front-page .hero__heading {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 43px;
}
@media (max-width: 834px) {
  .front-page .hero__heading {
    gap: 8px;
    margin-top: 8px;
  }
}
.front-page .hero__heading .text01 {
  max-width: 236px;
  width: 18.15384615%;
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .hero__heading .text01 {
    width: 33%;
  }
}
.front-page .hero__heading .text02 {
  max-width: 320px;
  width: 24.61538462%;
  opacity: 0.01;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 834px) {
  .front-page .hero__heading .text02 {
    width: 50%;
  }
}
.front-page .hero__copy-main {
  position: relative;
  z-index: 3;
  max-width: 1201px;
  width: 92.38461538%;
  margin-top: min(3.30769231%, 43px);
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .hero__copy-main {
    margin-top: max(3.30769231%, 20px);
    width: 100%;
  }
}
.front-page .hero__copy-main::before {
  content: "";
  position: absolute;
  top: 45.96774194%;
  left: -2.99750208%;
  width: 8.65945046%;
  aspect-ratio: 104/237;
  background: url(../img/index/deco_hero_01.png) center center/contain no-repeat;
  pointer-events: none;
  opacity: 0.01;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .hero__copy-main::before {
    top: 60%;
  }
}
.front-page .hero__copy-main::after {
  content: "";
  position: absolute;
  top: 71.37096774%;
  right: -11.99000833%;
  width: 16.06994172%;
  aspect-ratio: 193/226;
  background: url(../img/index/deco_hero_02.png) center center/contain no-repeat;
  pointer-events: none;
  opacity: 0.01;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .hero__copy-main::after {
    top: 85%;
    right: -5%;
  }
}
.front-page .hero__copy-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(3.38461538%, 44px);
}
@media (max-width: 834px) {
  .front-page .hero__copy-sub {
    margin-top: max(3.38461538%, 20px);
  }
}
.front-page .hero__copy-sub .copy-sub01 {
  max-width: 491px;
  width: 37.76923077%;
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .hero__copy-sub .copy-sub01 {
    width: 63%;
  }
}
.front-page .hero__copy-sub .copy-sub02 {
  max-width: 637px;
  width: 49%;
  margin-top: min(0.76923077%, 10px);
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .hero__copy-sub .copy-sub02 {
    width: 84%;
    margin-top: max(0.76923077%, 6px);
  }
}
.front-page .hero__decos {
  position: absolute;
  top: -7.35%;
  right: 0;
  max-width: 675px;
  width: 51.92307692%;
  aspect-ratio: 675/251;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero__decos {
    top: calc(100% + 12px);
    width: 60%;
  }
}
.front-page .hero__decos .deco-set01 {
  position: absolute;
  top: 5.17928287%;
  left: 0;
  width: 10.96296296%;
  aspect-ratio: 1/1;
  z-index: 1;
  opacity: 0.01;
}
.front-page .hero__decos .deco-set02 {
  position: absolute;
  bottom: 0;
  left: 13.77777778%;
  width: 23.11111111%;
  aspect-ratio: 156/236;
  z-index: 2;
  opacity: 0.01;
}
.front-page .hero__decos .deco-set03 {
  position: absolute;
  top: 0;
  left: 39.25925926%;
  width: 16.44444444%;
  width: 16.4444444444%;
  aspect-ratio: 111/119;
  z-index: 1;
  opacity: 0.01;
}
.front-page .hero__decos .deco-set04 {
  position: absolute;
  bottom: 5.57768924%;
  left: 21.18518519%;
  width: 51.25925926%;
  aspect-ratio: 346/122;
  z-index: 1;
  opacity: 0.01;
}
.front-page .hero__decos .deco-set05 {
  position: absolute;
  top: 16.33466135%;
  right: 0;
  width: 48.59259259%;
  aspect-ratio: 328/189;
  opacity: 0.01;
}
.front-page .hero__video {
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .hero__video {
    position: absolute;
    top: calc(100% + 44px);
  }
}
.front-page .hero__video-inner {
  position: absolute;
  inset: 0;
}
.front-page .hero__video-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.01;
  -webkit-transition: opacity 1s 1.7s;
  transition: opacity 1s 1.7s;
}
.front-page.js-loaded .hero__heading .text01 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.8s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.8s ease forwards;
}
.front-page.js-loaded .hero__heading .text02 {
  -webkit-animation: translate-fadein-bottom 0.9s 0.9s ease forwards;
          animation: translate-fadein-bottom 0.9s 0.9s ease forwards;
}
.front-page.js-loaded .hero__copy-main {
  -webkit-animation: scale-fadein-02 0.78s ease forwards;
          animation: scale-fadein-02 0.78s ease forwards;
}
.front-page.js-loaded .hero__copy-main::before {
  -webkit-animation: scale-fadein 0.55s 0.4s ease forwards, jump 3s 1.6s ease infinite;
          animation: scale-fadein 0.55s 0.4s ease forwards, jump 3s 1.6s ease infinite;
}
.front-page.js-loaded .hero__copy-main::after {
  -webkit-animation: scale-fadein 0.55s 0.4s ease forwards, jump 3s 1.6s ease infinite;
          animation: scale-fadein 0.55s 0.4s ease forwards, jump 3s 1.6s ease infinite;
}
.front-page.js-loaded .hero__copy-sub .copy-sub01 {
  -webkit-animation: translate-fadein-left 0.9s 1.5s ease forwards;
          animation: translate-fadein-left 0.9s 1.5s ease forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__copy-sub .copy-sub01 {
    -webkit-animation: translate-fadein-left-sp 0.9s 1.5s ease forwards;
            animation: translate-fadein-left-sp 0.9s 1.5s ease forwards;
  }
}
.front-page.js-loaded .hero__copy-sub .copy-sub02 {
  -webkit-animation: translate-fadein-left 0.9s 1.6s ease forwards;
          animation: translate-fadein-left 0.9s 1.6s ease forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__copy-sub .copy-sub02 {
    -webkit-animation: translate-fadein-left-sp 0.9s 1.6s ease forwards;
            animation: translate-fadein-left-sp 0.9s 1.6s ease forwards;
  }
}
.front-page.js-loaded .hero__decos .deco-set01 {
  -webkit-animation: translate-fadein-bottom 0.9s 1s ease forwards, kakukaku-01 3s 1.6s ease infinite;
          animation: translate-fadein-bottom 0.9s 1s ease forwards, kakukaku-01 3s 1.6s ease infinite;
}
.front-page.js-loaded .hero__decos .deco-set02 {
  -webkit-animation: translate-fadein-bottom 0.9s 1.1s ease forwards;
          animation: translate-fadein-bottom 0.9s 1.1s ease forwards;
}
.front-page.js-loaded .hero__decos .deco-set03 {
  -webkit-animation: translate-fadein-bottom 0.9s 1.2s ease forwards, kakukaku-02 3s 1.6s ease infinite;
          animation: translate-fadein-bottom 0.9s 1.2s ease forwards, kakukaku-02 3s 1.6s ease infinite;
}
.front-page.js-loaded .hero__decos .deco-set04 {
  -webkit-animation: translate-fadein-bottom 0.9s 1.3s ease forwards;
          animation: translate-fadein-bottom 0.9s 1.3s ease forwards;
}
.front-page.js-loaded .hero__decos .deco-set05 {
  -webkit-animation: translate-fadein-bottom 0.9s 1.4s ease forwards;
          animation: translate-fadein-bottom 0.9s 1.4s ease forwards;
}
.front-page.js-loaded .hero__video-inner iframe {
  opacity: 1;
}
.front-page .section-gap {
  height: clamp(628.53px, 59.7916666667vw, 861px);
}
@media (max-width: 834px) {
  .front-page .section-gap {
    height: clamp(329px, 63.7889688249vw, 532px);
  }
}
@media (max-width: 630px) {
  .front-page .section-gap {
    height: clamp(329px, 70.3174603175vw, 443px);
  }
}
.front-page .about {
  position: relative;
}
.front-page .about::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/index/divider_about.png) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 835px) {
  .front-page .about::before {
    opacity: 0.9;
  }
}
.front-page .about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #c1f6fc;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 835px) {
  .front-page .about::after {
    opacity: 0.9;
  }
}
@media (min-width: 835px) {
  .front-page .about:not(:has(.about__image)) .about__text {
    padding-right: 70px;
  }
  .front-page .about:not(:has(.about__image)) .about__lead {
    padding-right: 0;
  }
}
.front-page .about__inner {
  padding-top: 80px;
  padding-bottom: 104px;
}
@media (max-width: 834px) {
  .front-page .about__inner {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
.front-page .about__contents {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .about__contents {
    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;
    gap: 1.8%;
    max-width: 1440px;
    margin-inline: auto;
  }
}
.front-page .about__contents::before {
  content: "";
  position: absolute;
  bottom: -86px;
  right: 5.90277778%;
  max-width: 45.69444444%;
  width: 100%;
  aspect-ratio: 658/223;
  background: url(../img/index/deco_about_03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .about__contents::before {
    right: 10px;
    max-width: 184.24px;
    bottom: -80px;
  }
}
.front-page .about__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.41666667%;
          flex: 0 0 45.41666667%;
  height: 100%;
  border-radius: 30px;
  outline: 1px solid #111;
  -webkit-box-shadow: 9px 9px 0 #111;
          box-shadow: 9px 9px 0 #111;
}
@media (min-width: 835px) {
  .front-page .about__image {
    margin-bottom: 80px;
  }
}
@media (max-width: 1460px) {
  .front-page .about__image {
    border-radius: 30px 0 0 30px;
  }
}
@media (max-width: 834px) {
  .front-page .about__image {
    border-radius: 15px 0 0 15px;
    margin-left: 20%;
    margin-bottom: 32px;
    -webkit-box-shadow: 6px 6px 0 #111;
            box-shadow: 6px 6px 0 #111;
  }
}
.front-page .about__image::before {
  content: "";
  position: absolute;
  top: 58.71833085%;
  left: -12.3853211%;
  width: 18.04281346%;
  aspect-ratio: 118/117;
  background: url(../img/index/deco_about_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.front-page .about__image img {
  border-radius: 30px;
  aspect-ratio: 654/671;
}
@media (max-width: 1460px) {
  .front-page .about__image img {
    border-radius: 30px 0 0 30px;
  }
}
@media (max-width: 834px) {
  .front-page .about__image img {
    border-radius: 15px 0 0 15px;
  }
}
@media (min-width: 835px) {
  .front-page .about__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 4.86111111%;
  }
}
@media (max-width: 834px) {
  .front-page .about__text {
    padding-inline: 6.25%;
  }
}
.front-page .about .common-title__ja {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .about .common-title__ja::before {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(27.01px, 2.5694444444vw, 37px));
  left: calc(100% + clamp(34.31px, 3.2638888889vw, 47px));
  width: clamp(90.52px, 8.6111111111vw, 124px);
  aspect-ratio: 124/125;
  background: url(../img/index/deco_about_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .about .common-title__ja::before {
    top: -14.8px;
    left: calc(100% + 18.8px);
    width: 49.6px;
  }
}
@media (min-width: 835px) {
  .front-page .about .common-title__eng {
    font-size: clamp(4.544rem, 4.4137931034vw, 6.4rem);
  }
}
.front-page .about__lead {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.3;
  margin-top: 31px;
}
@media (min-width: 835px) {
  .front-page .about__lead {
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    padding-right: 11%;
  }
}
@media (max-width: 834px) {
  .front-page .about__lead {
    margin-top: 16px;
  }
  .front-page .about__lead br {
    display: none;
  }
}
.front-page .movie {
  background: #fff;
}
.front-page .movie__inner {
  padding-top: 108px;
  padding-bottom: 142px;
}
@media (max-width: 834px) {
  .front-page .movie__inner {
    padding-top: 64px;
    padding-bottom: 108px;
  }
}
.front-page .movie .common-title__ja {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.front-page .movie .common-title__ja::before {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(34.4px, 3.1851851852vw, 43px));
  right: calc(100% + clamp(42.4px, 3.9259259259vw, 53px));
  width: clamp(68.8px, 6.3703703704vw, 86px);
  aspect-ratio: 86/87;
  background: url(../img/index/deco_movie_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .movie .common-title__ja::before {
    top: -48px;
    right: calc(100% - 6px);
    width: 38.7px;
  }
}
.front-page .movie .common-title__ja::after {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(24px, 2.2222222222vw, 30px));
  left: calc(100% + clamp(31.2px, 2.8888888889vw, 39px));
  width: clamp(48px, 4.4444444444vw, 60px);
  aspect-ratio: 1/1;
  background: url(../img/index/deco_movie_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .movie .common-title__ja::after {
    top: -40px;
    left: calc(100% + 8px);
    width: 30px;
  }
}
.front-page .movie .common-title__eng {
  position: relative;
  text-align: center;
}
.front-page .movie .common-title__eng::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 7px;
  width: 15.5%;
  aspect-ratio: 186/312;
  background: url(../img/index/deco_movie_03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .front-page .movie .common-title__eng::before {
    left: -30px;
  }
}
@media (max-width: 834px) {
  .front-page .movie .common-title__eng::before {
    top: 0;
    left: -16px;
    width: 46.5px;
  }
}
.front-page .movie .common-title__eng::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 32.83333333%;
  aspect-ratio: 394/61;
  background: url(../img/index/deco_movie_04.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1200px) {
  .front-page .movie .common-title__eng::after {
    right: -30px;
  }
}
@media (max-width: 834px) {
  .front-page .movie .common-title__eng::after {
    right: -16px;
    width: 30%;
  }
}
.front-page .movie__body {
  background: #c1f6fc;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  max-width: 790px;
  margin-inline: auto;
  padding: 56px 3% 36px;
  margin-top: 45px;
}
@media (max-width: 834px) {
  .front-page .movie__body {
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 10px;
    padding: 32px 5% 24px;
    margin-top: 24px;
    margin-inline: -4%;
  }
}
.front-page .movie__navigation {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .front-page .movie__navigation {
    gap: 18px 8px;
    margin-bottom: 18px;
  }
}
.front-page .movie__navigation-item {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.6em 1.3em;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .front-page .movie__navigation-item {
    font-size: min(3.7vw, 1.4rem);
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.front-page .movie__navigation-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1px;
  height: 0;
  z-index: -1;
  background: #f17185;
  pointer-events: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media (max-width: 834px) {
  .front-page .movie__navigation-item::before {
    bottom: -7px;
  }
}
.front-page .movie__navigation-item.is-active {
  opacity: 1;
  cursor: auto;
}
.front-page .movie__navigation-item.is-active::before {
  height: 25px;
}
@media (max-width: 834px) {
  .front-page .movie__navigation-item.is-active::before {
    height: 19px;
  }
}
.front-page .movie__swiper {
  position: relative;
  max-width: 670px;
  margin: auto;
  overflow: visible;
}
.front-page .movie__slide {
  position: relative;
  z-index: 5;
  aspect-ratio: 16/9;
  width: 100% !important;
  font-size: 0;
}
.front-page .movie__slide iframe {
  width: 100%;
  height: 100%;
}
.front-page .movie__button-prev, .front-page .movie__button-next {
  width: 64px;
  height: 64px;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 50%;
  margin-top: 0;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, filter 0.3s;
  transition: scale 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .front-page .movie__button-prev, .front-page .movie__button-next {
    width: 48px;
    height: 48px;
    top: calc(100% + 69px);
  }
}
.front-page .movie__button-prev::after, .front-page .movie__button-next::after {
  content: none;
}
.front-page .movie__button-prev::before, .front-page .movie__button-next::before {
  content: "";
  width: 25px;
  aspect-ratio: 25/12;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .movie__button-prev::before, .front-page .movie__button-next::before {
    width: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .movie__button-prev:hover, .front-page .movie__button-next:hover {
    scale: 0.95;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}
.front-page .movie__button-prev {
  right: calc(100% + 26px);
  left: auto;
  rotate: 180deg;
}
@media (max-width: 834px) {
  .front-page .movie__button-prev {
    right: calc(50% + 4px);
  }
}
.front-page .movie__button-next {
  left: calc(100% + 26px);
  right: auto;
}
@media (max-width: 834px) {
  .front-page .movie__button-next {
    left: calc(50% + 4px);
  }
}
.front-page .movie__note {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #f17185;
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .front-page .movie__note {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.front-page .movie__note-icon {
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1/1;
  background: #f17185;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.front-page .movie__note-icon:nth-child(1) {
  margin-right: 0.4em;
}
.front-page .movie__note-icon:nth-child(2) {
  margin-left: 0.4em;
}
.front-page .charm {
  position: relative;
  background: #fff;
}
.front-page .charm::before {
  content: "";
  position: absolute;
  bottom: 74px;
  left: 0;
  max-width: 409px;
  width: 100%;
  aspect-ratio: 409/107;
  background: url(../img/index/deco_charm_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .charm::before {
    bottom: 16px;
    max-width: 204.5px;
  }
}
.front-page .charm__inner {
  padding-top: 145px;
  padding-bottom: 158px;
}
@media (max-width: 834px) {
  .front-page .charm__inner {
    padding-top: 64px;
    padding-bottom: 95px;
  }
}
.front-page .charm__contents {
  position: relative;
}
.front-page .charm__contents::before {
  content: "";
  position: absolute;
  top: -145px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #111, #111 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .charm__contents::before {
    top: -66px;
  }
}
@media (min-width: 835px) {
  .front-page .charm__contents {
    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;
    gap: 6.5%;
  }
}
.front-page .charm__images {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.07692308%;
          flex: 0 0 63.07692308%;
  max-width: 820px;
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.43902439%;
}
.front-page .charm__images::before {
  content: "";
  position: absolute;
  top: -11.22244489%;
  left: -7.31707317%;
  width: 13.53658537%;
  aspect-ratio: 111/119;
  background: url(../img/index/deco_charm_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.front-page .charm__images::after {
  content: "";
  position: absolute;
  bottom: -41.88376754%;
  right: -8.04878049%;
  width: 30.85365854%;
  aspect-ratio: 253/299;
  background: url(../img/index/deco_charm_03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .charm__images::after {
    bottom: -15%;
    width: 26%;
  }
}
.front-page .charm__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: 1px solid #111;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .charm__image {
    border-radius: 5px;
    margin-bottom: 24px;
  }
}
.front-page .charm__image img {
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0 #111;
          box-shadow: 6px 6px 0 #111;
  aspect-ratio: 400/499;
}
@media (max-width: 834px) {
  .front-page .charm__image img {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
  }
}
.front-page .charm__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .front-page .charm__text {
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .front-page .charm .common-title__eng {
    font-size: clamp(6.132rem, 5.7931034483vw, 8.4rem);
  }
}
.front-page .charm__lead {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .charm__lead {
    margin-top: 16px;
  }
}
.front-page .charm .common-btn {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .front-page .charm .common-btn {
    margin-top: 16px;
  }
}
.front-page .charm__deco {
  position: absolute;
  pointer-events: none;
}
.front-page .charm__deco.deco01 {
  top: calc(100% - clamp(146px, 13.8888888889vw, 200px));
  width: 12.84615385%;
  aspect-ratio: 167/242;
}
@media (min-width: 835px) {
  .front-page .charm__deco.deco01 {
    right: 40%;
  }
}
@media (max-width: 834px) {
  .front-page .charm__deco.deco01 {
    left: 0;
  }
}
.front-page .charm__deco.deco02 {
  top: calc(100% - clamp(51.1px, 4.8611111111vw, 70px));
  right: 3.46153846%;
  width: 25.53846154%;
  aspect-ratio: 332/117;
}
.front-page .interview {
  position: relative;
  background: #c1f6fc;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .front-page .interview {
    border-radius: 20px;
  }
}
.front-page .interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
.front-page .interview__inner {
  max-width: 1240px;
  padding-top: 104px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .interview__inner {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
.front-page .interview .common-title {
  text-align: center;
}
.front-page .interview .common-title__eng {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.front-page .interview .common-title__eng::before {
  content: "";
  position: absolute;
  top: -14px;
  right: calc(100% + 15px);
  width: 97px;
  aspect-ratio: 97/64;
  background: url(../img/index/deco_interview_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .interview .common-title__eng::before {
    top: -10px;
    right: calc(100% + 8px);
    width: 48.5px;
  }
}
.front-page .interview .common-title__eng::after {
  content: "";
  position: absolute;
  top: -3px;
  left: calc(100% + 19px);
  width: 64px;
  aspect-ratio: 64/59;
  background: url(../img/index/deco_interview_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .interview .common-title__eng::after {
    top: -10px;
    left: calc(100% + 10px);
    width: 32px;
  }
}
.front-page .interview .swiper {
  overflow: visible;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .interview .swiper {
    margin-top: 36px;
  }
}
.front-page .interview .swiper .swiper-slide-active {
  z-index: 1;
}
.front-page .interview .swiper .swiper-slide-active::before {
  -webkit-animation: scale-fadein 0.4s 0.6s ease-in-out forwards;
          animation: scale-fadein 0.4s 0.6s ease-in-out forwards;
}
.front-page .interview .swiper .swiper-slide-active::after {
  -webkit-animation: scale-fadein 0.4s 0.7s ease-in-out forwards;
          animation: scale-fadein 0.4s 0.7s ease-in-out forwards;
}
.front-page .interview__slide {
  position: relative;
  height: auto;
}
.front-page .interview__slide::before {
  content: "";
  position: absolute;
  top: clamp(46.72px, 4.4444444444vw, 64px);
  right: calc(100% - 19px);
  width: clamp(72.27px, 6.875vw, 99px);
  aspect-ratio: 99/84;
  background: url(../img/index/deco_interview_03.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: scale-fadeout 0.3s ease-in-out forwards;
          animation: scale-fadeout 0.3s ease-in-out forwards;
}
@media (max-width: 834px) {
  .front-page .interview__slide::before {
    top: 40px;
    right: calc(100% - 16px);
    width: 49.5px;
  }
}
.front-page .interview__slide::after {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(58.4px, 5.5555555556vw, 80px));
  left: calc(100% - 62px);
  width: clamp(154.76px, 14.7222222222vw, 212px);
  aspect-ratio: 212/121;
  background: url(../img/index/deco_interview_04.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: scale-fadeout 0.3s ease-in-out forwards;
          animation: scale-fadeout 0.3s ease-in-out forwards;
}
@media (max-width: 834px) {
  .front-page .interview__slide::after {
    top: -24px;
    left: calc(100% - 48px);
    width: 106px;
  }
}
.front-page .interview__link {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 60px 60px 60px 0;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 0 #000;
          box-shadow: 10px 10px 0 #000;
  outline: 1px solid #111;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (min-width: 835px) {
  .front-page .interview__link {
    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;
    gap: 5.63636364%;
    padding-left: 6%;
  }
}
@media (max-width: 834px) {
  .front-page .interview__link {
    border-radius: 20px 20px 20px 0;
    -webkit-box-shadow: 5px 5px 0 #000;
            box-shadow: 5px 5px 0 #000;
  }
}
@media (any-hover: hover) {
  .front-page .interview__link:hover {
    opacity: 1;
    translate: 0 -16px;
  }
}
.front-page .interview__link:not(:has(.interview__image)) {
  padding-right: 6%;
}
.front-page .interview__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.0696325%;
          flex: 0 0 42.0696325%;
  max-width: 435px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .front-page .interview__image {
    max-width: 290px;
    width: 80%;
    border: 1px solid #111;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
  }
}
.front-page .interview__image img {
  aspect-ratio: 290/300;
}
.front-page .interview__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-block: 40px;
}
@media (max-width: 834px) {
  .front-page .interview__body {
    padding: 16px 6% 24px;
  }
}
.front-page .interview__lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f25757;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .interview__lead {
    font-size: 2rem;
  }
}
.front-page .interview__name {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 36px;
  padding-top: 26px;
}
@media (max-width: 834px) {
  .front-page .interview__name {
    font-size: 2.1rem;
    margin-top: 16px;
    padding-top: 16px;
  }
}
.front-page .interview__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #111, #111 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  pointer-events: none;
}
.front-page .interview__suffix {
  font-size: 0.58333333em;
}
.front-page .interview__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .front-page .interview__meta {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.front-page .interview__label {
  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;
  background: #c7d2ff;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 0.8em 1em;
  font-size: clamp(1.5rem, 1.3333333333vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 0 #111;
          box-shadow: 3px 3px 0 #111;
}
@media (max-width: 834px) {
  .front-page .interview__label {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
.front-page .interview .-graduate .interview__label {
  background: #fcbb65;
}
.front-page .interview__pagination {
  position: static;
}
.front-page .interview__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #111;
  margin: 28px 6px 0;
  background: #fff;
  opacity: 1;
}
@media (max-width: 834px) {
  .front-page .interview__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 16px 4px 0;
  }
}
.front-page .interview__pagination .swiper-pagination-bullet-active {
  background: #dd5893;
}
.front-page .interview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.front-page .interview__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 834px) {
  .front-page .interview__control {
    gap: 6px;
  }
}
.front-page .interview__button-next, .front-page .interview__button-prev {
  position: relative;
  width: 64px;
  height: 64px;
  background: #c7d2ff;
  border-radius: 50%;
  border: 1px solid #111;
  margin-top: 0;
  inset: 0;
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, filter 0.3s;
  transition: scale 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .front-page .interview__button-next, .front-page .interview__button-prev {
    width: 48px;
    height: 48px;
  }
}
.front-page .interview__button-next::before, .front-page .interview__button-prev::before {
  content: "";
  width: 21px;
  aspect-ratio: 21/10;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .interview__button-next::before, .front-page .interview__button-prev::before {
    width: 16px;
  }
}
.front-page .interview__button-next::after, .front-page .interview__button-prev::after {
  content: none;
}
@media (any-hover: hover) {
  .front-page .interview__button-next:hover, .front-page .interview__button-prev:hover {
    opacity: 1;
    scale: 0.95;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}
.front-page .interview__button-prev::before {
  scale: -1 1;
}
.front-page .interview .swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page .company {
  position: relative;
}
.front-page .company::before {
  content: "";
  position: absolute;
  inset: -60px 0 0 0;
  background: #6bbdc6;
  pointer-events: none;
  opacity: 0.9;
  z-index: -1;
}
.front-page .company:not(:has(.company__image)) .company__lead {
  padding-right: 0;
}
.front-page .company__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .company__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.front-page .company__contents {
  position: relative;
  padding: 88px 9.61538462% 80px;
}
@media (min-width: 835px) {
  .front-page .company__contents {
    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;
    gap: 6.3%;
  }
}
@media (max-width: 1200px) {
  .front-page .company__contents {
    padding: 88px 8% 80px;
  }
}
@media (max-width: 834px) {
  .front-page .company__contents {
    padding: 48px 7%;
  }
}
.front-page .company__contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #000;
  clip-path: polygon(calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .company__contents::before {
    clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
  }
}
.front-page .company__contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  aspect-ratio: 1/1;
  background: url(../img/index/deco_company_03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .company__contents::after {
    width: 31px;
  }
}
.front-page .company__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.19047619%;
          flex: 0 0 48.19047619%;
  max-width: 506px;
  margin-inline: auto;
  outline: 1px solid #111;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .company__image {
    border-radius: 5px;
    margin-bottom: 24px;
  }
}
.front-page .company__image img {
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0 #111;
          box-shadow: 6px 6px 0 #111;
  aspect-ratio: 506/412;
}
@media (max-width: 834px) {
  .front-page .company__image img {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
  }
}
.front-page .company__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 835px) {
  .front-page .company .common-title__eng {
    font-size: clamp(6.132rem, 5.7931034483vw, 8.4rem);
  }
}
.front-page .company__lead {
  margin-top: 38px;
}
@media (min-width: 1201px) {
  .front-page .company__lead {
    padding-right: 10%;
  }
}
@media (max-width: 834px) {
  .front-page .company__lead {
    margin-top: 16px;
  }
}
.front-page .company .common-btn {
  margin-top: 53px;
}
@media (max-width: 834px) {
  .front-page .company .common-btn {
    margin-top: 24px;
  }
}
.front-page .company__deco {
  position: absolute;
  pointer-events: none;
}
.front-page .company__deco.deco01 {
  top: calc(100% - clamp(146px, 13.8888888889vw, 200px));
  width: 12.84615385%;
  aspect-ratio: 167/242;
  right: 40%;
}
@media (max-width: 834px) {
  .front-page .company__deco.deco01 {
    top: calc(100% - 40px);
    right: 96px;
    width: 48px;
  }
}
.front-page .company__deco.deco02 {
  top: calc(100% - clamp(51.1px, 4.8611111111vw, 70px));
  right: 3.46153846%;
  width: 25.53846154%;
  aspect-ratio: 332/117;
}
@media (max-width: 834px) {
  .front-page .company__deco.deco02 {
    top: calc(100% - 8px);
    right: -8px;
    width: 104px;
  }
}

/* ============================================
// INTERVIEW
// ==========================================*/
.lower-interview .l-main {
  padding-top: 0;
  padding-bottom: 158px;
}
@media (max-width: 834px) {
  .lower-interview .l-main {
    padding-bottom: 88px;
  }
}
.lower-interview .interview {
  position: relative;
  background: #c1f6fc;
}
.lower-interview .interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/interview/shape_interview.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.lower-interview .interview__inner {
  padding-top: 160px;
  padding-bottom: 124px;
}
@media (max-width: 834px) {
  .lower-interview .interview__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-interview .interview__list {
  position: relative;
}
.lower-interview .interview__list::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 36px);
  right: -10px;
  width: 99px;
  aspect-ratio: 99/84;
  background: url(../img/interview/deco_interview_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 834px) {
  .lower-interview .interview__list::before {
    bottom: calc(100% - 24px);
    right: -20px;
    width: 64.35px;
  }
}
.lower-interview .interview__list::after {
  content: "";
  position: absolute;
  top: calc(100% - 24px);
  left: -82px;
  width: 184px;
  aspect-ratio: 184/105;
  background: url(../img/interview/deco_interview_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (max-width: 834px) {
  .lower-interview .interview__list::after {
    top: calc(100% - 16px);
    left: -16px;
    width: 84.8px;
  }
}
.lower-interview .interview__list.js-active::before {
  -webkit-animation: scale-fadein 0.4s 0.6s ease-in-out forwards;
          animation: scale-fadein 0.4s 0.6s ease-in-out forwards;
}
.lower-interview .interview__list.js-active::after {
  -webkit-animation: scale-fadein 0.4s 0.7s ease-in-out forwards;
          animation: scale-fadein 0.4s 0.7s ease-in-out forwards;
}
.lower-interview .interview__item {
  background: #fff;
  border-radius: 60px 60px 60px 0;
  -webkit-box-shadow: 8px 8px 0 #000;
          box-shadow: 8px 8px 0 #000;
  outline: 1px solid #111;
  padding: 60px 5% 48px 5%;
  margin-top: 48px;
}
@media (min-width: 835px) {
  .lower-interview .interview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.48148148%;
    scroll-margin-top: 150px;
  }
}
@media (max-width: 834px) {
  .lower-interview .interview__item {
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 5px 5px 0 #000;
            box-shadow: 5px 5px 0 #000;
    outline: 1px solid #111;
    padding: 40px 7% 24px;
    margin-top: 24px;
    scroll-margin-top: 82px;
  }
}
.lower-interview .interview__item:first-child {
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-interview .interview__item:not(:has(.interview__image)) .interview__visual {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .lower-interview .interview__item:not(:has(.interview__image)) .interview__age {
    left: 0;
  }
}
.lower-interview .interview__item:not(:has(.interview__image)) .interview__info {
  padding-top: 76px;
}
@media (max-width: 834px) {
  .lower-interview .interview__item:not(:has(.interview__image)) .interview__info {
    padding-top: 56px;
  }
}
.lower-interview .interview__item.-graduate .interview__label {
  background: #fcbb65;
}
@media (min-width: 835px) {
  .lower-interview .interview__profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.85185185%;
            flex: 0 0 26.85185185%;
  }
}
.lower-interview .interview__visual {
  position: relative;
  max-width: 290px;
  margin-inline: auto;
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .lower-interview .interview__visual {
    width: 80%;
  }
}
.lower-interview .interview__label {
  position: absolute;
  top: -9%;
  left: -8.27586207%;
  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;
  background: #c7d2ff;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 0.8em 1em;
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.3333333333vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 0 #111;
          box-shadow: 3px 3px 0 #111;
}
@media (max-width: 834px) {
  .lower-interview .interview__label {
    top: -24px;
    left: -24px;
    font-size: 1.5rem;
    border-radius: 5px;
  }
}
.lower-interview .interview__image {
  border-radius: 20px;
  outline: 1px solid #111;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview .interview__image {
    border-radius: 10px;
  }
}
.lower-interview .interview__image img {
  aspect-ratio: 290/300;
}
.lower-interview .interview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 28px;
  padding-bottom: 3px;
}
@media (max-width: 834px) {
  .lower-interview .interview__info {
    gap: 0 16px;
    padding-bottom: 2px;
  }
}
.lower-interview .interview__name {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview .interview__name {
    font-size: 2.6rem;
  }
}
.lower-interview .interview__name-suffix {
  font-size: 0.53333333em;
  margin-left: 0.35em;
}
.lower-interview .interview__year {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview .interview__year {
    font-size: 1.4rem;
  }
}
.lower-interview .interview__sns {
  position: relative;
  padding-top: 16px;
}
@media (max-width: 834px) {
  .lower-interview .interview__sns {
    padding-top: 12px;
  }
}
.lower-interview .interview__sns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #b7b7b7, #b7b7b7 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  pointer-events: none;
}
.lower-interview .interview__instagram {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #a6a8a0;
  line-height: 1.6;
  padding-left: 1.93333333em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview .interview__instagram {
    font-size: 1.3rem;
  }
}
.lower-interview .interview__instagram::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.4em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_instagram.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-interview .interview__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .lower-interview .interview__body {
    margin-top: 12px;
  }
}
.lower-interview .interview__lead {
  font-weight: 500;
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .lower-interview .interview__lead {
    margin-bottom: 43px;
  }
}
.lower-interview .interview__hobby {
  border: 1px solid #111;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-interview .interview__hobby {
    border-radius: 10px;
    margin-bottom: 8px;
  }
}
.lower-interview .interview__hobby-title {
  background: #90a1f1;
  border: 1px solid #111;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 1.86666667em;
  margin-top: -32px;
  margin-left: -1px;
}
@media (max-width: 834px) {
  .lower-interview .interview__hobby-title {
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
    margin-top: -27px;
    padding: 1em 1.5em;
  }
}
.lower-interview .interview__hobby-text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  padding: 1.4em 2.53333333em;
}
@media (max-width: 834px) {
  .lower-interview .interview__hobby-text {
    font-size: 1.4rem;
    padding: 1em 7%;
  }
  .lower-interview .interview__hobby-text br {
    display: none;
  }
}
.lower-interview .interview__date {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #a6a8a0;
  line-height: 1.6;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
@media (min-width: 835px) {
  .lower-interview .interview__date {
    margin-bottom: 13px;
  }
}
@media (max-width: 834px) {
  .lower-interview .interview__date {
    font-size: 1.3rem;
  }
}
.lower-interview .message__inner {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview .message__inner {
    padding-top: 56px;
  }
}
.lower-interview .message .common-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-interview .message .common-title::before {
  content: "";
  position: absolute;
  top: -12px;
  right: calc(100% + clamp(91.2px, 8.8888888889vw, 120px));
  width: 129px;
  aspect-ratio: 129/137;
  background: url(../img/interview/deco_message_title_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview .message .common-title::before {
    top: -8px;
    right: calc(100% + 20px);
    width: 45.15px;
  }
}
.lower-interview .message .common-title::after {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(100% + clamp(118.56px, 11.5555555556vw, 156px));
  width: 118px;
  aspect-ratio: 118/117;
  background: url(../img/interview/deco_message_title_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview .message .common-title::after {
    top: -2px;
    left: calc(100% + 20px);
    width: 41.3px;
  }
}
.lower-interview .message .common-title__eng {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-interview .message .common-title__eng {
    font-size: 7.5rem;
  }
}
.lower-interview .message .common-title__ja {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-interview .message .common-title__ja {
    margin-top: 10px;
  }
}
.lower-interview .message__content {
  position: relative;
  margin-top: 58px;
  padding: 64px 6.66666667% 70px 0;
}
@media (min-width: 835px) {
  .lower-interview .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.98214286%;
  }
}
@media (max-width: 834px) {
  .lower-interview .message__content {
    padding: 32px 7% 56px;
    margin-inline: -3%;
    margin-top: 40px;
  }
}
.lower-interview .message__content::before {
  content: "";
  position: absolute;
  inset: 0 0 0 7.83333333%;
  background: #c1f6fc;
  pointer-events: none;
  z-index: -1;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  border: 1px solid #111;
}
@media (max-width: 834px) {
  .lower-interview .message__content::before {
    inset: 0;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .lower-interview .message__visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.42857143%;
            flex: 0 0 41.42857143%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .lower-interview .message__visual {
    margin-bottom: 16px;
  }
}
.lower-interview .message__image {
  max-width: 450px;
  border-radius: 20px;
  outline: 1px solid #111;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-interview .message__image {
    margin-top: 30px;
    margin-bottom: 98px;
  }
}
@media (max-width: 834px) {
  .lower-interview .message__image {
    margin-inline: auto;
    border-radius: 10px;
  }
}
.lower-interview .message__image img {
  aspect-ratio: 450/300;
}
.lower-interview .message__deco {
  max-width: 464px;
}
@media (min-width: 835px) {
  .lower-interview .message__deco {
    margin-top: auto;
    margin-bottom: 2px;
  }
}
@media (max-width: 834px) {
  .lower-interview .message__deco {
    max-width: 208.8px;
    position: absolute;
    bottom: -48px;
    right: -3%;
  }
}
@media (min-width: 835px) {
  .lower-interview .message__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-interview .message__lead {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview .message__lead {
    font-size: 1.4rem;
  }
}
.lower-interview .message__benefit {
  background: #fff;
  border: 1px solid #111;
  border-radius: 15px;
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-interview .message__benefit {
    margin-top: 32px;
  }
}
.lower-interview .message__benefit-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #fcbb65;
  padding: 0.5em 1.27777778em;
  border: 1px solid #111;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -24px;
  margin-left: 6.81431005%;
}
@media (max-width: 834px) {
  .lower-interview .message__benefit-title {
    font-size: 1.6rem;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    margin-top: -16px;
    margin-left: 7%;
  }
}
.lower-interview .message__benefit-text {
  padding: 30px 6.81431005%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview .message__benefit-text {
    padding: 16px 7% 20px;
    font-size: 1.4rem;
  }
}
@media (min-width: 835px) {
  .lower-interview .message:not(:has(.message__image)) .message__deco {
    margin-top: 0;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-recruit .common-dotted-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.35714286em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-recruit .common-dotted-title {
    font-size: 2.2rem;
  }
}
.lower-recruit .common-dotted-title::after {
  content: "";
  width: 1.5em;
  aspect-ratio: 42/10;
  background: url(../img/recruit/icon_title_dotted.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-recruit .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-recruit .entry-wrap {
  position: relative;
  background: #c1f6fc;
  padding-top: 83px;
  padding-bottom: 112px;
}
@media (max-width: 834px) {
  .lower-recruit .entry-wrap {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.lower-recruit .entry-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/recruit/shape_workplace.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.lower-recruit .workplace__inner {
  max-width: 1180px;
  padding-top: 41px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__inner {
    padding-top: 32px;
  }
}
.lower-recruit .workplace__entry {
  font-weight: 700;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.075em;
  padding-block: 2em;
}
.lower-recruit .workplace__entry.-active {
  position: relative;
  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;
  gap: 0.79166667em;
  font-size: 2.4rem;
  color: #fff;
  background: #f17185;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0.85em 1.33333333em 0.85em 1.625em;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__entry.-active {
    font-size: 1.5rem;
    border-radius: 10px;
  }
}
.lower-recruit .workplace__entry.-active::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.04166667em;
  aspect-ratio: 1/1;
  background: url(../img/recruit/icon_workplace_check.jpg) center center/contain no-repeat;
  pointer-events: none;
}
.lower-recruit .workplace__entry.-active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 0.58333333em;
  aspect-ratio: 14/13;
  background: url(../img/recruit/icon_workplace_speech-bubble.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-recruit .workplace__body {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  padding: 0 4.23076923% 44px;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__body {
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    border-radius: 10px;
    padding: 0 7% 24px;
    margin-top: 60px;
    margin-inline: -3%;
  }
}
.lower-recruit .workplace__body::before {
  content: "";
  position: absolute;
  top: -74px;
  left: -30px;
  width: 104px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/deco_workplace_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__body::before {
    top: -37px;
    left: -15px;
    width: 52px;
  }
}
.lower-recruit .workplace__body::after {
  content: "";
  position: absolute;
  top: -78px;
  right: -20px;
  width: 111px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/deco_workplace_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__body::after {
    top: -39px;
    right: -10px;
    width: 55.5px;
  }
}
.lower-recruit .workplace__title {
  background: #c7d2ff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 10px;
  padding: 1.08em 1.95em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -46px;
  margin-bottom: 34px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__title {
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: -30px;
    margin-bottom: 24px;
  }
}
.lower-recruit .workplace__schedule {
  margin-top: 32px;
}
@media (min-width: 835px) {
  .lower-recruit .workplace__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 834px) {
  .lower-recruit .workplace__schedule {
    margin-top: 24px;
  }
}
.lower-recruit .workplace__schedule:nth-child(1 of .workplace__schedule) {
  margin-top: 0;
}
.lower-recruit .workplace__schedule-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 835px) {
  .lower-recruit .workplace__schedule-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13px;
  }
}
@media (max-width: 834px) {
  .lower-recruit .workplace__schedule-title {
    font-size: 1.7rem;
    gap: 8px;
  }
}
.lower-recruit .workplace__schedule-year {
  font-size: 1.11111111em;
  color: #f25757;
}
.lower-recruit .workplace__schedule-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__schedule-list {
    gap: 8px;
    margin-top: 8px;
  }
}
.lower-recruit .workplace__schedule-item {
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0.47em 0.52em 0.42em;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f25757;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__schedule-item {
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    border-radius: 5px;
    font-size: 2.4rem;
  }
}
.lower-recruit .workplace__note {
  font-size: 1.5rem;
  line-height: 1.6;
  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;
  border-top: 1px solid #111;
  margin-top: 32px;
  padding-top: 24px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__note {
    font-size: 1.4rem;
    margin-top: 20px;
    padding-top: 12px;
  }
}
.lower-recruit .workplace__student {
  margin-top: 25px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__student {
    margin-top: 16px;
  }
}
.lower-recruit .workplace__student-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border: 1px solid #111;
  border-radius: 100vmax;
  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;
  background: #fff;
  padding: 0.35em 1em 0.4em;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__student-title {
    font-size: 1.8rem;
  }
}
.lower-recruit .workplace__student-text {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-recruit .workplace__student-text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.lower-recruit .recruitment__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 96px;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__inner {
    padding-top: 56px;
  }
}
.lower-recruit .recruitment__contents {
  position: relative;
}
.lower-recruit .recruitment__contents::before {
  content: "";
  position: absolute;
  top: -114px;
  left: -36px;
  width: 207px;
  aspect-ratio: 207/252;
  background: url(../img/recruit/deco_recruitment.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__contents::before {
    top: 32px;
    left: -12.6px;
    width: 72.45px;
  }
}
.lower-recruit .recruitment__date {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.8333333333;
  text-align: end;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__date {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.lower-recruit .recruitment .table-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  margin-top: 14px;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment .table-wrap {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    margin-top: 8px;
  }
}
.lower-recruit .recruitment table {
  width: 100%;
}
.lower-recruit .recruitment tr:first-child th,
.lower-recruit .recruitment tr:first-child td {
  border-top: none;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-recruit .recruitment th,
.lower-recruit .recruitment td {
  padding-block: 32px;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment th,
  .lower-recruit .recruitment td {
    padding: 1em;
  }
}
.lower-recruit .recruitment th {
  background: #fcbb65;
  text-align: start;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: 1px solid #000;
}
@media (min-width: 835px) {
  .lower-recruit .recruitment th {
    width: 20.03642987%;
    padding-left: 5.00910747%;
    padding-right: 2.9143898%;
  }
}
@media (max-width: 834px) {
  .lower-recruit .recruitment th {
    font-size: 1.5rem;
  }
}
.lower-recruit .recruitment td {
  font-size: 1.5rem;
}
@media (min-width: 835px) {
  .lower-recruit .recruitment td {
    border-top: 1px solid #000;
    padding-inline: 3.64298725%;
  }
}
@media (max-width: 834px) {
  .lower-recruit .recruitment td {
    font-size: 1.4rem;
  }
}
.lower-recruit .recruitment__documents {
  margin-top: 56px;
}
@media (min-width: 835px) {
  .lower-recruit .recruitment__documents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 2%;
    max-width: 1000px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
}
.lower-recruit .recruitment__documents-item {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__documents-item {
    max-width: 280px;
  }
}
.lower-recruit .recruitment__documents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #c7d2ff;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 12px 4.6875% 12px 11.875%;
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, filter 0.3s;
  transition: scale 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__documents-link {
    font-size: 1.4rem;
    padding: 10px 4% 10px 7%;
  }
}
@media (any-hover: hover) {
  .lower-recruit .recruitment__documents-link:hover {
    opacity: 1;
    scale: 0.95;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
.lower-recruit .recruitment__documents-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18.86792453%;
  max-width: 50px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/icon_recruitment_documents.jpg) center center/contain no-repeat;
  border-radius: 50%;
  outline: 1px solid #111;
}
@media (max-width: 834px) {
  .lower-recruit .recruitment__documents-icon {
    width: 100%;
    max-width: 32px;
  }
}
.lower-recruit .flow {
  position: relative;
}
.lower-recruit .flow::before {
  content: "";
  position: absolute;
  top: 104px;
  left: 0;
  max-width: 376px;
  width: 27.85185185%;
  aspect-ratio: 376/92;
  background: url(../img/recruit/deco_flow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .flow::before {
    width: 23%;
    top: 57px;
  }
}
.lower-recruit .flow__inner {
  padding-top: 100px;
  padding-bottom: 124px;
}
@media (max-width: 834px) {
  .lower-recruit .flow__inner {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.lower-recruit .flow__list {
  margin-top: 104px;
}
@media (min-width: 835px) {
  .lower-recruit .flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 89px 2.33333333%;
  }
}
@media (max-width: 834px) {
  .lower-recruit .flow__list {
    margin-top: 40px;
  }
}
.lower-recruit .flow__item {
  position: relative;
  background: #fff;
  border-radius: 60px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 0 14.16096295% 43px;
}
@media (max-width: 834px) {
  .lower-recruit .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    gap: 8px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    padding: 2.4em 1em 1em;
    margin-top: 36px;
  }
  .lower-recruit .flow__item:first-child {
    margin-top: 0;
  }
}
.lower-recruit .flow__item:first-child .flow__item-icon {
  display: none;
}
.lower-recruit .flow__item-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 0.75em clamp(33.6px, 3.2307692308vw, 42px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 835px) {
  .lower-recruit .flow__item-title {
    margin-top: -46px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-recruit .flow__item-title {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 1.5rem;
    padding: 0.75em 1.4em;
  }
}
.lower-recruit .flow__item-image {
  max-width: 140px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-recruit .flow__item-image {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-recruit .flow__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 72px;
  }
}
.lower-recruit .flow__item-text {
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 835px) {
  .lower-recruit .flow__item-text {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-recruit .flow__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-recruit .flow__item-icon {
  position: absolute;
  top: 0;
  right: 94.75519891%;
  width: 18.09456376%;
  aspect-ratio: 69/35;
  background: #c1f6fc;
  border: 1px solid #111;
  pointer-events: none;
  border-radius: 100vmax;
  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;
}
@media (min-width: 835px) {
  .lower-recruit .flow__item-icon {
    margin-block: auto;
    bottom: 0;
  }
}
@media (max-width: 834px) {
  .lower-recruit .flow__item-icon {
    rotate: 90deg;
    top: -32px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 48px;
  }
}
.lower-recruit .flow__item-icon::before {
  content: "";
  width: 37.6%;
  aspect-ratio: 25/12;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-recruit .career {
  background: #c1f6fc;
}
.lower-recruit .career__inner {
  padding-top: 100px;
  padding-bottom: 192px;
}
@media (max-width: 834px) {
  .lower-recruit .career__inner {
    padding-top: 48px;
    padding-bottom: 85px;
  }
}
.lower-recruit .career .common-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-recruit .career .common-title::before {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(100% + clamp(76.96px, 7.2222222222vw, 104px));
  width: 134px;
  aspect-ratio: 134/66;
  background: url(../img/recruit/deco_career.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-recruit .career .income {
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 9.83333333% 90px;
  margin-top: 112px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income {
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    padding: 0 7% 24px;
    border-radius: 10px;
    margin-inline: -4%;
    margin-top: 74px;
  }
}
.lower-recruit .career .income__title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.1428571429;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  margin-inline: auto;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 20px;
  padding: 0.7em 1.5em 0.8em;
  margin-top: -55px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__title {
    font-size: 1.8rem;
    max-width: 300px;
    border-radius: 10px;
    margin-top: -38px;
  }
}
.lower-recruit .career .income__title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -38px;
  width: 89px;
  aspect-ratio: 89/88;
  background: url(../img/recruit/deco_career_income_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__title::before {
    top: -10px;
    left: -19px;
    width: 44.5px;
  }
}
.lower-recruit .career .income__title::after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -68px;
  width: 165px;
  aspect-ratio: 165/59;
  background: url(../img/recruit/deco_career_income_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__title::after {
    bottom: -10.5px;
    right: -34px;
    width: 82.5px;
  }
}
.lower-recruit .career .income__title-sub {
  font-size: 0.57142857em;
  line-height: 2;
  letter-spacing: 0.075em;
}
.lower-recruit .career .income__note {
  font-size: 1.5rem;
  font-weight: 700;
  color: #b5b5b5;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__note {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}
.lower-recruit .career .income__card {
  border: 1px dashed #111;
  border-radius: 30px;
  margin-top: 80px;
  padding: 0 7% 68px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__card {
    border-radius: 15px;
    margin-top: 40px;
    padding: 0 6% 32px;
  }
}
.lower-recruit .career .income__card-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #111;
  line-height: 1.5;
  background: #c7d2ff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 10px;
  padding: 0.57em 1.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -35px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__card-title {
    font-size: 1.5rem;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    border-radius: 5px;
    margin-top: -23px;
  }
}
.lower-recruit .career .income__card-image {
  max-width: 640px;
  margin-inline: auto;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-recruit .career .income__card-image {
    overflow: auto;
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .lower-recruit .career .income__card-image img {
    min-width: 460px;
  }
}
.lower-recruit .career .income__scroll-note {
  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;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f17185;
  line-height: 1.5;
  margin-top: 24px;
}
@media (min-width: 835px) {
  .lower-recruit .career .income__scroll-note {
    display: none;
  }
}
.lower-recruit .career .income__scroll-note::before, .lower-recruit .career .income__scroll-note::after {
  content: "";
  width: 0.9em;
  aspect-ratio: 1/1;
  background: #f17185;
  pointer-events: none;
  translate: 0 1px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.lower-recruit .career .step {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 84px;
}
@media (max-width: 834px) {
  .lower-recruit .career .step {
    margin-top: 56px;
  }
}
.lower-recruit .career .step__list {
  position: relative;
  margin-top: 70px;
}
@media (min-width: 835px) {
  .lower-recruit .career .step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 86px 3.27272727%;
  }
}
@media (max-width: 834px) {
  .lower-recruit .career .step__list {
    margin-top: 56px;
  }
}
.lower-recruit .career .step__list::before {
  content: "";
  position: absolute;
  bottom: -97px;
  left: -56px;
  width: 138px;
  aspect-ratio: 138/209;
  background: url(../img/recruit/deco_career_step_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__list::before {
    bottom: -53.35px;
    left: -19.6px;
    width: 55.2px;
  }
}
.lower-recruit .career .step__list::after {
  content: "";
  position: absolute;
  bottom: -69px;
  right: -61px;
  width: 471px;
  aspect-ratio: 471/88;
  background: url(../img/recruit/deco_career_step_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__list::after {
    bottom: -20.7px;
    right: -21.35px;
    width: 188.4px;
  }
}
.lower-recruit .career .step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  padding: 45px 4.09090909% 32px;
  margin-left: 4.90909091%;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__item {
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 10px;
    padding: 40px 6% 24px;
    margin-left: 16px;
    margin-top: 44px;
  }
  .lower-recruit .career .step__item:first-child {
    margin-top: 0;
  }
}
.lower-recruit .career .step__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * clamp(38.54px, 3.7301587302vw, 47px));
  width: 1px;
  height: calc(100% + 88px);
  background: #111;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__item::before {
    left: -22px;
    height: calc(100% + 48px);
  }
}
.lower-recruit .career .step__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * clamp(44.28px, 4.2857142857vw, 54px));
  width: 15px;
  aspect-ratio: 1/1;
  background: #f25757;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 #111;
          box-shadow: 1px 1px 0 #111;
  pointer-events: none;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__item::after {
    width: 12px;
    left: -28px;
  }
}
.lower-recruit .career .step__item:last-child::before {
  display: none !important;
}
@media (min-width: 835px) {
  .lower-recruit .career .step__item.-halfLeft, .lower-recruit .career .step__item.-halfRight {
    width: calc(50% - 18px - 54px);
  }
}
.lower-recruit .career .step__item.-halfLeft:has(+ .-halfRight:last-child)::before {
  display: none;
}
.lower-recruit .career .step__item.-halfRight::before, .lower-recruit .career .step__item.-halfRight::after {
  display: none;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__item.-halfRight::before {
    display: block;
  }
}
.lower-recruit .career .step__item.-halfRight .step__year {
  background: #f25757;
}
@media (min-width: 835px) {
  .lower-recruit .career .step__item.-halfRight {
    margin-left: 0;
  }
}
.lower-recruit .career .step__year {
  position: absolute;
  top: 0;
  left: -1px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.5;
  background: #90a1f1;
  border: 1px solid #111;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 0.5em 0.5em 0.6em;
  max-width: 188px;
  width: 100%;
  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;
  margin-top: -43px;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__year {
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
    max-width: 144px;
    margin-top: -25px;
  }
}
.lower-recruit .career .step__job-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.4em;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__job-title {
    font-size: 1.8rem;
  }
}
.lower-recruit .career .step__job-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2em;
  background: url(../img/recruit/deco_wavy-line.jpg) center center/contain repeat-x;
}
.lower-recruit .career .step__income {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__income {
    gap: 8px;
    margin-top: 20px;
  }
}
.lower-recruit .career .step__income-item {
  border: 1px solid #fcbb65;
  border-radius: 100vmax;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.lower-recruit .career .step__income-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fcbb65;
  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;
  padding: 1.3em 1.26em;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__income-label {
    font-size: 1.4rem;
    padding: 1em;
  }
}
.lower-recruit .career .step__income-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.53333333em;
  color: #f25757;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1040px) {
  .lower-recruit .career .step__income-num {
    font-size: 2.4em;
  }
}
@media (max-width: 834px) {
  .lower-recruit .career .step__income-num {
    font-size: 1.64285714em;
  }
}
.lower-recruit .career .step__income-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: auto;
  padding: 0.7em 1.3em 0.7em 1.35em;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__income-value {
    font-size: 1.4rem;
    gap: 0 4px;
    padding: 0.7em 1em;
  }
}
.lower-recruit .career .step__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-recruit .career .step__text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

/* ============================================
// CHARM
// ==========================================*/
.lower-charm .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-charm .intro {
  position: relative;
  background: #c1f6fc;
}
.lower-charm .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/charm/shape_intro.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.lower-charm .intro__inner {
  padding-top: 144px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-charm .intro__inner {
    padding-top: 15%;
    padding-bottom: 40px;
  }
}
.lower-charm .intro__header {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-charm .intro__header {
    margin-bottom: 12%;
  }
}
.lower-charm .intro__title-deco.-deco01 img {
  height: 100%;
}
.lower-charm .intro__title-deco.-deco02 {
  position: absolute;
  bottom: -39px;
  right: -242px;
}
@media (max-width: 1300px) {
  .lower-charm .intro__title-deco.-deco02 {
    right: -120px;
    max-width: 281.88px;
  }
}
@media (max-width: 834px) {
  .lower-charm .intro__title-deco.-deco02 {
    right: -14%;
    bottom: -24%;
    width: 35%;
  }
}
.lower-charm .intro__title {
  font-size: clamp(2.604rem, 2.5225225225vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: absolute;
  top: 16px;
  right: 0;
}
@media (max-width: 834px) {
  .lower-charm .intro__title {
    top: 6px;
    right: -3.5%;
    font-size: clamp(1.1rem, 2.6378896882vw, 2.2rem);
  }
}
@media (max-width: 365px) {
  .lower-charm .intro__title {
    font-size: 1rem;
  }
}
@media (min-width: 835px) {
  .lower-charm .intro__body {
    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;
    gap: 6.66666667%;
    padding-top: 108px;
  }
}
.lower-charm .intro__image {
  position: relative;
  max-width: 570px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-charm .intro__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
    height: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 834px) {
  .lower-charm .intro__image {
    margin-bottom: 22px;
  }
}
.lower-charm .intro__image::before {
  content: "";
  position: absolute;
  top: -15.13513514%;
  left: -8.07017544%;
  width: 20.70175439%;
  aspect-ratio: 118/117;
  background: url(../img/charm/deco_intro_image_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-charm .intro__image::before {
    scale: 0.75;
  }
}
.lower-charm .intro__image::after {
  content: "";
  position: absolute;
  bottom: -20.54054054%;
  right: -7.36842105%;
  width: 21.57894737%;
  aspect-ratio: 123/131;
  background: url(../img/charm/deco_intro_image_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-charm .intro__image::after {
    bottom: -12.97297297%;
    scale: 0.75;
  }
}
.lower-charm .intro__image img {
  aspect-ratio: 570/370;
  border-radius: 30px;
  outline: 1px solid #111;
  -webkit-box-shadow: 9px 9px 0 #111;
          box-shadow: 9px 9px 0 #111;
}
@media (max-width: 834px) {
  .lower-charm .intro__image img {
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
  }
}
@media (min-width: 835px) {
  .lower-charm .intro__message {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-charm .intro__lead {
  position: relative;
  display: inline;
  font-size: clamp(3.2rem, 2.8333333333vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .intro__lead {
    font-size: 2.1rem;
  }
}
.lower-charm .intro__lead::before {
  content: "";
  position: absolute;
  bottom: 0.26470588em;
  right: -1.32352941em;
  width: 1.17647059em;
  aspect-ratio: 40/35;
  background: url(../img/charm/deco_intro_lead_star.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-charm .intro__description {
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-charm .intro__description {
    margin-top: 8px;
  }
}
@media (min-width: 835px) {
  .lower-charm .anchor {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px 20px;
    margin-top: 72px;
    max-width: 1100px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-charm .anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    margin-top: 32px;
  }
}
.lower-charm .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #fff;
  border-radius: 100vmax;
  border: 1px solid #111;
  padding: 1.1em 1.8em;
  -webkit-transition: color 0.3s, scale 0.3s;
  transition: color 0.3s, scale 0.3s;
}
@media (max-width: 834px) {
  .lower-charm .anchor__link {
    font-size: 1.1rem;
    padding: 1em calc(1.78em + 15px) 1em 1.4em;
  }
}
@media (any-hover: hover) {
  .lower-charm .anchor__link:hover {
    opacity: 1;
    scale: 0.95;
    color: #f17185;
  }
}
.lower-charm .anchor__icon {
  position: absolute;
  bottom: -1.3125em;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #111;
  background: #ffd8de;
  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;
}
@media (max-width: 834px) {
  .lower-charm .anchor__icon {
    top: 0;
    bottom: 0;
    left: auto;
    right: 8px;
    margin-block: auto;
    width: 1.8em;
  }
}
.lower-charm .anchor__icon::before {
  content: "";
  width: 0.75em;
  aspect-ratio: 12/5;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
  rotate: 90deg;
}
@media (max-width: 834px) {
  .lower-charm .anchor__icon::before {
    width: 0.95em;
  }
}
.lower-charm .movie {
  background: #fff;
}
.lower-charm .movie__inner {
  padding-top: 108px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-charm .movie__inner {
    padding-top: 56px;
    padding-bottom: 92px;
  }
}
.lower-charm .movie .common-title__ja {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-charm .movie .common-title__eng {
  position: relative;
  text-align: center;
}
.lower-charm .movie__body {
  position: relative;
  background: #c1f6fc;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  max-width: 850px;
  margin-inline: auto;
  padding: 56px 3% 56px;
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-charm .movie__body {
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 10px;
    padding: 32px 5% 24px;
    margin-top: 24px;
    margin-inline: -4%;
  }
}
.lower-charm .movie__body::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 40px;
  width: 86px;
  aspect-ratio: 86/87;
  background: url(../img/charm/deco_movie_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .movie__body::before {
    top: -35px;
    left: 20px;
    width: 43px;
  }
}
.lower-charm .movie__body::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 4px;
  width: 120px;
  aspect-ratio: 120/98;
  background: url(../img/charm/deco_movie_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .movie__body::after {
    top: -40px;
    right: 2px;
    width: 60px;
  }
}
.lower-charm .movie__navigation {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-charm .movie__navigation {
    gap: 15px 8px;
    margin-bottom: 15px;
  }
}
.lower-charm .movie__navigation-item {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
  background: #c7d2ff;
  padding: 0.5em 1.5em;
  border: 1px solid #111;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-charm .movie__navigation-item {
    font-size: min(3.7vw, 1.4rem);
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-charm .movie__navigation-item::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1px;
  height: 0;
  background: #f8514d;
  pointer-events: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media (max-width: 834px) {
  .lower-charm .movie__navigation-item::before {
    bottom: -7px;
  }
}
.lower-charm .movie__navigation-item.is-active {
  opacity: 1;
  cursor: auto;
}
.lower-charm .movie__navigation-item.is-active::before {
  height: 25px;
}
@media (max-width: 834px) {
  .lower-charm .movie__navigation-item.is-active::before {
    height: 15px;
  }
}
.lower-charm .movie__navigation-item.is-active .movie__navigation-label {
  color: #f8514d;
}
.lower-charm .movie__navigation-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.lower-charm .movie__navigation-suffix {
  font-size: 0.65em;
  margin-left: 0.2em;
}
.lower-charm .movie__swiper {
  position: relative;
  max-width: 670px;
  margin: auto;
  overflow: visible;
  z-index: 5;
}
.lower-charm .movie__slide {
  position: relative;
  z-index: 5;
  aspect-ratio: 16/9;
  width: 100% !important;
  font-size: 0;
}
.lower-charm .movie__slide iframe {
  width: 100%;
  height: 100%;
}
.lower-charm .movie__button-prev, .lower-charm .movie__button-next {
  width: 64px;
  height: 64px;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 50%;
  margin-top: -32px;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, filter 0.3s;
  transition: scale 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .lower-charm .movie__button-prev, .lower-charm .movie__button-next {
    width: 48px;
    height: 48px;
    top: calc(100% + 93px);
  }
}
.lower-charm .movie__button-prev::after, .lower-charm .movie__button-next::after {
  content: none;
}
.lower-charm .movie__button-prev::before, .lower-charm .movie__button-next::before {
  content: "";
  width: 25px;
  aspect-ratio: 25/12;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .movie__button-prev::before, .lower-charm .movie__button-next::before {
    width: 20px;
  }
}
@media (any-hover: hover) {
  .lower-charm .movie__button-prev:hover, .lower-charm .movie__button-next:hover {
    scale: 0.95;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}
.lower-charm .movie__button-prev {
  right: calc(100% + 56px);
  left: auto;
  rotate: 180deg;
}
@media (max-width: 834px) {
  .lower-charm .movie__button-prev {
    right: calc(50% + 4px);
  }
}
.lower-charm .movie__button-next {
  left: calc(100% + 56px);
  right: auto;
}
@media (max-width: 834px) {
  .lower-charm .movie__button-next {
    left: calc(50% + 4px);
  }
}
.lower-charm .movie__note {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #f17185;
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-charm .movie__note {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.lower-charm .movie__note-icon {
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1/1;
  background: #f17185;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.lower-charm .movie__note-icon:nth-child(1) {
  margin-right: 0.4em;
}
.lower-charm .movie__note-icon:nth-child(2) {
  margin-left: 0.4em;
}
.lower-charm .school {
  background: #c1f6fc;
}
.lower-charm .school__inner {
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 115px;
}
@media (max-width: 834px) {
  .lower-charm .school__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.lower-charm .school__features {
  position: relative;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  max-width: 1025px;
  margin-inline: auto;
  padding: 0 8.54545455% 40px;
  margin-top: 88px;
}
@media (max-width: 834px) {
  .lower-charm .school__features {
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    padding: 0 7% 24px;
    margin-top: 52px;
  }
}
.lower-charm .school__features::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 100px);
  left: -7.03812317%;
  width: 17.59530792%;
  aspect-ratio: 180/285;
  background: url(../img/charm/deco_school_features.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__features::before {
    bottom: calc(100% - 48px);
    left: -14px;
    width: 54px;
  }
}
.lower-charm .school__features-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3333333333;
  background: #fcbb65;
  padding: 0.54em 1.73em;
  border-radius: 100vmax;
  border: 1px solid #111;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -32px;
}
@media (max-width: 834px) {
  .lower-charm .school__features-title {
    font-size: 1.8rem;
    margin-top: -24px;
  }
}
.lower-charm .school__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 50px;
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-charm .school__features-list {
    gap: 8px 16px;
    margin-top: 19px;
  }
}
.lower-charm .school__features-item {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4545454545;
  padding-left: 1.18181818em;
}
@media (max-width: 834px) {
  .lower-charm .school__features-item {
    font-size: 1.6rem;
  }
}
.lower-charm .school__features-item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.72727273em;
  aspect-ratio: 1/1;
  background: #f25757;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 #111;
          box-shadow: 1px 1px 0 #111;
  pointer-events: none;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-charm .school__features-item::before {
    top: 0.35em;
  }
}
.lower-charm .school__workflow {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-charm .school__workflow {
    margin-top: 28px;
  }
}
.lower-charm .school__workflow-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-charm .school__workflow-title {
    font-size: 2.2rem;
  }
}
.lower-charm .school__schedule {
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin-top: 78px;
}
@media (min-width: 835px) {
  .lower-charm .school__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1150px) and (min-width: 835px) {
  .lower-charm .school__schedule {
    margin-left: -40px;
    margin-right: 40px;
  }
}
@media (max-width: 834px) {
  .lower-charm .school__schedule {
    margin-top: 52px;
  }
}
.lower-charm .school__schedule-day {
  height: 100%;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-day {
    margin-inline: auto;
  }
}
.lower-charm .school__schedule-day:has(.school__schedule-list) {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 0 4.74226804% 40px;
  max-width: 440px;
}
@media (min-width: 835px) {
  .lower-charm .school__schedule-day:has(.school__schedule-list) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.36082474%;
            flex: 0 0 45.36082474%;
  }
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-day:has(.school__schedule-list) {
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    padding: 0 7% 24px;
  }
}
.lower-charm .school__schedule-day:has(.school__schedule-list)::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 51.59090909%;
  aspect-ratio: 227/115;
  background: url(../img/charm/deco_school_schedule_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-charm .school__schedule-day:has(.school__schedule-list)::before {
    top: -13px;
    right: -37.04545455%;
  }
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-day:has(.school__schedule-list)::before {
    bottom: -32px;
    left: -4px;
    width: 68.1px;
    scale: -1 1;
    rotate: -90deg;
  }
}
.lower-charm .school__schedule-day:has(.school__schedule-list) .school__schedule-label {
  margin-top: -34px;
  padding: 0.375em 1em;
}
.lower-charm .school__schedule-day:not(:has(.school__schedule-list)) {
  max-width: 430px;
}
@media (min-width: 835px) {
  .lower-charm .school__schedule-day:not(:has(.school__schedule-list)) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.32989691%;
            flex: 0 0 44.32989691%;
    margin-top: 69px;
  }
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-day:not(:has(.school__schedule-list)) {
    margin-top: 24px;
  }
}
.lower-charm .school__schedule-day:not(:has(.school__schedule-list)) .school__schedule-label::before {
  content: "";
  position: absolute;
  top: -28.78787879%;
  right: -6.54205607%;
  width: 21.02803738%;
  aspect-ratio: 90/78;
  background: url(../img/charm/deco_school_schedule_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-day:not(:has(.school__schedule-list)) .school__schedule-label::before {
    top: -16px;
    right: -16px;
    width: 49.5px;
  }
}
.lower-charm .school__schedule-label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #c7d2ff;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 1.57em 1em;
  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;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-label {
    font-size: 1.9rem;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    padding: 1em;
  }
}
.lower-charm .school__schedule-list {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-list {
    margin-top: 23px;
  }
}
.lower-charm .school__schedule-item {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding-left: 1.44444444em;
  margin-top: 9px;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-item {
    font-size: 1.5rem;
  }
}
.lower-charm .school__schedule-item:first-child {
  margin-top: 0;
}
.lower-charm .school__schedule-item::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.88888889em;
  aspect-ratio: 1/1;
  background: #fcbb65;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 #111;
          box-shadow: 1px 1px 0 #111;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__schedule-item::before {
    top: 0.3em;
  }
}
.lower-charm .school__flow {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  padding: 80px 7.54545455% 80px 5.90909091%;
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-charm .school__flow {
    margin-top: -57px;
  }
}
@media (max-width: 834px) {
  .lower-charm .school__flow {
    -webkit-box-shadow: 3px 3px 0 #111;
            box-shadow: 3px 3px 0 #111;
    border-radius: 10px;
    padding: 52px 7% 24px 3.5%;
    margin-inline: -4%;
    margin-top: -32px;
  }
}
.lower-charm .school__flow::before {
  content: "";
  position: absolute;
  top: 50.5%;
  left: -9.1684435%;
  width: 14.07249467%;
  aspect-ratio: 132/83;
  background: url(../img/charm/deco_school_flow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__flow::before {
    left: -12px;
    width: 46.2px;
    z-index: 1;
  }
}
.lower-charm .school__flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3.41151386%;
  width: 15.13859275%;
  aspect-ratio: 142/214;
  background: url(../img/charm/deco_school_flow_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__flow::after {
    right: 8px;
    width: 49.7px;
  }
}
.lower-charm .school__flow-item {
  position: relative;
  margin-top: 24px;
}
.lower-charm .school__flow-item:first-child {
  margin-top: 0;
}
.lower-charm .school__flow-item:last-child::before {
  display: none;
}
.lower-charm .school__flow-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 1px;
  height: calc(100% + 24px);
  background: #111;
  pointer-events: none;
}
.lower-charm .school__flow-item:nth-child(2) .school__flow-desc::before {
  content: "";
  position: absolute;
  top: -23px;
  right: -9.49868074%;
  width: 37.99472296%;
  aspect-ratio: 288/52;
  background: url(../img/charm/deco_school_flow_item.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__flow-item:nth-child(2) .school__flow-desc::before {
    top: -15px;
    right: -40px;
    width: 100.8px;
  }
}
.lower-charm .school__flow-item.-highlight .school__flow-term {
  color: #f25757;
}
.lower-charm .school__flow-term {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #90a1f1;
  line-height: 1.5;
  padding-left: 1.66666667em;
}
@media (max-width: 834px) {
  .lower-charm .school__flow-term {
    font-size: 1.6rem;
  }
}
.lower-charm .school__flow-term::before {
  content: "";
  position: absolute;
  top: 0.34em;
  left: 0;
  width: 0.88888889em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fcbb65;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 #111;
          box-shadow: 1px 1px 0 #111;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .school__flow-term::before {
    top: 0.4em;
  }
}
.lower-charm .school__flow-desc {
  position: relative;
  background: #fff8ef;
  border-radius: 10px;
  font-weight: 700;
  padding: 11px 20px;
  margin-left: 32px;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-charm .school__flow-desc {
    border-radius: 5px;
    padding: 8px 16px;
    margin-left: 26px;
    margin-top: 8px;
  }
}
.lower-charm .jobs {
  position: relative;
  background: #fff;
}
.lower-charm .jobs::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  max-width: 395px;
  width: 29.25925926%;
  aspect-ratio: 395/91;
  background: url(../img/charm/deco_jobs.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .jobs::before {
    width: 26%;
    top: 56px;
  }
}
.lower-charm .jobs__inner {
  padding-top: 100px;
  padding-bottom: 112px;
}
@media (max-width: 834px) {
  .lower-charm .jobs__inner {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.lower-charm .jobs__lead {
  font-weight: 500;
  margin-top: 48px;
}
@media (min-width: 835px) {
  .lower-charm .jobs__lead {
    text-align: center;
    font-size: clamp(1.5rem, 1.3333333333vw, 1.6rem);
  }
}
@media (max-width: 834px) {
  .lower-charm .jobs__lead {
    margin-top: 24px;
  }
  .lower-charm .jobs__lead br {
    display: none;
  }
}
.lower-charm .jobs__category {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 0 6.83333333% 78px 6.83333333%;
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-charm .jobs__category {
    margin-inline: -3%;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    padding: 0 6.25% 32px 6.25%;
    margin-top: 67px;
  }
  .lower-charm .jobs__category:nth-child(1 of .jobs__category) {
    margin-top: 56;
  }
}
.lower-charm .jobs__category:first-child {
  margin-top: 108px;
}
.lower-charm .jobs__category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  background: #c7d2ff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 20px;
  font-size: 4rem;
  font-size: clamp(3.6rem, 3.0769230769vw, 4rem);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -56px;
}
@media (max-width: 834px) {
  .lower-charm .jobs__category-header {
    font-size: 2rem;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 10px;
    margin-top: -24px;
    margin-inline: auto;
  }
}
.lower-charm .jobs__category-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding-right: 1em;
}
.lower-charm .jobs__category-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0;
  padding-left: 1.66666667em;
  border-left: 1px solid #111;
}
.lower-charm .jobs__category-description {
  font-weight: 500;
  margin-top: 45px;
}
@media (max-width: 834px) {
  .lower-charm .jobs__category-description {
    margin-top: 20px;
  }
}
.lower-charm .jobs__list {
  margin-top: 56px;
}
@media (min-width: 835px) {
  .lower-charm .jobs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.93423598%;
  }
}
@media (max-width: 834px) {
  .lower-charm .jobs__list {
    margin-top: 31px;
  }
}
.lower-charm .jobs__list:not(:has(.jobs__item:nth-child(3))) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-charm .jobs__list:not(:has(.jobs__item:nth-child(3))) .jobs__item {
  width: 100%;
}
.lower-charm .jobs__item {
  position: relative;
  max-width: 330px;
  background: #fff8ef;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
}
@media (min-width: 835px) {
  .lower-charm .jobs__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media (max-width: 834px) {
  .lower-charm .jobs__item {
    margin-inline: auto;
    margin-top: 30px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 16px;
  }
  .lower-charm .jobs__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 835px) {
  .lower-charm .jobs__item:nth-child(n+4) {
    margin-top: 54px;
  }
}
.lower-charm .jobs__number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  translate: 0 -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f8514d;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-charm .jobs__number {
    font-size: 4rem;
  }
}
.lower-charm .jobs__image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-charm .jobs__image {
    border-radius: 10px 10px 0 0;
  }
}
.lower-charm .jobs__image img {
  aspect-ratio: 330/220;
}
.lower-charm .jobs__item-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 12.12121212%;
}
@media (min-width: 835px) {
  .lower-charm .jobs__item-title {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 834px) {
  .lower-charm .jobs__item-title {
    font-size: 2rem;
    padding: 0 6.25%;
    margin-top: 16px;
  }
}
.lower-charm .jobs__item-description {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 16px;
  padding: 0 12.12121212%;
}
@media (max-width: 834px) {
  .lower-charm .jobs__item-description {
    font-size: 1.4rem;
    margin-top: 8px;
    padding: 0 6.25%;
  }
}
.lower-charm .oneday {
  background: #333;
}
.lower-charm .oneday__inner {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-charm .oneday__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-charm .oneday__contents {
  position: relative;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  padding: 88px 6.66666667% 132px 6.66666667%;
}
@media (max-width: 834px) {
  .lower-charm .oneday__contents {
    border-radius: 20px;
    padding: 40px 6.25% 48px 6.25%;
    margin-inline: -3%;
  }
}
.lower-charm .oneday__contents::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed #111;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .oneday__contents::before {
    inset: 6px;
    border-radius: 15px;
  }
}
.lower-charm .oneday .common-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-charm .oneday .common-title::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 19px);
  right: calc(100% + 22px);
  width: 124px;
  aspect-ratio: 124/133;
  background: url(../img/charm/deco_oneday_title.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .oneday .common-title::before {
    bottom: calc(100% - 9.5px);
    right: calc(100% + 11px);
    width: 62px;
  }
}
.lower-charm .oneday__meta {
  margin-top: 30px;
  margin-bottom: -30px;
}
@media (max-width: 834px) {
  .lower-charm .oneday__meta {
    margin-top: 20px;
    margin-bottom: -5px;
  }
}
.lower-charm .oneday__meta .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-charm .oneday__meta .list {
    gap: 15px;
  }
}
.lower-charm .oneday__meta .list__item {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4545454545;
  padding-left: 1.18181818em;
}
@media (max-width: 834px) {
  .lower-charm .oneday__meta .list__item {
    font-size: 1.6rem;
  }
}
.lower-charm .oneday__meta .list__item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.72727273em;
  aspect-ratio: 1/1;
  background: #f25757;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 #111;
          box-shadow: 1px 1px 0 #111;
  pointer-events: none;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-charm .oneday__meta .list__item::before {
    top: 0.35em;
  }
}
.lower-charm .oneday__timeline {
  margin-top: 65px;
  max-width: 940px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-charm .oneday__timeline {
    margin-top: 30px;
  }
}
.lower-charm .oneday__item {
  position: relative;
  background: #fcbb65;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 20px 8.5106383% 20px 4.04255319%;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .lower-charm .oneday__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 88px;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__item {
    border-radius: 10px;
    padding: 16px;
    margin-top: 8px;
  }
}
.lower-charm .oneday__item:first-child {
  margin-top: 0;
}
.lower-charm .oneday__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -64px;
  width: 142px;
  aspect-ratio: 142/90;
  background: url(../img/charm/deco_oneday_timeline_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-charm .oneday__item:nth-child(2)::before {
    top: -32px;
    right: -51.2px;
    width: 113.6px;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__item:nth-child(2)::before {
    top: -20px;
    right: -32px;
    width: 71px;
  }
}
.lower-charm .oneday__item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -51px;
  right: -40px;
  width: 112px;
  aspect-ratio: 112/102;
  background: url(../img/charm/deco_oneday_timeline_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-charm .oneday__item:nth-child(5)::before {
    top: -40.8px;
    right: -32px;
    width: 89.6px;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__item:nth-child(5)::before {
    top: -25.5px;
    right: -20px;
    width: 56px;
  }
}
.lower-charm .oneday__item:last-child::before {
  content: "";
  position: absolute;
  top: -67px;
  right: -72px;
  width: 147px;
  aspect-ratio: 147/79;
  background: url(../img/charm/deco_oneday_timeline_03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .lower-charm .oneday__item:last-child::before {
    top: -53.6px;
    right: -57.6px;
    width: 117.6px;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__item:last-child::before {
    top: -33.5px;
    right: -25.2px;
    width: 73.5px;
  }
}
.lower-charm .oneday__time {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 1.3846153846vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (min-width: 835px) {
  .lower-charm .oneday__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.51219512%;
            flex: 0 0 19.51219512%;
    border-right: 1px solid #111;
    padding-right: 0.97560976%;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__time {
    font-size: 1.6rem;
    border-bottom: 1px solid #111;
    padding-bottom: 10px;
  }
}
@media (min-width: 835px) {
  .lower-charm .oneday__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.93939394%;
  }
  .lower-charm .oneday__body:not(:has(.oneday__detail)) .oneday__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__body {
    margin-top: 10px;
  }
}
.lower-charm .oneday__title {
  font-size: clamp(1.5rem, 1.3846153846vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-charm .oneday__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.72727273%;
            flex: 0 0 32.72727273%;
    padding-left: 4.54545455%;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 835px) {
  .lower-charm .oneday__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-charm .oneday__detail {
    margin-top: 8px;
  }
}
.lower-charm .oneday__description {
  font-size: clamp(1.4rem, 1.25vw, 1.5rem);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.lower-charm .oneday__catch {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  padding-left: 2.14285714em;
  margin-top: 1px;
}
.lower-charm .oneday__catch::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.71428571em;
  aspect-ratio: 1/1;
  background: url(../img/charm/icon_oneday_check.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-charm .step__inner {
  padding-top: 100px;
  padding-bottom: 116px;
}
@media (max-width: 834px) {
  .lower-charm .step__inner {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
.lower-charm .step__contents {
  position: relative;
}
.lower-charm .step__contents::before {
  content: "";
  position: absolute;
  top: -122px;
  left: 16px;
  max-width: 182px;
  width: 18.2%;
  aspect-ratio: 182/201;
  background: url(../img/charm/deco_step_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .step__contents::before {
    top: -63px;
    left: -3%;
    width: 58.24px;
  }
}
.lower-charm .step__contents::after {
  content: "";
  position: absolute;
  top: -160px;
  right: 0;
  max-width: 211px;
  width: 21.1%;
  aspect-ratio: 211/250;
  background: url(../img/charm/deco_step_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .step__contents::after {
    top: -75px;
    right: -6%;
    width: 67.52px;
  }
}
.lower-charm .step__lead {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 46px;
}
@media (min-width: 835px) {
  .lower-charm .step__lead {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__lead {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .lower-charm .step__lead br {
    display: none;
  }
}
.lower-charm .step__list {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-charm .step__list {
    margin-top: 35px;
  }
}
.lower-charm .step__list::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  width: 19.45454545%;
  aspect-ratio: 214/307;
  background: url(../img/charm/deco_step_list.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .step__list::before {
    top: -20px;
    left: -6%;
    width: 56px;
    z-index: 1;
  }
}
.lower-charm .step__item {
  position: relative;
  background: #fff;
  border-radius: 15px 0 0 0;
  border: 1px solid #111;
  margin-left: auto;
}
@media (min-width: 835px) {
  .lower-charm .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: clamp(16px, 1.5384615385vw, 20px);
    min-height: 138px;
    border-bottom: none;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__item {
    border-radius: 8px;
    margin-top: 25px;
  }
  .lower-charm .step__item:first-child {
    margin-top: 0;
  }
  .lower-charm .step__item:first-child::before {
    display: none;
  }
  .lower-charm .step__item::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 9px);
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 24px;
    aspect-ratio: 35/12;
    background: url(../img/charm/deco_step_arrow.png) center center/contain no-repeat;
    pointer-events: none;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__item:last-child {
    border-bottom: 1px solid #111;
    border-radius: 15px 0 15px 15px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__item:last-child .step__number {
    border-radius: 14px 0 0 14px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__item:nth-child(1) {
    max-width: 72.72727273%;
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__item:nth-child(2) {
    max-width: 81.81818182%;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__item:nth-child(3) {
    max-width: 90.90909091%;
  }
}
.lower-charm .step__item:nth-child(4n+1) .step__number {
  background: #c7d2ff;
}
.lower-charm .step__item:nth-child(4n+2) .step__number {
  background: #90a1f1;
}
.lower-charm .step__item:nth-child(4n+3) .step__number {
  background: #dd5893;
}
.lower-charm .step__item:nth-child(4n+4) .step__number {
  background: #f25757;
}
.lower-charm .step__number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.44rem, 3.3076923077vw, 4.3rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  background: #fcbb65;
  border-radius: 14px 0 0 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 835px) {
  .lower-charm .step__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(100.8px, 9.6923076923vw, 126px);
            flex: 0 0 clamp(100.8px, 9.6923076923vw, 126px);
  }
}
@media (max-width: 834px) {
  .lower-charm .step__number {
    font-size: 2.6rem;
    border-radius: 7px 7px 0 0;
    padding: 10px 1em;
  }
}
.lower-charm .step__label {
  font-size: 0.41860465em;
}
.lower-charm .step__body {
  padding: 26px 0 22px clamp(24px, 2.3076923077vw, 30px);
}
@media (min-width: 835px) {
  .lower-charm .step__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__body {
    padding: 16px 20px;
  }
}
.lower-charm .step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 9px;
}
@media (max-width: 834px) {
  .lower-charm .step__header {
    gap: 8px;
  }
}
.lower-charm .step__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f8514d;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .step__title {
    font-size: 1.8rem;
  }
}
.lower-charm .step__period {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #fff8ef;
  border: 1px solid #111;
  padding: 0.4em 0.9em;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media (max-width: 834px) {
  .lower-charm .step__period {
    font-size: 1.1rem;
  }
}
.lower-charm .step__period::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.33333333em;
  aspect-ratio: 1/1;
  background: url(../img/charm/icon_step_clock.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-charm .step__description {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-charm .step__description {
    font-size: 1.4rem;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(188.8px, 18.1538461538vw, 236px);
            flex: 0 0 clamp(188.8px, 18.1538461538vw, 236px);
    margin-left: clamp(32px, 3.0769230769vw, 40px);
    padding: 26px 0 22px 0;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__info {
    padding: 0px 6.25% 16px;
  }
}
.lower-charm .step__condition {
  background: #fff8ef;
  border-radius: 10px;
  padding: 16px clamp(12.8px, 1.2307692308vw, 16px) 16px clamp(16px, 1.5384615385vw, 20px);
}
@media (max-width: 834px) {
  .lower-charm .step__condition {
    border-radius: 5px;
    padding: 16px 18px;
  }
}
.lower-charm .step__salary {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dd5893;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .step__salary {
    font-size: 1.4rem;
  }
}
.lower-charm .step__holiday {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-charm .step__holiday {
    font-size: 1.4rem;
  }
}
.lower-charm .step__debut {
  position: relative;
}
@media (min-width: 835px) {
  .lower-charm .step__debut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.85185185%;
    max-width: 1100px;
    margin-inline: auto;
    padding-left: 1.16666667%;
    padding-right: 1.58333333%;
    margin-top: 88px;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut {
    padding: 0 6.25% 24px 6.25%;
    margin-top: 32px;
  }
}
.lower-charm .step__debut::before {
  content: "";
  position: absolute;
  inset: 22px 0 0 0;
  background: #c7d2ff;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .step__debut::before {
    inset: 18px 0 0 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
  }
}
.lower-charm .step__debut::after {
  content: "";
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 35px;
  aspect-ratio: 35/28;
  background: url(../img/charm/deco_step_debut_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .step__debut::after {
    top: -20px;
    width: 22.75px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__debut-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 16.21368322%;
    margin-top: -53px;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut-icon {
    position: absolute;
    bottom: -60px;
    left: -5%;
    max-width: 65.74px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__debut-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-charm .step__debut-deco {
  max-width: 830px;
}
@media (max-width: 834px) {
  .lower-charm .step__debut-deco {
    margin-inline: -6.25%;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__debut-content {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.43249428%;
    padding-left: 0.91533181%;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut-content {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__debut-header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-charm .step__debut-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (min-width: 835px) {
  .lower-charm .step__debut-title {
    margin-top: 4px;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut-title {
    font-size: 1.7rem;
  }
}
.lower-charm .step__debut-description {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-charm .step__debut-description {
    margin-top: 8px;
    margin-bottom: 6px;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut-description {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .lower-charm .step__debut-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.2517321%;
            flex: 0 0 27.2517321%;
  }
}
@media (max-width: 834px) {
  .lower-charm .step__debut-info {
    margin-top: 16px;
  }
}
.lower-charm .step__debut-condition {
  background: #fff8ef;
  border-radius: 10px;
  padding: 16px 8.05084746%;
}
@media (max-width: 834px) {
  .lower-charm .step__debut-condition {
    border-radius: 5px;
    padding: 16px 18px;
  }
}
.lower-charm .step__debut-salary {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dd5893;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .step__debut-salary {
    font-size: 1.4rem;
  }
}
.lower-charm .step__debut-holiday {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-charm .step__debut-holiday {
    font-size: 1.4rem;
  }
}
.lower-charm .sec-data {
  background: #c1f6fc;
}
.lower-charm .sec-data__inner {
  padding-top: 100px;
  padding-bottom: 126px;
}
@media (max-width: 834px) {
  .lower-charm .sec-data__inner {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
.lower-charm {
  --engFont: "Montserrat",
  sans-serif;
  --gapX: 38px;
  --gapY: 35px;
  --borderWidth: 1px;
  --borderRadius: 20px;
  --titleSize: 2.8rem;
  --dataNumSize: 8rem;
  --dataNumColor: #fcbb65;
  --balanceChartHeight: 89px;
  --balanceChartColor01: #90a1f1;
  --balanceChartColor02: #dd5893;
  --pieChartSize: 230px;
  --tipsColor01: #f25757;
  --tipsColor02: #fcbb65;
  --tipsColor03: #dd5893;
  --tipsColor04: #90a1f1;
  --tipsColor05: #c7d2ff;
}
.lower-charm .data__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 55px;
}
@media (max-width: 834px) {
  .lower-charm .data__container {
    padding-top: 32px;
  }
}
.lower-charm .data__container .data__body {
  position: relative;
}
@media (min-width: 835px) {
  .lower-charm .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .lower-charm .data__container .data__body {
    --gapX: 24px;
    --gapY: 24px;
  }
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
  }
}
.lower-charm .data__container .data__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border: var(--borderWidth) solid #000;
  border-radius: var(--borderRadius);
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-charm .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-charm .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-charm .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-charm .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-charm .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .head {
    padding: 16px 16px 0;
  }
}
.lower-charm .data__container .data__block .head .num {
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: calc(var(--borderWidth) * -1);
  top: 0;
  padding: 0.7em 0.8em 0.6em 0.8em;
  background: #fcbb65;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .head .num {
    scale: 0.8;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.lower-charm .data__container .data__block .head .title {
  position: relative;
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.6;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.75);
    padding-bottom: 10px;
  }
}
.lower-charm .data__container .data__block .head .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1.5em;
  aspect-ratio: 42/10;
  background: url(../img/charm/icon_title_dotted.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .head .title::before {
    scale: 0.8;
  }
}
.lower-charm .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 20px 48px 40px;
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .body {
    min-height: 160px;
    padding: 16px 6.25%;
  }
}
.lower-charm .data__container .data__block .body.-horizontal {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-charm .data__container .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-charm .data__container .data__block .body .img {
  height: var(--iconSize);
  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;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .body .img {
    height: calc(var(--iconSize) * 0.6);
  }
}
.lower-charm .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-charm .data__container .data__block .body .annotation {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #111;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .body .annotation {
    font-size: 1.4rem;
  }
}
.lower-charm .data__container .data__block .data__multi {
  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: 10%;
}
.lower-charm .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-charm .data__container .data__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.275);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.275 * 0.8);
  }
}
.lower-charm .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.3);
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.3 * 0.8);
  }
}
.lower-charm .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 700;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 8px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7);
  }
}
.lower-charm .data__container .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.575);
  margin-right: 2px;
  color: #111;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.575 * 0.8);
  }
}
.lower-charm .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-charm .data__container .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lower-charm .data__container .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-charm .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-charm .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-charm .data__container .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  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;
  margin-bottom: 6px;
  padding-inline: 16px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block:has(.line-chart) .dataTitle {
    margin-bottom: 4px;
    padding-inline: 18px;
  }
}
.lower-charm .data__container .data__block:has(.line-chart) .dataTitle__item {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block:has(.line-chart) .dataTitle__item {
    font-size: 1.5rem;
  }
}
.lower-charm .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-charm .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  color: var(--balanceChartColor02);
}
.lower-charm .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-charm .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-charm .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 8px;
  margin-top: -19px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block:has(.line-chart) .data__multi {
    padding-inline: 14px;
    margin-top: -13px;
  }
}
.lower-charm .data__container .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-charm .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.6);
  }
}
.lower-charm .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-charm .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-charm .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-charm .data__container .data__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--doughnutChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.75);
  }
}
.lower-charm .data__container .data__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 50%;
}
.lower-charm .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-charm .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-charm .data__container .data__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-charm .data__container .data__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize) * 0.7);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-charm .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-charm .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-charm .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 400px;
}
.lower-charm .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-charm .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 15/13;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-charm .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
}
@media (min-width: 835px) {
  .lower-charm .data__container .data__block .tips {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 1310px) {
  .lower-charm .data__container .data__block .tips {
    padding-right: 5%;
  }
}
.lower-charm .data__container .data__block .tips__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding-left: 1.11111111em;
  background: linear-gradient(to right, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3) 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  padding-bottom: 0.44444444em;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .tips__item {
    font-size: 1.6rem;
  }
}
.lower-charm .data__container .data__block .tips__item::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  aspect-ratio: 1/1;
  width: 0.77777778em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.77777778em;
          flex: 0 0 0.77777778em;
}
.lower-charm .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.44444444em;
  line-height: 1;
  margin-right: 0.1em;
}
.lower-charm .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-charm .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-charm .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-charm .data__container .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-charm .data__container .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-charm .data__container .data__block .tips__item .prefecture {
  font-size: 0.83333333em;
}
.lower-charm .data__container .data__block .tips__item .rate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-charm .data__container .data__block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 15px;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-charm .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #fcbb65;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__block .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
}
.lower-charm .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #fcbb65;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-charm .data__container .data__block .list__item:nth-child(even) {
  background: #f17185;
}
.lower-charm .data__container .data__block .list__item:nth-child(even)::after {
  background: #f17185;
}
.lower-charm .data__container .data__date {
  text-align: right;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-charm .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
.lower-charm .data__container {
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
.lower-charm .data__container #data01 .body {
  gap: 0;
  max-width: 496px;
}
.lower-charm .data__container #data01 .body .line-chart {
  position: relative;
}
.lower-charm .data__container #data01 .body .line-chart .decos {
  position: absolute;
  inset: -48px -11.1% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data01 .body .line-chart .decos {
    inset: -24px -5.4% 0;
  }
}
.lower-charm .data__container #data01 .body .line-chart .decos .deco {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data01 .body .line-chart .decos .deco img {
    height: 83px;
  }
}
.lower-charm .data__container #data01 .body .line-chart .decos .deco.-deco02 {
  translate: 8% 0;
}
.lower-charm .data__container #data03 {
  position: relative;
  overflow: hidden;
}
.lower-charm .data__container #data03::before {
  content: "";
  position: absolute;
  top: -33px;
  right: -21px;
  width: 518px;
  aspect-ratio: 518/519;
  background: url(../img/charm/deco_data03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data03::before {
    top: 16px;
    right: -24px;
    width: 336.7px;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data03.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(57.58333333% - var(--gapX) / 2);
            flex: 0 0 calc(57.58333333% - var(--gapX) / 2);
    max-width: calc(57.58333333% - var(--gapX) / 2);
  }
}
.lower-charm .data__container #data03 .body {
  gap: 24px 50px;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data03 .body {
    gap: 16px 32px;
    padding: 24px 6.25%;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data04.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42.41666667% - var(--gapX) / 2);
            flex: 0 0 calc(42.41666667% - var(--gapX) / 2);
    max-width: calc(42.41666667% - var(--gapX) / 2);
  }
}
.lower-charm .data__container #data04 .body {
  gap: 0;
  padding: 20px 4% 45px;
}
.lower-charm .data__container #data04 .body .annotation {
  padding-inline: 5%;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data04 .body .annotation {
    padding-inline: 2%;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data05.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42.41666667% - var(--gapX) / 2);
            flex: 0 0 calc(42.41666667% - var(--gapX) / 2);
    max-width: calc(42.41666667% - var(--gapX) / 2);
  }
}
.lower-charm .data__container #data05 .body .data {
  position: relative;
  background: rgba(252, 187, 101, 0.2);
  border-radius: 10px;
  padding: 41px 16px;
  max-width: 320px;
  width: 100%;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data05 .body .data {
    border-radius: 5px;
    padding: 24px 8px;
    max-width: 230px;
  }
}
.lower-charm .data__container #data05 .body .data::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -6.25%;
  max-width: 73px;
  width: 22.8125%;
  aspect-ratio: 73/78;
  background: url(../img/charm/deco_data05.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-charm .data__container #data05 .body .data .num b {
  margin-left: 12px;
}
.lower-charm .data__container #data06 {
  position: relative;
}
.lower-charm .data__container #data06::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -3.28358209%;
  width: 16.26865672%;
  aspect-ratio: 109/108;
  background: url(../img/charm/deco_data06_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06::before {
    width: 46.87px;
  }
}
.lower-charm .data__container #data06::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 28px);
  right: -4.92537313%;
  width: 35.07462687%;
  aspect-ratio: 235/83;
  background: url(../img/charm/deco_data06_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06::after {
    width: 94px;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data06.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(57.58333333% - var(--gapX) / 2);
            flex: 0 0 calc(57.58333333% - var(--gapX) / 2);
    max-width: calc(57.58333333% - var(--gapX) / 2);
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data06 .body {
    padding: 46px 32px 64px;
    gap: 10px;
  }
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06 .body {
    gap: 8px;
    padding: 24px 6.25%;
  }
}
.lower-charm .data__container #data06 .body .data {
  background: rgba(144, 161, 241, 0.15);
  border-radius: 10px;
  padding: 24px 16px;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06 .body .data {
    border-radius: 5px;
    padding: 24px 8px;
    max-width: 220px;
  }
}
.lower-charm .data__container #data06 .body .data:nth-child(2n) {
  background: rgba(242, 87, 87, 0.1);
}
.lower-charm .data__container #data06 .body .data:nth-child(2n) .item-title {
  color: #f25757;
}
.lower-charm .data__container #data06 .body .data:nth-child(2n) .num b {
  color: #f25757;
}
.lower-charm .data__container #data06 .body .data .item-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #90a1f1;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06 .body .data .item-title {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
@media (min-width: 835px) {
  .lower-charm .data__container #data06 .body .data .num {
    font-size: calc(var(--dataNumSize) * 0.225);
  }
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06 .body .data .num {
    font-size: calc(var(--dataNumSize) * 0.275 * 0.75);
  }
}
.lower-charm .data__container #data06 .body .data .num b {
  color: #90a1f1;
  margin-left: 8px;
  margin-right: 6px;
}
@media (min-width: 835px) {
  .lower-charm .data__container #data06 .body .data .num b {
    font-size: calc(var(--dataNumSize) * 0.875);
  }
}
@media (max-width: 834px) {
  .lower-charm .data__container #data06 .body .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.9);
  }
}

/* ============================================
// COMPANY
// ==========================================*/
.lower-company .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-company .common-dotted-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.35714286em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-company .common-dotted-title {
    font-size: 2.2rem;
  }
}
.lower-company .common-dotted-title::after {
  content: "";
  width: 1.5em;
  aspect-ratio: 42/10;
  background: url(../img/company/icon_title_dotted.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-company .swiper-contents {
  position: relative;
}
.lower-company .swiper-pagination {
  bottom: -34px;
}
@media (min-width: 835px) {
  .lower-company .swiper-pagination {
    display: none;
  }
}
.lower-company .swiper-pagination-bullet {
  background: #fcbb65;
  border: 1px solid #111;
  width: 9px;
  height: 9px;
  margin: 0 3px !important;
}
.lower-company .anchor {
  position: relative;
  background: #c1f6fc;
}
.lower-company .anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/83;
  background: url(../img/charm/shape_intro.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.lower-company .anchor__inner {
  padding-top: 160px;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-company .anchor__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-company .anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 50px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 29px 80px;
}
@media (min-width: 835px) {
  .lower-company .anchor__list {
    margin-right: 15%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 834px) {
  .lower-company .anchor__list {
    padding: 16px 24px;
    gap: 10px 16px;
    border-radius: 10px;
  }
}
.lower-company .anchor__link {
  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;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .lower-company .anchor__link {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .lower-company .anchor__link:hover {
    opacity: 1;
    color: #f17185;
  }
  .lower-company .anchor__link:hover .anchor__icon {
    scale: 0.9;
  }
}
.lower-company .anchor__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #111;
  background: #ffd8de;
  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;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-company .anchor__icon::before {
  content: "";
  width: 0.75em;
  aspect-ratio: 12/5;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
  rotate: 90deg;
}
@media (max-width: 834px) {
  .lower-company .anchor__icon::before {
    width: 0.95em;
  }
}
.lower-company .about {
  position: relative;
  z-index: 0;
}
.lower-company .about:not(:has(.about__image)) .about__body {
  max-width: 100%;
}
.lower-company .about__inner {
  padding-top: 112px;
}
@media (max-width: 834px) {
  .lower-company .about__inner {
    padding-top: 0;
    padding-inline: 0;
  }
}
.lower-company .about__message {
  max-width: 1100px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-company .about__message {
    min-height: 340px;
  }
}
.lower-company .about__image {
  max-width: 917px;
}
@media (min-width: 835px) {
  .lower-company .about__image {
    position: absolute;
    top: -290px;
    right: -130px;
    pointer-events: none;
  }
}
@media (max-width: 1420px) and (min-width: 835px) {
  .lower-company .about__image {
    top: calc(-1 * clamp(171.68px, 16.338028169vw, 232px));
    right: calc(-1 * clamp(26.936px, 2.5633802817vw, 36.4px));
    max-width: clamp(610.722px, 58.1197183099vw, 825.3px);
  }
}
@media (max-width: 834px) {
  .lower-company .about__image {
    max-width: 520px;
    margin-inline: auto;
    margin-top: -44px;
    translate: 3% 0;
  }
}
.lower-company .about__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-company .about__body {
    max-width: 540px;
  }
}
@media (max-width: 834px) {
  .lower-company .about__body {
    padding-inline: 6.25%;
    margin-top: -40px;
  }
}
.lower-company .about__lead {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f25757;
  line-height: 1.5;
  margin-top: 63px;
}
@media (max-width: 834px) {
  .lower-company .about__lead {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.lower-company .about__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-company .about__text {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.lower-company .about__note {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #898989;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-company .about__note {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.lower-company .about__company {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px #111;
          box-shadow: 5px 5px #111;
  max-width: 1100px;
  margin-inline: auto;
  padding: 80px 8.33333333% 84px;
  margin-top: 46px;
}
@media (max-width: 834px) {
  .lower-company .about__company {
    margin-inline: 5.25%;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #111;
            box-shadow: 4px 4px #111;
    padding: 32px 6.25%;
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .lower-company .about__company-list {
    margin-top: 35px;
  }
}
.lower-company .about__company-item {
  padding: 20px 0 24px 36px;
  background: linear-gradient(to right, #b7b7b7, #b7b7b7 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
}
@media (min-width: 835px) {
  .lower-company .about__company-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.87238979%;
  }
}
@media (max-width: 834px) {
  .lower-company .about__company-item {
    padding: 10px 0;
  }
}
.lower-company .about__company-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f8514d;
}
.lower-company .about__company-desc {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-company .about__company-desc {
    padding-top: 1px;
  }
}
@media (max-width: 834px) {
  .lower-company .about__company-desc {
    font-size: 1.4rem;
  }
}
.lower-company .about__business {
  position: relative;
  padding-top: 84px;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-company .about__business {
    padding-top: 56px;
    padding-bottom: 74px;
    padding-inline: 6.25%;
  }
}
.lower-company .about__business::before {
  content: "";
  position: absolute;
  inset: -160px -50vw 0;
  background: #c1f6fc;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-company .about__business::before {
    inset: -128px -50vw 0;
  }
}
@media (min-width: 835px) {
  .lower-company .about__business-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 1.66666667%;
    margin-top: 62px;
  }
}
@media (max-width: 834px) {
  .lower-company .about__business-list {
    margin-top: 32px;
  }
}
.lower-company .about__business-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 285px;
  outline: 1px solid #111;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: auto;
}
@media (min-width: 835px) {
  .lower-company .about__business-item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 834px) {
  .lower-company .about__business-item {
    border-radius: 10px;
  }
}
.lower-company .about__business-image img {
  aspect-ratio: 285/190;
}
.lower-company .about__business-body {
  padding: 23px 10.1754386%;
}
@media (max-width: 834px) {
  .lower-company .about__business-body {
    padding: 16px 7%;
  }
}
.lower-company .about__business-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dd5893;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-company .about__business-title {
    font-size: 1.8rem;
  }
}
.lower-company .about__business-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .lower-company .about__business-text {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.lower-company .welfare__inner {
  padding-top: 100px;
  padding-bottom: 122px;
}
@media (max-width: 834px) {
  .lower-company .welfare__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-company .welfare__slider {
  position: relative;
}
@media (min-width: 835px) {
  .lower-company .welfare__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 2%;
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare__list {
    margin-top: 32px;
  }
}
.lower-company .welfare__item {
  max-width: 280px;
  width: 100%;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  border-radius: 10px;
  background: #fcbb65;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.64em 1em;
  height: auto;
}
@media (min-width: 835px) {
  .lower-company .welfare__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare__item {
    max-width: 224px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 1.4em 1em;
  }
}
.lower-company .welfare .dormitory {
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 72px 6.66666667% 80px;
  border-radius: 20px;
  margin-top: 96px;
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory {
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    padding: 32px 7%;
    border-radius: 10px;
    margin-top: 58px;
    margin-inline: -3%;
  }
}
.lower-company .welfare .dormitory__text {
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: #c1f6fc;
  border: 1px solid #111;
  border-radius: 100vmax;
  padding: 0.91em 1.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 42px;
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__text {
    border-radius: 10px;
    padding: 1em;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-company .welfare .dormitory__overview {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.58766859%;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__overview {
    margin-top: 16px;
  }
}
.lower-company .welfare .dormitory__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.46242775%;
          flex: 0 0 40.46242775%;
  max-width: 420px;
  border-radius: 20px;
  overflow: hidden;
  outline: 1px solid #111;
  height: 100%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__image {
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
.lower-company .welfare .dormitory__image img {
  aspect-ratio: 420/280;
}
@media (min-width: 835px) {
  .lower-company .welfare .dormitory__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-company .welfare .dormitory__item {
  position: relative;
  padding: 15px 3.57781753%;
}
@media (min-width: 835px) {
  .lower-company .welfare .dormitory__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.00963391%;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__item {
    padding: 10px 0;
  }
}
.lower-company .welfare .dormitory__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #b7b7b7, #b7b7b7 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  pointer-events: none;
}
.lower-company .welfare .dormitory__item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #b7b7b7, #b7b7b7 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  pointer-events: none;
}
.lower-company .welfare .dormitory__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 700;
}
.lower-company .welfare .dormitory__desc {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  padding-top: 1px;
}
@media (min-width: 835px) {
  .lower-company .welfare .dormitory__facilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.66088632%;
    margin-top: 44px;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__facilities {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-company .welfare .dormitory__facility {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .lower-company .welfare .dormitory__facility:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 36.6088632%;
            flex: 1 1 36.6088632%;
  }
  .lower-company .welfare .dormitory__facility:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 61.65703276%;
            flex: 1 1 61.65703276%;
  }
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__facility {
    margin-top: 16px;
  }
  .lower-company .welfare .dormitory__facility:first-child {
    margin-top: 0;
  }
}
.lower-company .welfare .dormitory__facility-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #90a1f1;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__facility-title {
    font-size: 1.8rem;
  }
}
.lower-company .welfare .dormitory__facility-text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .lower-company .welfare .dormitory__facility-text {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.lower-company .training {
  background: #c1f6fc;
}
.lower-company .training__inner {
  padding-top: 90px;
  padding-bottom: 156px;
}
@media (max-width: 834px) {
  .lower-company .training__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-company .training__contents {
  position: relative;
}
.lower-company .training__contents::before {
  content: "";
  position: absolute;
  top: -77px;
  width: 217px;
  aspect-ratio: 217/295;
  background: url(../img/company/deco_training.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-company .training__contents::before {
    left: 4%;
  }
}
@media (max-width: 834px) {
  .lower-company .training__contents::before {
    top: -11.55px;
    right: 0;
    width: 91.14px;
  }
}
@media (min-width: 835px) {
  .lower-company .training .common-title {
    text-align: end;
  }
}
.lower-company .training__body {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  padding: 80px 6.66666667% 88px 6.66666667%;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-company .training__body {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #111;
            box-shadow: 4px 4px 0 #111;
    padding: 32px 7%;
    margin-top: 40px;
  }
}
.lower-company .training__item {
  margin-top: 40px;
}
.lower-company .training__item:first-child {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-company .training__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.238921%;
  }
}
@media (max-width: 834px) {
  .lower-company .training__item {
    margin-top: 24px;
  }
}
.lower-company .training__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.9017341%;
          flex: 0 0 28.9017341%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 300px;
  margin-inline: auto;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-company .training__image {
    border-radius: 10px;
    margin-bottom: 8px;
  }
}
.lower-company .training__image img {
  aspect-ratio: 300/200;
}
@media (min-width: 835px) {
  .lower-company .training__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-company .training__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 11px;
  font-size: 2.6rem;
}
@media (max-width: 834px) {
  .lower-company .training__heading {
    gap: 8px;
    font-size: 1.8rem;
  }
}
.lower-company .training__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.92307692em;
  font-weight: 700;
  letter-spacing: 0;
  color: #f8514d;
  line-height: 1;
}
.lower-company .training__title {
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.lower-company .training__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .lower-company .training__text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.lower-company .training .other {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-company .training .other {
    margin-top: 32px;
  }
}
@media (max-width: 834px) {
  .lower-company .training .other__list {
    margin-top: 8px;
  }
}
.lower-company .training .other__item {
  background: linear-gradient(to right, #b7b7b7, #b7b7b7 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
  padding-top: 30px;
  padding-bottom: 32px;
}
@media (max-width: 834px) {
  .lower-company .training .other__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.lower-company .training .other__text {
  font-size: 1.5rem;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-company .training .other__text {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.lower-company .training .other__title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f25757;
  line-height: 1.5;
  padding-left: 1.15384615em;
}
@media (max-width: 834px) {
  .lower-company .training .other__title {
    font-size: 1.8rem;
  }
}
.lower-company .training .other__title::before {
  content: "";
  position: absolute;
  top: 0.34em;
  left: 0;
  width: 0.84615385em;
  aspect-ratio: 1/1;
  background: url(../img/company/icon_training_diamond.png) center center/contain no-repeat;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */