@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 arrow-fade-out-01 {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 100% -100%;
  }
  50.1% {
    opacity: 0;
    translate: -100% 100%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes arrow-fade-out-01 {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 100% -100%;
  }
  50.1% {
    opacity: 0;
    translate: -100% 100%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes arrow-fade-out-02 {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 100% 0;
  }
  50.1% {
    opacity: 0;
    translate: -100% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes arrow-fade-out-02 {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 100% 0;
  }
  50.1% {
    opacity: 0;
    translate: -100% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
/* ============================================
// 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.6;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #f0a600;
  color: #ffffff;
}

::selection {
  background: #f0a600;
  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: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #403630;
  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 {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}
.innerWrap.-m {
  max-width: 1240px;
}

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: #403630;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@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: "Lexend Deca", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.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);
}

#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: 106px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 79px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  translate: 30% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf7f0), to(#fff));
  background-image: linear-gradient(0deg, #faf7f0 0%, #fff 100%);
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -8px;
  width: 189px;
  aspect-ratio: 630/1031;
  -webkit-mask: url(../img/common/deco_education_hamburger.png) center center/contain no-repeat;
          mask: url(../img/common/deco_education_hamburger.png) center center/contain no-repeat;
  pointer-events: none;
  background: #fff;
}
.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;
  gap: 5px;
  z-index: 500;
  background: #f0a600;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: top 0.3s, -webkit-box-shadow 0.3s;
  transition: top 0.3s, -webkit-box-shadow 0.3s;
  transition: top 0.3s, box-shadow 0.3s;
  transition: top 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding-top: 2px;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 56px;
    gap: 4px;
  }
}
.hamburger__btn__bar {
  width: 20px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 18px;
  }
}
.hamburger__btn__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    -webkit-box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
            box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
  }
  .hamburger__btn:hover .hamburger__btn__bar:nth-child(1) {
    translate: 2px 0;
  }
  .hamburger__btn:hover .hamburger__btn__bar:nth-child(3) {
    translate: -2px 0;
  }
}
.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;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 24px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #fff;
  padding: 40px 7% 32px;
  border-radius: 15px;
  border: 2px solid #f0a600;
}
.hamburger__menu__logo {
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.js-open .hamburger__menu__logo {
  -webkit-animation: hamburger-fadeTop 0.8s cubic-bezier(0.86, 0, 0.07, 1) forwards;
          animation: hamburger-fadeTop 0.8s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.hamburger__menu__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__logo-image {
  max-width: 260px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-image {
    max-width: 198px;
  }
}
.hamburger__menu__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger__menu__logo-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.563em 1em;
  background: #403630;
  -webkit-transition: font-size 0.3s;
  transition: font-size 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) {
  .hamburger__menu__logo-subtitle {
    font-size: 1rem;
    border-radius: 3px;
  }
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 24px;
  max-width: 400px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 16px;
    max-width: 280px;
  }
}
.hamburger__menu__nav__list__item {
  font-size: 1.7rem;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.5rem;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(1) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
}
.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
}
.hamburger__menu__nav__list__item-link {
  position: relative;
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(64, 54, 48, 0.2);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 14px 8px 12px;
  }
}
.hamburger__menu__nav__list__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  width: 12px;
  aspect-ratio: 11/8;
  -webkit-mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  background: #f0a600;
}
.hamburger__menu__nav__list__item-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #6db131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: #6db131;
  }
  .hamburger__menu__nav__list__item-link:hover::after {
    left: 0;
    width: 100%;
  }
}
.hamburger__menu__close {
  position: fixed;
  top: 28px;
  right: clamp(28.8px, 2.5vw, 36px);
  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;
  -webkit-transition: top 0.3s, -webkit-box-shadow 0.3s;
  transition: top 0.3s, -webkit-box-shadow 0.3s;
  transition: top 0.3s, box-shadow 0.3s;
  transition: top 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #f0a600;
  border-radius: 50%;
  padding-top: 8px;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 24px;
    width: 56px;
  }
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.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 {
    -webkit-box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
            box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(1) {
    rotate: 135deg;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(2) {
    rotate: 45deg;
  }
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s;
}
.js-open .hamburger__menu__bg {
  -webkit-animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
          animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
}
@-webkit-keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
.hamburger__menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	common-title
--------------------*/
.common-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: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .common-title {
    gap: 8px;
  }
}
.common-title__ja {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 2.5rem;
  }
}
.common-title__eng {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #f0a600;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 1.4rem;
  }
}

/*--------------------
	common-btn
--------------------*/
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .common-btn__link {
    font-size: 1.5rem;
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
  }
  .common-btn__link:hover .common-btn__text::before {
    width: 0;
    left: auto;
    right: 0;
  }
  .common-btn__link:hover .common-btn__icon {
    -webkit-filter: drop-shadow(0 0 8px rgba(240, 166, 0, 0.4));
            filter: drop-shadow(0 0 8px rgba(240, 166, 0, 0.4));
  }
  .common-btn__link:hover .common-btn__icon::before {
    -webkit-animation: arrow-fade-out-01 0.3s ease both;
            animation: arrow-fade-out-01 0.3s ease both;
  }
}
.common-btn__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.common-btn__text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn__icon {
  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: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .common-btn__icon {
    width: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}
.common-btn__icon::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/11;
  -webkit-mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  background: #fff;
}
@media (max-width: 834px) {
  .common-btn__icon::before {
    width: 10px;
  }
}
@media (any-hover: hover) {
  .common-btn.-white .common-btn__link:hover .common-btn__icon {
    -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
  }
}
.common-btn.-white .common-btn__text {
  color: #fff;
}
.common-btn.-white .common-btn__icon {
  background: #fff;
}
.common-btn.-white .common-btn__icon::before {
  background: #6db131;
}
@media (any-hover: hover) {
  .common-btn.-secondary-color .common-btn__link:hover .common-btn__icon {
    -webkit-filter: drop-shadow(0 0 8px rgba(240, 166, 0, 0.6));
            filter: drop-shadow(0 0 8px rgba(240, 166, 0, 0.6));
  }
}
.common-btn.-secondary-color .common-btn__icon {
  background: #6db131;
}
@media (any-hover: hover) {
  .common-btn.-third-color .common-btn__link:hover .common-btn__icon {
    -webkit-filter: drop-shadow(0 0 8px rgba(19, 146, 68, 0.6));
            filter: drop-shadow(0 0 8px rgba(19, 146, 68, 0.6));
  }
}
.common-btn.-third-color .common-btn__icon {
  background: #139244;
}

/*--------------------
	page-title
--------------------*/
.page-title {
  background-color: #faf7f0;
}
.page-title__inner {
  position: relative;
  min-height: 380px;
  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) {
  .page-title__inner {
    min-height: 216px;
  }
}
.page-title__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 254px;
  aspect-ratio: 254/412;
  background: url(../img/common/deco_education_page-title.png) center center/contain no-repeat;
  pointer-events: none;
  opacity: 0.01;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (max-width: 834px) {
  .page-title__inner::before {
    width: 134px;
  }
}
.page-title__header {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .page-title__header {
    padding-left: 3.5820895522%;
    padding-right: 4.4776119403%;
  }
}
@media (max-width: 834px) {
  .page-title__header {
    display: none;
  }
}
.page-title__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-title__logo-image {
  max-width: 260px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .page-title__logo-image {
    max-width: 200.2px;
  }
}
.page-title__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-title__logo-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.563em 1em;
  background: #403630;
  -webkit-transition: font-size 0.3s;
  transition: font-size 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) {
  .page-title__logo-subtitle {
    font-size: 1rem;
    border-radius: 3px;
  }
}
.page-title__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(19.2px, 1.7142857143vw, 24px);
  margin-top: 14px;
}
.page-title__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.6px, 1.9285714286vw, 27px);
}
@media (max-width: 834px) {
  .page-title__nav-list {
    display: none;
  }
}
.page-title__nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.25em;
}
.page-title__nav-link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #f0a600;
  border-radius: 50%;
  pointer-events: none;
}
@media (any-hover: hover) {
  .page-title__nav-link:hover {
    opacity: 1;
    color: #f0a600;
  }
}
.page-title__heading {
  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: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  translate: 0 25px;
}
@media (max-width: 834px) {
  .page-title__heading {
    gap: 8px;
    translate: 0 36px;
  }
}
.page-title__ja {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  opacity: 0.01;
  translate: 0 16px;
  -webkit-transition: opacity 0.6s 0.1s ease, translate 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s ease, translate 0.6s 0.1s ease;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 2.6rem;
  }
}
.page-title__eng {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #f0a600;
  opacity: 0.01;
  translate: 0 16px;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 1.4rem;
  }
}

.js-loaded .page-title__inner::before {
  opacity: 1;
}
.js-loaded .page-title__ja {
  opacity: 1;
  translate: 0 0;
}
.js-loaded .page-title__eng {
  opacity: 1;
  translate: 0 0;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 14px 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 16px 16px;
  }
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #403630;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb__item {
    font-size: 1.1rem;
  }
}
.breadcrumb__item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a {
  color: #403630;
}

/*--------------------
	swiper-button
--------------------*/
.swiper-button-next, .swiper-button-prev {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 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;
  top: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
  }
  .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    background-color: #6db131;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0a600;
  border-radius: 5px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.swiper-button-next .ico, .swiper-button-prev .ico {
  position: relative;
  z-index: 5;
  display: block;
  width: 19px;
  aspect-ratio: 19/16;
  background: url(../img/common/icon_arrow_03.png) no-repeat center center/contain;
}
@media (max-width: 834px) {
  .swiper-button-next .ico, .swiper-button-prev .ico {
    width: 14px;
  }
}
.swiper-button-next.-border::after, .swiper-button-prev.-border::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #403630;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.swiper-button-next.-bg::before, .swiper-button-prev.-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: -10px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .swiper-button-next.-bg::before, .swiper-button-prev.-bg::before {
    inset: -6px;
  }
}
.swiper-button-next {
  right: 0;
}
@media (any-hover: hover) {
  .swiper-button-next:hover {
    -webkit-filter: drop-shadow(0 0 8px rgba(64, 54, 48, 0.15));
            filter: drop-shadow(0 0 8px rgba(64, 54, 48, 0.15));
  }
  .swiper-button-next:hover .ico {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev .ico {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .swiper-button-prev:hover {
    -webkit-filter: drop-shadow(0 0 8px rgba(64, 54, 48, 0.15));
            filter: drop-shadow(0 0 8px rgba(64, 54, 48, 0.15));
  }
  .swiper-button-prev:hover .ico {
    animation: arrow-fade-out-02 0.3s ease reverse;
  }
}
.swiper-button-disabled {
  opacity: 0.7 !important;
}
@media (any-hover: hover) {
  .swiper-button-disabled:hover {
    -webkit-filter: none;
            filter: none;
  }
}

.swiper-button-lock {
  display: none !important;
}

/*--------------------
	pagination
--------------------*/
.job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job_count_pager .pagination ul li {
  text-align: center;
}
.job_count_pager .pagination ul li a, .job_count_pager .pagination ul li em {
  display: block;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.job_count_pager .pagination ul li a:hover,
.job_count_pager .pagination ul li em {
  color: #fff;
  background: #f0a600;
}
.job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
.job_count_pager .pagination ul .number.current {
  display: inline-block;
}

.job_count_pager.contents_top {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
.job_count_pager.contents_top .pagination ul li a, .job_count_pager.contents_top .pagination ul li em {
  margin: 0 2px;
}

.job_count_pager.contents_bottom {
  display: block;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_bottom {
    padding-top: 40px;
  }
}
.job_count_pager.contents_bottom .pagination ul li {
  font-size: 13px;
}
.job_count_pager.contents_bottom .pagination ul li a, .job_count_pager.contents_bottom .pagination ul li em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_bottom .pagination ul li a, .job_count_pager.contents_bottom .pagination ul li em {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 835px) {
  .header {
    -webkit-box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
            box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
    translate: 0 -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: 20px 32px;
  -webkit-transition: background 0.3s, padding 0.3s;
  transition: background 0.3s, padding 0.3s;
}
@media (min-width: 835px) {
  .header__inner {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 834px) {
  .header__inner {
    padding: 16px 4%;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 835px) {
  .header__logo-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 834px) {
  .header__logo-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.header__logo-image {
  max-width: 260px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-image {
    max-width: 200.2px;
  }
}
.header__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.563em 1em;
  background: #403630;
  -webkit-transition: font-size 0.3s;
  transition: font-size 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) {
  .header__logo-subtitle {
    font-size: 1rem;
    border-radius: 3px;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 2.1428571429vw, 30px);
}
@media (max-width: 834px) {
  .header__nav-wrapper {
    gap: 4px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(19.2px, 1.7142857143vw, 24px);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.6px, 1.9285714286vw, 27px);
}
@media (max-width: 834px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.25em;
}
.header__nav-link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #f0a600;
  border-radius: 50%;
  pointer-events: none;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #f0a600;
  }
}

@media (min-width: 835px) {
  .js-scrolled .header {
    translate: 0 0;
  }
}
@media (max-width: 834px) {
  .js-scrolled .header {
    -webkit-box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
            box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
  }
  .js-scrolled .header__inner {
    padding: 10px 4%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .js-scrolled .header__logo-image {
    max-width: 180.18px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer__inner {
  padding-top: 120px;
  padding-bottom: 94px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .footer__contents {
    position: relative;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .footer__top {
    position: relative;
  }
}
@media (max-width: 834px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 835px) {
  .footer__info {
    padding-right: 7%;
  }
}
.footer__info {
  margin-top: 32px;
}
@media (min-width: 835px) {
  .footer__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
}
@media (max-width: 834px) {
  .footer__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-link {
    gap: 8px;
  }
}
.footer__logo-image {
  max-width: 260px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .footer__logo-image {
    max-width: 198px;
  }
}
.footer__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.563em 1em;
  background: #403630;
  -webkit-transition: font-size 0.3s;
  transition: font-size 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) {
  .footer__logo-subtitle {
    font-size: 1rem;
    border-radius: 3px;
  }
}
.footer__address {
  color: #403630;
  font-weight: 500;
  line-height: 1.86;
}
@media (max-width: 834px) {
  .footer__address {
    margin-top: 16px;
  }
}
.footer__gmap {
  position: relative;
  font-weight: 500;
  padding-left: 1em;
}
.footer__gmap::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.6666666667em;
  aspect-ratio: 10/13;
  -webkit-mask: url(../img/common/icon_gmap.png) center center/contain no-repeat;
          mask: url(../img/common/icon_gmap.png) center center/contain no-repeat;
  background: #f0a600;
  pointer-events: none;
}
.footer__contact {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .footer__contact {
    margin-top: 24px;
  }
}
.footer__contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 44px;
}
@media (max-width: 834px) {
  .footer__contact-box {
    gap: 8px 16px;
  }
}
.footer__tel, .footer__fax {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #403630;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__tel, .footer__fax {
    font-size: 2.2rem;
  }
}
.footer__label {
  color: rgba(64, 54, 48, 0.6);
  margin-right: 16px;
}
@media (max-width: 834px) {
  .footer__label {
    margin-right: 8px;
  }
}
.footer__note {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .footer__note {
    font-size: 1rem;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .footer__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 6.6666666667%;
    border-left: 1px solid #e5e5e5;
    padding-top: 32px;
  }
}
@media (max-width: 834px) {
  .footer__nav {
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 834px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 11px;
  }
}
@media (min-width: 835px) {
  .footer__nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 28px;
  }
}
.footer__nav-item:first-child {
  margin-top: 0;
}
.footer__nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.25em;
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #f0a600;
  border-radius: 50%;
  pointer-events: none;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #f0a600;
  }
}
@media (min-width: 835px) {
  .footer__bottom {
    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-top: 108px;
  }
}
@media (min-width: 835px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
@media (max-width: 834px) {
  .footer__corporate {
    margin-top: 24px;
  }
}
.footer__corporate-link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.6em;
}
@media (max-width: 834px) {
  .footer__corporate-link {
    font-size: 1.3rem;
  }
}
.footer__corporate-link::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8666666667em;
  aspect-ratio: 13/10;
  -webkit-mask: url(../img/common/icon_external.png) center center/contain no-repeat;
          mask: url(../img/common/icon_external.png) center center/contain no-repeat;
  background: #f0a600;
  pointer-events: none;
}
.footer__recruit-link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 18px;
}
@media (max-width: 834px) {
  .footer__recruit-link {
    font-size: 1.3rem;
    margin-top: 8px;
    padding-left: 15px;
  }
}
.footer__recruit-link::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #6db131;
}
@media (max-width: 834px) {
  .footer__recruit-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #6db131;
    top: 5px;
  }
}
@media (min-width: 835px) {
  .footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 834px) {
  .footer__legal {
    margin-top: 24px;
  }
}
.footer__analytics {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__analytics-link {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.footer__copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .footer__copyright {
    margin-top: 8px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1250px) {
  .pagetop {
    bottom: -88px;
    right: -62px;
  }
  .pagetop .pagetop__link {
    max-width: 68.4px;
  }
}
@media (max-width: 1250px) and (max-width: 834px) {
  .pagetop .pagetop__link {
    max-width: 53.2px;
  }
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 0;
    right: 0;
  }
}
.pagetop__link {
  display: block;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  max-width: 76px;
}
.pagetop__link img {
  aspect-ratio: 76/137;
}
@media (any-hover: hover) {
  .pagetop__link:hover {
    opacity: 1;
    translate: 0 -8px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
@media (min-width: 835px) {
  .front-page .header {
    translate: 0 -100%;
  }
}
@media (max-width: 834px) {
  .front-page .header {
    -webkit-box-shadow: 0 0 8px rgba(64, 54, 48, 0);
            box-shadow: 0 0 8px rgba(64, 54, 48, 0);
  }
  .front-page .header__inner {
    background: rgba(255, 255, 255, 0);
  }
}
.front-page.js-scrolled .header {
  translate: 0 0;
}
@media (max-width: 834px) {
  .front-page.js-scrolled .header {
    -webkit-box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
            box-shadow: 0 0 8px rgba(64, 54, 48, 0.1);
  }
  .front-page.js-scrolled .header__inner {
    background: rgba(255, 255, 255, 0.95);
  }
}
.front-page .main {
  padding-top: 0;
  padding-bottom: 0;
}
.front-page .hero {
  position: relative;
  background: #faf7f0;
}
.front-page .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 353px;
  aspect-ratio: 353/765;
  background: url(../img/education_index/deco_hero.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero::before {
    width: auto;
    height: 95%;
  }
}
.front-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.679144385%;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero::after {
    height: 7%;
  }
}
.front-page .hero__inner {
  max-width: 1440px;
}
@media (max-width: 1200px) {
  .front-page .hero__inner {
    padding-inline: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__inner {
    padding-inline: 3%;
    padding-top: 93px;
  }
}
.front-page .hero__contents {
  position: relative;
}
@media (max-width: 834px) {
  .front-page .hero__contents {
    padding-bottom: 80px;
  }
}
.front-page .hero__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .hero__header {
    display: none;
  }
}
.front-page .hero__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media (min-width: 835px) {
  .front-page .hero__logo {
    margin-top: 46px;
    margin-left: -22px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__logo {
    margin-top: 24px;
  }
}
.front-page .hero__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__logo-link {
    gap: 8px;
  }
}
.front-page .hero__logo-image {
  max-width: 260px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__logo-image {
    max-width: 198px;
  }
}
.front-page .hero__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.front-page .hero__logo-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.563em 1em;
  background: #403630;
  -webkit-transition: font-size 0.3s;
  transition: font-size 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) {
  .front-page .hero__logo-subtitle {
    font-size: 1rem;
    border-radius: 3px;
  }
}
.front-page .hero__nav-list {
  margin-top: 74px;
}
@media (max-width: 834px) {
  .front-page .hero__nav-list {
    margin-top: 24px;
  }
}
.front-page .hero__nav-item {
  margin-top: 26px;
}
@media (max-width: 834px) {
  .front-page .hero__nav-item {
    margin-top: 16px;
  }
}
.front-page .hero__nav-item:first-child {
  margin-top: 0;
}
.front-page .hero__nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.25em;
}
@media (max-width: 834px) {
  .front-page .hero__nav-link {
    font-size: 1.4rem;
  }
}
.front-page .hero__nav-link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #f0a600;
  border-radius: 50%;
  pointer-events: none;
}
@media (any-hover: hover) {
  .front-page .hero__nav-link:hover {
    opacity: 1;
    color: #f0a600;
  }
}
.front-page .hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .front-page .hero__body {
    padding-left: 5.3076923077%;
  }
}
@media (max-width: 834px) {
  .front-page .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.front-page .hero__text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
}
@media (min-width: 835px) {
  .front-page .hero__text {
    margin-right: -56px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__text {
    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;
  }
}
.front-page .hero__copy {
  margin-top: 236px;
}
@media (max-width: 834px) {
  .front-page .hero__copy {
    margin-top: -64px;
  }
}
.front-page .hero__copy-line {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(5.84rem, 5.4794520548vw, 8rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #f0a600;
  line-height: 1;
  margin-top: clamp(14.6px, 1.3698630137vw, 20px);
  opacity: 0.01;
  translate: 0 24px;
}
@media (max-width: 834px) {
  .front-page .hero__copy-line {
    font-size: 3.8rem;
    margin-top: 10px;
  }
}
.front-page .hero__copy-line:first-child {
  margin-top: 0;
}
.front-page .hero__copy-line span {
  display: inline-block;
  max-width: clamp(90.52px, 8.4931506849vw, 124px);
  margin-right: clamp(9.49px, 0.8904109589vw, 13px);
}
@media (max-width: 834px) {
  .front-page .hero__copy-line span {
    max-width: 54px;
    margin-right: 6px;
  }
}
.front-page .hero__copy-line span img {
  display: block;
  aspect-ratio: 124/59;
}
.front-page .hero__copy-line:nth-child(1) {
  -webkit-transition: opacity 1s 0.3s ease, translate 0.8s 0.3s ease;
  transition: opacity 1s 0.3s ease, translate 0.8s 0.3s ease;
}
.front-page .hero__copy-line:nth-child(2) {
  -webkit-transition: opacity 1s 0.6s ease, translate 0.8s 0.6s ease;
  transition: opacity 1s 0.6s ease, translate 0.8s 0.6s ease;
}
.front-page .hero__copy-line:nth-child(3) {
  -webkit-transition: opacity 1s 0.9s ease, translate 0.8s 0.9s ease;
  transition: opacity 1s 0.9s ease, translate 0.8s 0.9s ease;
}
.front-page .hero__description {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  opacity: 0.01;
  -webkit-transition: opacity 1s 1.2s ease;
  transition: opacity 1s 1.2s ease;
}
@media (min-width: 835px) {
  .front-page .hero__description {
    margin-top: clamp(27.01px, 2.5342465753vw, 37px);
    padding-bottom: 72px;
    padding-left: 8px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__description {
    font-size: 1.3rem;
    margin-right: 2%;
  }
}
.front-page .hero__swiper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 58.4890333063%;
  opacity: 0.01;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 834px) {
  .front-page .hero__swiper {
    max-width: 560px;
    width: 95%;
    margin-inline: auto;
  }
}
.front-page .hero__item {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 834px) {
  .front-page .hero__item {
    border-radius: 15px;
  }
}
.front-page .hero__item img {
  aspect-ratio: 720/935;
  -webkit-transition: scale 30s;
  transition: scale 30s;
}
.front-page .hero .swiper-slide-active img {
  scale: 1.2;
}
.front-page .hero__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 8px;
  top: 0;
  right: calc(-1 * clamp(32.12px, 3.0136986301vw, 44px));
  bottom: 0;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .front-page .hero__pagination {
    right: -13px;
    gap: 6px;
  }
}
.front-page .hero__pagination .swiper-pagination-bullet {
  margin: 0;
  background: #ccc;
  opacity: 1;
  border-radius: 100vmax;
  -webkit-transition: height 0.3s, background 0.3s;
  transition: height 0.3s, background 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.front-page .hero__pagination .swiper-pagination-bullet-active {
  background: #f0a600;
  height: 16px;
}
@media (max-width: 834px) {
  .front-page .hero__pagination .swiper-pagination-bullet-active {
    height: 12px;
  }
}
.front-page .hero__cta {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: clamp(289.8px, 26.8333333333vw, 322px);
  width: 100%;
  opacity: 0.01;
  translate: 0 24px;
  -webkit-transition: opacity 1s 1.5s ease, translate 0.6s 1.5s ease;
  transition: opacity 1s 1.5s ease, translate 0.6s 1.5s ease;
}
@media (max-width: 834px) {
  .front-page .hero__cta {
    max-width: 240px;
  }
}
.front-page .hero__cta::before {
  content: "";
  position: absolute;
  inset: -16px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .front-page .hero__cta::before {
    inset: -8px;
  }
}
.front-page .hero__link {
  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;
  font-size: clamp(1.7rem, 1.5833333333vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.5;
  background: #f0a600;
  border-radius: 100vmax;
  padding: 0.6em 32px 0.5em 16px;
  min-height: clamp(64.8px, 6vw, 72px);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__link {
    font-size: 1.5rem;
    min-height: 52px;
  }
}
.front-page .hero__link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(27px, 2.5vw, 30px);
  width: clamp(17.1px, 1.5833333333vw, 19px);
  aspect-ratio: 19/15;
  rotate: 90deg;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero__link::before {
    right: 16px;
    width: 15px;
  }
}
@media (any-hover: hover) {
  .front-page .hero__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
            box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
  }
}
.front-page.js-loaded .hero__swiper {
  opacity: 1;
}
.front-page.js-loaded .hero__copy-line {
  opacity: 1;
  translate: 0 0;
}
.front-page.js-loaded .hero__description {
  opacity: 1;
}
.front-page.js-loaded .hero__cta {
  opacity: 1;
  translate: 0 0;
}
.front-page .news {
  position: relative;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .news__inner {
    padding-top: 24px;
  }
}
@media (min-width: 835px) {
  .front-page .news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.9029850746%;
    padding-left: 3.3333333333%;
    padding-right: 7.3333333333%;
  }
}
.front-page .news .common-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}
@media (min-width: 835px) {
  .front-page .news .common-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: -20px;
  }
}
@media (min-width: 835px) {
  .front-page .news__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 88px;
  }
}
@media (max-width: 834px) {
  .front-page .news__body {
    margin-top: 16px;
  }
}
.front-page .news__item {
  border-bottom: 1px solid #e5e5e5;
}
.front-page .news__link {
  display: block;
  padding-top: 37px;
  padding-bottom: 34.5px;
  padding-inline: 20px;
}
@media (min-width: 835px) {
  .front-page .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
}
@media (max-width: 834px) {
  .front-page .news__link {
    padding-top: 16px;
    padding-bottom: 10px;
    padding-inline: 8px;
  }
}
@media (any-hover: hover) {
  .front-page .news__link:hover {
    opacity: 1;
  }
  .front-page .news__link:hover .news__title {
    color: #f0a600;
  }
  .front-page .news__link:hover .news__icon {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}
.front-page .news__date {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 835px) {
  .front-page .news__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
  }
}
.front-page .news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__title {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.front-page .news__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19px;
  aspect-ratio: 19/16;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #f0a600;
}
@media (max-width: 834px) {
  .front-page .news__icon {
    width: 15px;
    margin-top: 8px;
    margin-left: auto;
  }
}
.front-page .news .common-btn {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .front-page .news .common-btn {
    margin-top: 24px;
  }
}
.front-page .news .common-btn__link {
  margin-left: auto;
}
.front-page .about {
  position: relative;
  z-index: 2;
}
.front-page .about__inner {
  position: relative;
  padding-top: 136px;
  padding-bottom: 163px;
}
@media (max-width: 834px) {
  .front-page .about__inner {
    padding-top: 88px;
    padding-bottom: 56px;
  }
}
.front-page .about__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 340px);
  right: 110px;
  width: 41.6417910448%;
  aspect-ratio: 1/1;
  background: url(../img/education_index/deco_about.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .front-page .about__inner::before {
    bottom: 88%;
    right: -7%;
  }
}
@media (min-width: 835px) {
  .front-page .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.5217391304%;
    padding-left: 4.1666666667%;
  }
}
.front-page .about__image {
  max-width: 430px;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 835px) {
  .front-page .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.3913043478%;
            flex: 0 0 37.3913043478%;
  }
}
@media (max-width: 834px) {
  .front-page .about__image {
    border-radius: 15px;
    margin-inline: auto;
    margin-bottom: 24px;
    width: 80%;
  }
}
.front-page .about__image img {
  aspect-ratio: 430/573;
}
@media (min-width: 835px) {
  .front-page .about__image + .about__body {
    padding-right: 0;
  }
  .front-page .about__image + .about__body .common-title {
    max-width: 390px;
  }
  .front-page .about__image + .about__body .about__lead {
    max-width: clamp(360px, 33.3333333333vw, 450px);
  }
  .front-page .about__image + .about__body .common-btn {
    max-width: 380px;
  }
}
@media (min-width: 835px) {
  .front-page .about__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 112px;
  }
}
.front-page .about .common-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  margin-left: 0;
  margin-top: 64px;
}
@media (max-width: 834px) {
  .front-page .about .common-title {
    gap: 16px;
    margin-top: 0;
  }
}
.front-page .about .common-title__eng {
  font-size: 2.2rem;
}
@media (max-width: 834px) {
  .front-page .about .common-title__eng {
    font-size: 1.6rem;
  }
}
.front-page .about .common-title__ja {
  line-height: 1.7;
}
.front-page .about__lead {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.8;
  margin-top: 35px;
}
@media (max-width: 834px) {
  .front-page .about__lead {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.front-page .about .common-btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .about .common-btn {
    margin-top: 16px;
  }
}
.front-page .about .common-btn__link {
  margin-left: auto;
}
.front-page .about__deco-image {
  position: absolute;
}
.front-page .about__deco-image.-image01 {
  bottom: calc(100% - 200px);
  left: 20px;
  width: 17.9104477612%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .about__deco-image.-image01 {
    bottom: calc(100% - 112px);
    left: 10px;
    border-radius: 15px;
    min-width: 104px;
  }
}
.front-page .about__deco-image.-image01 img {
  aspect-ratio: 1/1;
}
.front-page .about__deco-image.-image02 {
  bottom: clamp(122.25px, 12.0740740741vw, 163px);
  right: 0;
  width: 14.9253731343%;
  max-width: 200px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 1601px) {
  .front-page .about__deco-image.-image02 {
    right: 10%;
    border-radius: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 835px) {
  .front-page .about__deco-image.-image02 {
    width: 10.9090909091%;
  }
}
@media (max-width: 834px) {
  .front-page .about__deco-image.-image02 {
    top: 38%;
    bottom: auto;
    border-radius: 15px 0 0 15px;
    min-width: 64px;
    z-index: 1;
  }
}
.front-page .about__deco-image.-image02 img {
  aspect-ratio: 200/480;
}
.front-page .interview__inner {
  position: relative;
  padding-bottom: 240px;
}
@media (max-width: 834px) {
  .front-page .interview__inner {
    padding-bottom: 120px;
  }
}
.front-page .interview__inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  width: 630px;
  aspect-ratio: 630/1031;
  background: url(../img/education_index/deco_interview.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .interview__inner::before {
    left: 8px;
    width: 75.5395683453%;
  }
}
.front-page .interview__contents {
  position: relative;
}
.front-page .interview .common-title {
  margin-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 835px) {
  .front-page .interview .common-title {
    margin-left: 3.3333333333%;
  }
}
.front-page .interview__swiper {
  margin-top: 88px;
}
@media (min-width: 835px) {
  .front-page .interview__swiper {
    margin-left: 11.6666666667%;
  }
}
@media (max-width: 834px) {
  .front-page .interview__swiper {
    margin-top: 32px;
  }
}
.front-page .interview__item {
  position: relative;
}
.front-page .interview__item > a {
  display: block;
  position: relative;
}
@media (min-width: 835px) {
  .front-page .interview__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media (any-hover: hover) {
  .front-page .interview__item > a:hover {
    opacity: 1;
  }
  .front-page .interview__item > a:hover .interview__image .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .interview__item > a:hover .interview__body .catch {
    color: #f0a600;
  }
  .front-page .interview__item > a:hover .interview__body .linkIco {
    opacity: 1;
  }
}
.front-page .interview__image {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
}
@media (max-width: 834px) {
  .front-page .interview__image {
    margin-bottom: 16px;
  }
}
.front-page .interview__image .img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .interview__image .img {
    max-width: 280px;
    width: 80%;
    margin-inline: auto;
    border-radius: 10px;
  }
}
.front-page .interview__image .img img {
  position: relative;
  aspect-ratio: 280/362;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.front-page .interview__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.3157894737%;
          flex: 0 1 46.3157894737%;
  position: relative;
  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) {
  .front-page .interview__body {
    padding: 0;
  }
}
.front-page .interview__body .catch {
  position: relative;
  color: #403630;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 835px) {
  .front-page .interview__body .catch {
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .interview__body .catch {
    font-size: 1.8rem;
  }
}
.front-page .interview__body .catch span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.front-page .interview__body .position {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f0a600;
  border-radius: 100px;
  margin-top: 29px;
  padding: 0.434em 1.721em;
}
@media (max-width: 834px) {
  .front-page .interview__body .position {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.front-page .interview__body .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-top: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 16%;
}
@media (max-width: 834px) {
  .front-page .interview__body .name {
    font-size: 1.3rem;
    margin-top: 8px;
    margin-right: 12%;
  }
}
.front-page .interview__body .name span {
  position: relative;
  top: 0.05em;
  font-size: 1.5714285714em;
  margin-right: 3px;
}
.front-page .interview__body .join {
  position: relative;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 16%;
}
@media (max-width: 834px) {
  .front-page .interview__body .join {
    font-size: 1.3rem;
    margin-top: 12px;
    margin-right: 12%;
  }
}
.front-page .interview__body .icon {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  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: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .interview__body .icon {
    width: 28px;
    bottom: 8px;
    right: 0;
    opacity: 1;
  }
}
.front-page .interview__body .icon::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .interview__body .icon::before {
    width: 8px;
  }
}
.front-page .interview .swiper-container {
  position: relative;
  width: 100%;
}
@media (min-width: 835px) {
  .front-page .interview .swiper-container {
    max-width: 600px;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-container .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 362px;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-container .swiper-slide .interview__image {
    max-width: 238px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 238px;
            flex: 0 0 238px;
    -webkit-transition: max-width 0.6s, translate 0.6s, -webkit-box-flex 0.6s;
    transition: max-width 0.6s, translate 0.6s, -webkit-box-flex 0.6s;
    transition: max-width 0.6s, flex 0.6s, translate 0.6s;
    transition: max-width 0.6s, flex 0.6s, translate 0.6s, -webkit-box-flex 0.6s, -ms-flex 0.6s;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-container .swiper-slide .interview__body {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-container .swiper-slide {
    translate: -412px 0;
    -webkit-transition: translate 0.6s;
    transition: translate 0.6s;
  }
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-active {
    translate: 0 0;
  }
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-active .interview__image {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-active .interview__body {
    display: block;
    -webkit-animation: show 1s cubic-bezier(0.14, 1, 0.34, 1) 350ms both;
            animation: show 1s cubic-bezier(0.14, 1, 0.34, 1) 350ms both;
  }
  @-webkit-keyframes show {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes show {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-next {
    translate: 0 0;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-prev {
    translate: -10% 0;
  }
}
@media (min-width: 835px) and (max-width: 834px) {
  .front-page .interview .swiper-container .swiper-slide.swiper-slide-prev {
    translate: 0 0;
  }
}
@media (max-width: 834px) {
  .front-page .interview .swiper-container .swiper-slide {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 834px) {
  .front-page .interview .swiper-container .swiper-slide.-duplicate, .front-page .interview .swiper-container .swiper-slide.-duplicate-next, .front-page .interview .swiper-container .swiper-slide.-duplicate-prev, .front-page .interview .swiper-container .swiper-slide.-duplicate-active, .front-page .interview .swiper-container .swiper-slide.-next, .front-page .interview .swiper-container .swiper-slide.-prev, .front-page .interview .swiper-container .swiper-slide-active {
    opacity: 1;
  }
}
.front-page .interview .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  position: absolute;
  top: 20px;
  right: 3.3333333333%;
}
@media (max-width: 834px) {
  .front-page .interview .controls {
    gap: 6px;
    right: -2%;
  }
}
.front-page .training {
  position: relative;
  background: #faf7f0;
  z-index: 2;
}
.front-page .training__inner {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .front-page .training__inner {
    padding-top: 56px;
  }
}
.front-page .training__body {
  margin-top: 90px;
}
@media (min-width: 835px) {
  .front-page .training__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.4054054054%;
  }
}
@media (min-width: 1201px) {
  .front-page .training__body {
    padding-inline: 0.6666666667%;
  }
}
@media (max-width: 834px) {
  .front-page .training__body {
    margin-top: 24px;
  }
}
.front-page .training__block {
  position: relative;
  max-width: 560px;
}
@media (min-width: 835px) {
  .front-page .training__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .front-page .training__block {
    margin-top: 32px;
    margin-inline: auto;
  }
  .front-page .training__block:first-child {
    margin-top: 0;
  }
}
.front-page .training__link {
  display: block;
}
@media (any-hover: hover) {
  .front-page .training__link:hover {
    opacity: 1;
  }
  .front-page .training__link:hover .training__image img {
    scale: 1.05;
  }
  .front-page .training__link:hover .training__icon::before {
    -webkit-animation: arrow-fade-out-01 0.3s ease both;
            animation: arrow-fade-out-01 0.3s ease both;
  }
}
.front-page .training__media {
  position: relative;
}
.front-page .training__image {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .training__image {
    border-radius: 15px;
  }
}
.front-page .training__image img {
  aspect-ratio: 560/381;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .training__label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(2.4rem, 2.3076923077vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f0a600;
  line-height: 1;
  padding: 1.1666666667em 1.6em 0 0.7666666667em;
  background: #faf7f0;
  border-radius: 0 20px 0 0;
}
@media (max-width: 834px) {
  .front-page .training__label {
    font-size: 2.1rem;
    border-radius: 0 10px 0 0;
  }
}
.front-page .training__text {
  margin-top: 32px;
  padding-left: 23px;
  padding-right: 12.8571428571%;
}
@media (max-width: 834px) {
  .front-page .training__text {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 32px;
  }
  .front-page .training__text br {
    display: none;
  }
}
.front-page .training__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10.7142857143%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  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) {
  .front-page .training__icon {
    width: 28px;
  }
}
.front-page .training__icon::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .training__icon::before {
    width: 9px;
  }
}
.front-page .training__deco {
  position: absolute;
  bottom: calc(100% - 5px);
  left: 70px;
}
@media (max-width: 834px) {
  .front-page .training__deco {
    left: 3%;
    max-width: 78.4px;
  }
}
.front-page .training__deco-text {
  position: absolute;
  bottom: calc(100% - 45px);
  right: -16px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #f2efe9;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .training__deco-text {
    bottom: calc(100% - 20px);
    right: -6px;
    font-size: 7rem;
  }
}
.front-page .movie {
  background: #faf7f0;
}
.front-page .movie__inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .movie__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.front-page .movie__contents {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding-top: 83px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .front-page .movie__contents {
    border-radius: 15px;
    padding-top: 56px;
    padding-bottom: 88px;
    padding-inline: 7%;
    margin-inline: -5%;
  }
}
.front-page .movie__contents::before, .front-page .movie__contents::after {
  content: "";
  position: absolute;
  top: 29px;
  width: 8.3333333333%;
  aspect-ratio: 1/1;
  background: url(../img/education_index/deco_movie_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .movie__contents::before, .front-page .movie__contents::after {
    top: 16px;
  }
}
.front-page .movie__contents::before {
  left: 29px;
}
@media (max-width: 834px) {
  .front-page .movie__contents::before {
    left: 16px;
  }
}
.front-page .movie__contents::after {
  right: 29px;
  scale: -1 1;
}
@media (max-width: 834px) {
  .front-page .movie__contents::after {
    right: 16px;
  }
}
.front-page .movie__body {
  position: relative;
  margin-top: 68px;
}
@media (max-width: 834px) {
  .front-page .movie__body {
    margin-top: 32px;
  }
}
.front-page .movie__body .navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border: 1px solid #f0a600;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 63px;
  background: #fff;
}
@media (max-width: 834px) {
  .front-page .movie__body .navigation {
    padding: 4px;
    margin-bottom: 30px;
  }
}
.front-page .movie__body .navigation__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #f0a600;
  cursor: pointer;
  padding: 0.723em 2.4em;
  background: transparent;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .movie__body .navigation__item {
    font-size: min(3.7vw, 1.4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    padding: 8px 16px;
  }
}
.front-page .movie__body .navigation__item::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  translate: -50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.front-page .movie__body .navigation__item::before {
  width: 1px;
  height: 63px;
  background-color: #f0a600;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  scale: 1 0;
}
@media (max-width: 834px) {
  .front-page .movie__body .navigation__item::before {
    height: 30px;
  }
}
.front-page .movie__body .navigation__item.is-active {
  cursor: auto;
  background: #f0a600;
  color: #fff;
}
.front-page .movie__body .navigation__item.is-active::before {
  opacity: 1;
  scale: 1 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.front-page .movie__body .movies {
  position: relative;
  max-width: 720px;
  margin: auto;
}
.front-page .movie__body .list__item {
  position: relative;
  z-index: 5;
  aspect-ratio: 16/9;
  width: 100% !important;
  font-size: 0;
}
.front-page .movie__body .list__item iframe {
  width: 100%;
  height: 100%;
}
.front-page .movie__body .controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 130px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .movie__body .controls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    top: 100%;
    margin-top: 36px;
    left: 0;
    translate: 0 -50%;
  }
}
.front-page .movie__body .controls_item {
  pointer-events: auto;
}
@media (min-width: 835px) {
  .front-page .movie__body .controls .swiper-button-next {
    margin-left: auto;
    right: -30px;
  }
}
@media (min-width: 835px) {
  .front-page .movie__body .controls .swiper-button-prev {
    margin-right: auto;
    left: -30px;
  }
}
.front-page .movie__deco {
  position: absolute;
  bottom: -26px;
  right: 16px;
  z-index: 5;
}
@media (max-width: 834px) {
  .front-page .movie__deco {
    max-width: 116.1px;
    bottom: -12px;
    right: 4px;
  }
}
.front-page .recruit {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf7f0), to(transparent));
  background-image: linear-gradient(0deg, #faf7f0 0%, transparent 100%);
}
.front-page .recruit__inner {
  padding-top: 117px;
  padding-bottom: 143px;
}
@media (max-width: 834px) {
  .front-page .recruit__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-page .recruit__block {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  border: 3px solid #45bcb4;
  border-radius: 30px;
  padding: 56px 5.75% 56px 4.6666666667%;
  margin-top: 40px;
  background: #fff;
}
@media (min-width: 835px) {
  .front-page .recruit__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.2559339525%;
  }
}
@media (max-width: 834px) {
  .front-page .recruit__block {
    margin-top: 24px;
    border-radius: 15px;
    padding: 32px 7%;
    border: 2px solid #45bcb4;
  }
}
.front-page .recruit__block:nth-child(1 of .recruit__block) {
  margin-top: 78px;
}
@media (max-width: 834px) {
  .front-page .recruit__block:nth-child(1 of .recruit__block) {
    margin-top: 32px;
  }
}
.front-page .recruit__block.-resident {
  border-color: #f0a600;
}
.front-page .recruit__block.-resident .recruit__target {
  background: #f0a600;
}
.front-page .recruit__block.-resident .recruit__heading::before {
  background: #f0a600;
}
.front-page .recruit__block.-resident .recruit__link {
  background: #f0a600;
}
@media (any-hover: hover) {
  .front-page .recruit__block.-resident .recruit__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
            box-shadow: 0 0 16px rgba(240, 166, 0, 0.6);
  }
}
.front-page .recruit__block::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 209px;
  width: 19.1042047532%;
  aspect-ratio: 209/343;
  background: url(../img/education_index/deco_recruit.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .recruit__block::before {
    bottom: 4px;
    right: 3px;
  }
}
.front-page .recruit__target {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(2.4rem, 2.5vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #45bcb4;
  border-radius: 20px 0 20px 0;
  width: 22.3636363636%;
  aspect-ratio: 246/90;
  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;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .recruit__target {
    font-size: 1.8rem;
    border-radius: 10px 0 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5em 1em;
  }
}
.front-page .recruit__image {
  border-radius: 27px;
  overflow: hidden;
}
@media (min-width: 835px) {
  .front-page .recruit__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 44.6852425181%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .recruit__image {
    max-width: 433px;
    margin-inline: auto;
    margin-bottom: 24px;
    border-radius: 15px;
  }
}
.front-page .recruit__image img {
  aspect-ratio: 433/537;
}
.front-page .recruit__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
.front-page .recruit__section {
  margin-top: 45px;
}
.front-page .recruit__section:first-child {
  margin-top: 0;
}
.front-page .recruit__heading {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.0769230769em;
}
@media (max-width: 834px) {
  .front-page .recruit__heading {
    font-size: 2rem;
  }
}
.front-page .recruit__heading::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.3076923077em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #45bcb4;
  pointer-events: none;
}
.front-page .recruit__list {
  margin-top: 31px;
}
@media (max-width: 834px) {
  .front-page .recruit__list {
    margin-top: 16px;
  }
}
.front-page .recruit__item {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 835px) {
  .front-page .recruit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.front-page .recruit__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.front-page .recruit__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  background: #faf7f0;
  padding: 16px 22px;
}
@media (min-width: 835px) {
  .front-page .recruit__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (max-width: 834px) {
  .front-page .recruit__term {
    padding: 8px 16px;
  }
}
.front-page .recruit__desc {
  font-weight: 700;
  padding: 16px 23px;
}
@media (max-width: 834px) {
  .front-page .recruit__desc {
    padding: 8px 16px;
  }
}
.front-page .recruit__btn {
  max-width: 280px;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .recruit__btn {
    max-width: 240px;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.front-page .recruit__btn:nth-child(2 of .recruit__btn) {
  margin-top: 12px;
}
.front-page .recruit__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;
  border-radius: 100vmax;
  background: #45bcb4;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.5;
  padding: 20px 32px 18.5px 50px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .front-page .recruit__link {
    font-size: 1.5rem;
    padding: 16px 24px 16px 32px;
  }
}
.front-page .recruit__link::after {
  content: "";
  width: 0.7058823529em;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (any-hover: hover) {
  .front-page .recruit__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(69, 188, 180, 0.6);
            box-shadow: 0 0 16px rgba(69, 188, 180, 0.6);
  }
}
.front-page .recruit__text {
  margin-top: 22px;
}
@media (max-width: 834px) {
  .front-page .recruit__text {
    margin-top: 16px;
  }
}
.front-page .recruit__text + .recruit__btn {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .front-page .recruit__text + .recruit__btn {
    margin-top: 16px;
  }
}

/* ============================================
// ブログページ
// ==========================================*/
.lower-blog .l-main {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf7f0), to(transparent));
  background-image: linear-gradient(0deg, #faf7f0 0%, transparent 100%);
}
@media (min-width: 835px) {
  .lower-blog .l-main {
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .lower-blog .l-main {
    padding: 40px 0;
  }
}
@media (min-width: 835px) {
  .lower-blog.-blog-d .header {
    translate: 0 0;
  }
  .lower-blog.-blog-d .header__inner {
    padding: 24px 32px;
  }
  .lower-blog.-blog-d.js-scrolled .header__inner {
    padding: 20px 32px;
  }
}
.lower-blog.-blog-d .l-main {
  padding-top: 160px;
}
@media (max-width: 834px) {
  .lower-blog.-blog-d .l-main {
    padding-top: 104px;
  }
}
.lower-blog.-blog-d .blog__container {
  position: relative;
}
.lower-blog.-blog-d .blog__container::before {
  content: "";
  position: absolute;
  top: -240px;
  left: -320px;
  width: 558px;
  aspect-ratio: 1/1;
  background: url(../img/blog/deco_blog.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-blog.-blog-d .blog__container::before {
    width: 279px;
    top: -150px;
    left: -110px;
  }
}
.lower-blog .blog__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .lower-blog .blog__container {
    display: block;
    padding: 0 20px;
  }
}
.lower-blog .blog__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.lower-blog .blog__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-blog .blog__side {
    margin-top: 40px;
  }
}
.lower-blog .blog {
  /*------------------------------
    一覧ページ
  ------------------------------*/
}
.lower-blog .blog__categoryTitle {
  position: relative;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  padding-left: 0.8888888889em;
}
@media (max-width: 834px) {
  .lower-blog .blog__categoryTitle {
    font-size: 1.35em;
    padding-bottom: 16px;
  }
}
.lower-blog .blog__categoryTitle::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.2962962963em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-blog .blog__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-blog .blog__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-blog .blog__articles__item a::after {
  content: "";
  width: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f0a600;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-blog .blog__articles__item a:hover {
    opacity: 1;
    color: #f0a600;
  }
  .lower-blog .blog__articles__item a:hover::after {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}
.lower-blog .blog__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog .blog__articles__item .img img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .img img {
    border-radius: 8px;
  }
}
.lower-blog .blog__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-blog .blog__articles__item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-blog .blog__articles__item .date {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.9em;
  color: #403630;
}
.lower-blog .blog__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog .blog__articles__item .category__item {
  background-color: #f0a600;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.6em 0.8em;
  border-radius: 100vmax;
}
.lower-blog .blog__articles__item .title {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .title {
    font-size: 1.08em;
  }
}
.lower-blog .blog__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-blog .blog__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog .blog__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 834px) {
  .lower-blog .blog__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-blog .blog {
  /*------------------------------
    詳細ページ
  ------------------------------*/
}
.lower-blog .blog__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-blog .blog__article__title .date {
  font-family: "Lexend Deca", sans-serif;
  color: #403630;
}
.lower-blog .blog__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog .blog__article__title .category__item {
  background-color: #f0a600;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 100vmax;
}
.lower-blog .blog__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__title .title {
    font-size: 1.35em;
  }
}
.lower-blog .blog__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body {
    padding: 0 0 32px;
  }
}
.lower-blog .blog__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-blog .blog__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .photo__item img {
    border-radius: 15px;
  }
}
.lower-blog .blog__article__body .hd {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  color: #f0a600;
  line-height: 1.6;
  padding-left: 0.7111111111em;
}
.lower-blog .blog__article__body .hd::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.2666666667em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-blog .blog__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-blog .blog__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .text {
    margin: 24px 0;
  }
}
.lower-blog .blog__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(240, 166, 0, 0.15)));
  background: linear-gradient(transparent 60%, rgba(240, 166, 0, 0.15) 60%);
}
.lower-blog .blog__article__body .strong {
  font-weight: 700;
  color: #f0a600;
}
.lower-blog .blog__article__body .link {
  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.2em;
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-blog .blog__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-blog .blog__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #f0a600;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog .blog__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #f0a600;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/blog/ico_link.svg);
          mask-image: url(../img/blog/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-blog .blog__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-blog .blog__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/blog/ico_external.svg);
          mask-image: url(../img/blog/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-blog .blog__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-blog .blog__btnArea {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-blog .blog__btnArea {
    margin-top: 40px;
  }
}
.lower-blog .blog__btnArea .backBtn {
  display: block;
  text-align: center;
}
.lower-blog .blog__btnArea .backBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: 700;
  color: #f0a600;
  gap: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog .blog__btnArea .backBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1em;
  background: #f0a600;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-blog .blog__btnArea .backBtn a:hover {
    opacity: 0.8;
  }
  .lower-blog .blog__btnArea .backBtn a:hover::before {
    animation: arrow-fade-out-02 0.3s ease reverse;
  }
}
.lower-blog .blog {
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-blog .blog__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-blog .blog__side__block {
    margin-top: 30px;
  }
}
.lower-blog .blog__side__block:first-child {
  margin-top: 0;
}
.lower-blog .blog__side__block .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.6em;
  padding-left: 0.8205128205em;
}
.lower-blog .blog__side__block .title::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.3076923077em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-blog .blog__side__block .list__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-blog .blog__side__block .list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-blog .blog__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog .blog__side__block .list__item a::after {
  content: "";
  width: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f0a600;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-blog .blog__side__block .list__item a:hover {
    color: #f0a600;
    opacity: 1;
  }
  .lower-blog .blog__side__block .list__item a:hover::after {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}

/* ============================================
// ABOUT
// ==========================================*/
.lower-about .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-about .about__common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 834px) {
  .lower-about .about__common-title {
    gap: 6px;
  }
}
.lower-about .about__common-title .eng {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #f0a600;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-about .about__common-title .eng {
    font-size: 1.3rem;
  }
}
.lower-about .about__common-title .ja {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-about .about__common-title .ja {
    font-size: 2.4rem;
  }
}
.lower-about .about__common-title.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-about .about {
  position: relative;
}
.lower-about .about::before {
  content: "";
  position: absolute;
  left: 8.3333333333%;
  aspect-ratio: 445/729;
  background: url(../img/about/deco_about.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-about .about::before {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .lower-about .about::before {
    bottom: 0;
    left: 2%;
    height: 364.5px;
  }
}
.lower-about .about__inner {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-about .about__inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-about .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: 6.6666666667%;
  }
}
.lower-about .about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.8333333333%;
          flex: 0 0 46.8333333333%;
  max-width: 562px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-about .about__image {
    margin-inline: auto;
    border-radius: 10px;
    margin-bottom: 24px;
  }
}
.lower-about .about__image img {
  aspect-ratio: 562/399;
}
.lower-about .about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lower-about .about__text {
  margin-top: 19px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .lower-about .about__text {
    margin-top: 9px;
  }
}
.lower-about .feature {
  position: relative;
  background: #faf7f0;
}
.lower-about .feature__inner {
  padding-top: 74px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-about .feature__inner {
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.lower-about .feature__block {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding: 42px 4.1666666667% 42px 0;
  margin-top: 50px;
}
@media (min-width: 835px) {
  .lower-about .feature__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.1428571429%;
  }
}
@media (max-width: 834px) {
  .lower-about .feature__block {
    padding: 24px 4%;
    margin-inline: -3%;
    margin-top: 32px;
  }
}
.lower-about .feature__block::before {
  content: "";
  position: absolute;
  inset: 0 0 0 8.9090909091%;
  border: 2px solid #f0a600;
  border-radius: 40px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-about .feature__block::before {
    inset: 0;
    border-radius: 20px;
  }
}
.lower-about .feature__block:nth-child(1 of .feature__block) {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-about .feature__block:nth-child(1 of .feature__block) {
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .lower-about .feature__block:nth-child(2n of .feature__block) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 42px 0 42px 4.1666666667%;
  }
  .lower-about .feature__block:nth-child(2n of .feature__block)::before {
    inset: 0 8.9090909091% 0 0;
  }
  .lower-about .feature__block:nth-child(2n of .feature__block) .feature__num {
    right: auto;
    left: 60px;
  }
}
.lower-about .feature__num {
  position: absolute;
  top: 0;
  right: 60px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #f0a600;
  line-height: 1;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-about .feature__num {
    right: auto;
    left: 24px;
    font-size: 1.4rem;
  }
}
.lower-about .feature__num::before {
  content: "";
  position: absolute;
  inset: 0 -10px;
  background: #faf7f0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-about .feature__num::before {
    inset: 0 -8px;
  }
}
.lower-about .feature__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.5714285714%;
          flex: 0 0 28.5714285714%;
  max-width: 300px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-about .feature__image {
    margin-inline: auto;
    border-radius: 10px;
    margin-bottom: 8px;
    width: 80%;
  }
}
.lower-about .feature__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #fff;
  border-radius: 30px;
  padding: 56px 4.9523809524%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 834px) {
  .lower-about .feature__body {
    border-radius: 15px;
    padding: 24px 7%;
  }
}
.lower-about .feature__heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-about .feature__heading {
    font-size: 2.2rem;
  }
}
.lower-about .feature__text {
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-about .feature__text {
    margin-top: 8px;
  }
}
.lower-about .feature__deco01 {
  position: absolute;
  top: -30px;
  left: 70px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-about .feature__deco01 {
    width: 77.74px;
    top: -24px;
    left: 4%;
  }
}
.lower-about .feature__deco02 {
  position: absolute;
  bottom: 64px;
  right: 30px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-about .feature__deco02 {
    width: 118.68px;
    bottom: 24px;
    right: 2%;
  }
}
.lower-about .feature__deco-text {
  position: absolute;
  bottom: calc(100% - 35px);
  right: -8px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #f2efe9;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-about .feature__deco-text {
    bottom: calc(100% - 18px);
    right: -4px;
    font-size: 6rem;
  }
}

/* ============================================
// INITIAL
// ==========================================*/
.lower-initial .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-initial .initial__common-title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  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-initial .initial__common-title {
    font-size: 2.2rem;
  }
}
.lower-initial .initial__common-heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 2px solid #e5e5e5;
  padding-block: 0.7em;
}
@media (max-width: 834px) {
  .lower-initial .initial__common-heading {
    font-size: 1.9rem;
  }
}
.lower-initial .anchor__inner {
  padding-block: 64px;
}
@media (max-width: 834px) {
  .lower-initial .anchor__inner {
    padding-block: 32px;
  }
}
.lower-initial .anchor__list {
  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: 24px 34px;
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-initial .anchor__list {
    gap: 16px 24px;
  }
}
.lower-initial .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4705882353em;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .lower-initial .anchor__link {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-initial .anchor__link:hover {
    opacity: 1;
    color: #f0a600;
  }
  .lower-initial .anchor__link:hover .anchor__icon {
    scale: 0.9;
  }
}
.lower-initial .anchor__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.7647058824em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  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: -0.2em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-initial .anchor__icon::before {
  content: "";
  width: 0.7058823529em;
  aspect-ratio: 12/10;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
  rotate: 90deg;
}
.lower-initial .policy {
  background: #faf7f0;
}
.lower-initial .policy__inner {
  max-width: 1240px;
  padding-top: 72px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-initial .policy__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.lower-initial .policy__lead {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 25px;
}
@media (min-width: 835px) {
  .lower-initial .policy__lead {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-initial .policy__lead {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .lower-initial .policy__lead br {
    display: none;
  }
}
@media (min-width: 835px) {
  .lower-initial .policy__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.7272727273%;
    margin-top: 50px;
  }
}
.lower-initial .policy__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5454545455%;
          flex: 0 0 30.5454545455%;
  max-width: 336px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-initial .policy__image {
    margin-inline: auto;
    border-radius: 10px;
    width: 80%;
    margin-top: 24px;
  }
}
.lower-initial .policy__image img {
  aspect-ratio: 336/300;
}
@media (min-width: 835px) {
  .lower-initial .policy__list {
    -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-initial .policy__list {
    margin-top: 24px;
  }
}
.lower-initial .policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-initial .policy__item {
    gap: 8px;
  }
}
.lower-initial .policy__item:first-child {
  margin-top: 0;
}
.lower-initial .policy__num {
  -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: 2.1333333333em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #f0a600;
  line-height: 1;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-initial .policy__num {
    width: 2em;
    font-size: 0.9em;
  }
}
.lower-initial .policy__text {
  padding-top: 0.4em;
}
@media (max-width: 834px) {
  .lower-initial .policy__text {
    padding-top: 0.2em;
  }
}
.lower-initial .feature__inner {
  padding-top: 88px;
}
@media (max-width: 834px) {
  .lower-initial .feature__inner {
    padding-top: 56px;
  }
}
.lower-initial .feature__deco {
  position: absolute;
  bottom: calc(100% - 70px);
  right: 35px;
  width: 12.6119402985%;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-initial .feature__deco {
    width: 77.74px;
    bottom: calc(100% - 30px);
    right: 4%;
  }
}
@media (min-width: 835px) {
  .lower-initial .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 2.1666666667%;
    margin-top: 50px;
  }
  .lower-initial .feature__list:not(:has(.feature__block:nth-child(3))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower-initial .feature__list:not(:has(.feature__block:nth-child(3))) .feature__block {
    max-width: 382px;
  }
}
@media (max-width: 834px) {
  .lower-initial .feature__list {
    margin-top: 24px;
  }
}
.lower-initial .feature__block {
  position: relative;
  background: #fff;
  border: 4px solid #f2efe9;
  border-radius: 30px;
  padding: 36px 2.25% 28px 2.25%;
}
@media (min-width: 835px) {
  .lower-initial .feature__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 31.8333333333%;
  }
}
@media (max-width: 834px) {
  .lower-initial .feature__block {
    border: 3px solid #f2efe9;
    border-radius: 15px;
    padding: 24px 6%;
    margin-top: 24px;
  }
}
.lower-initial .feature__label {
  position: absolute;
  top: -16px;
  left: -4px;
  background: #f0a600;
  border-radius: 50%;
  width: clamp(46.64px, 4.4166666667vw, 53px);
  aspect-ratio: 1/1;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.1rem;
  font-size: clamp(1rem, 0.9166666667vw, 1.1rem);
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1;
  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;
  gap: 1px;
}
@media (max-width: 834px) {
  .lower-initial .feature__label {
    top: -8px;
    left: -8px;
  }
}
.lower-initial .feature__num {
  font-size: 1.6363636364em;
}
.lower-initial .feature__heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  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-initial .feature__heading {
    font-size: 1.9rem;
    padding-inline: 16px;
  }
}
.lower-initial .feature__image {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 24px;
  max-width: 320px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-initial .feature__image {
    border-radius: 10px;
    margin-top: 16px;
  }
}
.lower-initial .feature__image img {
  aspect-ratio: 320/214;
}
.lower-initial .feature__text {
  line-height: 2.2;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-initial .feature__text {
    margin-top: 16px;
  }
}
.lower-initial .program__inner {
  padding-top: 68px;
  padding-bottom: 94px;
}
@media (max-width: 834px) {
  .lower-initial .program__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-initial .program__contents {
  max-width: 1024px;
  margin-inline: auto;
}
.lower-initial .program__block {
  margin-top: 37px;
}
@media (max-width: 834px) {
  .lower-initial .program__block {
    margin-top: 24px;
  }
}
.lower-initial .program__block:nth-child(1 of .program__block) {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-initial .program__block:nth-child(1 of .program__block) {
    margin-top: 32px;
  }
}
.lower-initial .program__lead {
  line-height: 2.2;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-initial .program__lead {
    margin-top: 16px;
  }
}
.lower-initial .program__list {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-initial .program__list {
    margin-top: 24px;
  }
}
.lower-initial .program__item {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 835px) {
  .lower-initial .program__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lower-initial .program__term {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #faf7f0;
  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: 1em;
}
@media (min-width: 835px) {
  .lower-initial .program__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 202px;
            flex: 0 0 202px;
    min-height: 99px;
  }
}
@media (max-width: 834px) {
  .lower-initial .program__term {
    font-size: 1.6rem;
  }
}
.lower-initial .program__desc {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
}
@media (min-width: 835px) {
  .lower-initial .program__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-left: 1px solid #e5e5e5;
  }
}
@media (max-width: 834px) {
  .lower-initial .program__desc {
    font-size: 1.6rem;
    padding: 1em;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-initial .program__heading {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 0.8181818182em;
  margin-top: 66px;
}
@media (max-width: 834px) {
  .lower-initial .program__heading {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}
.lower-initial .program__heading::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.3636363636em;
  aspect-ratio: 1/1;
  background: #f0a600;
  border-radius: 50%;
  pointer-events: none;
}
.lower-initial .program__table-wrap {
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-initial .program__table-wrap {
    margin-top: 16px;
    overflow-x: auto;
  }
}
.lower-initial .program__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-initial .program__table {
    font-size: 1.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 800px;
  }
}
.lower-initial .program__table th,
.lower-initial .program__table td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 1em 2em;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-initial .program__table th,
  .lower-initial .program__table td {
    padding: 1em 1.3em;
  }
}
.lower-initial .program__table th:first-child,
.lower-initial .program__table td:first-child {
  border-left: none;
}
.lower-initial .program__table thead th {
  background: #faf7f0;
  font-weight: bold;
}
.lower-initial .program__table thead th:nth-child(1) {
  width: 17.578125%;
}
.lower-initial .program__table thead th:nth-child(3) {
  width: 13.671875%;
}
.lower-initial .program__table thead th:nth-child(4) {
  width: 14.6484375%;
}
.lower-initial .program__table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}
.lower-initial .program__table tbody td:nth-child(1) {
  font-weight: 700;
}
.lower-initial .program__table tbody td:nth-child(2) {
  text-align: start;
}
.lower-initial .program__optional {
  background: #faf7f0;
  border-radius: 30px;
  padding: 34px 40px 30px;
  margin-top: 27px;
}
@media (max-width: 834px) {
  .lower-initial .program__optional {
    border-radius: 15px;
    padding: 24px 7%;
    margin-top: 24px;
  }
}
.lower-initial .program__optional-text {
  line-height: 2.2;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-initial .program__optional-text {
    margin-top: 5px;
  }
}
.lower-initial .program__optional .program__heading {
  margin-top: 0;
}
.lower-initial .program__annotation {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-initial .program__annotation {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-initial .program__facility-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px 5.859375%;
    margin-top: 52px;
  }
}
@media (max-width: 834px) {
  .lower-initial .program__facility-list {
    margin-top: 24px;
  }
}
.lower-initial .program__facility-item {
  background: #faf7f0;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-initial .program__facility-item {
    border-radius: 10px;
    margin-top: 16px;
  }
  .lower-initial .program__facility-item:first-child {
    margin-top: 0;
  }
}
.lower-initial .program__facility-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f0a600;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8em 1em;
}
@media (max-width: 834px) {
  .lower-initial .program__facility-heading {
    font-size: 1.8rem;
  }
}
.lower-initial .program__facility-image {
  max-width: 360px;
  margin-inline: auto;
  margin-top: 24px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-initial .program__facility-image {
    width: 86%;
  }
}
.lower-initial .program__facility-description {
  line-height: 2.2;
  padding: 2em 8.2987551867%;
}
@media (max-width: 834px) {
  .lower-initial .program__facility-description {
    padding: 1em 7%;
  }
}
@media (min-width: 835px) {
  .lower-initial .program__certification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.9523809524%;
    margin-top: 62px;
    padding-left: 16px;
  }
}
@media (max-width: 834px) {
  .lower-initial .program__certification {
    margin-top: 24px;
  }
}
.lower-initial .program__certification-image {
  max-width: 180px;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-initial .program__certification-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.8571428571%;
            flex: 0 0 17.8571428571%;
  }
}
@media (max-width: 834px) {
  .lower-initial .program__certification-image {
    margin-inline: auto;
    width: 50%;
    margin-bottom: 24px;
  }
}
.lower-initial .program__certification-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.lower-initial .program__figure .desc {
  margin-top: 24px;
}
.lower-initial .program__figure .flowWrap {
  margin-top: 24px;
  overflow-x: auto;
}
.lower-initial .program__figure .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #403630;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-initial .program__figure .flow {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 1000px;
    font-size: 1.3rem;
  }
}
.lower-initial .program__figure .flow__block {
  --labelColor: null;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.lower-initial .program__figure .flow__block:last-child .flow__list__item:last-child {
  border-right: none;
}
.lower-initial .program__figure .flow__block:nth-child(3n+1) {
  --labelcolor: #139244;
}
.lower-initial .program__figure .flow__block:nth-child(3n+2) {
  --labelcolor: #73b439;
}
.lower-initial .program__figure .flow__block:nth-child(3n+3) {
  --labelcolor: #2cafc6;
}
.lower-initial .program__figure .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-initial .program__figure .flow__list__item {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-right: 1px solid #e5e5e5;
  padding: 3em 0.7em;
}
.lower-initial .program__figure .flow__label {
  display: block;
  text-align: center;
  color: #ffffff;
  background: var(--labelcolor);
}
.lower-initial .program__figure .note {
  margin-top: 24px;
}
.lower-initial .training-feature {
  background: #faf7f0;
}
.lower-initial .training-feature__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.lower-initial .training-feature__contents {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 72px 6.6666666667%;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__contents {
    border-radius: 15px;
    padding: 32px 7%;
    margin-inline: -3%;
  }
}
.lower-initial .training-feature__contents::before, .lower-initial .training-feature__contents::after {
  content: "";
  position: absolute;
  top: 42px;
  width: 4.9166666667%;
  aspect-ratio: 1/1;
  background: url(../img/initial/deco_training-feature.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__contents::before, .lower-initial .training-feature__contents::after {
    top: 16px;
    width: 7.0743405276%;
  }
}
.lower-initial .training-feature__contents::before {
  left: 40px;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__contents::before {
    left: 16px;
  }
}
.lower-initial .training-feature__contents::after {
  right: 40px;
  scale: -1 1;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__contents::after {
    right: 16px;
  }
}
.lower-initial .training-feature__block {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__block {
    margin-top: 24px;
  }
}
.lower-initial .training-feature__heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 835px) {
  .lower-initial .training-feature__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-top: 21px;
    gap: 40px 0;
  }
}
@media (max-width: 834px) {
  .lower-initial .training-feature__cards {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-initial .training-feature__card {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lower-initial .training-feature__card:nth-child(2n+1) {
    padding-right: 12.3076923077%;
  }
  .lower-initial .training-feature__card:nth-child(2n) {
    padding-right: 0;
    padding-left: 12.3076923077%;
    border-left: 1px solid #ccc;
  }
}
@media (max-width: 834px) {
  .lower-initial .training-feature__card {
    margin-top: 24px;
  }
  .lower-initial .training-feature__card:first-child {
    margin-top: 0;
  }
}
.lower-initial .training-feature__card-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f0a600;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__card-title {
    font-size: 1.8rem;
  }
}
.lower-initial .training-feature__card-image {
  max-width: 380px;
  border-radius: 20px;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 23px;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__card-image {
    border-radius: 10px;
    margin-top: 16px;
  }
}
.lower-initial .training-feature__card-image img {
  aspect-ratio: 380/265;
}
.lower-initial .training-feature__card-text {
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__card-text {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-initial .training-feature__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 32px 5%;
    margin-top: 41px;
  }
}
@media (max-width: 834px) {
  .lower-initial .training-feature__list {
    margin-top: 24px;
  }
}
.lower-initial .training-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 2.9411764706vw, 40px);
}
@media (max-width: 834px) {
  .lower-initial .training-feature__item {
    gap: 16px;
    margin-top: 24px;
  }
}
.lower-initial .training-feature__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(112.5px, 11.0294117647vw, 150px);
  height: 100%;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__item-icon {
    max-width: 60px;
  }
}
.lower-initial .training-feature__item-icon img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-initial .training-feature__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-initial .training-feature__item-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 0.9em;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__item-title {
    font-size: 1.6rem;
  }
}
.lower-initial .training-feature__item-title::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-initial .training-feature__item-text {
  margin-top: 16px;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .lower-initial .training-feature__item-text {
    margin-top: 4px;
  }
}
.lower-initial .training__inner {
  padding-top: 88px;
}
@media (max-width: 834px) {
  .lower-initial .training__inner {
    padding-top: 56px;
  }
}
.lower-initial .training__contents {
  max-width: 1024px;
  margin-inline: auto;
}
.lower-initial .training__lead {
  line-height: 2.2;
  margin-top: 27px;
}
@media (max-width: 834px) {
  .lower-initial .training__lead {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-initial .training__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .lower-initial .training__list {
    margin-top: 24px;
  }
}
.lower-initial .training__block {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .lower-initial .training__block {
    margin-top: 24px;
  }
}
.lower-initial .training__term {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.66;
  background: #faf7f0;
  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: 1em;
}
@media (min-width: 835px) {
  .lower-initial .training__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.265625%;
            flex: 0 0 22.265625%;
  }
}
@media (max-width: 834px) {
  .lower-initial .training__term {
    font-size: 1.8rem;
  }
  .lower-initial .training__term br {
    display: none;
  }
}
.lower-initial .training__desc {
  border: 1px solid #e5e5e5;
  line-height: 2.2;
  border-radius: 0 10px 10px 0;
  padding: 38px 56px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 835px) {
  .lower-initial .training__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-initial .training__desc {
    border-radius: 0 0 5px 5px;
    padding: 16px 7%;
  }
}
@media (min-width: 835px) {
  .lower-initial .training__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.859375%;
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-initial .training__row {
    margin-top: 24px;
  }
}
.lower-initial .training__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.0625%;
          flex: 0 0 39.0625%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-initial .training__image {
    border-radius: 10px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
}
.lower-initial .training__image img {
  aspect-ratio: 400/300;
}
.lower-initial .training__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 2.2;
}
.lower-initial .training__group {
  position: relative;
  background: #faf7f0;
  border-radius: 30px;
  padding: 64px 5.859375%;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-initial .training__group {
    border-radius: 15px;
    padding: 24px 6%;
    margin-top: 24px;
    margin-inline: -3%;
  }
}
.lower-initial .training__group::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 6.25%;
  aspect-ratio: 64/29;
  background: #faf7f0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
}
.lower-initial .training__item {
  margin-top: 58px;
}
@media (max-width: 834px) {
  .lower-initial .training__item {
    margin-top: 28px;
  }
}
.lower-initial .training__item:first-child {
  margin-top: 0;
}
.lower-initial .training__item-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 0.95em;
}
@media (max-width: 834px) {
  .lower-initial .training__item-title {
    font-size: 1.8rem;
  }
}
.lower-initial .training__item-title::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-initial .training__item-text {
  line-height: 2.2;
  background: #fff;
  border-radius: 20px;
  padding: 24px 3.0973451327%;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-initial .training__item-text {
    border-radius: 10px;
    padding: 16px 7%;
    margin-top: 16px;
  }
}
.lower-initial .links__inner {
  padding-top: 88px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-initial .links__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-initial .links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 36px;
}
@media (max-width: 834px) {
  .lower-initial .links__list {
    gap: 12px 16px;
    margin-top: 16px;
  }
}
.lower-initial .links__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-initial .links__link {
    font-size: 1.4rem;
  }
}
.lower-initial .links__icon {
  display: inline-block;
  width: 1.125em;
  aspect-ratio: 18/24;
  background: url(../img/initial/icon_pdf.png) center center/contain no-repeat;
  margin-right: 0.8125em;
  margin-bottom: -0.4em;
}
.lower-initial .links__text {
  border-bottom: 1px solid rgba(64, 54, 48, 0.5);
}

/* ============================================
// LATE
// ==========================================*/
.lower-late .l-main {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-late .late__common-title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  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-late .late__common-title {
    font-size: 2.2rem;
  }
}
.lower-late .late__common-heading01 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #faf7f0;
  border: 3px solid #f2efe9;
  border-radius: 20px;
  padding: 0.8em 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;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-late .late__common-heading01 {
    font-size: 1.8rem;
    border-radius: 10px;
    border: 2px solid #f2efe9;
    padding: 0.8em;
    margin-inline: -3%;
  }
}
.lower-late .late__common-heading01::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 2.1818181818%;
  aspect-ratio: 28/14;
  background: #f2efe9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-late .late__common-heading01::before {
    min-width: 20px;
  }
}
.lower-late .late__common-heading01::after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 2.1818181818%;
  aspect-ratio: 28/14;
  background: #faf7f0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-late .late__common-heading01::after {
    top: calc(100% - 4px);
    min-width: 20px;
  }
}
.lower-late .late__common-heading02 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  padding-block: 0.65em;
  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;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-late .late__common-heading02 {
    font-size: 2rem;
  }
}
.lower-late .late__common-lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 50px;
  text-decoration-line: underline;
}
@media (max-width: 834px) {
  .lower-late .late__common-lead {
    font-size: 1.8rem;
    margin-top: 24px;
  }
}
.lower-late .late__common-lead.-border {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-late .late__common-lead.-border {
    margin-top: 24px;
  }
}
.lower-late .late__common-annotation {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  max-width: 1020px;
  margin-inline: auto;
  color: rgba(64, 54, 48, 0.8);
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-late .late__common-annotation {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
.lower-late .late__common-pdf {
  margin-top: 40px !important;
  background: #ffffff !important;
}
@media (max-width: 834px) {
  .lower-late .late__common-pdf {
    margin-top: 24px !important;
  }
}
@media (min-width: 835px) {
  .lower-late .late__common-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lower-late .anchor__inner {
  padding-top: 78px;
}
@media (max-width: 834px) {
  .lower-late .anchor__inner {
    padding-top: 32px;
  }
}
.lower-late .anchor__list {
  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: 24px 34px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-late .anchor__list {
    gap: 16px 24px;
  }
}
.lower-late .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4705882353em;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .lower-late .anchor__link {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-late .anchor__link:hover {
    opacity: 1;
    color: #f0a600;
  }
  .lower-late .anchor__link:hover .anchor__icon {
    scale: 0.9;
  }
}
.lower-late .anchor__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.7647058824em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  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: -0.2em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-late .anchor__icon::before {
  content: "";
  width: 0.7058823529em;
  aspect-ratio: 12/10;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
  rotate: 90deg;
}
.lower-late .internal__inner {
  padding-top: 56px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-late .internal__inner {
    padding-bottom: 56px;
  }
}
.lower-late .internal .late__common-row.-internal {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 48px;
}
@media (min-width: 835px) {
  .lower-late .internal .late__common-row.-internal {
    gap: 5.8823529412%;
  }
}
@media (max-width: 834px) {
  .lower-late .internal .late__common-row.-internal {
    margin-top: 24px;
  }
}
.lower-late .internal .late__common-row.-introduction {
  max-width: 860px;
  margin-inline: auto;
  border-radius: 20px;
  background: #faf7f0;
  margin-top: 32px;
}
@media (min-width: 835px) {
  .lower-late .internal .late__common-row.-introduction {
    padding-block: 30px;
  }
}
@media (max-width: 834px) {
  .lower-late .internal .late__common-row.-introduction {
    border-radius: 10px;
    margin-top: 24px;
    padding-inline: 7%;
  }
}
.lower-late .internal .late__common-row.-policy {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 54px;
}
@media (min-width: 835px) {
  .lower-late .internal .late__common-row.-policy {
    gap: 7.0588235294%;
  }
}
@media (max-width: 834px) {
  .lower-late .internal .late__common-row.-policy {
    margin-top: 24px;
  }
}
.lower-late .internal__image {
  max-width: 409px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-late .internal__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.0980392157%;
            flex: 0 0 40.0980392157%;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__image {
    margin-inline: auto;
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
.lower-late .internal__image img {
  aspect-ratio: 409/300;
}
@media (min-width: 835px) {
  .lower-late .internal__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-late .internal__lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-late .internal__lead {
    font-size: 1.8rem;
  }
  .lower-late .internal__lead br {
    display: none;
  }
}
.lower-late .internal__text {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-late .internal__text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.lower-late .internal__block {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-late .internal__block {
    margin-top: 40px;
  }
}
.lower-late .internal__philosophy-text {
  line-height: 2.2;
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-late .internal__philosophy-text {
    margin-top: 16px;
  }
}
.lower-late .internal__introduction-image-wrap {
  margin-top: 45px;
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-image-wrap {
    margin-top: 24px;
  }
}
.lower-late .internal__introduction-image {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1027px;
  margin-inline: auto;
  padding: 40px;
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-image {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
    padding: 20px;
  }
}
@media (min-width: 835px) {
  .lower-late .internal__introduction-image img {
    width: 100%;
  }
}
.lower-late .internal__introduction-point {
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #f0a600;
  line-height: 1.5;
  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-late .internal__introduction-point {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
            flex: 0 0 182px;
    font-family: "Lexend Deca", sans-serif;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-point {
    font-size: 3rem;
    padding-block: 16px;
  }
}
@media (min-width: 835px) {
  .lower-late .internal__introduction-list {
    border-left: 1px solid #e5e5e5;
    padding-inline: 40px;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-list {
    border-top: 1px solid #e5e5e5;
    padding-block: 32px;
  }
}
.lower-late .internal__introduction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-item {
    gap: 8px;
  }
}
.lower-late .internal__introduction-item:first-child {
  margin-top: 0;
}
.lower-late .internal__introduction-num {
  -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: 2.1333333333em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #f0a600;
  line-height: 1;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-num {
    width: 2em;
    font-size: 0.9em;
  }
}
.lower-late .internal__introduction-text {
  padding-top: 0.4em;
}
@media (max-width: 834px) {
  .lower-late .internal__introduction-text {
    padding-top: 0.2em;
  }
}
@media (min-width: 835px) {
  .lower-late .internal__policy-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3725490196%;
            flex: 0 0 31.3725490196%;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__policy-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.lower-late .internal__policy-image {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-late .internal__policy-image {
    margin-top: 18px;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__policy-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 10px;
  }
}
.lower-late .internal__policy-image:first-child {
  margin-top: 0;
}
.lower-late .internal__policy-image img {
  aspect-ratio: 320/214;
}
.lower-late .internal__policy-list {
  margin-top: 16px;
}
.lower-late .internal__policy-item {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-late .internal__policy-item {
    margin-top: 16px;
  }
}
.lower-late .internal__policy-item:first-child {
  margin-top: 0;
}
.lower-late .internal__policy-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 0.9em;
}
@media (max-width: 834px) {
  .lower-late .internal__policy-title {
    font-size: 1.8rem;
  }
}
.lower-late .internal__policy-title::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-late .internal__policy-text {
  margin-top: 14px;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .lower-late .internal__policy-text {
    margin-top: 8px;
  }
}
.lower-late .internal__program-text {
  max-width: 1020px;
  margin-inline: auto;
  line-height: 2.2;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-late .internal__program-text {
    margin-top: 16px;
  }
}
.lower-late .internal__program-flow-wrap {
  margin-top: 49px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-flow-wrap {
    margin-top: 16px;
  }
}
.lower-late .internal__program-flow {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1027px;
  margin-inline: auto;
  padding: 40px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-flow {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
    padding: 20px;
  }
}
@media (min-width: 835px) {
  .lower-late .internal__program-flow img {
    width: 100%;
  }
}
.lower-late .internal__program-detail {
  max-width: 1027px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0 20px;
  margin-top: 48px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-late .internal__program-detail {
    display: block;
    margin-top: 32px;
  }
}
.lower-late .internal__program-detail-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 56px 36px 32px;
  background: #faf7f0;
  border-radius: 20px;
}
@media (min-width: 835px) {
  .lower-late .internal__program-detail-item {
    margin: 10px 0;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__program-detail-item {
    padding: 48px 7% 7%;
    border-width: 3px;
    border-radius: 15px;
  }
  .lower-late .internal__program-detail-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.lower-late .internal__program-detail-item .tag {
  position: absolute;
  left: 0;
  top: -10px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 0.6em 1em;
  background: #f0a600;
  border-radius: 5px;
}
.lower-late .internal__program-detail-item .hd {
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-late .internal__program-detail-item .hd {
    font-size: 1.7rem;
  }
}
.lower-late .internal__program-annotation {
  line-height: 2.2;
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-annotation {
    margin-top: 16px;
  }
}
.lower-late .internal__program-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-title {
    font-size: 1.8rem;
    margin-top: 32px;
  }
}
.lower-late .internal__program-title::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #403630;
  pointer-events: none;
}
.lower-late .internal__program-example-wrap {
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-example-wrap {
    margin-top: 20px;
  }
}
.lower-late .internal__program-example {
  max-width: 1027px;
  text-align: center;
  margin-inline: auto;
  padding: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-late .internal__program-example {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
    padding: 20px;
  }
}
@media (min-width: 835px) {
  .lower-late .internal__program-example img {
    width: 100%;
  }
}
.lower-late .internal__program-pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #faf7f0;
  border-radius: 100vmax;
  border: 2px solid #f2efe9;
  margin-inline: auto;
  margin-top: 60px;
}
@media (min-width: 835px) {
  .lower-late .internal__program-pdf {
    min-width: 535px;
  }
}
@media (max-width: 834px) {
  .lower-late .internal__program-pdf {
    min-width: 300px;
    margin-top: 24px;
  }
}
.lower-late .internal__program-pdf-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;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 26px 24px;
}
@media (max-width: 834px) {
  .lower-late .internal__program-pdf-link {
    font-size: 1.4rem;
    padding: 16px 24px;
  }
}
.lower-late .internal__program-pdf-icon {
  display: inline-block;
  width: 1.125em;
  aspect-ratio: 18/24;
  background: url(../img/initial/icon_pdf.png) center center/contain no-repeat;
  margin-right: 0.8125em;
  margin-bottom: -0.4em;
}
.lower-late .internal__program-pdf-text {
  text-decoration: underline;
}
.lower-late .emergency {
  background: #faf7f0;
}
.lower-late .emergency__inner {
  padding-top: 90px;
  padding-bottom: 104px;
}
@media (max-width: 834px) {
  .lower-late .emergency__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-late .emergency .late__common-row.-about {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 63px;
}
@media (min-width: 835px) {
  .lower-late .emergency .late__common-row.-about {
    gap: 6.862745098%;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency .late__common-row.-about {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency .late__common-row.-mission {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px 3.6363636364%;
    margin-top: 56px;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency .late__common-row.-mission {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency .late__common-row.-mission-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.213592233%;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency .late__common-row.-mission-inner {
    max-width: 320px;
    margin-inline: auto;
    margin-top: 24px;
  }
  .lower-late .emergency .late__common-row.-mission-inner:first-child {
    margin-top: 0;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency .late__common-row.-ward {
    gap: 6.862745098%;
    margin-top: 23px;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency .late__common-row.-ward {
    margin-top: 16px;
  }
}
.lower-late .emergency .late__common-row.-figure {
  display: block;
}
.lower-late .emergency .late__common-row.-figure .figure {
  max-width: 1027px;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-inline: auto;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-late .emergency .late__common-row.-figure .figure {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
    padding: 20px;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency .late__common-row.-figure .figure img {
    width: 100%;
  }
}
.lower-late .emergency__text {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-late .emergency__text {
    margin-top: 16px;
  }
}
.lower-late .emergency__description {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px 1.5%;
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-late .emergency__description {
    margin-top: 40px;
  }
}
.lower-late .emergency__description__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 8%;
  background: #ffffff;
  border: 4px solid #f2efe9;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-late .emergency__description__item {
    padding: 40px 7% 7%;
    border-width: 3px;
    border-radius: 15px;
  }
}
.lower-late .emergency__description__item .copy {
  font-size: 2.1rem;
  font-weight: 700;
  color: #f0a600;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-late .emergency__description__item .copy {
    font-size: 1.8rem;
    margin-bottom: 0.7em;
  }
}
.lower-late .emergency__description__item .text:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-late .emergency__description__item .text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.lower-late .emergency__description__item .badge {
  position: absolute;
  left: -4px;
  top: -10px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 0.6em 1em;
  background: #f0a600;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-late .emergency__description__item .badge {
    left: -3px;
    top: -15px;
  }
}
.lower-late .emergency__description__item .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.lower-late .emergency__description__item .imgs .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-late .emergency__description__item .imgs .img {
    border-radius: 10px;
  }
}
.lower-late .emergency__image-wrap {
  margin-top: 42px;
}
@media (max-width: 834px) {
  .lower-late .emergency__image-wrap {
    margin-top: 24px;
  }
}
.lower-late .emergency__image {
  max-width: 1027px;
  margin-inline: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-late .emergency__image {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
  }
}
.lower-late .emergency__block {
  margin-top: 64px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-late .emergency__block {
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px 1.1818181818%;
    margin-top: 44px;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__cards {
    margin-top: 16px;
  }
}
.lower-late .emergency__card {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #f2efe9;
}
@media (max-width: 834px) {
  .lower-late .emergency__card {
    border-radius: 15px;
    border: 3px solid #f2efe9;
    margin-top: 16px;
  }
  .lower-late .emergency__card:first-child {
    margin-top: 0;
  }
}
.lower-late .emergency__card-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f0a600;
  line-height: 1.5;
  border-bottom: 1px solid #f2efe9;
  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: 0.8em 1em;
  text-align: center;
}
@media (min-width: 835px) {
  .lower-late .emergency__card-title {
    min-height: 104px;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__card-title {
    font-size: 1.8rem;
    padding: 1em;
  }
}
.lower-late .emergency__card-text {
  line-height: 2.2;
  padding: 1.4em 8%;
}
@media (max-width: 834px) {
  .lower-late .emergency__card-text {
    padding: 1em 7%;
  }
}
.lower-late .emergency__about-image {
  max-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-late .emergency__about-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.4117647059%;
            flex: 0 0 29.4117647059%;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__about-image {
    border-radius: 10px;
    margin-inline: auto;
    width: 80%;
    margin-bottom: 16px;
  }
}
.lower-late .emergency__about-image img {
  aspect-ratio: 1/1;
}
@media (min-width: 835px) {
  .lower-late .emergency__about-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-late .emergency__about-lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-late .emergency__about-lead {
    font-size: 1.8rem;
  }
}
.lower-late .emergency__about-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-late .emergency__about-text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.lower-late .emergency__detail-text {
  line-height: 2.2;
  max-width: 1020px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
}
@media (max-width: 834px) {
  .lower-late .emergency__detail-text {
    margin-top: 16px;
  }
}
.lower-late .emergency__mission-text {
  line-height: 2.2;
  max-width: 1020px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-text {
    margin-top: 16px;
  }
}
.lower-late .emergency__mission-image {
  max-width: 150px;
}
@media (min-width: 835px) {
  .lower-late .emergency__mission-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1262135922%;
            flex: 0 0 29.1262135922%;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-image {
    max-width: 200px;
    margin-inline: auto;
  }
}
.lower-late .emergency__mission-image img {
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-image img {
    border-radius: 5px;
  }
}
@media (min-width: 835px) {
  .lower-late .emergency__mission-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-body {
    margin-top: 16px;
  }
}
.lower-late .emergency__mission-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-title {
    font-size: 1.8rem;
  }
}
.lower-late .emergency__mission-description {
  line-height: 2.2;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-late .emergency__mission-description {
    margin-top: 8px;
  }
}
.lower-late .emergency__ward-block {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-block {
    margin-top: 32px;
  }
}
.lower-late .emergency__ward-block:nth-child(1 of .emergency__ward-block) {
  margin-top: 66px;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-block:nth-child(1 of .emergency__ward-block) {
    margin-top: 24px;
  }
}
.lower-late .emergency__ward-item {
  margin-top: 26px;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-item {
    margin-top: 16px;
  }
}
.lower-late .emergency__ward-item:first-child {
  margin-top: 0;
}
.lower-late .emergency__ward-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-title {
    font-size: 1.8rem;
  }
}
.lower-late .emergency__ward-image {
  max-width: 300px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-late .emergency__ward-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.4117647059%;
            flex: 0 0 29.4117647059%;
  }
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-image {
    border-radius: 10px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
}
.lower-late .emergency__ward-image img {
  aspect-ratio: 300/245;
}
.lower-late .emergency__ward-item-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 0.9em;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-item-title {
    font-size: 1.7rem;
  }
}
.lower-late .emergency__ward-item-title::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0a600;
  pointer-events: none;
}
.lower-late .emergency__ward-item-text {
  margin-top: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-late .emergency__ward-item-text {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.lower-late .general__inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-late .general__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-late .general__text {
  max-width: 1020px;
  margin-inline: auto;
  line-height: 2.2;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-late .general__text {
    margin-top: 16px;
  }
}
.lower-late .general__block {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-late .general__block {
    margin-top: 32px;
  }
}
.lower-late .general__image-wrap {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-late .general__image-wrap {
    margin-top: 16px;
  }
}
.lower-late .general__image {
  max-width: 1027px;
  text-align: center;
  margin-inline: auto;
  padding: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-late .general__image {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
    padding: 20px;
  }
}
@media (min-width: 835px) {
  .lower-late .general__image img {
    width: 100%;
  }
}
.lower-late .anesthesiology {
  background: #faf7f0;
}
.lower-late .anesthesiology__inner {
  padding-top: 90px;
  padding-bottom: 98px;
}
@media (max-width: 834px) {
  .lower-late .anesthesiology__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-late .anesthesiology .late__common-row.-anesthesiology {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (min-width: 835px) {
  .lower-late .anesthesiology .late__common-row.-anesthesiology {
    gap: 5.8823529412%;
  }
}
@media (max-width: 834px) {
  .lower-late .anesthesiology .late__common-row.-anesthesiology {
    margin-top: 24px;
  }
}
.lower-late .anesthesiology__image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-late .anesthesiology__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.0980392157%;
            flex: 0 0 40.0980392157%;
  }
}
@media (max-width: 834px) {
  .lower-late .anesthesiology__image {
    border-radius: 10px;
    max-width: 409px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
}
.lower-late .anesthesiology__image img {
  aspect-ratio: 409/300;
}
@media (min-width: 835px) {
  .lower-late .anesthesiology__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-late .anesthesiology__lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-late .anesthesiology__lead {
    font-size: 1.8rem;
  }
  .lower-late .anesthesiology__lead br {
    display: none;
  }
}
.lower-late .anesthesiology__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-late .anesthesiology__text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}/*# sourceMappingURL=education_style.css.map */