@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;
}

/* ============================================
// 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;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #00a68d;
  color: #ffffff;
}

::selection {
  background: #00a68d;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0e2030;
  line-height: 2.125;
  letter-spacing: 0.1em;
  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: #0e2030;
  -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: "Montserrat", 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;
}
.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;
  inset: 0;
  background: url(../img/common/bg_hamburger.jpg) center top 20%/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
.hamburger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  z-index: -1;
}
.hamburger__btn {
  position: fixed;
  top: 25px;
  right: clamp(28.8px, 2.56vw, 32px);
  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: #253394 -webkit-gradient(linear, right top, left top, color-stop(0, #253394), color-stop(20%, #253394), color-stop(80%, #105da5), to(#105da5));
  background: #253394 linear-gradient(-90deg, #253394 0, #253394 20%, #105da5 80%, #105da5 100%);
  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: 1400px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    top: 12px;
    right: calc(4px + 1.5%);
    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(37, 51, 148, 0.6);
            box-shadow: 0 0 16px rgba(37, 51, 148, 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 {
  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 {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.hamburger__menu__logo {
  opacity: 0;
}
.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;
}
@-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;
  }
}
.hamburger__menu__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-link {
    gap: 8px;
  }
}
.hamburger__menu__logo-image {
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-image {
    max-width: clamp(212.8px, 60.8vw, 243.2px);
  }
}
.hamburger__menu__logo-image img {
  display: block;
}
.hamburger__menu__logo-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid #253394;
  padding: 0.679em 1.242em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-subtitle {
    font-size: clamp(1rem, 1.4388489209vw, 1.2rem);
  }
}
.hamburger__menu__nav {
  margin-top: 24px;
  max-width: 368px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 16px;
    max-width: 280px;
  }
}
.hamburger__menu__nav__list__item {
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.6rem;
  }
}
.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;
}
@-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;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.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;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__nav__list__item-link {
  position: relative;
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(14, 32, 48, 0.2);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 8px;
  }
}
.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: #00a68d;
}
.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 #253394;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: #253394;
  }
  .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: #253394 -webkit-gradient(linear, right top, left top, color-stop(0, #253394), color-stop(20%, #253394), color-stop(80%, #105da5), to(#105da5));
  background: #253394 linear-gradient(-90deg, #253394 0, #253394 20%, #105da5 80%, #105da5 100%);
  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(37, 51, 148, 0.6);
            box-shadow: 0 0 16px rgba(37, 51, 148, 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;
}

.js-scrolled .hamburger__btn {
  top: 18px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__btn {
    top: 10px;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 12px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  body select {
    padding-right: 40px !important;
  }
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 6px;
  height: 10px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    width: 4px;
    height: 9px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(24px, 3.0769230769vw, 40px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.custom-form .custom-form_parts:nth-child(n+2) {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts:nth-child(n+2) {
    margin-top: 24px;
  }
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  position: relative;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1.625em;
}
@media (min-width: 835px) {
  .custom-form .parts_ttl {
    margin-top: 13px;
  }
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
  }
}
.custom-form .parts_ttl-icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl-icon {
    scale: 0.9;
  }
}
.custom-form .parts_ttl-icon img {
  display: block;
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .custom-form .form_parts_inner {
    margin-top: 8px;
  }
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #00a68d;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #00a68d;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.custom-form .searchWord {
  font-weight: 700;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}
.custom-form .searchWord::-moz-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}
.custom-form .searchWord::placeholder {
  color: #d3d3d3;
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 26px;
  top: calc(50% - 4px);
  border: 2px solid #0157a7;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 16px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #00a68d;
  }
}
.custom-form .selCity-box {
  margin-top: 17px;
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 8px;
  }
}
.custom-form .selCity_alert {
  color: #00a68d;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
  padding: 0.717em 1.4em 0.717em 2.4em;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: #f2f4ff;
  }
}
.custom-form input[type=checkbox] + label::after {
  top: 1em;
  left: 15px;
  color: #e8e8e8;
}
.custom-form input[type=checkbox]:checked + label {
  color: #fff;
  background: #253394;
  border-color: #253394;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 216px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.custom-form .btn_cover input[type=submit] {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #253394 -webkit-gradient(linear, right top, left top, from(#243695), to(#115ba4));
  background: #253394 linear-gradient(-90deg, #243695, #115ba4 100%);
  border-radius: 100vmax;
  display: block;
  -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;
  padding: 16px 20px 16px 32px !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    padding: 16px 20px !important;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover input[type=submit]:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
            box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
  }
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-top: 50px;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts-wrapper .custom-form_searth_btn {
    margin-top: 24px;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.page-title {
  position: relative;
  z-index: 2;
}
.page-title::before, .page-title::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.84, 0);
  transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.84, 0);
  pointer-events: none;
}
.page-title::before {
  left: 0;
  width: clamp(290.4px, 25.9285714286vw, 363px);
  aspect-ratio: 363/359;
  background: url(../img/common/bg_page-title_01.png) center center/contain no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (max-width: 834px) {
  .page-title::before {
    width: 120px;
  }
}
.page-title::after {
  right: 0;
  width: clamp(649.6px, 58vw, 812px);
  aspect-ratio: 812/588;
  background: url(../img/common/bg_page-title_02.png) center center/contain no-repeat;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media (max-width: 834px) {
  .page-title::after {
    width: 392px;
  }
}
@media (max-width: 700px) {
  .page-title::after {
    opacity: 0.05;
  }
}
.page-title__image {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(564.8px, 50.4285714286vw, 706px);
  aspect-ratio: 706/475;
  -webkit-mask: url("../img/common/mask_page-title.png") center center/contain no-repeat;
          mask: url("../img/common/mask_page-title.png") center center/contain no-repeat;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.84, 0);
  transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.84, 0);
}
@media (max-width: 834px) {
  .page-title__image {
    width: 360px;
  }
}
@media (max-width: 700px) {
  .page-title__image {
    right: -24px;
  }
  .page-title__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.97)), color-stop(70%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.1));
    pointer-events: none;
    z-index: 1;
  }
}
.page-title__inner {
  height: clamp(380px, 33.9285714286vw, 475px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .page-title__inner {
    height: 240px;
  }
}
.page-title__header {
  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;
  z-index: 1;
  margin-bottom: -64px;
  translate: 0 40px;
  opacity: 0.01;
  -webkit-transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .page-title__header {
    margin-bottom: -72px;
    gap: 6px;
  }
}
.page-title__ja {
  font-size: clamp(1.53rem, 1.2857142857vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 1.2rem;
  }
}
.page-title__eng {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.92rem, 5.2857142857vw, 7.4rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #00a68d;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 3.6rem;
  }
}

.js-loaded .page-title::before, .js-loaded .page-title::after, .js-loaded .page-title__image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.js-loaded .page-title__header {
  translate: 0 0;
  opacity: 1;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 0.9em 40px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  color: #888;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #888;
}

.lower-kyujin_l .breadcrumb,
.lower-kyujin_d .breadcrumb,
.lower-whatsnew .breadcrumb {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}

/*--------------------
	common-title
--------------------*/
.common-title__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 834px) {
  .common-title__heading {
    gap: 8px;
  }
}
.common-title__ja {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.3rem;
  }
}
.common-title__eng {
  font-family: "Montserrat", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #00a68d;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 4.2rem;
  }
}
.common-title.-white .common-title__ja {
  color: #fff;
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .common-title.-white .common-title__ja {
    font-size: 1.3rem;
  }
}
.common-title.-white .common-title__eng {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.8rem;
}
@media (max-width: 834px) {
  .common-title.-white .common-title__eng {
    font-size: 4.2rem;
  }
}
@media (min-width: 835px) {
  .common-title.-row .common-title__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 18px;
  }
}

/*--------------------
	common-btn
--------------------*/
.common-btn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-btn a {
  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: 21px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .common-btn a {
    font-size: 1.5rem;
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .common-btn a:hover {
    opacity: 1;
  }
  .common-btn a:hover .common-btn__text::before {
    width: 0;
    left: auto;
    right: 0;
  }
  .common-btn a:hover .common-btn__icon::before {
    -webkit-animation: arrow-fade-out-01 0.3s ease both;
            animation: arrow-fade-out-01 0.3s ease both;
  }
  @-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;
    }
  }
}
.common-btn__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.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: #253394 -webkit-gradient(linear, right top, left top, color-stop(0, #253394), color-stop(20%, #253394), color-stop(80%, #105da5), to(#105da5));
  background: #253394 linear-gradient(-90deg, #253394 0, #253394 20%, #105da5 80%, #105da5 100%);
}
@media (max-width: 834px) {
  .common-btn__icon {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.common-btn__icon::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/11;
  -webkit-mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
  background: #fff;
}
@media (max-width: 834px) {
  .common-btn__icon::before {
    width: 10px;
  }
}
.common-btn.-white .common-btn__link {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .common-btn.-white .common-btn__link {
    font-size: 1.5rem;
  }
}
.common-btn.-white .common-btn__text {
  color: #fff;
}
.common-btn.-white .common-btn__icon {
  background: #fff;
  width: 3.3333333333em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.3333333333em;
          flex: 0 0 3.3333333333em;
}
.common-btn.-white .common-btn__icon::before {
  width: 0.6666666667em;
  background: #253394;
}
.common-btn.-back a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (any-hover: hover) {
  .common-btn.-back a:hover .common-btn__icon::before {
    -webkit-animation: arrow-fade-out-01-reverse 0.3s ease both;
            animation: arrow-fade-out-01-reverse 0.3s ease both;
  }
  @-webkit-keyframes arrow-fade-out-01-reverse {
    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-reverse {
    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;
    }
  }
}
.common-btn.-back .common-btn__icon::before {
  scale: -1 1;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 18px;
  left: clamp(16px, 1.3888888889vw, 20px);
  right: clamp(16px, 1.3888888889vw, 20px);
  z-index: 100;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 834px) {
  .header {
    top: 8px;
    left: 1.5%;
    right: 1.5%;
  }
}
.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;
  background: #fff;
  border-radius: 100vmax;
  padding: 11px 14px 11px 30px;
  -webkit-transition: padding 0.3s, background 0.3s, min-height 0.3s;
  transition: padding 0.3s, background 0.3s, min-height 0.3s;
  min-height: 74px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .header__inner {
    padding: 8px 16px;
    min-height: 64px;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link {
    gap: 8px;
  }
}
.header__logo-image {
  max-width: 306px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-image {
    max-width: 192px;
  }
}
@media (max-width: 365px) {
  .header__logo-image {
    max-width: 176px;
  }
}
.header__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #253394;
  line-height: 1;
  border-radius: 100vmax;
  border: 1.5px solid currentColor;
  padding: 0.55em 0.914em 0.605em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
@media (max-width: 834px) {
  .header__logo-subtitle {
    font-size: 1rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20.8px, 1.8055555556vw, 26px);
}
@media (max-width: 1400px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20.8px, 1.8055555556vw, 26px);
}
.header__nav-link {
  position: relative;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0e2030;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #253394;
  }
  .header__nav-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.header__nav-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #253394;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__recruit-link {
  color: #fff;
  line-height: 1.6;
  background: #253394 -webkit-gradient(linear, right top, left top, color-stop(0, #253394), color-stop(20%, #253394), color-stop(80%, #105da5), to(#105da5));
  background: #253394 linear-gradient(-90deg, #253394 0, #253394 20%, #105da5 80%, #105da5 100%);
  border-radius: 100vmax;
  padding: 1em 3.93em 0.9em;
  display: block;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .header__recruit-link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
            box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
  }
}

.js-scrolled .header {
  top: 10px;
}
@media (max-width: 834px) {
  .js-scrolled .header {
    top: 6px;
  }
}
.js-scrolled .header__inner {
  padding: 12px 12px 12px 24px;
  background: rgba(255, 255, 255, 0.85);
  min-height: 76px;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 8px 16px;
    min-height: 64px;
  }
}
.js-scrolled .header__logo-link {
  gap: 8px;
}
.js-scrolled .header__logo-image {
  max-width: 280px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-image {
    max-width: 192px;
  }
}
@media (max-width: 365px) {
  .js-scrolled .header__logo-image {
    max-width: 176px;
  }
}
.js-scrolled .header__logo-subtitle {
  font-size: 1.2rem;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-subtitle {
    font-size: 1rem;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.footer__inner {
  max-width: 1440px;
}
@media (min-width: 835px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 56px;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(240px, 21.4285714286vw, 300px);
          flex: 0 0 clamp(240px, 21.4285714286vw, 300px);
}
.footer__logo-link {
  display: block;
  max-width: 300px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    max-width: 232px;
  }
}
.footer__logo-link img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .footer__nav {
    margin-top: 24px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px clamp(24px, 2.1428571429vw, 30px);
}
@media (max-width: 834px) {
  .footer__nav-list {
    gap: 16px 18px;
  }
}
.footer__nav-link {
  font-weight: 700;
  color: #0e2030;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__nav-link {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #253394;
  }
}
@media (min-width: 835px) {
  .footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(85.6px, 7.6428571429vw, 107px);
    margin-top: 67px;
  }
}
@media (max-width: 834px) {
  .footer__middle {
    margin-top: 24px;
  }
}
.footer__corporate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(240px, 21.4285714286vw, 300px);
          flex: 0 0 clamp(240px, 21.4285714286vw, 300px);
}
.footer__corporate-link {
  padding: 28px 25px 28px 18px;
  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;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 834px) {
  .footer__corporate-link {
    font-size: 1.3rem;
    padding: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 24px;
  }
}
.footer__corporate-link::after {
  content: "";
  display: block;
  width: 0.9285714286em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_external.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .footer__search {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .footer__search-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(40px, 3.5714285714vw, 50px);
  }
}
.footer__search-contents:nth-child(n+2) {
  margin-top: 42px;
}
@media (max-width: 834px) {
  .footer__search-contents:nth-child(n+2) {
    margin-top: 16px;
  }
}
.footer__search-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1.2em;
}
@media (max-width: 834px) {
  .footer__search-head {
    font-size: 1.4rem;
  }
}
.footer__search-head::before {
  content: "";
  position: absolute;
  top: 0.49em;
  left: 0;
  width: 0.6666666667em;
  aspect-ratio: 1/1;
  background: #253394;
  border-radius: 50%;
}
.footer__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px clamp(15.2px, 1.3571428571vw, 19px);
  margin-top: -1px;
}
@media (max-width: 834px) {
  .footer__search-list {
    gap: 8px 18px;
    margin-top: 4px;
  }
}
.footer__search-item {
  line-height: 1.6;
}
.footer__search-link {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .footer__search-link {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .footer__search-link:hover {
    opacity: 1;
    color: #253394;
  }
  .footer__search-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.footer__search-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  height: 1px;
  border-bottom: 1px solid #253394;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom {
  position: relative;
  min-height: 72px;
  margin-top: 192px;
  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;
}
@media (max-width: 834px) {
  .footer__bottom {
    min-height: 64px;
    margin-top: 88px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  inset: 0 -50vw;
  background: #f1f1f1;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
  }
}
.footer__bottom-link {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__bottom-link {
    font-size: 1.1rem;
  }
}
.footer__bottom-copyright {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
}

.front-page .footer {
  padding-top: 72px;
}
@media (max-width: 834px) {
  .front-page .footer {
    padding-top: 48px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 30px;
  bottom: 56px;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    right: 16px;
    bottom: 64px;
  }
}
.pagetop__scroll {
  position: sticky;
  bottom: 0;
  right: 0;
  margin-top: auto;
  padding-bottom: 32px;
  pointer-events: auto;
}
@media (max-width: 834px) {
  .pagetop__scroll {
    padding-bottom: 16px;
  }
}
.pagetop__link {
  position: relative;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: #26b39e;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pagetop__link {
    width: 32px;
  }
}
.pagetop__link::before {
  content: "";
  position: absolute;
  top: -1.5625em;
  left: 50%;
  translate: -50% 0;
  width: 1.9375em;
  aspect-ratio: 31/48;
  background: url(../img/common/icon_pagetop_arrow.png) center center/contain no-repeat;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media (max-width: 834px) {
  .pagetop__link::before {
    top: -20px;
    width: 24px;
  }
}
@media (any-hover: hover) {
  .pagetop__link:hover {
    opacity: 1;
  }
  .pagetop__link:hover::before {
    top: -2.5em;
  }
}

.js-scrolled .pagetop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-scrolled .pagetop__link {
  pointer-events: auto;
}

/* ============================================
// 採用情報
// ==========================================*/
.footer-recruit {
  background: #fff;
}
@media (min-width: 835px) {
  .footer-recruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
.footer-recruit__contents:not(:has(.footer-recruit__image-block)) .footer-recruit__text-block {
  padding-right: clamp(69.6px, 8.3333333333vw, 120px);
}
@media (max-width: 834px) {
  .footer-recruit__contents:not(:has(.footer-recruit__image-block)) .footer-recruit__text-block {
    padding-right: 6.25%;
  }
}
.footer-recruit__contents:not(:has(.footer-recruit__image-block)) .footer-recruit__text-block::before {
  inset: 0;
}
.footer-recruit__text-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: clamp(69.6px, 8.3333333333vw, 120px);
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 834px) {
  .footer-recruit__text-block {
    padding-inline: 6.25%;
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.footer-recruit__text-block::before {
  content: "";
  position: absolute;
  inset: 0 -15vw 0 0;
  background: url(../img/common/image_footer-recruit_02.jpg) center left/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .footer-recruit__text-block::before {
    inset: 0 0 -7vw 0;
  }
}
.footer-recruit__lead {
  color: #fff;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .footer-recruit__lead {
    margin-top: 18px;
  }
}
.footer-recruit .common-btn {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .footer-recruit .common-btn {
    margin-top: 23px;
  }
}
@media (min-width: 835px) {
  .footer-recruit__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.5694444444%;
            flex: 0 0 52.5694444444%;
    max-width: 757px;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 834px) {
  .footer-recruit__image-block {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  }
}
.footer-recruit__image-block img {
  scale: 1.1;
  -webkit-transition: scale 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: scale 1s cubic-bezier(0.14, 1, 0.34, 1);
  display: block;
}
.footer-recruit__image-block.js-active img {
  scale: 1;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding-top: 0;
  padding-bottom: 0;
}
.front-page .hero {
  position: relative;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16/9;
  min-height: clamp(682.5px, 65vw, 910px);
}
@media (max-width: 834px) {
  .front-page .hero {
    min-height: 400px;
  }
}
.front-page .hero::before {
  content: "";
  position: absolute;
  top: calc(100% - clamp(86.4px, 11.25vw, 216px));
  left: 0;
  width: 100%;
  aspect-ratio: 1440/277;
  background: url(../img/index/bg_hero_shape.png) center center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero::before {
    top: calc(100% - clamp(18.4px, 11.03117506vw, 92px));
  }
}
.front-page .hero__copies {
  position: absolute;
  bottom: 234px;
  bottom: clamp(180px, 12.1875vw, 234px);
  left: 70px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .front-page .hero__copies {
    bottom: clamp(126px, 12.5vw, 180px);
    left: clamp(49px, 4.8611111111vw, 70px);
  }
}
@media (max-width: 834px) {
  .front-page .hero__copies {
    bottom: -32px;
    left: 3.5%;
  }
}
.front-page .hero__copy {
  position: relative;
  font-size: clamp(4.13rem, 4.2142857143vw, 5.9rem);
  font-weight: 700;
  letter-spacing: 0.085em;
  color: #fff;
  line-height: 1.5;
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#243695), to(#105ba4));
  background: #00a68d linear-gradient(-90deg, #243695, #105ba4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.186440678em;
  padding-left: 0.3389830508em;
  padding-right: 0.1694915254em;
  padding-bottom: 0.0677966102em;
  -webkit-transition: clip-path 0.3s cubic-bezier(0.08, 0.54, 0.35, 0.99);
  transition: clip-path 0.3s cubic-bezier(0.08, 0.54, 0.35, 0.99);
}
.front-page .hero__copy:first-child {
  margin-top: 0;
}
@media (max-width: 834px) {
  .front-page .hero__copy {
    font-size: clamp(2.9rem, 4.7961630695vw, 4rem);
    margin-top: 6px;
  }
}
.front-page .hero__copy.-type01, .front-page .hero__copy.-type02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.front-page .hero__movie {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: clamp(682.5px, 65vw, 910px);
}
.front-page .hero__movie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#3395b0), color-stop(80%, #33b8a4), to(#33b8a4));
  background: #00a68d linear-gradient(-90deg, #3395b0, #33b8a4 80%, #33b8a4 100%);
  z-index: 1;
  pointer-events: none;
}
.front-page .hero__movie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}
.front-page .hero__movie::before, .front-page .hero__movie::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: clip-path 0.6s cubic-bezier(0.7, 0, 0.84, 0), opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: clip-path 0.6s cubic-bezier(0.7, 0, 0.84, 0), opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (min-width: 1650px) {
  .front-page .hero__movie {
    top: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 834px) {
  .front-page .hero__movie {
    min-height: 400px;
  }
}
.front-page .hero__movie-inner {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 835px) {
  .front-page .hero__movie-inner {
    min-height: 576px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__movie-inner {
    min-height: 400px;
  }
}
.front-page .hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}
.front-page .hero__bgs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.front-page .hero__bg {
  position: absolute;
  -webkit-transition: clip-path 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: clip-path 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.front-page .hero__bg.-type01 {
  width: clamp(429.8px, 43.8571428571vw, 614px);
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (max-width: 834px) {
  .front-page .hero__bg.-type01 {
    width: clamp(153.5px, 29.448441247vw, 245.6px);
  }
}
.front-page .hero__bg.-type02 {
  width: clamp(496.3px, 50.6428571429vw, 709px);
  top: 280px;
  right: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media (max-width: 834px) {
  .front-page .hero__bg.-type02 {
    width: clamp(177.25px, 34.0047961631vw, 283.6px);
  }
}
.front-page.js-loaded .hero__copy.-type01, .front-page.js-loaded .hero__copy.-type02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.front-page.js-loaded .hero__movie::before, .front-page.js-loaded .hero__movie::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
}
.front-page.js-loaded .hero__bg.-type01, .front-page.js-loaded .hero__bg.-type02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.front-page .job-search {
  background: #fff;
}
.front-page .job-search__inner {
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .job-search__inner {
    padding-top: 104px;
    padding-bottom: 64px;
  }
}
.front-page .job-search__body {
  margin-top: 49px;
}
@media (max-width: 834px) {
  .front-page .job-search__body {
    margin-top: 24px;
  }
}
.front-page .job-search .common-title__eng {
  font-size: 7rem;
}
@media (max-width: 834px) {
  .front-page .job-search .common-title__eng {
    font-size: 4.2rem;
  }
}
.front-page .newjobs {
  position: relative;
}
.front-page .newjobs::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/index/bg_newjobs.jpg) center center/cover no-repeat;
}
.front-page .newjobs__inner {
  padding-top: 88px;
  padding-bottom: 200px;
}
@media (max-width: 834px) {
  .front-page .newjobs__inner {
    padding-top: 64px;
    padding-bottom: 166px;
  }
}
.front-page .newjobs__contents {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .newjobs__head {
    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 .newjobs__head .common-title__eng {
  font-size: 6.6rem;
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-title__eng {
    font-size: 4.2rem;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-btn {
    position: absolute;
    bottom: -103px;
    right: 0;
  }
}
.front-page .newjobs__head .common-btn__link {
  font-size: 1.7rem;
  font-weight: 600;
  gap: 18px;
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-btn__link {
    font-size: 1.5rem;
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__head .common-btn__link:hover .common-btn__text::before {
    left: 0;
    width: 100%;
  }
  .front-page .newjobs__head .common-btn__link:hover .common-btn__icon::before {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}
.front-page .newjobs__head .common-btn__text::before {
  width: 0;
  left: auto;
  right: 0;
}
.front-page .newjobs__head .common-btn__icon {
  width: 1.4705882353em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4705882353em;
          flex: 0 0 1.4705882353em;
}
.front-page .newjobs__head .common-btn__icon::before {
  width: 0.6470588235em;
  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: #00a68d;
}
.front-page .newjobs__swiper {
  overflow: visible;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper {
    margin-top: 48px;
  }
}
.front-page .newjobs__slide {
  max-width: 465px;
  height: auto;
}
.front-page .newjobs__link {
  position: relative;
  display: block;
  background: #fff;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
  padding: 20px 20px 18px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .newjobs__link {
    padding: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 8px 8px rgba(14, 32, 48, 0.2);
            box-shadow: 0 8px 8px rgba(14, 32, 48, 0.2);
    translate: 0 -8px;
  }
  .front-page .newjobs__link:hover .newjobs__image img {
    scale: 1.05;
  }
}
.front-page .newjobs__date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  bottom: 100%;
  left: 0;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: #00a68d;
  padding: 7px 26px 8px 11px;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}
@media (max-width: 834px) {
  .front-page .newjobs__date {
    font-size: 1.2rem;
    padding: 6px 24px 7px 10px;
  }
}
.front-page .newjobs__date::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/index/icon_clock.png) center center/contain no-repeat;
}
.front-page .newjobs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (max-width: 834px) {
  .front-page .newjobs__body {
    gap: 16px;
  }
}
.front-page .newjobs__image {
  height: 100%;
  max-width: 146px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.4339622642%;
          flex: 0 0 34.4339622642%;
  overflow: hidden;
}
.front-page .newjobs__image img {
  aspect-ratio: 146/109;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .newjobs__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .newjobs__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.front-page .newjobs__label {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.287em 0.623em 0.35em;
  background: #fff;
}
@media (max-width: 834px) {
  .front-page .newjobs__label {
    font-size: 1rem;
  }
}
.front-page .newjobs__description {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .front-page .newjobs__description {
    font-size: 1.4rem;
  }
}
.front-page .newjobs__list {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .front-page .newjobs__list {
    margin-top: 12px;
  }
}
.front-page .newjobs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .newjobs__item:first-child {
  margin: 0;
}
@media (max-width: 834px) {
  .front-page .newjobs__item {
    gap: 8px;
  }
}
.front-page .newjobs__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63px;
          flex: 0 0 63px;
  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.1rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.471em 0.6em 0.53em;
  background: #fff;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .newjobs__term {
    font-size: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
  }
}
.front-page .newjobs__desc {
  font-size: 1.3rem;
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.front-page .newjobs__swiper-button {
  display: block;
}
.front-page .newjobs__swiper-button.-next, .front-page .newjobs__swiper-button.-prev {
  width: 72px;
  height: 34px;
  border-radius: 100vmax;
  background: #00a68d;
  border: 2px solid #00a68d;
  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;
  bottom: -85px;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-button.-next, .front-page .newjobs__swiper-button.-prev {
    width: 64px;
    height: 32px;
    bottom: -56px;
  }
}
.front-page .newjobs__swiper-button.-next::before, .front-page .newjobs__swiper-button.-prev::before {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  -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) {
  .front-page .newjobs__swiper-button.-next::before, .front-page .newjobs__swiper-button.-prev::before {
    width: 12px;
  }
}
.front-page .newjobs__swiper-button.-next::after, .front-page .newjobs__swiper-button.-prev::after {
  content: none;
}
.front-page .newjobs__swiper-button.-next.swiper-button-disabled, .front-page .newjobs__swiper-button.-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
.front-page .newjobs__swiper-button.-next {
  top: auto;
  right: 0;
}
@media (any-hover: hover) {
  .front-page .newjobs__swiper-button.-next:hover::before {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
  @-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;
    }
  }
}
.front-page .newjobs__swiper-button.-prev {
  top: auto;
  right: 82px;
  left: auto;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-button.-prev {
    right: 72px;
  }
}
.front-page .newjobs__swiper-button.-prev::before {
  rotate: 180deg;
}
@media (any-hover: hover) {
  .front-page .newjobs__swiper-button.-prev:hover::before {
    -webkit-animation: arrow-fade-out-03 0.3s ease both;
            animation: arrow-fade-out-03 0.3s ease both;
  }
  @-webkit-keyframes arrow-fade-out-03 {
    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-03 {
    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;
    }
  }
}
.front-page .newjobs__swiper-scrollbar {
  display: block !important;
  height: 3px;
  background: #fff;
  bottom: -70px;
  left: 0;
  width: calc(100% - 194px);
  border-radius: 0;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-scrollbar {
    bottom: -42px;
    width: calc(100% - 152px);
  }
}
.front-page .newjobs__swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a68d;
}
.front-page .interview {
  background: #fff;
}
.front-page .interview__inner {
  padding-top: 104px;
}
@media (max-width: 834px) {
  .front-page .interview__inner {
    padding-top: 64px;
  }
}
.front-page .interview__swiper {
  overflow: visible;
  margin-left: 0;
  margin-top: 96px;
}
@media (min-width: 835px) {
  .front-page .interview__swiper {
    max-width: clamp(682.1px, 59.8333333333vw, 718px);
  }
}
@media (max-width: 834px) {
  .front-page .interview__swiper {
    margin-top: 42px;
  }
}
@media (min-width: 835px) {
  .front-page .interview__slide {
    min-height: 465px;
    translate: -464px 0;
    -webkit-transition: translate 0.6s;
    transition: translate 0.6s;
  }
  .front-page .interview__slide.swiper-slide-active {
    translate: 0 0;
  }
  .front-page .interview__slide.swiper-slide-active .interview__image-block {
    max-width: clamp(332.5px, 29.1666666667vw, 350px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(332.5px, 29.1666666667vw, 350px);
            flex: 0 0 clamp(332.5px, 29.1666666667vw, 350px);
  }
  .front-page .interview__slide.swiper-slide-active .interview__text-block {
    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__slide.swiper-slide-next {
    translate: 0 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide {
    translate: -464px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide {
    translate: -928px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide + .interview__slide {
    translate: -1392px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide + .interview__slide + .interview__slide {
    translate: -1856px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide {
    translate: -2320px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide {
    translate: -2784px 0;
  }
  .front-page .interview__slide.swiper-slide-next + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide + .interview__slide {
    translate: -3248px 0;
  }
  .front-page .interview__slide.swiper-slide-prev {
    translate: 0 0;
  }
}
.front-page .interview__slide.swiper-slide-active .interview__image-block::before {
  -webkit-animation: rotate-fade-in 0.3s ease 0.3s both;
          animation: rotate-fade-in 0.3s ease 0.3s both;
}
@media (max-width: 834px) {
  .front-page .interview__slide.swiper-slide-active .interview__image-block::before {
    -webkit-animation: rotate-fade-in-sp 0.3s ease 0.3s both;
            animation: rotate-fade-in-sp 0.3s ease 0.3s both;
  }
}
@-webkit-keyframes rotate-fade-in {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -10deg;
  }
}
@keyframes rotate-fade-in {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -10deg;
  }
}
@-webkit-keyframes rotate-fade-in-sp {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -6deg;
  }
}
@keyframes rotate-fade-in-sp {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -6deg;
  }
}
.front-page .interview__swiper-button-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 50px;
  z-index: 1;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .front-page .interview__swiper-button-wrapper {
    bottom: -63px;
    right: auto;
    width: 96px;
    height: 44px;
  }
}
.front-page .interview__swiper-button {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1.5px solid #253394;
  border-radius: 50%;
  background: #fff;
  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__swiper-button {
    width: 44px;
    height: 44px;
  }
}
.front-page .interview__swiper-button::before {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
}
.front-page .interview__swiper-button::after {
  content: none;
}
@media (any-hover: hover) {
  .front-page .interview__swiper-button.-next:hover, .front-page .interview__swiper-button.-prev:hover {
    -webkit-box-shadow: 0 0 16px rgba(37, 51, 148, 0.2);
            box-shadow: 0 0 16px rgba(37, 51, 148, 0.2);
  }
}
@media (any-hover: hover) {
  .front-page .interview__swiper-button.-next:hover::before {
    -webkit-animation: arrow-fade-out-02 0.3s ease both;
            animation: arrow-fade-out-02 0.3s ease both;
  }
}
.front-page .interview__swiper-button.-prev {
  right: 60px;
}
@media (max-width: 834px) {
  .front-page .interview__swiper-button.-prev {
    right: 52px;
  }
}
.front-page .interview__swiper-button.-prev::before {
  rotate: 180deg;
}
@media (any-hover: hover) {
  .front-page .interview__swiper-button.-prev:hover::before {
    -webkit-animation: arrow-fade-out-03 0.3s ease both;
            animation: arrow-fade-out-03 0.3s ease both;
  }
}
@media (min-width: 835px) {
  .front-page .interview__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(44.65px, 3.9166666667vw, 47px);
    -webkit-transition: translate 0.3s;
    transition: translate 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (any-hover: hover) {
  .front-page .interview__link:hover {
    opacity: 1;
    translate: 0 -16px;
  }
  .front-page .interview__link:hover .interview__image-block img {
    scale: 1.05;
  }
}
.front-page .interview__image-block {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .interview__image-block {
    max-width: clamp(269.8px, 23.6666666667vw, 284px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(269.8px, 23.6666666667vw, 284px);
            flex: 0 0 clamp(269.8px, 23.6666666667vw, 284px);
    -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 (max-width: 834px) {
  .front-page .interview__image-block {
    max-width: 350px;
    margin-inline: auto;
    width: 78%;
    margin-bottom: 14px;
  }
}
.front-page .interview__image-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#3395b0), color-stop(35%, #33b8a4), to(#33b8a4));
  background: #00a68d linear-gradient(-90deg, #3395b0, #33b8a4 35%, #33b8a4 100%);
  pointer-events: none;
  z-index: -1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  rotate: 0deg;
}
.front-page .interview__image {
  overflow: hidden;
}
.front-page .interview__image img {
  aspect-ratio: 350/465;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .interview__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .front-page .interview__text-block {
    display: none;
  }
}
.front-page .interview__comment {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.83;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 835px) {
  .front-page .interview__comment {
    padding-top: 48px;
  }
}
@media (max-width: 834px) {
  .front-page .interview__comment {
    font-size: 1.8rem;
  }
}
.front-page .interview__job-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #e2e2e2;
  padding-top: 24px;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .front-page .interview__job-wrapper {
    gap: 2px 10px;
    padding-top: 16px;
    margin-top: 16px;
  }
}
.front-page .interview__job {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #00a68d;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1em;
}
.front-page .interview__job::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #00a68d;
  border-radius: 50%;
}
.front-page .interview__staff-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .front-page .interview__staff-info {
    gap: 8px;
    margin-top: 4px;
  }
}
.front-page .interview__name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .front-page .interview__name {
    font-size: 1.8rem;
  }
}
.front-page .interview__honorific {
  font-size: 0.6363636364em;
}
.front-page .interview__join {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: rgba(14, 32, 48, 0.6);
}
@media (max-width: 834px) {
  .front-page .interview__join {
    font-size: 1.3rem;
  }
}
.front-page .interview .common-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (min-width: 835px) {
  .front-page .interview .common-btn {
    position: absolute;
    bottom: 0;
    left: clamp(809.4px, 71vw, 852px);
  }
}
@media (max-width: 834px) {
  .front-page .interview .common-btn {
    margin-left: auto;
    margin-top: 16px;
  }
}
.front-page .jobs {
  background: #fff;
}
.front-page .jobs__inner {
  padding-top: 210px;
}
@media (max-width: 834px) {
  .front-page .jobs__inner {
    padding-top: 93px;
  }
}
.front-page .jobs__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1300px) {
  .front-page .jobs__contents {
    gap: 2%;
  }
}
@media (max-width: 834px) {
  .front-page .jobs__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 834px) {
  .front-page .jobs__contents:not(:has(.jobs__image-block))::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.8));
  }
}
.front-page .jobs__contents:not(:has(.jobs__image-block)) .jobs__text-block {
  padding-right: 5%;
}
@media (max-width: 834px) {
  .front-page .jobs__contents:not(:has(.jobs__image-block)) .jobs__text-block {
    padding-right: 6.25%;
  }
}
.front-page .jobs__contents::before, .front-page .jobs__contents::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: clamp(216px, 18.75vw, 270px);
  height: 568px;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .front-page .jobs__contents::before, .front-page .jobs__contents::after {
    width: clamp(112px, 10.7692307692vw, 140px);
    height: clamp(384px, 36.9230769231vw, 480px);
  }
}
@media (max-width: 834px) {
  .front-page .jobs__contents::before, .front-page .jobs__contents::after {
    width: clamp(92px, 27.5779376499vw, 230px);
    height: clamp(160px, 65.5737704918vw, 400px);
    top: -32px;
  }
}
.front-page .jobs__contents::before {
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#2675b2), color-stop(97%, #26b39e), to(#26b39e));
  background: #00a68d linear-gradient(-90deg, #2675b2, #26b39e 97%, #26b39e 100%);
  clip-path: polygon(0 0, 99% 0%, 49% 100%, 0 99%);
}
@media (max-width: 700px) {
  .front-page .jobs__contents::before {
    clip-path: polygon(0 0, 99% 0%, 31% 100%, 0 99%);
  }
}
.front-page .jobs__contents::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(16%, rgba(255, 255, 255, 0.9)), color-stop(56%, transparent), to(transparent));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.9) 16%, transparent 56%, transparent 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%, 0 100%);
}
@media (max-width: 700px) {
  .front-page .jobs__contents::after {
    clip-path: polygon(0 0, 100% 0%, 32% 100%, 0 100%);
  }
}
.front-page .jobs__text-block {
  padding-left: clamp(210px, 20.8333333333vw, 300px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .front-page .jobs__text-block {
    padding-left: 14%;
  }
}
@media (max-width: 834px) {
  .front-page .jobs__text-block {
    padding: 0 6.25%;
  }
}
.front-page .jobs__lead {
  margin-top: 34px;
}
@media (max-width: 834px) {
  .front-page .jobs__lead {
    margin-top: 16px;
  }
}
.front-page .jobs .common-btn {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .front-page .jobs .common-btn {
    margin-top: 16px;
  }
}
.front-page .jobs__image-block {
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
}
@media (min-width: 835px) {
  .front-page .jobs__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.1388888889%;
            flex: 0 0 50.1388888889%;
    max-width: 722px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs__image-block {
    max-width: 640px;
    margin-left: auto;
    margin-bottom: 24px;
    width: 87%;
  }
}
.front-page .message-movie {
  position: relative;
  background: #fff;
}
.front-page .message-movie::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  width: clamp(1140px, 72.9166666667vw, 1400px);
  height: 416px;
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#2675b2), color-stop(54%, #26b39e), to(#26b39e));
  background: #00a68d linear-gradient(-90deg, #2675b2, #26b39e 54%, #26b39e 100%);
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  pointer-events: none;
}
@media (max-width: 1400px) {
  .front-page .message-movie::before {
    width: clamp(843.6px, 81.4285714286vw, 1140px);
    height: clamp(307.84px, 29.7142857143vw, 416px);
  }
}
@media (max-width: 834px) {
  .front-page .message-movie::before {
    top: 64px;
    width: 96%;
    height: clamp(160px, 54.5454545455vw, 400px);
  }
}
.front-page .message-movie__inner {
  padding-top: 210px;
}
@media (max-width: 834px) {
  .front-page .message-movie__inner {
    padding-top: 128px;
  }
}
@media (min-width: 835px) {
  .front-page .message-movie__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.3333333333%;
  }
}
.front-page .message-movie__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .message-movie__block {
    margin-top: 40px;
  }
  .front-page .message-movie__block:first-child {
    margin-top: 0;
  }
}
.front-page .message-movie__link {
  display: block;
}
@media (any-hover: hover) {
  .front-page .message-movie__link:hover {
    opacity: 1;
  }
  .front-page .message-movie__link:hover .message-movie__image img {
    scale: 1.05;
  }
  .front-page .message-movie__link:hover .message-movie__icon::before {
    -webkit-animation: arrow-fade-out-01 0.3s ease both;
            animation: arrow-fade-out-01 0.3s ease both;
  }
}
.front-page .message-movie__image {
  overflow: hidden;
  max-width: 562px;
  margin-inline: auto;
}
.front-page .message-movie__image img {
  aspect-ratio: 562/368;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .message-movie__text-wrapper {
  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;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .front-page .message-movie__text-wrapper {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .front-page .message-movie .common-title__heading {
    gap: 4px;
  }
}
.front-page .message-movie .common-title__eng {
  font-size: clamp(5.44rem, 4.8571428571vw, 6.8rem);
}
@media (max-width: 834px) {
  .front-page .message-movie .common-title__eng {
    font-size: 4.2rem;
    margin-left: -3px;
  }
}
.front-page .message-movie .common-title__ja {
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .front-page .message-movie .common-title__ja {
    font-size: 1.3rem;
  }
}
.front-page .message-movie__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;
  background: #253394 -webkit-gradient(linear, right top, left top, color-stop(0, #253394), color-stop(20%, #253394), color-stop(80%, #105da5), to(#105da5));
  background: #253394 linear-gradient(-90deg, #253394 0, #253394 20%, #105da5 80%, #105da5 100%);
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (min-width: 835px) {
  .front-page .message-movie__icon {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .front-page .message-movie__icon {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.front-page .message-movie__icon::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .message-movie__icon::before {
    width: 11px;
  }
}
.front-page .newgraduate {
  background: #fff;
}
.front-page .newgraduate__inner {
  max-width: 1440px;
  padding-top: 165px;
  padding-bottom: 125px;
}
@media (max-width: 834px) {
  .front-page .newgraduate__inner {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-inline: 0;
  }
}
.front-page .newgraduate__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(47.36px, 4.5714285714vw, 64px);
}
@media (min-width: 835px) {
  .front-page .newgraduate__contents:not(:has(.newgraduate__image-block)) .newgraduate__text-block {
    padding-right: clamp(103.6px, 10vw, 140px);
  }
}
@media (min-width: 1401px) {
  .front-page .newgraduate__contents {
    margin-right: 50px;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-inline: 6.25%;
    padding-top: 48px;
    padding-bottom: 48px;
    background: #00a68d -webkit-gradient(linear, right top, left top, from(#2675b2), color-stop(41%, #26b39e), to(#26b39e));
    background: #00a68d linear-gradient(-90deg, #2675b2, #26b39e 41%, #26b39e 100%);
  }
}
.front-page .newgraduate__contents::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media (min-width: 835px) {
  .front-page .newgraduate__contents::before {
    inset: 0;
    background: #00a68d -webkit-gradient(linear, right top, left top, from(#2675b2), color-stop(41%, #26b39e), to(#26b39e));
    background: #00a68d linear-gradient(-90deg, #2675b2, #26b39e 41%, #26b39e 100%);
    clip-path: polygon(7.2% 0%, 100% 0%, 92.8% 100%, 0% 100%);
    z-index: -1;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__contents::before {
    top: -1px;
    left: 0;
    background: #fff;
    width: 24px;
    height: 142px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__contents::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #fff;
    width: 24px;
    height: 142px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    pointer-events: none;
  }
}
@media (min-width: 835px) {
  .front-page .newgraduate__text-block {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 104px;
    padding-bottom: 104px;
    padding-left: clamp(103.6px, 10vw, 140px);
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__text-block {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate .common-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .newgraduate .common-title__eng {
  font-size: clamp(5.168rem, 4.8571428571vw, 6.8rem);
}
@media (max-width: 834px) {
  .front-page .newgraduate .common-title__eng {
    font-size: 4.2rem;
  }
}
.front-page .newgraduate__lead {
  color: #fff;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .front-page .newgraduate__lead {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
  }
}
.front-page .newgraduate .common-btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .newgraduate .common-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .front-page .newgraduate__image-block {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.04%;
            flex: 0 0 47.04%;
    max-width: 588px;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__image-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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: 26px;
    margin-bottom: 27px;
    margin-inline: -3%;
  }
}
.front-page .newgraduate__image-block.js-active .newgraduate__image {
  opacity: 1;
  translate: 0 0;
}
.front-page .newgraduate__image {
  clip-path: polygon(19% 0%, 100% 0%, 81% 100%, 0% 100%);
  opacity: 0.01;
  translate: 0 40px;
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), translate 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), translate 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (min-width: 835px) {
  .front-page .newgraduate__image {
    position: absolute;
    width: clamp(276.76px, 26.7142857143vw, 374px);
  }
}
.front-page .newgraduate__image img {
  aspect-ratio: 374/430;
  display: block;
}
@media (min-width: 835px) {
  .front-page .newgraduate__image.-type01 {
    top: -60px;
    left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__image.-type01 {
    margin-right: -7%;
  }
}
.front-page .newgraduate__image.-type02 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (min-width: 835px) {
  .front-page .newgraduate__image.-type02 {
    top: 62px;
    right: -50px;
  }
}
@media (max-width: 834px) {
  .front-page .newgraduate__image.-type02 {
    margin-left: -7%;
    margin-bottom: -40px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
共通
--------------------*/
.lower-kyujin_l .l-main,
.lower-kyujin_d .l-main,
.lower-whatsnew .l-main {
  padding: 80px 0 72px;
}
.lower-kyujin_l .l-main::before,
.lower-kyujin_d .l-main::before,
.lower-whatsnew .l-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 589px;
  aspect-ratio: 589/727;
  background: url(../img/kyujin/bg_kyujin.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main::before,
  .lower-kyujin_d .l-main::before,
  .lower-whatsnew .l-main::before {
    width: clamp(235.6px, 42.3741007194vw, 353.4px);
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main,
  .lower-kyujin_d .l-main,
  .lower-whatsnew .l-main {
    padding: 40px 0 48px;
  }
}
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container,
.lower-whatsnew .kyujin_container {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container,
  .lower-whatsnew .kyujin_container {
    padding-bottom: 48px;
  }
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.36em 0.623em 0.3em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_employmenttype_list_item,
  .lower-kyujin_d .job_employmenttype_list_item,
  .lower-whatsnew .job_employmenttype_list_item {
    font-size: 1rem;
  }
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  border-radius: 100vmax;
  background: #253394 -webkit-gradient(linear, right top, left top, from(#243695), to(#115ba4));
  background: #253394 linear-gradient(-90deg, #243695, #115ba4 100%);
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
            box-shadow: 0 0 16px rgba(37, 51, 148, 0.6);
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#00a68d), to(#14cfb3));
  background: #00a68d linear-gradient(-90deg, #00a68d, #14cfb3 100%);
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover,
  .lower-kyujin_d .btn.btn_secondary:hover,
  .lower-whatsnew .btn.btn_secondary:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 166, 141, 0.6);
            box-shadow: 0 0 16px rgba(0, 166, 141, 0.6);
  }
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  top: 9px;
  right: 21px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after,
  .lower-whatsnew .btn.btn_external::after {
    top: 19px;
    right: 18px;
  }
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before,
.lower-whatsnew .gMap_link::before {
  -webkit-mask: url("../img/kyujin/ico_custom_location_black.png") no-repeat center center/contain;
          mask: url("../img/kyujin/ico_custom_location_black.png") no-repeat center center/contain;
  background: #00a68d;
}
.lower-kyujin_l .pagination ul,
.lower-kyujin_d .pagination ul,
.lower-whatsnew .pagination ul {
  gap: 3px;
}
.lower-kyujin_l .pagination ul li a,
.lower-kyujin_l .pagination ul li em,
.lower-kyujin_d .pagination ul li a,
.lower-kyujin_d .pagination ul li em,
.lower-whatsnew .pagination ul li a,
.lower-whatsnew .pagination ul li em {
  border-radius: 50%;
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  padding: 80px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 48px 0 0;
  }
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before,
.lower-whatsnew .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #00a68d;
}
.lower-kyujin_l .page_back,
.lower-kyujin_d .page_back,
.lower-whatsnew .page_back {
  padding: 64px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .page_back,
  .lower-kyujin_d .page_back,
  .lower-whatsnew .page_back {
    padding: 40px 0 0;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #00a68d;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 48px 2% 16px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 16px 0 8px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 24px;
    padding: 24px 5%;
    margin-inline: -3%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 94px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 72px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 166px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 136px;
  }
}
.lower-kyujin_d .pagetop__scroll {
  bottom: 94px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__scroll {
    bottom: 72px;
  }
}
.lower-kyujin_d .kyujin_container {
  padding-top: 40px;
  max-width: 1412px;
}
.lower-kyujin_d .kyujin_container::before, .lower-kyujin_d .kyujin_container::after {
  content: "";
  position: absolute;
  top: -80px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::before, .lower-kyujin_d .kyujin_container::after {
    top: -40px;
  }
}
.lower-kyujin_d .kyujin_container::before {
  left: 0;
  margin-left: calc(50% - 50vw);
  width: clamp(290.4px, 25.9285714286vw, 363px);
  aspect-ratio: 363/359;
  background: url(../img/common/bg_page-title_01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::before {
    width: 120px;
  }
}
.lower-kyujin_d .kyujin_container::after {
  right: -42px;
  margin-right: calc(50% - 50vw);
  width: clamp(649.6px, 58vw, 812px);
  aspect-ratio: 812/588;
  background: url(../img/common/bg_page-title_02.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::after {
    width: 392px;
    right: -18px;
  }
}
.lower-kyujin_d .job {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 4.2682926829%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    padding: 24px 4%;
    margin-inline: -4%;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #ffffff;
  z-index: 1;
  padding: 0.7em 1em;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 1.8rem;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#2675b2), color-stop(54%, #26b39e), to(#26b39e));
  background: #00a68d linear-gradient(-90deg, #2675b2, #26b39e 54%, #26b39e 100%);
  clip-path: polygon(0.5% 0%, 100% 0, 100% 0%, 99.5% 100%, 0 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::after {
    clip-path: polygon(1% 0%, 100% 0, 100% 0%, 99% 100%, 0 100%, 0% 100%);
  }
}
.lower-kyujin_d .fixed_conversion {
  z-index: 60;
  background: rgba(81, 94, 106, 0.9);
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion_inner {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#00a68d), to(#14cfb3));
  background: #00a68d linear-gradient(-90deg, #00a68d, #14cfb3 100%);
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 12px 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 9px;
  right: 21px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 25px;
    right: 20px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .job {
  margin-top: 24px;
}
.lower-whatsnew .job:first-child {
  margin-top: 0;
}
.lower-whatsnew .job_inner {
  padding: 32px 3%;
  border: 1px solid #dcdcdc;
  background: #fff;
}

/* ============================================
// INTERVIEW
// ==========================================*/
.lower-interview_l .interview__list {
  margin-top: -30px;
  padding-bottom: 100px;
  background: url(../img/interview/bg_bottom01.png) right bottom -100px no-repeat;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list {
    padding-bottom: 50px;
    background-position: right bottom -40px;
    background-size: 50% auto;
  }
}
.lower-interview_l .interview__list .interviews {
  display: grid;
  max-width: 1150px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0 9.1304347826%;
  margin-left: auto;
}
.lower-interview_l .interview__list .interviews__item {
  max-width: 360px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 70px auto 0;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item {
    max-width: inherit;
    margin-top: 40px;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.lower-interview_l .interview__list .interviews__item .interview__image-block {
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__image-block {
    width: 78%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__image-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00a68d -webkit-gradient(linear, right top, left top, from(#3395b0), color-stop(35%, #33b8a4), to(#33b8a4));
  background: #00a68d linear-gradient(-90deg, #3395b0, #33b8a4 35%, #33b8a4 100%);
  pointer-events: none;
  z-index: -1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  rotate: 0deg;
}
.lower-interview_l .interview__list .interviews__item .interview__image {
  overflow: hidden;
}
.lower-interview_l .interview__list .interviews__item .interview__image img {
  aspect-ratio: 350/465;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-interview_l .interview__list .interviews__item .interview__text-block {
  display: contents;
}
.lower-interview_l .interview__list .interviews__item .interview__comment {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__comment {
    font-size: 1.8rem;
    margin-top: 18px;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__job-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #e2e2e2;
  padding-top: 20px;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__job-wrapper {
    gap: 2px 10px;
    padding-top: 16px;
    margin-top: 12px;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__job {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #00a68d;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1em;
}
.lower-interview_l .interview__list .interviews__item .interview__job::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #00a68d;
  border-radius: 50%;
}
.lower-interview_l .interview__list .interviews__item .interview__staff-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__staff-info {
    gap: 8px;
    margin-top: 4px;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__name {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__name {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview__list .interviews__item .interview__honorific {
  font-size: 0.7894736842em;
}
.lower-interview_l .interview__list .interviews__item .interview__join {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: rgba(14, 32, 48, 0.6);
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list .interviews__item .interview__join {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interview__list .interviews__item .interview__link:hover {
    opacity: 1;
    translate: 0 -8px;
  }
  .lower-interview_l .interview__list .interviews__item .interview__link:hover .interview__image-block::before {
    -webkit-animation: rotate-fade-in 0.3s ease both;
            animation: rotate-fade-in 0.3s ease both;
  }
  @-webkit-keyframes rotate-fade-in {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: -7deg;
    }
  }
  @keyframes rotate-fade-in {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: -7deg;
    }
  }
  .lower-interview_l .interview__list .interviews__item .interview__link:hover .interview__image-block img {
    scale: 1.05;
  }
}

.lower-interview_d main.main,
.lower-interview_d main.l-main {
  padding-top: 0;
}
.lower-interview_d .interview__main {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__main::before, .lower-interview_d .interview__main::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before, .lower-interview_d .interview__main::after {
    scale: 0.5;
  }
}
.lower-interview_d .interview__main::before {
  content: url(../img/interview/bg_main01.png);
  right: calc(50% - 520px);
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    right: 0;
  }
}
.lower-interview_d .interview__main::after {
  content: url(../img/interview/bg_main02.png);
  right: 0;
  top: 280px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::after {
    top: inherit;
    bottom: -100px;
    scale: 0.4;
  }
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 56px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-interview_d .interview__main .imgArea {
  position: relative;
  z-index: 2;
  aspect-ratio: 576/384;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 576px;
  margin-top: 170px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 100px auto 0;
  }
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(52% - 56px);
          flex: 0 0 calc(52% - 56px);
  color: #ffffff;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    color: #0e2030;
    margin-top: 20px;
    padding: 0;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .job {
    font-size: 1.4rem;
    color: #00a68d;
  }
}
.lower-interview_d .interview__main .txtArea .job::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .job::before {
    top: 0.5em;
  }
}
.lower-interview_d .interview__main .txtArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
}
.lower-interview_d .interview__main .txtArea .info .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info .name {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__main .txtArea .info .name small {
  font-size: 0.6818181818em;
}
.lower-interview_d .interview__main .txtArea .info .join {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info .join {
    font-size: 1.3rem;
    color: #999999;
  }
}
.lower-interview_d .interview__main .profileArea {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: -35px;
  padding: 50px 220px 50px 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .profileArea {
    margin-top: 0;
    padding: 30px 0;
  }
}
.lower-interview_d .interview__main .profileArea::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -50px 0 -2000px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main .profileArea::before {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 230px) 100%, 0% 100%);
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .profileArea::before {
    inset: 0 -2000px;
  }
}
.lower-interview_d .interview__main .profileArea .profile .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 1.8rem;
  color: #00a68d;
  letter-spacing: 0.075em;
}
.lower-interview_d .interview__main .profileArea .profile .hd::after {
  content: "";
  width: 100px;
  height: 1px;
  background: currentColor;
}
.lower-interview_d .interview__main .profileArea .profile .txt {
  font-size: 1.5rem;
}
.lower-interview_d .interview__interview .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: clamp(8.5rem, 7.4626865672vw, 10rem);
  color: #00a68d;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 64px;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .title {
    font-size: 4rem;
  }
}
.lower-interview_d .interview__interview .body .topics {
  position: relative;
}
.lower-interview_d .interview__interview .body .topics:first-child:not(:last-child)::before {
  content: url(../img/interview/line_deco_l.png);
  position: absolute;
  z-index: -1;
  left: calc((100vw - 1200px) / 2 * -1);
  top: 0;
  pointer-events: none;
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__interview .body .topics:first-child:not(:last-child)::before {
    left: -70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics:first-child:not(:last-child)::before {
    left: -6.25vw;
    scale: 0.5;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.lower-interview_d .interview__interview .body .topics:last-child:not(:first-child)::before {
  content: url(../img/interview/line_deco_r.png);
  position: absolute;
  z-index: -1;
  right: calc((100vw - 1200px) / 2 * -1);
  top: 0;
  pointer-events: none;
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__interview .body .topics:last-child:not(:first-child)::before {
    right: -70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics:last-child:not(:first-child)::before {
    right: -6.25vw;
    scale: 0.5;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.lower-interview_d .interview__interview .body .topics__item {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__interview .body .topics__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5em;
    padding-right: 40px;
  }
}
.lower-interview_d .interview__interview .body .topics__item .question .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: center;
  font-size: 1.5rem;
  color: #00a68d;
  letter-spacing: 0.025em;
  margin-top: 0.2em;
  background: #ffffff;
  border: 1px solid;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .question .ico {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.3rem;
    padding: 0 1em;
  }
}
.lower-interview_d .interview__interview .body .topics__item .question .hd {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .question .hd {
    font-size: 1.9rem;
  }
}
.lower-interview_d .interview__interview .body .topics__item .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 48px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .answer {
    position: relative;
    display: block;
    margin-top: 10px;
  }
}
.lower-interview_d .interview__interview .body .topics__item .answer .txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 48px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .answer .txt {
    padding: 20px 24px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__interview .body .topics__item .answer .txt::before, .lower-interview_d .interview__interview .body .topics__item .answer .txt::after {
    content: "";
    aspect-ratio: 15/21;
    width: 15px;
    position: absolute;
    right: 0;
    top: 48px;
    translate: 100% 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    pointer-events: none;
  }
  .lower-interview_d .interview__interview .body .topics__item .answer .txt::before {
    background: #dcdcdc;
  }
  .lower-interview_d .interview__interview .body .topics__item .answer .txt::after {
    right: 2px;
    background: #ffffff;
  }
}
.lower-interview_d .interview__interview .body .topics__item .answer .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .topics__item .answer .ico {
    width: 55px;
    position: absolute;
    right: -15px;
    top: -35px;
  }
}
.lower-interview_d .interview__interview .body .topics__item .answer .ico img {
  border-radius: 50%;
}
.lower-interview_d .interview__interview .body .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .imgs {
    margin: 40px 0;
  }
}
.lower-interview_d .interview__interview .body .imgs::before {
  content: url(../img/interview/bg_topics01.png);
  position: absolute;
  z-index: -1;
  left: calc((100vw - 1200px) / 2 * -1);
  top: -340px;
  pointer-events: none;
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__interview .body .imgs::before {
    left: -70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .imgs::before {
    left: -6.25vw;
    top: -240px;
    scale: 0.4;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.lower-interview_d .interview__interview .body .imgs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.1666666667%;
          flex: 0 0 49.1666666667%;
  max-width: 590px;
  aspect-ratio: 590/386;
  clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .imgs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 30px);
            flex: 0 0 calc(50% + 30px);
  }
}
.lower-interview_d .interview__interview .body .imgs__item:first-child:not(:last-child) {
  margin-right: -20px;
  margin-top: -50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .imgs__item:first-child:not(:last-child) {
    margin-top: 0;
  }
}
.lower-interview_d .interview__interview .body .imgs__item:last-child:not(:first-child) {
  margin-left: -20px;
  margin-bottom: -50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__interview .body .imgs__item:last-child:not(:first-child) {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__schedule {
  position: relative;
  margin-top: 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 56px;
  }
}
.lower-interview_d .interview__schedule::before {
  content: url(../img/interview/line_deco_l.png);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule::before {
    top: -80px;
    scale: 0.5;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.lower-interview_d .interview__schedule__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 110px;
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__schedule__inner {
    gap: 0 64px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-interview_d .interview__schedule .titleArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-interview_d .interview__schedule .titleArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
.lower-interview_d .interview__schedule .titleArea .title .ja {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .titleArea .title .ja {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__schedule .titleArea .title .eng {
  font-size: clamp(6rem, 5.0746268657vw, 6.8rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .titleArea .title .eng {
    font-size: 4rem;
  }
}
.lower-interview_d .interview__schedule .titleArea .img {
  aspect-ratio: 370/410;
  width: clamp(320px, 27.6119402985vw, 370px);
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .titleArea .img {
    width: 60%;
    max-width: 320px;
    margin: 32px auto -32px;
  }
}
.lower-interview_d .interview__schedule .contentArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea {
    padding: 64px 0 40px;
  }
}
.lower-interview_d .interview__schedule .contentArea::before {
  content: "";
  opacity: 0.85;
  position: absolute;
  z-index: -1;
  inset: 0 calc((100vw - 1200px) / 2 * -1) 0 -250px;
  background: #000;
  clip-path: polygon(180px 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(51%, rgb(0, 166, 141)), to(rgb(0, 88, 167)));
  background-image: linear-gradient(90deg, rgb(0, 166, 141) 51%, rgb(0, 88, 167) 100%);
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__schedule .contentArea::before {
    left: -200px;
    right: -70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea::before {
    left: -6.25vw;
    right: -6.25vw;
    clip-path: none;
  }
}
.lower-interview_d .interview__schedule .contentArea .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-interview_d .interview__schedule .contentArea .timeline__item:first-child .line::before {
  top: 10px;
}
.lower-interview_d .interview__schedule .contentArea .timeline__item:last-child .line::before {
  bottom: calc(100% - 10px);
}
.lower-interview_d .interview__schedule .contentArea .timeline__item:last-child .content {
  padding-bottom: 0;
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .time {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea .timeline__item .time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .line {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 45px;
  padding-top: 10px;
}
@media (max-width: 1355px) {
  .lower-interview_d .interview__schedule .contentArea .timeline__item .line {
    margin: 0 24px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea .timeline__item .line {
    margin: 0 16px;
  }
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .line::before {
  content: "";
  width: 1px;
  position: absolute;
  inset: 0;
  margin: 0 auto;
  background: currentColor;
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .line span {
  display: block;
  aspect-ratio: 1/1;
  width: 10px;
  background: currentColor;
  border-radius: 50%;
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea .timeline__item .content {
    padding-bottom: 24px;
  }
}
.lower-interview_d .interview__schedule .contentArea .timeline__item .content .hd {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .contentArea .timeline__item .content .hd {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    padding: 40px 0 24px;
  }
}
.lower-interview_d .interview__bottom .date {
  font-size: 1.5rem;
  color: #999999;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    font-size: 1.3rem;
  }
}

/* ============================================
// MESSAGE
// ==========================================*/
.lower-message main.main,
.lower-message main.l-main {
  padding-top: 20px;
}
.lower-message .message__main {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-message .message__main {
    padding-top: 60px;
  }
}
.lower-message .message__main::before {
  content: url(../img/message/bg_main01.png);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-message .message__main::before {
    scale: 0.5;
  }
}
.lower-message .message__main::after {
  content: url(../img/message/bg_main02.png);
  position: absolute;
  right: 0;
  bottom: -20px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-message .message__main::after {
    scale: 0.5;
  }
}
.lower-message .message__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media (max-width: 834px) {
  .lower-message .message__main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.lower-message .message__main__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.1818181818%;
          flex: 0 0 55.1818181818%;
  aspect-ratio: 607/455;
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .imgArea {
    max-width: 480px;
    margin: 0 auto;
  }
}
.lower-message .message__main__inner .txtArea {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 40px;
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .txtArea {
    margin-top: -20px;
    padding: 0;
  }
}
.lower-message .message__main__inner .txtArea .copy {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.95;
  color: #ffffff;
}
@media (min-width: 835px) {
  .lower-message .message__main__inner .txtArea .copy {
    margin-left: -72px;
  }
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .txtArea .copy {
    font-size: 2.6rem;
  }
}
.lower-message .message__main__inner .txtArea .copy span {
  padding: 0.15em 0.5em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(37, 51, 148)), color-stop(43%, rgb(27, 72, 157)), to(rgb(16, 93, 165)));
  background-image: linear-gradient(-90deg, rgb(37, 51, 148) 0%, rgb(27, 72, 157) 43%, rgb(16, 93, 165) 100%);
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .txtArea .copy span {
    padding: 9px 0.5em;
  }
}
.lower-message .message__main__inner .txtArea .profile {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .txtArea .profile {
    margin-top: 16px;
  }
}
.lower-message .message__main__inner .txtArea .profile .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  color: #00a68d;
}
.lower-message .message__main__inner .txtArea .profile .job::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.5625em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5625em;
          flex: 0 0 0.5625em;
  margin-top: 0.85em;
  background: currentColor;
  border-radius: 50%;
}
.lower-message .message__main__inner .txtArea .profile .name {
  font-size: 2.2rem;
}
@media (max-width: 834px) {
  .lower-message .message__main__inner .txtArea .profile .name {
    font-size: 2rem;
    font-weight: 700;
  }
}
.lower-message .message__main__inner .txtArea .profile .name small {
  font-size: 0.77em;
}
.lower-message .message__topics .title {
  opacity: 0.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 9.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 64px auto;
  padding: 0 70px;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-message .message__topics .title {
    font-size: 4rem;
    line-height: 1.1;
    margin: 40px 0;
    padding: 0 6.25%;
  }
}
.lower-message .message__topics__inner .topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  margin-top: 72px;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    margin-top: 40px;
  }
}
.lower-message .message__topics__inner .topics__item .imgArea {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.1666666667%;
          flex: 0 0 39.1666666667%;
  aspect-ratio: 470/340;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .imgArea {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea {
    display: contents;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea .heading {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 40px 0 34px;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea .heading {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding: 24px 0;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea .heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -444px 0 calc((100vw - 1200px) / 2 * -1);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 88, 167, 0.85)), color-stop(49%, rgba(0, 166, 141, 0.85)));
  background-image: linear-gradient(-90deg, rgba(0, 88, 167, 0.85) 0%, rgba(0, 166, 141, 0.85) 49%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 140px) 100%, 0% 100%);
  pointer-events: none;
}
@media (max-width: 1355px) {
  .lower-message .message__topics__inner .topics__item .txtArea .heading::before {
    left: -70px;
  }
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea .heading::before {
    inset: 0 -6.25vw;
    clip-path: none;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea .heading .num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
  padding: 0.5em 1em;
  border: 1px solid;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea .heading .num {
    font-size: 1.2rem;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea .heading .hd {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea .heading .hd {
    font-size: 2.4rem;
  }
}
.lower-message .message__topics__inner .topics__item .txtArea .txt {
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-message .message__topics__inner .topics__item .txtArea .txt {
    margin-top: 0;
  }
}
@media (min-width: 835px) {
  .lower-message .message__topics__inner .topics__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .lower-message .message__topics__inner .topics__item:nth-child(even) .txtArea .heading::before {
    inset: 0 calc((100vw - 1200px) / 2 * -1) 0 -444px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 140px 100%);
  }
}
@media (min-width: 835px) and (max-width: 1355px) {
  .lower-message .message__topics__inner .topics__item:nth-child(even) .txtArea .heading::before {
    right: -70px;
  }
}
@media (min-width: 835px) {
  .lower-message .message__topics__inner .topics__item:not(:has(.imgArea)) .txtArea .heading::before {
    inset: 0 0 0 calc((100vw - 1200px) / 2 * -1);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 140px) 100%, 0% 100%);
  }
}
.lower-message .message__message {
  padding: 100px 0;
}
@media (max-width: 834px) {
  .lower-message .message__message {
    padding: 50px 0;
  }
}
.lower-message .message__message__inner .container {
  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: 2.9166666667%;
  padding: 0 30px 35px;
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 48px 0;
  }
}
.lower-message .message__message__inner .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 64px 30px 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 88, 167, 0.85)), color-stop(49%, rgba(0, 166, 141, 0.85)));
  background-image: linear-gradient(-90deg, rgba(0, 88, 167, 0.85) 0%, rgba(0, 166, 141, 0.85) 49%);
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
}
@media (max-width: 1200px) {
  .lower-message .message__message__inner .container::before {
    inset: 64px 10px 0;
    -webkit-transform: skew(-14deg);
            transform: skew(-14deg);
  }
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container::before {
    inset: 0 -6.25vw;
    -webkit-transform: none;
            transform: none;
  }
}
.lower-message .message__message__inner .container .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.5614035088%;
          flex: 0 0 34.5614035088%;
  min-width: 340px;
  aspect-ratio: 394/430;
  clip-path: polygon(90px 0%, 100% 0%, calc(100% - 90px) 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 65%;
    max-width: 300px;
    min-width: inherit;
    clip-path: polygon(45px 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
  }
}
.lower-message .message__message__inner .container .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ffffff;
  margin-top: 64px;
  padding: 70px 0 30px;
  padding-right: 95px;
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container .txtArea {
    margin-top: 40px;
    padding: 0;
  }
}
.lower-message .message__message__inner .container .txtArea .heading {
  position: relative;
}
.lower-message .message__message__inner .container .txtArea .heading .eng {
  position: absolute;
  left: 0;
  top: -0.5em;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.1;
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container .txtArea .heading .eng {
    font-size: 3.6rem;
  }
}
.lower-message .message__message__inner .container .txtArea .heading .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-message .message__message__inner .container .txtArea .heading .title {
    font-size: 2.5rem;
  }
}
.lower-message .message__message__inner .container .txtArea .txt {
  line-height: 2;
  margin-top: 16px;
}

/* ============================================
// JOBS
// ==========================================*/
.lower-jobs .jobs__inner {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__inner {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.lower-jobs .jobs__item {
  position: relative;
  margin-top: 120px;
}
@media (min-width: 835px) {
  .lower-jobs .jobs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.0833333333%;
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item {
    margin-top: 56px;
  }
}
.lower-jobs .jobs__item::before {
  content: "";
  position: absolute;
  top: -60px;
  right: calc(100% - 154px);
  width: 539px;
  aspect-ratio: 539/559;
  background: url(../img/jobs/bg_jobs.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 0.3s cubic-bezier(0.77, 0.04, 0.88, 0.54);
  transition: clip-path 0.3s cubic-bezier(0.77, 0.04, 0.88, 0.54);
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item::before {
    top: -32px;
    right: calc(100% - 64px);
    width: 280.28px;
  }
}
.lower-jobs .jobs__item:first-child {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-jobs .jobs__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lower-jobs .jobs__item:nth-child(2n)::before {
  right: auto;
  left: calc(100% - 162px);
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item:nth-child(2n)::before {
    left: calc(100% - 64px);
  }
}
.lower-jobs .jobs__item.js-active::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lower-jobs .jobs__item:not(:has(.jobs__image-block))::before {
  right: calc(100% + 56px);
}
@media (max-width: 1400px) {
  .lower-jobs .jobs__item:not(:has(.jobs__image-block))::before {
    right: calc(100% + 24px);
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item:not(:has(.jobs__image-block))::before {
    right: calc(100% + 0px);
  }
}
.lower-jobs .jobs__item:not(:has(.jobs__image-block)):nth-child(2n)::before {
  right: auto;
  left: calc(100% + 64px);
}
@media (max-width: 1400px) {
  .lower-jobs .jobs__item:not(:has(.jobs__image-block)):nth-child(2n)::before {
    left: calc(100% + 24px);
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item:not(:has(.jobs__image-block)):nth-child(2n)::before {
    left: calc(100% + 0px);
  }
}
.lower-jobs .jobs__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
  max-width: 510px;
  margin-inline: auto;
}
.lower-jobs .jobs__image {
  -webkit-mask: url(../img/jobs/mask_jobs.png) center center/contain no-repeat;
          mask: url(../img/jobs/mask_jobs.png) center center/contain no-repeat;
}
.lower-jobs .jobs__image img {
  aspect-ratio: 510/327;
}
@media (min-width: 835px) {
  .lower-jobs .jobs__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-jobs .jobs__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #00a68d;
  line-height: 1;
  padding: 0.358em 1.082em;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__label {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.lower-jobs .jobs__title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 7px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__title {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
.lower-jobs .jobs__lead {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1.9;
  margin-top: 17px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__lead {
    font-size: 1.7rem;
    margin-top: 8px;
  }
}
.lower-jobs .jobs__description {
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__description {
    margin-top: 8px;
  }
}
.lower-jobs .jobs__type {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__type {
    margin-top: 10px;
  }
}
.lower-jobs .jobs__type-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00a68d;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__type-title {
    font-size: 1.6rem;
  }
}
.lower-jobs .jobs__type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 16px;
  border: 1px solid #dedede;
  padding: 20px clamp(18px, 1.7142857143vw, 24px);
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__type-list {
    margin-top: 6px;
    padding: 16px;
  }
}
.lower-jobs .jobs__type-item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.lower-jobs .jobs__type-item::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #00a68d;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__type-item::before {
    top: 0.5em;
  }
}
.lower-jobs .common-btn {
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-jobs .common-btn {
    margin-top: 16px;
  }
}
.lower-jobs .common-btn__body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ============================================
// MOVIE
// ==========================================*/
@media (min-width: 835px) {
  .lower-movie .common-title__heading {
    gap: 14px;
  }
}
@media (min-width: 835px) {
  .lower-movie .common-title__ja {
    font-size: 1.7rem;
  }
}
@media (min-width: 835px) {
  .lower-movie .common-title__eng {
    font-size: 6.8rem;
  }
}
@media (max-width: 834px) {
  .lower-movie .common-title__eng {
    font-size: 4rem;
  }
}
.lower-movie .long {
  position: relative;
}
.lower-movie .long::before {
  content: "";
  position: absolute;
  top: 127px;
  left: 0;
  width: clamp(472.8px, 43.7777777778vw, 591px);
  aspect-ratio: 591/486;
  background: url(../img/movie/bg_long.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-movie .long::before {
    top: 72px;
    width: clamp(236.4px, 56.690647482vw, 472.8px);
  }
}
.lower-movie .long__inner {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-movie .long__inner {
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-movie .long__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 48.3333333333%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 3.3333333333%;
    margin-top: 70px;
  }
  .lower-movie .long__list:not(:has(.long__item:nth-child(2))) {
    grid-template-columns: repeat(auto-fit, 580px);
  }
}
@media (max-width: 834px) {
  .lower-movie .long__list {
    margin-top: 24px;
  }
}
.lower-movie .long__item {
  background: #fff;
  border: 1px solid #dedede;
  padding: 50px 8.275862069% 40px;
}
@media (max-width: 834px) {
  .lower-movie .long__item {
    padding: 24px 5% 16px;
    margin-top: 16px;
  }
  .lower-movie .long__item:first-child {
    margin-top: 0;
  }
}
.lower-movie .long__item:not(:has(.long__text-block)) {
  padding: 50px 8.275862069%;
}
@media (max-width: 834px) {
  .lower-movie .long__item:not(:has(.long__text-block)) {
    padding: 24px 5%;
  }
}
.lower-movie .long__movie-block {
  max-width: 480px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.lower-movie .long__movie-block iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.lower-movie .long__text-block {
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-movie .long__text-block {
    margin-top: 16px;
  }
}
.lower-movie .long__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-movie .long__text {
    font-size: 1.6rem;
  }
}
.lower-movie .short {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 166, 141, 0.1)), to(rgba(0, 88, 167, 0.1)));
  background: linear-gradient(90deg, rgba(0, 166, 141, 0.1), rgba(0, 88, 167, 0.1));
}
.lower-movie .short::before {
  content: "";
  position: absolute;
  top: -310px;
  right: 0;
  width: clamp(441.6px, 40.8888888889vw, 552px);
  aspect-ratio: 552/755;
  background: url(../img/movie/bg_short_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-movie .short::before {
    top: -188px;
    width: clamp(220.8px, 52.9496402878vw, 441.6px);
  }
}
.lower-movie .short::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  width: clamp(233.6px, 21.6296296296vw, 292px);
  aspect-ratio: 292/355;
  background: url(../img/movie/bg_short_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-movie .short::after {
    bottom: 8px;
    width: clamp(116.8px, 28.0095923261vw, 233.6px);
  }
}
.lower-movie .short__inner {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 834px) {
  .lower-movie .short__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 835px) {
  .lower-movie .short__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 30.8333333333%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 3.6666666667%;
    margin-top: 50px;
  }
  .lower-movie .short__list:not(:has(.short__item:nth-child(2))) {
    grid-template-columns: repeat(auto-fit, 370px);
  }
}
@media (max-width: 834px) {
  .lower-movie .short__list {
    margin-top: 24px;
  }
}
.lower-movie .short__item {
  background: #fff;
  border: 1px solid #dedede;
  padding: 40px 10.8108108108% 32px;
}
@media (max-width: 834px) {
  .lower-movie .short__item {
    padding: 24px 5% 16px;
    margin-top: 16px;
  }
  .lower-movie .short__item:first-child {
    margin-top: 0;
  }
}
.lower-movie .short__item:not(:has(.short__text-block)) {
  padding: 40px 10.8108108108%;
}
@media (max-width: 834px) {
  .lower-movie .short__item:not(:has(.short__text-block)) {
    padding: 24px 5%;
  }
}
.lower-movie .short__movie-block {
  max-width: 290px;
  aspect-ratio: 9/16;
  margin: 0 auto;
}
.lower-movie .short__movie-block iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.lower-movie .short__text-block {
  margin-top: 23px;
}
@media (max-width: 834px) {
  .lower-movie .short__text-block {
    margin-top: 16px;
  }
}
.lower-movie .short__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-movie .short__text {
    font-size: 1.6rem;
  }
}

/* ============================================
// NEW GRADUATE
// ==========================================*/
@media (min-width: 835px) {
  .lower-newgraduate .page-title__eng {
    font-size: clamp(5.402rem, 5.2857142857vw, 7.4rem);
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .common-title__ja {
    font-size: 1.7rem;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .common-title__eng {
    font-size: 6.8rem;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .common-title__eng {
    font-size: 4rem;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .common-title.-white .common-title__eng {
    font-size: 4rem;
  }
}
.lower-newgraduate .message {
  position: relative;
}
.lower-newgraduate .message__inner {
  padding-top: 100px;
  padding-bottom: 145px;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__inner {
    padding-top: clamp(192px, 25.8992805755vw, 216px);
    padding-bottom: 32px;
  }
}
.lower-newgraduate .message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-newgraduate .message__contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  aspect-ratio: 1440/539;
  background: url(../img/newgraduate/bg_message.png) center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__contents::before {
    width: auto;
    height: 100%;
    background: url(../img/newgraduate/bg_message.png) center center/contain no-repeat;
  }
}
.lower-newgraduate .message__left-image-block {
  position: absolute;
  top: -27px;
  left: 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__left-image-block {
    top: -24px;
  }
}
.lower-newgraduate .message__left-image-block::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  width: clamp(351.75px, 33.5vw, 469px);
  aspect-ratio: 469/565;
  background: url(../img/newgraduate/bg_message_left.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__left-image-block::before {
    top: -18px;
    width: clamp(201.67px, 30.9292565947vw, 257.95px);
  }
}
.lower-newgraduate .message__left-image {
  width: clamp(330px, 31.4285714286vw, 440px);
  aspect-ratio: 440/347;
  -webkit-mask: url("../img/newgraduate/mask_message_01.png") center center/contain no-repeat;
          mask: url("../img/newgraduate/mask_message_01.png") center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__left-image {
    width: clamp(220px, 29.0167865707vw, 242px);
  }
}
.lower-newgraduate .message__main {
  width: clamp(759.92px, 59vw, 826px);
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__main {
    padding-inline: 6.25%;
  }
}
.lower-newgraduate .message__title {
  font-size: clamp(3.2rem, 2.5714285714vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#2363b9), to(#1f2b66));
  background: linear-gradient(90deg, #2363b9 0%, #1f2b66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__title {
    font-size: 2.4rem;
  }
}
.lower-newgraduate .message__description {
  font-size: clamp(1.5rem, 1.1428571429vw, 1.6rem);
  letter-spacing: 0.075em;
  margin-top: 40px;
}
@media (min-width: 835px) {
  .lower-newgraduate .message__description {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .message__description {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.lower-newgraduate .message__right-image-block {
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__right-image-block {
    bottom: auto;
    top: 0;
  }
}
.lower-newgraduate .message__right-image-block::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 0;
  width: clamp(366.75px, 34.9285714286vw, 489px);
  aspect-ratio: 489/654;
  background: url(../img/newgraduate/bg_message_right_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__right-image-block::before {
    top: -90px;
    width: clamp(244.5px, 32.2482014388vw, 268.95px);
  }
}
.lower-newgraduate .message__right-image-block::after {
  content: "";
  position: absolute;
  bottom: -66px;
  right: 0;
  width: clamp(173.25px, 16.5vw, 231px);
  aspect-ratio: 231/232;
  background: url(../img/newgraduate/bg_message_right_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__right-image-block::after {
    bottom: -26px;
    width: clamp(115.5px, 15.2338129496vw, 127.05px);
  }
}
.lower-newgraduate .message__right-image {
  width: clamp(342px, 32.5714285714vw, 456px);
  aspect-ratio: 456/273;
  -webkit-mask: url("../img/newgraduate/mask_message_02.png") center center/contain no-repeat;
          mask: url("../img/newgraduate/mask_message_02.png") center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-newgraduate .message__right-image {
    width: clamp(228px, 30.071942446vw, 250.8px);
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__inner {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .charm__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3333333333%;
    margin-top: 69px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__item {
    margin-top: 24px;
  }
}
.lower-newgraduate .charm__item:nth-child(1 of .charm__item) {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__item:nth-child(1 of .charm__item) {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .charm__item:nth-child(2n of .charm__item) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lower-newgraduate .charm__item:nth-child(2n of .charm__item) .charm__text-block {
    padding-left: 4.1666666667%;
    padding-right: 0;
  }
  .lower-newgraduate .charm__item:nth-child(2n of .charm__item) .charm__num {
    right: auto;
    left: -50px;
  }
}
.lower-newgraduate .charm__image-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 420px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__image-block {
    margin-bottom: 24px;
  }
}
.lower-newgraduate .charm__image-block::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  aspect-ratio: 420/270;
  -webkit-mask: url("../img/newgraduate/mask_charm.png") center center/contain no-repeat;
          mask: url("../img/newgraduate/mask_charm.png") center center/contain no-repeat;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#00a68d), to(#0058a7));
  background: linear-gradient(90deg, #00a68d, #0058a7);
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__image-block::before {
    top: 8px;
    left: -8px;
  }
}
.lower-newgraduate .charm__image {
  max-width: 420px;
  margin-inline: auto;
  -webkit-mask: url("../img/newgraduate/mask_charm.png") center center/contain no-repeat;
          mask: url("../img/newgraduate/mask_charm.png") center center/contain no-repeat;
}
.lower-newgraduate .charm__image img {
  aspect-ratio: 420/270;
}
.lower-newgraduate .charm__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 4.1666666667%;
  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;
}
.lower-newgraduate .charm__title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__title {
    font-size: 2rem;
  }
}
.lower-newgraduate .charm__num {
  position: absolute;
  top: -54px;
  right: -50px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 15rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #253394;
  line-height: 1;
  opacity: 0.7;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 88, 167, 0.08)), color-stop(80%, rgba(0, 166, 141, 0.08)), to(rgba(0, 166, 141, 0.08)));
  background: linear-gradient(-90deg, rgba(0, 88, 167, 0.08) 0%, rgba(0, 166, 141, 0.08) 80%, rgba(0, 166, 141, 0.08));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__num {
    font-size: 7rem;
    top: 0;
    right: 0;
  }
}
.lower-newgraduate .charm__description {
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .charm__description {
    margin-top: 8px;
  }
}
.lower-newgraduate .training {
  position: relative;
}
@media (min-width: 835px) {
  .lower-newgraduate .training .common-title {
    padding-right: 64px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .training .common-title.-white .common-title__eng {
    font-size: 3.6rem;
  }
}
.lower-newgraduate .training::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 1271px;
  width: calc(100% - 170px);
  aspect-ratio: 1271/416;
  background: url(../img/newgraduate/bg_training_01.jpg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .lower-newgraduate .training::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .training::before {
    width: calc(100% + 24px);
    top: 0;
  }
}
.lower-newgraduate .training::after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 245px;
  aspect-ratio: 245/246;
  background: url(../img/newgraduate/bg_training_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .training::after {
    width: 196px;
    bottom: 16px;
  }
}
.lower-newgraduate .training__inner {
  padding-top: 190px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__inner {
    padding-top: 20px;
    padding-bottom: 64px;
  }
}
.lower-newgraduate .training__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667%;
  background: #fff;
  border: 2px solid #ededed;
  padding: 50px 4.1666666667% 50px 5%;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 16px;
    padding: 24px 6%;
  }
}
.lower-newgraduate .training__item:nth-child(1 of .training__item) {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__item:nth-child(1 of .training__item) {
    margin-top: 30px;
  }
}
.lower-newgraduate .training__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-newgraduate .training__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  width: 52px;
  aspect-ratio: 52/23;
  background: url(../img/newgraduate/bg_training_label.jpg) center center/contain no-repeat;
  padding-top: 1px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__label {
    font-size: 1.3rem;
    width: 51px;
  }
}
.lower-newgraduate .training__title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #253394;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__title {
    font-size: 2.2rem;
    margin-top: 6px;
  }
}
.lower-newgraduate .training__description {
  letter-spacing: 0.075em;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__description {
    margin-top: 2px;
  }
}
.lower-newgraduate .training__category {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__category {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .training__category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(12.75px, 1.3076923077vw, 17px);
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .training__category-item {
    margin-top: 8px;
  }
}
.lower-newgraduate .training__category-item:first-child {
  margin-top: 0;
}
.lower-newgraduate .training__category-title {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #253394;
  border-radius: 100vmax;
  padding: 0.2em 1.092em;
}
@media (min-width: 835px) {
  .lower-newgraduate .training__category-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .training__category-title {
    font-size: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lower-newgraduate .training__category-description {
  letter-spacing: 0.075em;
  margin-top: -3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__category-description {
    margin-top: 4px;
  }
}
.lower-newgraduate .training__image-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.4788213628%;
          flex: 0 0 30.4788213628%;
  max-width: 331px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .training__image-block {
    margin-bottom: 16px;
  }
}
.lower-newgraduate .training__image {
  max-width: 331px;
}
.lower-newgraduate .training__image img {
  aspect-ratio: 331/214;
}
.lower-newgraduate .benefits {
  position: relative;
}
.lower-newgraduate .benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/newgraduate/bg_benefits.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.lower-newgraduate .benefits__inner {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .benefits__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0 1.75%;
    margin-top: 42px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__list {
    margin-top: 30px;
  }
}
.lower-newgraduate .benefits__item {
  background: #fff;
  padding: 40px clamp(32.2px, 3.1944444444vw, 46px) 48px;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__item {
    padding: 24px 6%;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .benefits__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .benefits__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__item {
    margin-top: 16px;
  }
  .lower-newgraduate .benefits__item:first-child {
    margin-top: 0;
  }
}
.lower-newgraduate .benefits__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(13.3px, 1.3571428571vw, 19px);
  font-size: clamp(1.95rem, 1.8333333333vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: rgba(81, 96, 109, 0.05);
  padding: 17px 18px 15px;
  padding: 17px clamp(13.5px, 1.3846153846vw, 18px) 15px;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__title {
    font-size: 1.8rem;
    gap: 8px;
    padding: 16px;
  }
}
.lower-newgraduate .benefits__title-icon {
  -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;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__title-icon {
    scale: 0.85;
  }
}
.lower-newgraduate .benefits__title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-newgraduate .benefits__description {
  letter-spacing: 0.075em;
  margin-top: 8px;
}
.lower-newgraduate .benefits__other {
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__other {
    margin-top: 20px;
  }
}
.lower-newgraduate .benefits__other-heading {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #00a68d;
  padding: 0.61em 2.37em 0.61em 1.43em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__other-heading {
    font-size: 1.4rem;
    padding: 12px 23px 12px 15px;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  }
}
.lower-newgraduate .benefits__other-list {
  background: #fff;
  padding: 1.938em 4.1666666667%;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-newgraduate .benefits__other-list {
    padding: 16px;
  }
}
.lower-newgraduate .career {
  position: relative;
}
.lower-newgraduate .career::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 512px;
  aspect-ratio: 512/416;
  background: url(../img/newgraduate/bg_career_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .career::before {
    width: 204.8px;
  }
}
.lower-newgraduate .career::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  width: 334px;
  aspect-ratio: 1/1;
  background: url(../img/newgraduate/bg_career_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .career::after {
    width: 233.8px;
  }
}
.lower-newgraduate .career__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px 6.7272727273%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1100px;
    margin-inline: auto;
    margin-top: 71px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .career__list {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .career__item {
    max-width: 317px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.8181818182%;
            flex: 0 0 28.8181818182%;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(1) {
    margin-top: 0;
  }
}
.lower-newgraduate .career__item:nth-child(1) .career__heading {
  background: -webkit-gradient(linear, left top, right top, from(#00a68d), to(#009d90));
  background: linear-gradient(90deg, #00a68d, #009d90);
}
.lower-newgraduate .career__item:nth-child(1) .career__heading::before {
  content: "";
  background: #009d90;
}
.lower-newgraduate .career__item:nth-child(2) .career__heading {
  background: -webkit-gradient(linear, left top, right top, from(#009991), to(#008897));
  background: linear-gradient(90deg, #009991, #008897);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(2) .career__heading {
    background: -webkit-gradient(linear, left top, right top, from(#00a28e), to(#009393));
    background: linear-gradient(90deg, #00a28e, #009393);
  }
}
.lower-newgraduate .career__item:nth-child(2) .career__heading::before {
  content: "";
  background: #008897;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(2) .career__heading::before {
    background: #009393;
  }
}
.lower-newgraduate .career__item:nth-child(3) .career__heading {
  background: -webkit-gradient(linear, left top, right top, from(#008399), to(#00709f));
  background: linear-gradient(90deg, #008399, #00709f);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(3) .career__heading {
    background: -webkit-gradient(linear, left top, right top, from(#009991), to(#008897));
    background: linear-gradient(90deg, #009991, #008897);
  }
}
.lower-newgraduate .career__item:nth-child(3) .career__heading::before {
  content: "";
  background: #00709f;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(3) .career__heading::before {
    background: #008897;
  }
}
.lower-newgraduate .career__item:nth-child(4) .career__heading {
  background: -webkit-gradient(linear, left top, right top, from(#00a28e), to(#009393));
  background: linear-gradient(90deg, #00a28e, #009393);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(4) .career__heading {
    background: -webkit-gradient(linear, left top, right top, from(#008f95), to(#007c9b));
    background: linear-gradient(90deg, #008f95, #007c9b);
  }
}
.lower-newgraduate .career__item:nth-child(4) .career__heading::before {
  content: "";
  background: #009393;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(4) .career__heading::before {
    background: #007c9b;
  }
}
.lower-newgraduate .career__item:nth-child(5) .career__heading {
  background: -webkit-gradient(linear, left top, right top, from(#008f95), to(#007c9b));
  background: linear-gradient(90deg, #008f95, #007c9b);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(5) .career__heading {
    background: -webkit-gradient(linear, left top, right top, from(#008399), to(#00709f));
    background: linear-gradient(90deg, #008399, #00709f);
  }
}
.lower-newgraduate .career__item:nth-child(5) .career__heading::before {
  content: "";
  background: #007c9b;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__item:nth-child(5) .career__heading::before {
    background: #00709f;
  }
}
.lower-newgraduate .career__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 1em 1.5em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#008399), to(#00709f));
  background: linear-gradient(90deg, #008399, #00709f);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__heading {
    width: calc(100% - 18px);
  }
}
.lower-newgraduate .career__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 21px;
  height: 100%;
  background: #00709f;
  pointer-events: none;
  clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
}
@media (max-width: 834px) {
  .lower-newgraduate .career__heading::before {
    width: 18px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .career__years {
    font-size: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .career__years {
    font-size: 1.4rem;
  }
}
.lower-newgraduate .career__role {
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__role {
    font-size: 1.5rem;
  }
}
.lower-newgraduate .career__description {
  letter-spacing: 0.075em;
  line-height: 1.875;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-newgraduate .career__description {
    margin-top: 8px;
  }
}
.lower-newgraduate .flow {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 88, 167, 0.1)), color-stop(80%, rgba(0, 166, 141, 0.1)), to(rgba(0, 166, 141, 0.1)));
  background: linear-gradient(-90deg, rgba(0, 88, 167, 0.1) 0%, rgba(0, 166, 141, 0.1) 80%, rgba(0, 166, 141, 0.1));
}
.lower-newgraduate .flow::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 470px;
  aspect-ratio: 470/531;
  background: url(../img/newgraduate/bg_flow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow::before {
    width: 164.5px;
    bottom: 16px;
  }
}
.lower-newgraduate .flow__inner {
  padding-top: 120px;
  padding-bottom: 123px;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__inner {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .flow__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .flow .common-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(340px, 32.6923076923vw, 425px);
            flex: 0 0 clamp(340px, 32.6923076923vw, 425px);
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .flow .common-title br {
    display: none;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .flow__list-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__list-wrapper {
    margin-top: 30px;
  }
}
.lower-newgraduate .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.6451612903%;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__item {
    gap: 16px;
    margin-top: 24px;
  }
}
.lower-newgraduate .flow__item:first-child {
  margin-top: 0;
}
.lower-newgraduate .flow__item:last-child .flow__image-block::before {
  content: none;
}
.lower-newgraduate .flow__image-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(104px, 10vw, 130px);
          flex: 0 0 clamp(104px, 10vw, 130px);
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.96px;
            flex: 0 0 63.96px;
  }
}
.lower-newgraduate .flow__image-block::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: clamp(24px, 2.3076923077vw, 30px);
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__image-block::before {
    width: 14.76px;
  }
}
.lower-newgraduate .flow__num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #00a68d;
  letter-spacing: 0;
  line-height: 1;
  background: -webkit-gradient(linear, right top, left top, from(#0058a7), color-stop(80%, #00a68d), to(#00a68d));
  background: linear-gradient(-90deg, #0058a7 0%, #00a68d 80%, #00a68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__num {
    font-size: 1.7rem;
  }
}
.lower-newgraduate .flow__icon {
  max-width: clamp(104px, 10vw, 130px);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__icon {
    max-width: 63.96px;
  }
}
.lower-newgraduate .flow__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-newgraduate .flow__heading {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__heading {
    font-size: 1.8rem;
  }
}
.lower-newgraduate .flow__description {
  letter-spacing: 0.075em;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__description {
    margin-top: 4px;
  }
}
.lower-newgraduate .flow__annotation {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #fff;
  border-radius: 100vmax;
  padding: 0.567em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 43px;
}
@media (max-width: 834px) {
  .lower-newgraduate .flow__annotation {
    font-size: 1.4rem;
    padding: 0.8em 1.7em;
    margin-top: 24px;
  }
}
.lower-newgraduate .conversion {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.3s, translate 0.3s ease;
  transition: opacity 0.3s, translate 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(81, 96, 109, 0.8);
  z-index: 50;
}
.lower-newgraduate .conversion__button {
  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-top: 18px;
  padding-bottom: 17px;
}
@media (max-width: 834px) {
  .lower-newgraduate .conversion__button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lower-newgraduate .conversion__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;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  max-width: 220px;
  width: 100%;
  min-height: 60px;
  border-radius: 100vmax;
  padding: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#14cfb3), to(#00a68d));
  background: linear-gradient(90deg, #14cfb3, #00a68d);
}
@media (max-width: 834px) {
  .lower-newgraduate .conversion__link {
    font-size: 1.5rem;
    max-width: 200px;
    min-height: 56px;
  }
}
@media (any-hover: hover) {
  .lower-newgraduate .conversion__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 16px rgba(0, 166, 141, 0.6);
            box-shadow: 0 0 16px rgba(0, 166, 141, 0.6);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
.lower-newgraduate.js-loaded .conversion {
  opacity: 1;
  translate: 0;
}
.lower-newgraduate .footer__inner {
  padding-bottom: 95px;
}
@media (max-width: 834px) {
  .lower-newgraduate .footer__inner {
    padding-bottom: 76px;
  }
}
.lower-newgraduate .pagetop__scroll {
  padding-bottom: 127px;
}
@media (max-width: 834px) {
  .lower-newgraduate .pagetop__scroll {
    padding-bottom: 92px;
  }
}/*# sourceMappingURL=style.css.map */