@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;
  line-height: 1.6;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #4cc0ec;
  color: #ffffff;
}

::selection {
  background: #4cc0ec;
  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:has(.hamburger.js-open),
body:has(.hamburger.js-open) {
  overflow: hidden;
}

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.5rem;
  font-weight: 400;
  color: #222;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0 0;
  }
}

a {
  color: #222;
  -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.05em;
}

.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;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -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;
  -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;
  -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;
  -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: 90 !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: 102px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 86px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 65px 75px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 40px 7vw;
  }
}
.hamburger__menu__inner {
  width: 100%;
}
.hamburger__menu__logo a {
  display: block;
  max-width: 200px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 144px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav {
  max-width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 70px 0;
  margin: 88px auto 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    gap: 24px 0;
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .hamburger__menu__nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 65px;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #222;
}
.hamburger__menu__nav__list__item:nth-child(1) {
  border-top: 1px solid #222;
}
@media (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(2) {
    border-top: 1px solid #222;
  }
}
.hamburger__menu__nav__list__item a {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1em 6% 1.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 2rem;
    padding: 1em 3% 1.1em;
  }
}
.hamburger__menu__nav__list__item a .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  line-height: 1;
}
.hamburger__menu__nav__list__item a .title .ja {
  font-size: 1.2rem;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a .title .ja {
    font-size: 1.05rem;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #00a5e3;
  }
  .hamburger__menu__nav__list__item a:hover::before {
    -webkit-transform: translateX(8px) translateY(-50%) rotate(45deg);
            transform: translateX(8px) translateY(-50%) rotate(45deg);
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 11px;
  aspect-ratio: 1/1;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  background: transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::before {
    width: 9px;
    right: 6%;
  }
}
.hamburger__menu__nav__recruit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 65px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px 0;
  }
}
.hamburger__menu__nav__recruit-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.hamburger__menu__nav__recruit-list__item--newgrad .contents {
  background: #4cc0ec;
}
.hamburger__menu__nav__recruit-list__item--newgrad .contents::before, .hamburger__menu__nav__recruit-list__item--newgrad .contents::after {
  background: #4cc0ec;
}
.hamburger__menu__nav__recruit-list__item--part-career .contents {
  background: #00a5e3;
}
.hamburger__menu__nav__recruit-list__item--part-career .contents::before, .hamburger__menu__nav__recruit-list__item--part-career .contents::after {
  background: #00a5e3;
}
.hamburger__menu__nav__recruit-list__item .contents {
  position: relative;
  z-index: 1;
  -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-flow: column;
          flex-flow: column;
  color: #ffffff;
  padding: 32px 24px;
  max-width: 420px;
  max-width: clamp(330px, 32.3076923077vw, 420px);
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents {
    padding: 20px 0 16px;
    max-width: calc(100% - 112px);
  }
}
.hamburger__menu__nav__recruit-list__item .contents::before, .hamburger__menu__nav__recruit-list__item .contents::after {
  content: "";
  position: absolute;
  top: 0;
  max-width: 96px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents::before, .hamburger__menu__nav__recruit-list__item .contents::after {
    max-width: 56px;
    aspect-ratio: 1/2;
  }
}
.hamburger__menu__nav__recruit-list__item .contents::before {
  right: calc(100% - 1px);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents::before {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.hamburger__menu__nav__recruit-list__item .contents::after {
  left: calc(100% - 1px);
  clip-path: polygon(0 0, 100% 0, 1% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents::after {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  }
}
.hamburger__menu__nav__recruit-list__item .contents .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: 8px 0;
  margin-bottom: 56px;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .title {
    margin-bottom: 24px;
    gap: 4px 0;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .title .ja {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .title .ja {
    font-size: 1.9rem;
    margin-left: -24px;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .title .eng {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .title .eng {
    font-size: 1rem;
    margin-left: -24px;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  margin-top: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .links {
    gap: 4px 16px;
    margin-left: -24px;
    margin-right: -32px;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .links__item a {
  position: relative;
  display: block;
  gap: 0 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  padding-right: 2em;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .links__item a {
    font-size: 1.3rem;
    padding-right: 1.8em;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .links__item a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .links__item a .icon {
    max-width: 16px;
  }
}
.hamburger__menu__nav__recruit-list__item .contents .links__item a .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  width: 6px;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__recruit-list__item .contents .links__item a .icon::before {
    width: 5px;
  }
}
.hamburger__menu__nav__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  gap: 40px;
}
@media (max-width: 925px) {
  .hamburger__menu__nav__sns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
    gap: 24px;
    margin-bottom: 20px;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns a {
  position: relative;
  background: #fff;
  border: 1px solid #4cc0ec;
  padding: 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 1.875vw, 27px);
  min-height: 134px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns a {
    gap: 16px;
    min-height: 88px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__sns-list .hamburger__sns a:hover {
    opacity: 1;
    background: #f1fbff;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}
.hamburger__menu__nav__sns-list .hamburger__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns-icon {
  max-width: 31px;
}
.hamburger__menu__nav__sns-list .hamburger__sns-icon img {
  aspect-ratio: 31/32;
}
.hamburger__menu__nav__sns-list .hamburger__sns-message {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns-message {
    font-size: 1.2rem;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns-account {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00a5e3;
  line-height: 1.6;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns-account {
    font-size: 1.1rem;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns-logo {
  max-width: 159px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns-logo {
    max-width: 120px;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns-logo img {
  aspect-ratio: 159/40;
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta {
  position: relative;
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  background: url(../img/common/top_insta_logo.png) center/contain no-repeat;
  aspect-ratio: 92/101;
  max-width: 91px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns.-insta::before {
    max-width: 64px;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper {
    gap: 0;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper .hamburger__sns-texts {
  color: #00A5E3;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper .hamburger__sns-texts {
    font-size: 1.3rem;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper .hamburger__sns-icon {
  max-width: 189px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper .hamburger__sns-icon {
    max-width: 150px;
  }
}
.hamburger__menu__nav__sns-list .hamburger__sns.-insta a .hamburger__sns-wrapper .hamburger__sns-icon img {
  aspect-ratio: 189/36;
}
.hamburger__menu__close {
  position: absolute;
  right: 72px;
  top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 7vw;
    top: 45px;
    gap: 0 10px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover .hamburger__menu__close__txt {
    color: #4cc0ec;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__ico span {
    background: #4cc0ec;
  }
}
.hamburger__menu__close__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt {
    font-size: 1.1rem;
  }
}
.hamburger__menu__close__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.hamburger__menu__close__ico span {
  width: 22px;
  height: 2px;
  background: #222;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}
.hamburger__menu__close__ico span:first-child {
  margin-bottom: -1px;
  rotate: 45deg;
}
.hamburger__menu__close__ico span:last-child {
  margin-top: -1px;
  rotate: -45deg;
}
.hamburger__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 2px 16px rgba(13, 46, 96, 0.66));
          filter: drop-shadow(0 2px 16px rgba(13, 46, 96, 0.66));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    gap: 4px;
  }
  .hamburger__btn:hover .hamburger__btn__txt {
    margin-top: 14px;
  }
}
.hamburger__btn__bar {
  width: 12px;
  height: 1px;
  background-color: #222;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 16px;
  }
}
.hamburger__btn__txt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__txt {
    font-size: 1rem;
    margin-top: 4px;
  }
}

/*-------------------------------------------------------
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: 12.8px 21px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f0f4f8;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 11.21px 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);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 9px 22px !important;
  background: #f0f4f8;
}
@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: 8.01px 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::before {
  left: 0;
  top: 0;
  width: 1.072em;
  height: 1.072em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d8e5ec;
  border-radius: 50%;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 0.2142857em;
  height: 0.4285714em;
  color: #10255b;
  border-bottom: 0.142857em solid;
  border-right: 0.142857em solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
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(45deg);
  transform: rotate(45deg);
  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（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #4cc0ec;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #4cc0ec transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #4cc0ec;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 40px;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 16px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .custom-form_parts:first-child .parts_ttl, .custom-form .custom-form_parts:last-child .parts_ttl {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts:first-child .parts_ttl, .custom-form .custom-form_parts:last-child .parts_ttl {
    margin-top: 0;
  }
}
.custom-form .parts_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@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: #4cc0ec;
  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: #4cc0ec;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px;
  }
}
.custom-form .category_list li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.custom-form .category_list li label {
  display: block;
}
@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 #c0d5e0;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #c0d5e0;
}
.custom-form .searchWord::-moz-placeholder {
  color: #c0d5e0;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #c0d5e0;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #c0d5e0;
}
.custom-form .searchWord::placeholder {
  color: #c0d5e0;
}
.custom-form .pull-down {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #c0d5e0;
  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;
    width: 8px;
    height: 8px;
  }
}
.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: #4cc0ec;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #4cc0ec;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
  border: 1px solid #c0d5e0;
  padding: 0.786em 1.5em 0.786em 2.978em;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: #f1fbff;
  }
}
.custom-form input[type=checkbox] + label::before {
  top: 1em;
  left: 1.35em;
}
.custom-form input[type=checkbox] + label::after {
  top: 1.18em;
  left: 1.7em;
  color: transparent;
}
.custom-form input[type=checkbox]:checked + label {
  background: #4cc0ec;
  border-color: #4cc0ec;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #10255b;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 280px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 240px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    background: transparent;
  }
}
.custom-form .btn_cover::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #222;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.834em 1em !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    background: #4cc0ec;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-header
--------------------*/
.page-header {
  position: relative;
}
.page-header__inner {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .page-header__inner {
    height: 220px;
  }
}
.page-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 1.1em;
  z-index: 1;
  margin-bottom: -111px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0.01;
  -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);
}
@media (max-width: 834px) {
  .page-header__title {
    gap: 8px;
    padding-left: 0.6em;
    margin-bottom: -56px;
  }
}
.page-header__eng {
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  .page-header__eng {
    font-size: 3.2rem;
  }
}
.page-header__eng::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: -0.283333em;
  width: 0.633333em;
  aspect-ratio: 38/26;
  background: url(../img/common/icon_common_title01.png) center center/contain no-repeat;
}
.page-header__ja {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-header__deco {
  position: absolute;
  inset: 0;
}
.page-header__deco-image--01 {
  position: absolute;
  top: -48px;
  right: 0px;
  max-width: 256px;
  aspect-ratio: 274/140;
  opacity: 0.01;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
@media (max-width: 834px) {
  .page-header__deco-image--01 {
    top: -22px;
    max-width: 102.4px;
  }
}
.page-header__deco-image--02 {
  position: absolute;
  bottom: -32px;
  right: 0;
  max-width: 200px;
  aspect-ratio: 500/365;
  opacity: 0.01;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: none;
}
@media (max-width: 834px) {
  .page-header__deco-image--02 {
    bottom: 0;
    max-width: 80px;
  }
}

.js-loaded .page-header__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-loaded .page-header__deco-image--01 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.js-loaded .page-header__deco-image--02 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.page-header + .header .header__logo-image {
  -webkit-filter: none;
          filter: none;
}

.page-header + .header .header__logo-subtitle {
  color: #222;
  border: 1px solid #222;
}

.lower-kyujin_d .header__logo-image,
.lower-interview_d .header__logo-image {
  -webkit-filter: none;
          filter: none;
}
.lower-kyujin_d .header__logo-subtitle,
.lower-interview_d .header__logo-subtitle {
  color: #222;
  border: 1px solid #222;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  background: #fff;
  padding: 1.4em 40px;
  border-top: 1px solid rgba(34, 34, 34, 0.18);
  border-bottom: 1px solid rgba(34, 34, 34, 0.18);
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 0.8em 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222;
  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: #222;
}

/*--------------------
	common-title
--------------------*/
.common-title__inner {
  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__inner {
    gap: 8px;
  }
}
.common-title__eng {
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 3.2rem;
  }
}
.common-title__eng::before {
  content: "";
  position: absolute;
}
.common-title__ja {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.common-title--icon01 .common-title__inner {
  padding-left: 1.1em;
}
@media (max-width: 834px) {
  .common-title--icon01 .common-title__inner {
    padding-left: 0.6em;
  }
}
.common-title--icon01 .common-title__eng::before {
  top: -0.3em;
  left: -0.283333em;
  width: 0.633333em;
  aspect-ratio: 38/26;
  background: url(../img/common/icon_common_title01.png) center center/contain no-repeat;
}
.common-title--icon02 .common-title__inner {
  padding-left: 1.5em;
}
@media (max-width: 834px) {
  .common-title--icon02 .common-title__inner {
    padding-left: 0.8em;
  }
}
.common-title--icon02 .common-title__eng::before {
  top: -0.466666em;
  left: -0.383333em;
  width: 0.7em;
  aspect-ratio: 42/22;
  background: url(../img/common/icon_common_title02.png) center center/contain no-repeat;
}
.common-title--icon03 .common-title__inner {
  padding-left: 1.5em;
}
@media (max-width: 834px) {
  .common-title--icon03 .common-title__inner {
    padding-left: 0.8em;
  }
}
.common-title--icon03 .common-title__eng::before {
  top: -0.5em;
  left: -0.383333em;
  width: 0.55em;
  aspect-ratio: 33/25;
  background: url(../img/common/icon_common_title03.png) center center/contain no-repeat;
}
.common-title--white .common-title__eng {
  color: #fff;
}
.common-title--white .common-title__ja {
  color: #fff;
}
.common-title--center .common-title__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-title--left .common-title__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.common-title--right .common-title__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common-title--row .common-title__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 13px;
  padding-left: 1.1em;
}
@media (max-width: 834px) {
  .common-title--row .common-title__inner {
    padding-left: 0.6em;
  }
}

/*--------------------
	common-btn
--------------------*/
.common-btn__inner {
  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;
  position: relative;
  background: #222;
  padding: 0.5em 1em;
  max-width: 190px;
  width: 100%;
  min-height: 55px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .common-btn a {
    font-size: 1.4rem;
    max-width: 184px;
    min-height: 51px;
  }
}
@media (any-hover: hover) {
  .common-btn a:hover {
    background: #4cc0ec;
  }
  .common-btn a:hover::before {
    background: transparent;
  }
}
.common-btn a::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn--center .common-btn__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-btn--right .common-btn__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.common-btn--left .common-btn__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*--------------------
	back-page
--------------------*/
.page-back__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-back 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;
  position: relative;
  background: #222;
  padding: 0.5em 1em;
  max-width: 216px;
  width: 100%;
  min-height: 55px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .page-back a {
    font-size: 1.4rem;
    max-width: 184px;
    min-height: 51px;
  }
}
@media (any-hover: hover) {
  .page-back a:hover {
    color: #fff;
    background: #4cc0ec;
  }
  .page-back a:hover::before {
    background: transparent;
  }
}
.page-back a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-back--center .page-back__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-back--right .page-back__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-back--left .page-back__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*--------------------
	改行
--------------------*/
@media (max-width: 834px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 834px) {
  br.sp {
    display: inline-block;
  }
}

/*--------------------
	pagination
--------------------*/
.pagination ul {
  gap: 4px;
}
.pagination ul li a,
.pagination ul li em {
  border-radius: 50%;
}

/*--------------------
job_count_pager
--------------------*/
.job_count_pager.contents_top {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_top {
    margin-top: 10px;
  }
}
.job_count_pager.contents_bottom {
  padding: 80px 0 0;
}
@media (max-width: 834px) {
  .job_count_pager.contents_bottom {
    padding: 40px 0 0;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.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;
  gap: 32px;
  padding: 0 28px 0 37px;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 0 16px 0 8px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0 2px 40px rgba(13, 46, 96, 0.21));
          filter: drop-shadow(0 2px 40px rgba(13, 46, 96, 0.21));
}
@media (max-width: 834px) {
  .header__logo a {
    gap: 14px;
  }
}
.header__logo-image {
  max-width: 230px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
  will-change: filter;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 834px) {
  .header__logo-image {
    max-width: 152px;
  }
}
.header__logo-image img {
  aspect-ratio: 230/57;
}
.header__logo-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  border: 1px solid #fff;
  padding: 0.686em 1.172em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__logo-subtitle {
    font-size: 1.05rem;
  }
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 29px;
  gap: clamp(24px, 1.9333333333vw, 29px);
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .header__sns {
    display: none;
  }
}
.header__sns-label {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-right: 4.166666em;
}
@media (max-width: 834px) {
  .header__sns-label {
    font-size: 1.1rem;
  }
}
.header__sns-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5em;
  height: 1px;
  background: #000;
}
.header__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 19px;
  gap: 16px;
}
.header__sns-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__sns-icon--x a {
  max-width: 18px;
}
.header__sns-icon--x a img {
  aspect-ratio: 18/19;
}
.header__sns-icon--insta a {
  max-width: 21px;
}
.header__sns-icon--insta a img {
  aspect-ratio: 1/1;
}
.header__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.6666666667vw, 10px);
}
@media (max-width: 1300px) {
  .header__list {
    display: none;
  }
}
.header__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__item 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;
  position: relative;
  background: #222;
  padding: 0.5em 1em;
  max-width: 200px;
  width: 100%;
  min-height: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__item a {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .header__item a:hover {
    opacity: 1;
    background: #4cc0ec;
  }
  .header__item a:hover::before {
    background: transparent;
  }
}
.header__item a::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-scrolled .header {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-shadow: 0 8px 16px rgba(13, 46, 96, 0.05);
          box-shadow: 0 8px 16px rgba(13, 46, 96, 0.05);
}
.js-scrolled .header__logo a {
  gap: 16px;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a {
    gap: 12px;
  }
}
.js-scrolled .header__logo-image {
  max-width: 190px;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-image {
    max-width: 144px;
  }
}
.js-scrolled .header__logo-subtitle {
  font-size: 1.2rem;
  color: #595757;
  border-color: #595757;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-subtitle {
    font-size: 1rem;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  background: #f0f4f8;
}
.footer__inner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 158px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
  }
}
.footer__inner::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  aspect-ratio: 734/722;
  background: url(../img/common/footer_bg.png) center center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 834px) {
  .footer__inner::before {
    inset: auto -72px 0 auto;
    margin-right: 0;
    max-width: 560px;
    width: 100%;
  }
}
.footer__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.footer__logo-image {
  max-width: 218px;
}
@media (max-width: 834px) {
  .footer__logo-image {
    max-width: 176px;
  }
}
.footer__logo-image img {
  aspect-ratio: 218/54;
}
.footer__nav {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .footer__nav {
    margin-top: 40px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 40px;
}
@media (max-width: 834px) {
  .footer__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px 24px;
  }
}
.footer__item a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .footer__item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .footer__item a:hover {
    color: #00a5e3;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 93px;
  gap: 7%;
}
@media (max-width: 834px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
}
@media (min-width: 835px) {
  .footer__corporate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(232px, 20.8955223881vw, 280px);
            flex: 0 0 clamp(232px, 20.8955223881vw, 280px);
  }
}
@media (max-width: 834px) {
  .footer__corporate {
    margin-top: 40px;
  }
}
.footer__corporate-title a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: 1px solid;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  min-height: 55px;
  background: #f0f4f8;
}
@media (max-width: 834px) {
  .footer__corporate-title a {
    font-size: 1.3rem;
    max-width: 240px;
    min-height: 51px;
  }
}
.footer__corporate-title a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 54px;
}
@media (max-width: 834px) {
  .footer__sns {
    margin-top: 24px;
  }
}
.footer__sns-label {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-right: 4.166666em;
}
@media (max-width: 834px) {
  .footer__sns-label {
    font-size: 1.1rem;
  }
}
.footer__sns-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5em;
  height: 1px;
  background: #000;
}
.footer__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 19px;
  gap: 16px;
}
.footer__sns-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__sns-icon--x a {
  max-width: 18px;
}
.footer__sns-icon--x a img {
  aspect-ratio: 18/19;
}
.footer__sns-icon--insta a {
  max-width: 21px;
}
.footer__sns-icon--insta a img {
  aspect-ratio: 1/1;
}
@media (min-width: 835px) {
  .footer__search-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(24px, 3.1944444444vw, 46px);
  }
}
.footer__search-contents:nth-child(n+2) {
  margin-top: 32px;
}
@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 140px;
          flex: 0 0 140px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #4cc0ec;
  line-height: 1.6;
}
.footer__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__search-list {
    gap: 8px 16px;
    margin-top: 8px;
  }
}
.footer__search-item {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__search-item {
    font-size: 1.3rem;
  }
}
.footer__bottom {
  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;
  gap: 46px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 834px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
.footer__analytics a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
@media (max-width: 834px) {
  .footer__analytics a {
    font-size: 1.1rem;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

/* ============================================
// リクルート
// ==========================================*/
.recruit {
  position: relative;
}
.recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/recruit_bg.jpg) center bottom/cover no-repeat;
}
.recruit__inner {
  padding-top: 148px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .recruit__inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .recruit__contents {
    padding-left: clamp(0px, 3.4722222222vw, 50px);
  }
}
@media (min-width: 835px) {
  .recruit__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    margin-top: 37px;
  }
}
@media (max-width: 834px) {
  .recruit__block {
    margin-top: 32px;
  }
}
.recruit__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit__item:nth-child(n+2) {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .recruit__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.recruit__item-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  padding-left: 1.888888em;
}
@media (max-width: 834px) {
  .recruit__item-title {
    font-size: 1.5rem;
  }
}
.recruit__item-title::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1em;
  aspect-ratio: 23/18;
  background: url(../img/common/icon_recruit_title.png) center center/contain no-repeat;
}
.recruit__item-links {
  margin-top: 16px;
}
@media (min-width: 600px) {
  .recruit__item-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3%;
  }
}
@media (max-width: 834px) {
  .recruit__item-links {
    margin-top: 8px;
  }
}
.recruit__link {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 834px) {
  .recruit__link {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .recruit__link:nth-child(n+2) {
    margin-top: 8px;
  }
}
.recruit__link 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;
  position: relative;
  background: #222;
  padding: 0.5em 1em;
  max-width: 280px;
  width: 100%;
  min-height: 55px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit__link a {
    font-size: 1.4rem;
    max-width: 100%;
    min-height: 51px;
    padding-left: 0.8em;
  }
}
@media (any-hover: hover) {
  .recruit__link a:hover {
    opacity: 1;
    background: #4cc0ec;
  }
  .recruit__link a:hover::before {
    background: transparent;
  }
}
.recruit__link a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit__snslist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
  margin-top: 43px;
}
@media (max-width: 834px) {
  .recruit__snslist {
    margin-inline: auto;
    margin-top: 32px;
  }
}
.recruit__sns {
  margin-bottom: 24px;
}
.recruit__sns:last-child {
  margin-bottom: 0;
}
.recruit__sns a {
  position: relative;
  background: #fff;
  border: 1px solid #4cc0ec;
  padding: 1em;
  max-width: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 1.875vw, 27px);
  min-height: 134px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit__sns a {
    gap: 16px;
    min-height: 88px;
  }
}
@media (any-hover: hover) {
  .recruit__sns a:hover {
    opacity: 1;
    background: #f1fbff;
  }
}
.recruit__sns a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}
.recruit__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 834px) {
  .recruit__sns-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.recruit__sns-icon {
  max-width: 31px;
}
.recruit__sns-icon img {
  aspect-ratio: 31/32;
}
.recruit__sns-message {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .recruit__sns-message {
    font-size: 1.2rem;
  }
}
.recruit__sns-account {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00a5e3;
  line-height: 1.6;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .recruit__sns-account {
    font-size: 1.1rem;
  }
}
.recruit__sns-logo {
  max-width: 159px;
}
@media (max-width: 834px) {
  .recruit__sns-logo {
    max-width: 120px;
  }
}
.recruit__sns-logo img {
  aspect-ratio: 159/40;
}
.recruit__sns.-insta {
  position: relative;
}
.recruit__sns.-insta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  background: url(../img/common/top_insta_logo.png) center/contain no-repeat;
  aspect-ratio: 92/101;
  max-width: 91px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .recruit__sns.-insta::before {
    max-width: 64px;
  }
}
.recruit__sns.-insta a .recruit__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6px;
}
@media (max-width: 834px) {
  .recruit__sns.-insta a .recruit__sns-wrapper {
    gap: 0;
  }
}
.recruit__sns.-insta a .recruit__sns-wrapper .recruit__sns-texts {
  color: #00A5E3;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .recruit__sns.-insta a .recruit__sns-wrapper .recruit__sns-texts {
    font-size: 1.3rem;
  }
}
.recruit__sns.-insta a .recruit__sns-wrapper .recruit__sns-icon {
  max-width: 189px;
}
@media (max-width: 834px) {
  .recruit__sns.-insta a .recruit__sns-wrapper .recruit__sns-icon {
    max-width: 150px;
  }
}
.recruit__sns.-insta a .recruit__sns-wrapper .recruit__sns-icon img {
  aspect-ratio: 189/36;
}
.recruit__top-page {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 255px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .recruit__top-page {
    max-width: 96px;
  }
}
.recruit__top-page::before {
  content: "";
  position: absolute;
  top: -56px;
  right: calc(100% + 13px);
  width: 72px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .recruit__top-page::before {
    top: -26px;
    right: calc(100% + 6px);
    width: 32px;
  }
}
.recruit__top-page a {
  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;
  gap: 8px;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 255px;
  width: 100%;
  min-height: 145px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit__top-page a {
    gap: 4px;
    max-width: 96px;
    min-height: 72px;
  }
}
@media (any-hover: hover) {
  .recruit__top-page a:hover {
    opacity: 1;
    background: #f1fbff;
  }
  .recruit__top-page a:hover::after {
    background: #f1fbff;
  }
}
.recruit__top-page a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  aspect-ratio: 1/1;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  background: transparent;
  -webkit-transform: translateX(-2px) rotate(-45deg);
          transform: translateX(-2px) rotate(-45deg);
}
@media (max-width: 834px) {
  .recruit__top-page a::before {
    width: 9px;
  }
}
.recruit__top-page a::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 153px;
  aspect-ratio: 152/145;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit__top-page a::after {
    width: 77px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding-top: 0;
}
@media (max-width: 834px) {
  .front-page .main {
    padding-top: 0;
  }
}
.front-page .mv {
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .mv {
    height: 360px;
    min-height: inherit;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__contents {
    width: 100%;
    height: 100%;
  }
}
.front-page .mv__copy-wrap {
  position: absolute;
  top: 50%;
  left: clamp(170px, 16.6666666667vw, 320px);
  z-index: 2;
}
@media (max-width: 1500px) {
  .front-page .mv__copy-wrap {
    left: clamp(120px, 11.3333333333vw, 170px);
  }
}
@media (max-width: 834px) {
  .front-page .mv__copy-wrap {
    left: clamp(32px, 8.6330935252vw, 64px);
    top: 50%;
  }
}
@media (max-width: 460px) {
  .front-page .mv__copy-wrap {
    left: 24px;
  }
}
.front-page .mv__copy-ja {
  font-size: clamp(4.35rem, 4.0277777778vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.38;
  text-shadow: 0 0 40px rgba(16, 37, 91, 0.33), 0 0 8px rgba(16, 37, 91, 0.1), 0 0 6px rgba(16, 37, 91, 0.4);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media (max-width: 834px) {
  .front-page .mv__copy-ja {
    font-size: clamp(2.33rem, 4.0767386091vw, 3.4rem);
    text-shadow: 0 0 40px rgba(16, 37, 91, 0.33), 0 0 8px rgba(16, 37, 91, 0.3), 0 0 2px rgba(16, 37, 91, 0.8);
  }
}
.front-page .mv__copy-eng {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 0 40px rgba(16, 37, 91, 0.33), 0 0 8px rgba(16, 37, 91, 0.1), 0 0 6px rgba(16, 37, 91, 0.4);
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media (max-width: 834px) {
  .front-page .mv__copy-eng {
    font-size: 1rem;
    margin-top: 20px;
    text-shadow: 0 0 40px rgba(16, 37, 91, 0.33), 0 0 8px rgba(16, 37, 91, 0.3), 0 0 2px rgba(16, 37, 91, 0.8);
  }
}
.front-page .mv__line {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .mv__line::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 0;
  height: 0.0517241em;
  background-color: #fff;
}
@-webkit-keyframes underline-grow {
  to {
    width: 100%;
  }
}
@keyframes underline-grow {
  to {
    width: 100%;
  }
}
.front-page .mv__slider {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16/9;
}
@media (max-width: 834px) {
  .front-page .mv__slider {
    width: 100%;
    height: 100%;
  }
}
.front-page .mv__slide {
  position: relative;
  max-height: 100vh;
}
.front-page .mv__image--person {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.front-page .mv__image--person img {
  aspect-ratio: 1440/856;
  -o-object-position: center top;
     object-position: center top;
}
.front-page .mv__image--bg {
  position: absolute;
  inset: 0;
}
.front-page .mv__image--bg img {
  aspect-ratio: 1440/856;
  -o-object-position: center top;
     object-position: center top;
}
.front-page .mv__image--misasagi {
  position: absolute;
  inset: auto 0 -54px auto;
  max-width: 853px;
  max-width: clamp(500px, 57.9754601227vw, 945px);
  width: 100%;
  aspect-ratio: 853/856;
}
@media (max-width: 1300px) {
  .front-page .mv__image--misasagi {
    inset: auto 0 -32px auto;
  }
}
@media (max-width: 834px) {
  .front-page .mv__image--misasagi {
    max-width: clamp(350px, 64.7482014388vw, 540px);
    inset: -56px -96px auto auto;
  }
}
@media (max-width: 834px) and (max-width: 680px) {
  .front-page .mv__image--misasagi {
    inset: 0 -128px auto auto;
  }
}
.front-page .mv__image--misasagi svg {
  max-width: 945px;
}
@media (max-width: 834px) {
  .front-page .mv__image--misasagi svg {
    max-width: clamp(350px, 64.7482014388vw, 540px);
  }
}
.front-page .mv__image--misasagi .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 15px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.front-page .mv__image--misasagi .cls-1:nth-of-type(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.front-page.js-loaded .mv__copy-ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.front-page.js-loaded .mv__copy-eng {
  opacity: 1;
}
.front-page.js-loaded .mv__line:nth-child(1 of .mv__line)::after {
  -webkit-animation: underline-grow 0.6s ease 0.3s forwards;
          animation: underline-grow 0.6s ease 0.3s forwards;
}
.front-page.js-loaded .mv__line:nth-child(2 of .mv__line)::after {
  -webkit-animation: underline-grow 0.6s ease 0.6s forwards;
          animation: underline-grow 0.6s ease 0.6s forwards;
}
.front-page.js-loaded .mv__line:nth-child(3 of .mv__line)::after {
  -webkit-animation: underline-grow 0.6s ease 0.9s forwards;
          animation: underline-grow 0.6s ease 0.9s forwards;
}
.front-page.js-loaded .mv__line:nth-child(4 of .mv__line)::after {
  -webkit-animation: underline-grow 0.6s ease 1.2s forwards;
          animation: underline-grow 0.6s ease 1.2s forwards;
}
.front-page.js-loaded .mv .swiper-slide-active .mv__image--misasagi .cls-1 {
  -webkit-animation: draw 1.6s ease 1s forwards;
          animation: draw 1.6s ease 1s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.front-page .intro {
  position: relative;
}
.front-page .intro__inner {
  padding-top: 153px;
}
@media (max-width: 834px) {
  .front-page .intro__inner {
    padding-top: 48px;
  }
}
.front-page .intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.7%;
}
@media (max-width: 834px) {
  .front-page .intro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.front-page .intro__main-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.4%;
          flex: 0 0 41.4%;
  max-width: 496px;
  max-width: 463.5px;
  margin-left: -28px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .intro__main-image {
    margin-inline: auto;
    max-width: 224px;
    margin-top: 24px;
  }
}
.front-page .intro__main-image img {
  aspect-ratio: 618/921;
}
.front-page .intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 7.3%;
}
@media (max-width: 834px) {
  .front-page .intro__text {
    padding-right: 0;
  }
}
.front-page .intro__logo {
  max-width: 218px;
  margin-top: 39px;
}
@media (max-width: 834px) {
  .front-page .intro__logo {
    max-width: 136px;
    margin-top: 0;
  }
}
.front-page .intro__logo img {
  aspect-ratio: 218/54;
}
.front-page .intro__title {
  font-size: clamp(3.5rem, 3.3846153846vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.47;
  margin-top: 70px;
}
@media (max-width: 834px) {
  .front-page .intro__title {
    font-size: 2.2rem;
    margin-top: 16px;
  }
}
.front-page .intro__lead {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-top: 72px;
}
@media (max-width: 834px) {
  .front-page .intro__lead {
    margin-top: 16px;
  }
}
.front-page .intro__image {
  position: absolute;
  top: -60px;
  right: 0;
  max-width: clamp(360px, 30.9375vw, 396px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .intro__image {
    top: -16px;
    max-width: 128px;
  }
}
.front-page .intro__image img {
  aspect-ratio: 396/298;
}
.front-page .jobs .common-title {
  margin-bottom: 53px;
}
@media (max-width: 834px) {
  .front-page .jobs .common-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs .common-title__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .jobs__inner {
  padding-top: 186px;
}
@media (max-width: 834px) {
  .front-page .jobs__inner {
    padding-top: 0;
  }
}
.front-page .jobs__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@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;
  }
}
.front-page .jobs__body {
  position: relative;
  background: #f0f4f8;
  padding: 120px 10% 134px 0;
  max-width: 940px;
}
@media (max-width: 834px) {
  .front-page .jobs__body {
    padding: 56px 0;
  }
}
.front-page .jobs__body::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -100vw;
  background: #f0f4f8;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .jobs__body::before {
    inset: 0 -4% 0 -100vw;
  }
}
.front-page .jobs__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  aspect-ratio: 160/140;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 834px) {
  .front-page .jobs__body::after {
    width: 80px;
    right: -4%;
  }
}
.front-page .jobs__image {
  position: relative;
  max-width: 529px;
  max-width: clamp(370px, 36.7361111111vw, 529px);
  height: 100%;
  margin-top: -130px;
  margin-right: -170px;
  margin-left: -150px;
  z-index: 1;
}
@media (max-width: 1350px) {
  .front-page .jobs__image {
    margin-right: -40px;
    margin-left: -195px;
  }
}
@media (max-width: 1150px) {
  .front-page .jobs__image {
    margin-left: -255px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs__image {
    margin-top: -32px;
    margin-left: auto;
    margin-right: -16px;
    margin-bottom: -48px;
    max-width: 160px;
  }
}
.front-page .jobs__image img {
  aspect-ratio: 529/439;
}
.front-page .interview {
  position: relative;
}
.front-page .interview__inner {
  padding-top: 152px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .front-page .interview__inner {
    padding-top: 56px;
  }
}
.front-page .interview__contents {
  position: relative;
}
.front-page .interview__slider {
  max-width: 748px;
  margin-top: 100px;
  overflow: visible;
  margin-left: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .interview__slider {
    max-width: 100%;
    min-height: auto;
    margin-inline: auto;
    margin-top: 32px;
  }
}
.front-page .interview__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
@media (max-width: 834px) {
  .front-page .interview__slide {
    width: 100% !important;
    max-width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (any-hover: hover) {
  .front-page .interview__slide:hover {
    opacity: 1;
  }
  .front-page .interview__slide:hover .interview__image {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: 0 8px 16px rgba(13, 46, 96, 0.1);
            box-shadow: 0 8px 16px rgba(13, 46, 96, 0.1);
  }
}
.front-page .interview__text {
  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;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .interview__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 24px;
  }
}
.front-page .interview__comment {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  z-index: 3;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .interview__comment {
    font-size: 1.8rem;
  }
}
.front-page .interview__comment-inner {
  display: inline;
  background: #fff;
  padding: 0.1em 0.35em 0.12em 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.front-page .interview__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 62px;
}
@media (min-width: 835px) {
  .front-page .interview__facility {
    padding-right: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .interview__facility {
    gap: 4px 16px;
    margin-top: 12px;
  }
}
.front-page .interview__facility-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #bfbfbf;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .front-page .interview__facility-name {
    font-size: 1.3rem;
  }
}
.front-page .interview__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .front-page .interview__position {
    margin-top: 12px;
  }
}
.front-page .interview__position-label {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #000;
  padding: 0.7em 1.234em;
}
@media (max-width: 834px) {
  .front-page .interview__position-label {
    font-size: 1.1rem;
  }
}
.front-page .interview__name {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .front-page .interview__name {
    font-size: 2.4rem;
    margin-top: 2px;
  }
}
.front-page .interview__suffix {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .front-page .interview__suffix {
    font-size: 1.4rem;
  }
}
.front-page .interview__image {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .interview__image {
    margin-left: -40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    min-width: 400px;
    -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;
  }
}
@media (max-width: 834px) {
  .front-page .interview__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: clamp(224px, 47.9616306954vw, 400px);
    margin-inline: auto;
  }
}
.front-page .interview__image::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 80px;
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .interview__image::before {
    width: 40px;
  }
}
.front-page .interview__image img {
  aspect-ratio: 400/480;
  position: relative;
  z-index: -1;
}
.front-page .interview__number {
  opacity: 0;
  position: absolute;
  bottom: -21px;
  left: -22px;
  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;
  background: #4cc0ec;
  width: 97px;
  aspect-ratio: 97/110;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 500;
}
@media (max-width: 834px) {
  .front-page .interview__number {
    opacity: 1;
    bottom: -10px;
    left: -16px;
    width: 56px;
  }
}
.front-page .interview__number::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0px;
  width: 100px;
  aspect-ratio: 97/37;
  background: #4cc0ec;
  clip-path: polygon(34% 0%, 62% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .front-page .interview__number::before {
    width: 56px;
  }
}
.front-page .interview__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
  width: 112px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 834px) {
  .front-page .interview__number::after {
    width: 63.5px;
  }
}
.front-page .interview__number-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  margin-left: 27px;
}
@media (max-width: 834px) {
  .front-page .interview__number-label {
    font-size: 1rem;
    margin-left: 0;
    margin-right: -8px;
    z-index: 1;
  }
}
.front-page .interview__number-count {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  margin-left: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 834px) {
  .front-page .interview__number-count {
    font-size: 2.4rem;
    margin-left: 0;
    margin-right: -8px;
    z-index: 1;
  }
}
.front-page .interview .swiper-button-prev,
.front-page .interview .swiper-button-next {
  top: auto;
  bottom: 90px;
  left: auto;
  background: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #222;
  border-radius: 50%;
  margin-top: 0;
  z-index: 51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .interview .swiper-button-prev,
  .front-page .interview .swiper-button-next {
    width: 48px;
    height: 48px;
    bottom: -64px;
  }
}
@media (any-hover: hover) {
  .front-page .interview .swiper-button-prev:hover,
  .front-page .interview .swiper-button-next:hover {
    background: #f1fbff;
    border-color: #4cc0ec;
  }
  .front-page .interview .swiper-button-prev:hover::before,
  .front-page .interview .swiper-button-next:hover::before {
    border-color: #4cc0ec;
  }
}
.front-page .interview .swiper-button-prev::before,
.front-page .interview .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  aspect-ratio: 1/1;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  background: transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .interview .swiper-button-prev::before,
  .front-page .interview .swiper-button-next::before {
    width: 9px;
  }
}
.front-page .interview .swiper-button-prev::after,
.front-page .interview .swiper-button-next::after {
  content: none;
}
.front-page .interview .swiper-button-prev {
  right: -140px;
}
@media (max-width: 834px) {
  .front-page .interview .swiper-button-prev {
    right: auto;
    left: 0;
  }
}
.front-page .interview .swiper-button-prev::before {
  right: calc(50% - 7px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.front-page .interview .swiper-button-next {
  right: -206px;
}
@media (max-width: 834px) {
  .front-page .interview .swiper-button-next {
    right: auto;
    left: 56px;
  }
}
.front-page .interview .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 835px) {
  .front-page .interview .swiper-slide .interview__text {
    -webkit-animation: show-re 0.3s cubic-bezier(0.14, 1, 0.34, 1) both;
            animation: show-re 0.3s cubic-bezier(0.14, 1, 0.34, 1) both;
  }
}
@-webkit-keyframes show-re {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show-re {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-slide-next + .swiper-slide {
    margin-top: -160px;
    margin-left: 232px !important;
  }
  .front-page .interview .swiper-slide-next + .swiper-slide + .swiper-slide {
    margin-top: -320px;
    margin-left: 464px !important;
  }
  .front-page .interview .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-top: -480px;
    margin-left: 696px !important;
  }
  .front-page .interview .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-top: -640px;
    margin-left: 928px !important;
  }
}
@media (min-width: 835px) {
  .front-page .interview .swiper-slide-active .interview__text {
    -webkit-animation: show 1s cubic-bezier(0.14, 1, 0.34, 1) 300ms both;
            animation: show 1s cubic-bezier(0.14, 1, 0.34, 1) 300ms both;
  }
}
@media (max-width: 834px) {
  .front-page .interview .swiper-slide-active .interview__text {
    margin-top: 24px;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.front-page .interview .swiper-slide-active .interview__number {
  opacity: 1;
}
.front-page .interview .common-btn {
  margin-top: -55px;
  margin-right: 83px;
  position: relative;
}
@media (max-width: 1148px) {
  .front-page .interview .common-btn {
    margin-right: 50px;
  }
}
@media (max-width: 1120px) {
  .front-page .interview .common-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1090px) {
  .front-page .interview .common-btn {
    margin-right: -10px;
  }
}
@media (max-width: 834px) {
  .front-page .interview .common-btn {
    margin-top: 16px;
    margin-right: auto;
  }
}
.front-page .newgraduate__inner {
  padding-top: 212px;
  padding-bottom: 348px;
}
@media (max-width: 834px) {
  .front-page .newgraduate__inner {
    padding-top: 96px;
    padding-bottom: 120px;
  }
}
@media (min-width: 835px) {
  .front-page .newgraduate__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.5%;
  }
}
.front-page .newgraduate__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  height: 100%;
  margin-left: -50px;
}
@media (max-width: 834px) {
  .front-page .newgraduate__image {
    margin-inline: auto;
    max-width: clamp(260px, 47.9616306954vw, 400px);
  }
}
.front-page .newgraduate__image::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 130px;
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .newgraduate__image::before {
    width: 64px;
  }
}
.front-page .newgraduate__image::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 60px;
  width: 56px;
  aspect-ratio: 1/1;
  background: #00a5e3;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .newgraduate__image::after {
    top: -24px;
    left: 24px;
    width: 36px;
  }
}
.front-page .newgraduate__image img {
  aspect-ratio: 550/630;
}
.front-page .newgraduate__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .newgraduate__text {
    margin-top: 40px;
  }
}
.front-page .newgraduate__lead {
  letter-spacing: 0.05em;
  margin-top: 88px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .front-page .newgraduate__lead {
    margin-top: 24px;
  }
}
.front-page .newgraduate__list {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .front-page .newgraduate__list {
    margin-top: 24px;
  }
}
.front-page .newgraduate__item {
  border-top: 1px solid #222;
}
.front-page .newgraduate__item:last-child {
  border-bottom: 1px solid #222;
}
.front-page .newgraduate__item a {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1.9505em 11% 1.9505em 8.19%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .newgraduate__item a {
    font-size: 1.6rem;
    padding: 20px 10% 20px 5%;
  }
}
@media (any-hover: hover) {
  .front-page .newgraduate__item a:hover {
    opacity: 1;
    background: #f1fbff;
  }
}
.front-page .newgraduate__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.6%;
  width: 11px;
  aspect-ratio: 1/1;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  background: transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 834px) {
  .front-page .newgraduate__item a::before {
    width: 9px;
    right: 6%;
  }
}
.front-page .data-career {
  position: relative;
}
.front-page .data-career::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/index/data-career_bg.jpg) center bottom/cover no-repeat;
}
@media (max-width: 834px) {
  .front-page .data-career::before {
    background-position: left -180px bottom;
  }
}
.front-page .data-career__inner {
  padding-bottom: clamp(142px, 13.3333333333vw, 256px);
}
@media (max-width: 834px) {
  .front-page .data-career__inner {
    padding-bottom: 48px;
  }
}
.front-page .data-career__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .front-page .data-career__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 835px) {
  .front-page .data-career .data-block,
  .front-page .data-career .career-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -188px;
  }
}
.front-page .data-career .data-block a,
.front-page .data-career .career-block a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #4cc0ec;
  max-width: 280px;
  max-width: clamp(224px, 21.875vw, 280px);
  width: 100%;
  min-height: 204px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .data-career .data-block a,
  .front-page .data-career .career-block a {
    min-height: 112px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .data-career .data-block a:hover,
  .front-page .data-career .career-block a:hover {
    opacity: 1;
    background: #00a5e3;
  }
  .front-page .data-career .data-block a:hover::before, .front-page .data-career .data-block a:hover::after,
  .front-page .data-career .career-block a:hover::before,
  .front-page .data-career .career-block a:hover::after {
    background: #00a5e3;
  }
  .front-page .data-career .data-block a:hover .data-block__icon,
  .front-page .data-career .data-block a:hover .career-block__icon,
  .front-page .data-career .career-block a:hover .data-block__icon,
  .front-page .data-career .career-block a:hover .career-block__icon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.front-page .data-career .data-block a::before, .front-page .data-career .data-block a::after,
.front-page .data-career .career-block a::before,
.front-page .data-career .career-block a::after {
  content: "";
  position: absolute;
  top: 0;
  max-width: 204px;
  width: 100%;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .data-career .data-block a::before, .front-page .data-career .data-block a::after,
  .front-page .data-career .career-block a::before,
  .front-page .data-career .career-block a::after {
    max-width: 56px;
    aspect-ratio: 1/2;
  }
}
.front-page .data-career .data-block a::before,
.front-page .data-career .career-block a::before {
  right: calc(100% - 1px);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 0 100%);
}
.front-page .data-career .data-block a::after,
.front-page .data-career .career-block a::after {
  left: calc(100% - 1px);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.front-page .data-career .data-block__title-en,
.front-page .data-career .career-block__title-en {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  margin-left: auto;
  margin-right: -136px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .data-career .data-block__title-en,
  .front-page .data-career .career-block__title-en {
    font-size: 1.1rem;
    margin-right: -24px;
  }
}
.front-page .data-career .data-block__title-ja,
.front-page .data-career .career-block__title-ja {
  font-size: clamp(2.5rem, 2.03125vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  margin-top: auto;
  margin-left: -91px;
  z-index: 1;
  padding-right: 2.5em;
}
@media (max-width: 834px) {
  .front-page .data-career .data-block__title-ja,
  .front-page .data-career .career-block__title-ja {
    font-size: 1.8rem;
    margin-left: -16px;
    padding-right: 2em;
  }
}
.front-page .data-career .data-block__icon,
.front-page .data-career .career-block__icon {
  position: absolute;
  bottom: 20px;
  right: -3px;
  max-width: clamp(50px, 4.6875vw, 60px);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1140px) {
  .front-page .data-career .data-block__icon,
  .front-page .data-career .career-block__icon {
    bottom: 24px;
  }
}
@media (max-width: 834px) {
  .front-page .data-career .data-block__icon,
  .front-page .data-career .career-block__icon {
    max-width: 26px;
    bottom: 18px;
    right: 4px;
  }
}
.front-page .data-career .data-block__icon::before,
.front-page .data-career .career-block__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 11px;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 834px) {
  .front-page .data-career .data-block__icon::before,
  .front-page .data-career .career-block__icon::before {
    width: 8px;
  }
}
.front-page .data-career .data-block {
  padding-top: clamp(24px, 6.796875vw, 87px);
}
@media (max-width: 1140px) {
  .front-page .data-career .data-block {
    padding-top: clamp(24px, 2.3vw, 87px);
  }
}
@media (max-width: 834px) {
  .front-page .data-career .data-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .data-career .data-block a {
  margin-left: 204px;
}
@media (max-width: 834px) {
  .front-page .data-career .data-block a {
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .front-page .data-career .career-block {
    display: contents;
  }
}
.front-page .data-career .career-block a {
  margin-left: auto;
  margin-right: 204px;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .front-page .data-career .career-block a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.front-page .data-career .career-block__image {
  max-width: clamp(360px, 41.5625vw, 532px);
  margin-left: auto;
  margin-right: 17px;
}
@media (max-width: 1240px) {
  .front-page .data-career .career-block__image {
    max-width: clamp(360px, 35.1vw, 532px);
  }
}
@media (max-width: 834px) {
  .front-page .data-career .career-block__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -80px;
    max-width: 224px;
    margin-right: -16px;
  }
}
.front-page .data-career .career-block__image img {
  aspect-ratio: 532/246;
  aspect-ratio: 1064/518;
}
.front-page .newjobs__inner {
  padding-top: 150px;
  padding-bottom: 160px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .front-page .newjobs__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .newjobs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .front-page .newjobs__header {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__header .common-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .newjobs__header .common-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .newjobs__header .common-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}
.front-page .newjobs__body {
  margin-top: 47px;
}
@media (max-width: 834px) {
  .front-page .newjobs__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 32px;
  }
}
.front-page .newjobs__item {
  border-top: 1px solid #222;
}
.front-page .newjobs__item:last-child {
  border-bottom: 1px solid #222;
}
.front-page .newjobs__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .front-page .newjobs__item a {
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__item a:hover {
    opacity: 1;
  }
  .front-page .newjobs__item a:hover .newjobs__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .newjobs__item a:hover .newjobs__description {
    color: #00a5e3;
  }
}
.front-page .newjobs__image {
  position: relative;
  max-width: 200px;
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (max-width: 834px) {
  .front-page .newjobs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .newjobs__image::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 48px;
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .newjobs__image::before {
    width: 24px;
  }
}
.front-page .newjobs__image img {
  aspect-ratio: 200/134;
}
.front-page .newjobs__date {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #bfbfbf;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .newjobs__date {
    font-size: 1.3rem;
  }
}
.front-page .newjobs__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 19px;
  gap: 24px;
}
@media (max-width: 834px) {
  .front-page .newjobs__meta {
    margin-top: 8px;
    gap: 16px;
  }
}
.front-page .newjobs__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.front-page .newjobs__position-label {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding: 0.567em 0.846em;
  background: #f0f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .newjobs__position-label {
    font-size: 1rem;
  }
}
.front-page .newjobs__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.front-page .newjobs__type-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding: 0.4em 0.846em;
  background: #fff;
  border: 1px solid #c0d5e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c0d5e0;
}
@media (max-width: 834px) {
  .front-page .newjobs__type-label {
    font-size: 1rem;
  }
}
.front-page .newjobs__description {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .newjobs__description {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
共通
--------------------*/
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    -webkit-filter: saturate(1.25);
            filter: saturate(1.25);
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #00a5e3;
}
.lower-kyujin_l .btn.btn_external:after,
.lower-kyujin_d .btn.btn_external:after,
.lower-whatsnew .btn.btn_external:after {
  top: 8px;
  right: 8px;
}
@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: 6px;
    right: 6px;
  }
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding: 0.4em 0.846em;
  background: #fff;
  border: 1px solid #c0d5e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c0d5e0;
}
@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 .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: #4cc0ec;
}
.lower-kyujin_l .tel_link:before,
.lower-kyujin_d .tel_link:before,
.lower-whatsnew .tel_link:before {
  top: 0;
  -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: #4cc0ec;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l main.l-main {
  padding: 72px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l main.l-main {
    padding: 48px 0 40px;
  }
}
.lower-kyujin_l .job_outline-head {
  padding: 0;
  border: none;
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
  background: #f0f4f8;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    margin-bottom: 24px;
  }
}
.lower-kyujin_l .search_panel::before {
  content: "";
  position: absolute;
  inset: -29px -3% 0 -100vw;
  background: #f0f4f8;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel::before {
    inset: -25px -4% 0 -100vw;
  }
}
.lower-kyujin_l .search_panel::after {
  content: "";
  position: absolute;
  top: -29px;
  right: -3%;
  width: 80px;
  aspect-ratio: 160/140;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel::after {
    width: 56px;
    right: -4%;
    top: -25px;
  }
}
.lower-kyujin_l .search-toggle {
  top: -57px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    top: -48px;
    margin-bottom: 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-filter: saturate(1.25);
            filter: saturate(1.25);
  }
}
.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.3rem;
    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: 56px 5% 24px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 16px 0 0;
  }
}
.lower-kyujin_l .job_count_pager .contents_top {
  margin-top: 30px;
}
.lower-kyujin_l .job_result_total {
  padding: 56px 2% 56px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  border-bottom: 1px solid #222;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.lower-kyujin_l article.job:first-child {
  border-top: 1px solid #222;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 78px;
  }
}
.lower-kyujin_d .kyujin-d__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lower-kyujin_d .kyujin-d__deco-image--01 {
  position: absolute;
  top: -48px;
  right: 0px;
  max-width: 256px;
  aspect-ratio: 274/140;
  opacity: 0.01;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin-d__deco-image--01 {
    top: -22px;
    max-width: 102.4px;
  }
}
.lower-kyujin_d.js-loaded .kyujin-d__deco-image--01 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.lower-kyujin_d main.l-main {
  padding-top: 120px;
  padding-bottom: 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 72px;
    padding-bottom: 24px;
  }
}
.lower-kyujin_d .job_outline-head {
  padding: 0;
  border: none;
}
.lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
  color: #222;
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #ffffff;
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  position: absolute;
  top: -1em;
  right: 1em;
  width: 2em;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before,
  .lower-kyujin_d .appeal_ttl::before {
    top: -0.6em;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #00a5e3;
  clip-path: polygon(0 0, calc(100% - 3.2em) 0, 100% 100%, 0% 100%);
}
.lower-kyujin_d .job_body_block {
  margin: 64px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin: 24px 0;
  }
}
.lower-kyujin_d .apeal_list .apeal_list_item_head,
.lower-kyujin_d .apeal_list .appeal_list_item_head,
.lower-kyujin_d .appeal_list .apeal_list_item_head,
.lower-kyujin_d .appeal_list .appeal_list_item_head {
  color: #222;
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(34, 34, 34, 0.9);
}
.lower-kyujin_d .fixed_conversion .phone .phone_num:before {
  -webkit-mask: url("../img/kyujin/ico_custom_tel_color.png") center center/contain no-repeat;
          mask: url("../img/kyujin/ico_custom_tel_color.png") center center/contain no-repeat;
  background: #fff;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num:before {
    background: #00a5e3;
  }
}
.lower-kyujin_d .fixed_conversion .phone .phone_notes {
  font-size: 10px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num,
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    color: #00a5e3;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  padding: 14px 0;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    -webkit-filter: saturate(1.25);
            filter: saturate(1.25);
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion:after {
  top: 8px;
  right: 8px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:after {
    top: 6px;
    right: 6px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.5rem;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew main.l-main {
  padding: 16px 0 72px;
}
@media (max-width: 834px) {
  .lower-whatsnew main.l-main {
    padding: 8px 0 40px;
  }
}
.lower-whatsnew .job:before, .lower-whatsnew .job:after {
  border-top: 1px solid #222;
}
@media (max-width: 834px) {
  .lower-whatsnew .job:before, .lower-whatsnew .job:after {
    width: 100%;
    left: 0;
  }
}
.lower-whatsnew .job_inner {
  padding: 24px 0;
}
@media (min-width: 835px) {
  .lower-whatsnew .job_wrap .job_img_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-right: 40px;
  }
}
.lower-whatsnew .job_ttl a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lower-whatsnew .job_ttl a:hover {
    color: #00a5e3;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l .l-main {
  padding-top: 0;
}
.lower-interview_l .interview__group {
  position: relative;
  padding-inline: 50px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__group {
    padding-inline: 6.25%;
    padding-bottom: 50px;
  }
}
.lower-interview_l .interview__group::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 490px;
  aspect-ratio: 1/1;
  background-color: #f0f4f8;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__group::before {
    width: 70%;
  }
}
.lower-interview_l .interview__group:not(:first-child) {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__group:not(:first-child) {
    margin-top: 50px;
  }
}
.lower-interview_l .interview__group:nth-child(odd)::before {
  left: 0;
}
.lower-interview_l .interview__group:nth-child(even)::before {
  right: 0;
  scale: -1 1;
}
.lower-interview_l .interviews {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0 5%;
  }
}
.lower-interview_l .interviews__item {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:not(:first-child) {
    margin-top: 50px;
  }
}
.lower-interview_l .interviews__item a {
  display: block;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .interviews__item a:hover .interview__image {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: 0 8px 16px rgba(13, 46, 96, 0.1);
            box-shadow: 0 8px 16px rgba(13, 46, 96, 0.1);
  }
}
@media (min-width: 835px) {
  .lower-interview_l .interview__text {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__text {
    width: clamp(240px, 47.9616306954vw, 400px);
    margin-inline: auto;
  }
}
.lower-interview_l .interview__comment {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  z-index: 3;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__comment {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__facility {
    gap: 4px 16px;
    margin-top: 12px;
  }
}
.lower-interview_l .interview__facility-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #bfbfbf;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__facility-name {
    font-size: 1.3rem;
  }
}
.lower-interview_l .interview__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-interview_l .interview__position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
}
.lower-interview_l .interview__position-label {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #000;
  padding: 0.7em 1.234em;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__position-label {
    font-size: 1.1rem;
  }
}
.lower-interview_l .interview__name {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (min-width: 835px) {
  .lower-interview_l .interview__name {
    position: relative;
    top: -0.2em;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__name {
    font-size: 2.4rem;
  }
}
.lower-interview_l .interview__image {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 835px) {
  .lower-interview_l .interview__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    -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;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__image {
    margin-bottom: 25px;
    width: clamp(240px, 47.9616306954vw, 400px);
    margin-inline: auto;
  }
}
.lower-interview_l .interview__image::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  aspect-ratio: 1/1;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__image::before {
    width: 40px;
  }
}
.lower-interview_l .interview__image img {
  aspect-ratio: 360/433;
  position: relative;
  z-index: -1;
}
.lower-interview_l .interview__number {
  position: absolute;
  bottom: -10px;
  left: -10px;
  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;
  background: #4cc0ec;
  width: 97px;
  aspect-ratio: 97/110;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 500;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__number {
    opacity: 1;
    width: 56px;
  }
}
.lower-interview_l .interview__number::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0px;
  width: 100px;
  aspect-ratio: 97/37;
  background: #4cc0ec;
  clip-path: polygon(34% 0%, 62% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-interview_l .interview__number::before {
    width: 56px;
  }
}
.lower-interview_l .interview__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
  width: 112px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 834px) {
  .lower-interview_l .interview__number::after {
    width: 63.5px;
  }
}
.lower-interview_l .interview__number-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  margin-left: 27px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__number-label {
    font-size: 1rem;
    margin-left: 0;
    margin-right: -8px;
    z-index: 1;
  }
}
.lower-interview_l .interview__number-count {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  margin-left: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__number-count {
    font-size: 2.4rem;
    margin-left: 0;
    margin-right: -8px;
    z-index: 1;
  }
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .l-main {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.lower-interview_d .l-main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 640px;
  aspect-ratio: 1/1;
  background-color: #f0f4f8;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main::after {
    width: 80%;
  }
}
.lower-interview_d .interview-d__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lower-interview_d .interview-d__deco-image--01 {
  position: absolute;
  top: -48px;
  right: 0px;
  max-width: 256px;
  aspect-ratio: 274/140;
  opacity: 0.01;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview-d__deco-image--01 {
    top: -22px;
    max-width: 102.4px;
  }
}
.lower-interview_d.js-loaded .interview-d__deco-image--01 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5%;
  padding-top: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    display: block;
    padding-top: 0;
    padding-inline: 5%;
  }
}
.lower-interview_d .interview__main .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 561/396;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__main .imgArea::before, .lower-interview_d .interview__main .imgArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-interview_d .interview__main .imgArea::before {
  z-index: 4;
  margin-top: -1px;
  margin-left: -1px;
  width: 14.4385026738%;
  background-color: #f0f4f8;
}
.lower-interview_d .interview__main .imgArea::after {
  z-index: 5;
  top: 0;
  margin-top: -10px;
  width: 9.8039215686%;
  background-color: #00a5e3;
}
.lower-interview_d .interview__main .imgArea__inner {
  position: relative;
}
.lower-interview_d .interview__main .imgArea__inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 100%;
  bottom: 0;
  margin-right: -55px;
  margin-bottom: -35px;
  width: 200px;
  aspect-ratio: 500/365;
  background: url(../img/common/page-header_image02.png) no-repeat center center/contain;
  scale: -1 1;
}
.lower-interview_d .interview__main .imgArea img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__main .txtArea {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1em;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.5em;
    font-size: 2.2rem;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0.8em 1.3em;
  background: #222;
  height: 100%;
  margin-right: 20px;
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .name {
    font-size: 2.8rem;
    position: relative;
    top: 0.2em;
  }
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 0.4411764706em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main .txtArea .data {
  width: 100%;
  color: rgba(34, 34, 34, 0.8);
}
.lower-interview_d .interview__main .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 1.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile {
    margin-top: 25px;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 1.15em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.lower-interview_d .interview__main .txtArea .profile .hd::before {
  content: "";
  position: relative;
  aspect-ratio: 66/50;
  background: url(../img/common/icon_common_title03.png) no-repeat center center/contain;
  width: 1.3em;
}
.lower-interview_d .interview__trigger {
  position: relative;
  margin-top: 100px;
  max-width: 1280px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin-top: 120px;
  }
}
.lower-interview_d .interview__trigger::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 383px;
  aspect-ratio: 734/722;
  -webkit-mask: url(../img/common/footer_bg.png) center center/cover no-repeat;
          mask: url(../img/common/footer_bg.png) center center/cover no-repeat;
  background-color: #f0f4f8;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger::before {
    bottom: 100%;
    width: 80%;
    left: auto;
    right: 0;
  }
}
.lower-interview_d .interview__trigger__inner {
  margin-right: 0;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__trigger__inner {
    padding-left: 280px;
  }
}
.lower-interview_d .interview__trigger .hd {
  position: relative;
  z-index: 5;
  position: relative;
  margin-bottom: -55px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.7em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .hd {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-bottom: 0;
    padding: 1.3em 2em;
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__trigger .hd::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-45deg);
          transform: translate(-50%, -50%) skewX(-45deg);
  width: 100%;
  height: 100%;
  background: #4cc0ec;
}
.lower-interview_d .interview__trigger .hd span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  position: relative;
  z-index: 3;
}
.lower-interview_d .interview__trigger .hd span::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 52/60;
  background: url(../img/common/ico-point.png) no-repeat center center/contain;
}
.lower-interview_d .interview__trigger .txt {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__trigger .txt {
    margin-left: 200px;
    padding: 55px 0 55px 110px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .txt {
    padding: 40px 0 30px 7%;
  }
}
.lower-interview_d .interview__trigger .txt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 5000px;
  height: 100%;
  background-color: #f0f4f8;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__trigger .txt::before {
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
  }
}
.lower-interview_d .interview__topics {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 50px;
  }
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  counter-increment: topic-num;
}
.lower-interview_d .interview__topics__item:not(:first-child) {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.475%;
          flex: 0 0 39.475%;
  aspect-ratio: 450/300;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__topics__item .imgArea::before, .lower-interview_d .interview__topics__item .imgArea::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-interview_d .interview__topics__item .imgArea::before {
  z-index: 4;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 18%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
.lower-interview_d .interview__topics__item .imgArea::after {
  z-index: 0;
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  width: 12.2222222222%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #00a5e3;
}
.lower-interview_d .interview__topics__item .imgArea img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #222222;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    gap: 0.5em;
    font-size: 2rem;
    padding: 0.5em 0 0.8em 0.5em;
    margin-bottom: 0.5em;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #4cc0ec;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead::before {
    font-size: 3rem;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead::after {
    width: 10px;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead span {
  -ms-flex-line-pack: center;
      align-content: center;
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 100px 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 48px;
    padding: 48px 0;
  }
}
.lower-interview_d .interview__schedule::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: -2000px;
  right: -2000px;
  background: #f0f4f8;
}
.lower-interview_d .interview__schedule .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  font-weight: 700;
  margin-bottom: 3em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__schedule .title .eng {
  position: relative;
  font-size: 4.2rem;
  line-height: 1;
  padding-top: 0.9em;
  padding-left: 0.6em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__schedule .title .eng::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  aspect-ratio: 42/22;
  background: url(../img/common/icon_common_title02.png) center center/contain no-repeat;
}
.lower-interview_d .interview__schedule .title .ja {
  font-size: 1.125em;
}
.lower-interview_d .interview__schedule .body {
  position: relative;
  padding: 80px;
  background: #ffffff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    padding: 20px 5%;
  }
}
.lower-interview_d .interview__schedule .body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 100%;
  bottom: 100%;
  margin-left: -50px;
  margin-bottom: -85px;
  width: 200px;
  aspect-ratio: 500/365;
  background: url(../img/common/page-header_image02.png) no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body::before {
    margin-left: -30px;
    margin-bottom: -20px;
    width: 120px;
  }
}
.lower-interview_d .interview__schedule .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 15px;
  height: calc(100% - 15px);
  left: 130px;
  background: #e0e8ef;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline::before {
    left: 10px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-interview_d .interview__schedule .timeline__item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: block;
  }
}
.lower-interview_d .interview__schedule .timeline__item:last-child .timeArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -5px;
  width: 10px;
  height: calc(100% - 15px);
  background-color: #fff;
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  font-size: 1.1875em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  background: #4cc0ec;
  margin-right: -1px;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    -webkit-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
    display: none;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea span {
  display: block;
  position: relative;
  background-color: #00a5e3;
  padding: 0.3em 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea span {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea span::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  z-index: 4;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 9px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea span::before {
    width: 6px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea {
    padding-left: 30px;
    padding-right: 10px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview__message {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__message__inner {
  position: relative;
  max-width: 1180px;
}
.lower-interview_d .interview__message__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 100%;
  margin-top: -50px;
  margin-right: -240px;
  width: 436px;
  aspect-ratio: 820/419;
  background: url(../img/common/page-header_image01.png) no-repeat center center/contain;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner::before {
    margin-top: -55px;
    margin-right: -144px;
    width: 261.6px;
  }
}
.lower-interview_d .interview__message .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8em;
  font-weight: 700;
  margin-bottom: 1.2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title {
    margin-bottom: 1em;
  }
}
.lower-interview_d .interview__message .title .eng {
  font-size: 4.2rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__message .title .ja {
  font-size: 1.125em;
}
.lower-interview_d .interview__message .body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5%;
  background: #f0f4f8;
  padding: 50px 70px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    display: block;
    padding: 30px 7%;
  }
}
.lower-interview_d .interview__message .body::before, .lower-interview_d .interview__message .body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-interview_d .interview__message .body::before {
  z-index: 4;
  margin-top: -1px;
  margin-left: -1px;
  width: 7.3636363636%;
  background-color: white;
}
.lower-interview_d .interview__message .body::after {
  z-index: 5;
  top: 0;
  margin-top: -20px;
  margin-left: 15px;
  width: 4.5454545455%;
  background-color: #00a5e3;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body::after {
    margin-top: -10px;
    margin-left: 5px;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.736%;
          flex: 0 0 37.736%;
  aspect-ratio: 400/267;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    margin: 0 auto 2em;
  }
}
.lower-interview_d .interview__message .body .imgArea::before, .lower-interview_d .interview__message .body .imgArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-interview_d .interview__message .body .imgArea::before {
  z-index: 4;
  margin-top: -1px;
  margin-right: -1px;
  width: 17.75%;
  background-color: #f0f4f8;
}
.lower-interview_d .interview__message .body .imgArea::after {
  z-index: 5;
  top: 0;
  width: 10%;
  background-color: #00a5e3;
}
.lower-interview_d .interview__message .body .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__bottom {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .backBtn a::before {
  right: auto;
  left: -0.5px;
  scale: -1 1;
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(34, 34, 34, 0.8);
  margin-top: 1.5em;
}

/* ============================================
// NEW GRADUATE
// ==========================================*/
.lower-newgraduate .footer {
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-newgraduate .footer {
    padding-bottom: 78px;
  }
}
.lower-newgraduate #ot-sdk-btn-floating.ot-floating-button {
  bottom: 80px;
}
.lower-newgraduate .page-header__deco-image--02 {
  display: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .l-main {
    padding-top: 20px;
  }
}
.lower-newgraduate .newgraduate__description {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description {
    margin-bottom: 80px;
  }
}
.lower-newgraduate .newgraduate__description::before, .lower-newgraduate .newgraduate__description::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 740px;
  aspect-ratio: 1/1;
  background-color: #f0f4f8;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description::before, .lower-newgraduate .newgraduate__description::after {
    width: 160px;
  }
}
.lower-newgraduate .newgraduate__description::before {
  top: -100px;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description::before {
    top: -40px;
  }
}
.lower-newgraduate .newgraduate__description::after {
  bottom: -100px;
  right: 0;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description::after {
    bottom: -40px;
  }
}
.lower-newgraduate .newgraduate__description__inner {
  max-width: 1180px;
}
.lower-newgraduate .newgraduate__description .descriptions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions {
    gap: 20px;
    margin-top: 0;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item {
  background: #ffffff;
  border: 1px solid #222222;
  position: relative;
}
.lower-newgraduate .newgraduate__description .descriptions__item::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -12px;
  left: -11px;
  width: 46px;
  clip-path: polygon(0 0, 0% 100%, 100% 0%);
  background-color: #00a5e3;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item::before {
    width: 26px;
    top: -7px;
    left: -7px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .date {
  font-size: 1.3rem;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #bfbfbf;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .date {
    font-size: 1rem;
    top: 5px;
    right: 5px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head__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;
  gap: 0 5.3333333333%;
  padding: 90px 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head__inner {
    padding: 36px 24px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head:hover .date {
    color: #fff;
  }
  .lower-newgraduate .newgraduate__description .descriptions__item .head:hover .head__inner {
    color: #ffffff;
    background: #4cc0ec;
  }
  .lower-newgraduate .newgraduate__description .descriptions__item .head:hover .head__inner .ttl span {
    color: #fff;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head.js-open .btn::before {
  content: "閉じる";
}
.lower-newgraduate .newgraduate__description .descriptions__item .head.js-open .btn .ico::after {
  rotate: 0deg;
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .ttl {
    font-size: 1.8rem;
  }
  .lower-newgraduate .newgraduate__description .descriptions__item .head .ttl br {
    display: none;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .ttl span {
  color: #00a5e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .btn {
  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) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .btn {
    gap: 6px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .btn::before {
  content: "募集要項を見る";
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .btn::before {
    font-size: 1.3rem;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-left: auto;
  border-radius: 500px;
  background-color: #00a5e3;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico::before, .lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico::before, .lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico::after {
    width: 7.5px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .head .btn .ico::after {
  rotate: 90deg;
}
.lower-newgraduate .newgraduate__description .descriptions__item .body {
  display: none;
  padding: 0 100px 70px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .body {
    padding: 0 24px 10px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 80px 0 20px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .body .title {
    font-size: 1.6rem;
    padding: 30px 0 10px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .title::after {
  content: "";
  background: #222;
  width: 30px;
  height: 1px;
  display: block;
  margin: 15px auto 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .body .title::after {
    margin-top: 8px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item {
    display: block;
    padding: 16px 0;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-weight: 700;
  color: #00a5e3;
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item .txt .icon {
  width: 39px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item .txt .icon {
    width: 32px;
  }
}
.lower-newgraduate .newgraduate__description .descriptions__item .body .requirements__item .txt .icon a {
  display: block;
}
.lower-newgraduate .newgraduate__region__title, .lower-newgraduate .newgraduate__work__title, .lower-newgraduate .newgraduate__education__title, .lower-newgraduate .newgraduate__benefits__title, .lower-newgraduate .newgraduate__flow__title {
  text-align: center;
}
.lower-newgraduate .newgraduate__region__title .sub, .lower-newgraduate .newgraduate__work__title .sub, .lower-newgraduate .newgraduate__education__title .sub, .lower-newgraduate .newgraduate__benefits__title .sub, .lower-newgraduate .newgraduate__flow__title .sub {
  font-size: 1.8rem;
  color: #00a5e3;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__title .sub, .lower-newgraduate .newgraduate__work__title .sub, .lower-newgraduate .newgraduate__education__title .sub, .lower-newgraduate .newgraduate__benefits__title .sub, .lower-newgraduate .newgraduate__flow__title .sub {
    font-size: 1.5rem;
  }
}
.lower-newgraduate .newgraduate__region__title .main, .lower-newgraduate .newgraduate__work__title .main, .lower-newgraduate .newgraduate__education__title .main, .lower-newgraduate .newgraduate__benefits__title .main, .lower-newgraduate .newgraduate__flow__title .main {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__title .main, .lower-newgraduate .newgraduate__work__title .main, .lower-newgraduate .newgraduate__education__title .main, .lower-newgraduate .newgraduate__benefits__title .main, .lower-newgraduate .newgraduate__flow__title .main {
    font-size: 2.5rem;
  }
}
.lower-newgraduate .newgraduate__region {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-newgraduate .newgraduate__region__inner {
  max-width: 1180px;
}
.lower-newgraduate .newgraduate__region__head {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__head {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate__region__head .lead {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__head .lead {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 10px;
  }
}
.lower-newgraduate .newgraduate__region__head .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__head .text {
    margin-top: 16px;
  }
}
.lower-newgraduate .newgraduate__region__body {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body {
    margin-top: 32px;
  }
}
.lower-newgraduate .newgraduate__region__body .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.lower-newgraduate .newgraduate__region__body .contents__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-newgraduate .newgraduate__region__body .contents__item .imgArea {
  max-width: 530px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.lower-newgraduate .newgraduate__region__body .contents__item .imgArea::before, .lower-newgraduate .newgraduate__region__body .contents__item .imgArea::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.lower-newgraduate .newgraduate__region__body .contents__item .imgArea::before {
  background-color: #fff;
  width: 99px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents__item .imgArea::before {
    width: 18.679245283%;
  }
}
.lower-newgraduate .newgraduate__region__body .contents__item .imgArea::after {
  background-color: #4cc0ec;
  width: 62px;
  margin-top: -20px;
  margin-left: 15px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents__item .imgArea::after {
    width: 32px;
    width: 11.6981132075%;
    margin-top: -10px;
  }
}
.lower-newgraduate .newgraduate__region__body .contents__item .imgArea img {
  aspect-ratio: 530/354;
}
.lower-newgraduate .newgraduate__region__body .contents__item .textArea {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents__item .textArea {
    margin-top: 16px;
  }
}
.lower-newgraduate .newgraduate__region__body .contents__item .textArea .title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00a5e3;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents__item .textArea .title {
    font-size: 2rem;
  }
}
.lower-newgraduate .newgraduate__region__body .contents__item .textArea .desc {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__region__body .contents__item .textArea .desc {
    margin-top: 8px;
  }
}
.lower-newgraduate .newgraduate__work {
  background: #f0f4f8;
  position: relative;
}
.lower-newgraduate .newgraduate__work::before, .lower-newgraduate .newgraduate__work::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.lower-newgraduate .newgraduate__work::before {
  background-color: #fff;
  width: 141px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work::before {
    width: 80px;
  }
}
.lower-newgraduate .newgraduate__work::after {
  background-color: #4cc0ec;
  width: 49px;
  margin-left: 60px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work::after {
    width: 39px;
    margin-left: 20px;
  }
}
.lower-newgraduate .newgraduate__work__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-newgraduate .newgraduate__work__head {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__head {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item {
  margin-top: 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item {
    margin-top: 30px;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 8px;
  background: url(../img/newgraduate/deco.jpg) no-repeat center center/contain;
  pointer-events: none;
  z-index: 1;
  width: 60px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item::before {
    content: none;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f0f4f8;
  padding: 0 110px 24px 30px;
  position: relative;
  max-width: 80%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .head {
    gap: 8px;
    padding: 0;
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .head::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 0;
  right: 0;
  margin-top: 2px;
  width: 78px;
  height: 100%;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .head::before {
    content: none;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .head .num {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #00a5e3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .head .num {
    font-size: 2rem;
    margin-top: 6px;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .head .title {
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .head .title {
    font-size: 2rem;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding: 24px;
    position: relative;
  }
  .lower-newgraduate .newgraduate__work__body .workList__item .contents::before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    width: 28px;
    aspect-ratio: 1/1;
    background-color: #fff;
    background: url(../img/newgraduate/deco.jpg) no-repeat center center/contain;
    pointer-events: none;
    z-index: 1;
  }
  .lower-newgraduate .newgraduate__work__body .workList__item .contents::after {
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 1/1;
    pointer-events: none;
    top: -18px;
    right: 26px;
    width: 28px;
    clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
    background-color: #fff;
  }
}
.lower-newgraduate .newgraduate__work__body .workList__item .contents .imgArea {
  max-width: 300px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-newgraduate .newgraduate__work__body .workList__item .contents .imgArea img {
  aspect-ratio: 300/200;
}
.lower-newgraduate .newgraduate__work__body .workList__item .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-newgraduate .newgraduate__work__body .workList__item .contents .textArea .lead {
  font-size: 2rem;
  font-weight: 700;
  color: #00a5e3;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .workList__item .contents .textArea .lead {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.lower-newgraduate .newgraduate__work__body .point {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point {
    margin-top: 30px;
  }
}
.lower-newgraduate .newgraduate__work__body .point .eng {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #4cc0ec;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 15px 50px 0 20px;
  line-height: 1;
  position: relative;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .eng {
    font-size: 1.4rem;
    padding: 10px 28px 0 10px;
  }
}
.lower-newgraduate .newgraduate__work__body .point .eng::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -1px;
  right: -1px;
  width: 33px;
  height: 100%;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
  background-color: #f0f4f8;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .eng::before {
    width: 23px;
  }
}
.lower-newgraduate .newgraduate__work__body .point .contents {
  background: #4cc0ec;
  padding: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    gap: 20px;
  }
}
.lower-newgraduate .newgraduate__work__body .point .contents::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -1px;
  right: -1px;
  width: 60px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #f0f4f8;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .contents::before {
    width: 40px;
  }
}
.lower-newgraduate .newgraduate__work__body .point .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-newgraduate .newgraduate__work__body .point .contents .textArea .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .contents .textArea .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.lower-newgraduate .newgraduate__work__body .point .contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__work__body .point .contents .imgArea {
    max-width: 100%;
  }
}
.lower-newgraduate .newgraduate__work__body .point .contents .imgArea img {
  aspect-ratio: 240/160;
}
.lower-newgraduate .newgraduate__education {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-newgraduate .newgraduate__education__contents {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents {
    margin-top: 30px;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px;
  border: 1px solid #00a5e3;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px;
    padding-top: 18px;
    gap: 20px;
    margin-bottom: 24px;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item:last-child {
  margin-bottom: 0;
}
.lower-newgraduate .newgraduate__education__contents .contents__item::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -10px;
  left: -10px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #4cc0ec;
  width: 41px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item::before {
    width: 21px;
    top: -5px;
    left: -5px;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 240px;
  width: 100%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item .imgArea {
    max-width: 100%;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item .imgArea::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
  width: 40px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item .imgArea::before {
    width: 30px;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item .imgArea img {
  aspect-ratio: 240/160;
}
.lower-newgraduate .newgraduate__education__contents .contents__item .textArea:has(.title) .desc {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item .textArea:has(.title) .desc {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.lower-newgraduate .newgraduate__education__contents .contents__item .textArea .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00a5e3;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__education__contents .contents__item .textArea .title {
    font-size: 2rem;
  }
}
.lower-newgraduate .newgraduate__benefits {
  background: #f0f4f8;
  position: relative;
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits {
    margin-top: 50px;
  }
}
.lower-newgraduate .newgraduate__benefits::before, .lower-newgraduate .newgraduate__benefits::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-newgraduate .newgraduate__benefits::before {
  background-color: #fff;
  width: 141px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits::before {
    width: 80px;
  }
}
.lower-newgraduate .newgraduate__benefits::after {
  background-color: #4cc0ec;
  width: 49px;
  margin-right: 60px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits::after {
    width: 39px;
    margin-right: 20px;
  }
}
.lower-newgraduate .newgraduate__benefits__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-newgraduate .newgraduate__benefits__contents {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__contents {
    margin-top: 60px;
  }
}
.lower-newgraduate .newgraduate__benefits__contents .benefitsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 100px 35px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__contents .benefitsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 58px;
  }
}
.lower-newgraduate .newgraduate__benefits__contents .benefitsList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: #fff;
  gap: 10px;
  padding: 50px 40px 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__contents .benefitsList__item {
    padding: 38px 24px 24px;
  }
}
.lower-newgraduate .newgraduate__benefits__contents .benefitsList__item .icon {
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50%;
  width: 116px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__contents .benefitsList__item .icon {
    width: 86px;
    top: -36px;
  }
}
.lower-newgraduate .newgraduate__benefits__contents .benefitsList__item .icon img {
  aspect-ratio: 116/100;
}
.lower-newgraduate .newgraduate__benefits__contents .benefitsList__item .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00a5e3;
  z-index: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__benefits__contents .benefitsList__item .title {
    font-size: 1.8rem;
  }
}
.lower-newgraduate .newgraduate__flow {
  margin-top: 120px;
  margin-bottom: 150px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.lower-newgraduate .newgraduate__flow__head {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__head {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate__flow__contents {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents {
    margin-top: 30px;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: #4cc0ec;
  color: #fff;
  padding: 30px clamp(1.2rem, -3.231rem + 4.327vw, 3rem) 35px;
  gap: 30px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 30px;
    gap: 30px;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
  width: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item::before {
    width: 30px;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 50%;
  right: -10px;
  width: 10px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #222;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item::after {
    clip-path: polygon(50% 30%, 0 0, 100% 0);
    top: auto;
    bottom: -26px;
    left: 50%;
    width: 13px;
    translate: -50%;
    right: auto;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item:last-child::after {
  display: none;
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-right: 1px solid;
    padding-right: 30px;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber .stepLabel {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber .stepLabel {
    font-size: 1.2rem;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber .stepCount {
  font-size: 4rem;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .stepNumber .stepCount {
    font-size: 2.6rem;
  }
}
.lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__flow__contents .selectionFlow__item .title {
    margin: 0;
    text-align: left;
  }
}
.lower-newgraduate .fixed_btn {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 834px) {
  .lower-newgraduate .fixed_btn {
    padding: 10px;
  }
}
.lower-newgraduate .fixed_btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-newgraduate .fixed_btn__inner {
    gap: 10px;
  }
}
.lower-newgraduate .fixed_btn__item {
  max-width: 250px;
  width: 100%;
}
.lower-newgraduate .fixed_btn__item 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;
  position: relative;
  max-width: 250px;
  width: 100%;
  min-height: 55px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.5em 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-newgraduate .fixed_btn__item a {
    font-size: 1.4rem;
    max-width: 100%;
    min-height: 51px;
    padding-left: 0.8em;
  }
}
@media (any-hover: hover) {
  .lower-newgraduate .fixed_btn__item a:hover {
    opacity: 1;
    background: #4cc0ec;
    color: #fff;
  }
  .lower-newgraduate .fixed_btn__item a:hover::before {
    background: transparent;
  }
}
.lower-newgraduate .fixed_btn__item a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ============================================
// SCHEDULE
// ==========================================*/
.lower-schedule .page-header__deco-image--02 {
  display: none;
}
.lower-schedule .l-main {
  padding-top: 0;
}
.lower-schedule .schedule {
  background: #f0f4f8;
  padding-top: 100px;
  padding-bottom: 120px;
  margin-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.lower-schedule .schedule__contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lower-schedule .schedule__contents .list__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 24px;
    gap: 24px;
  }
}
.lower-schedule .schedule__contents .list__item::before, .lower-schedule .schedule__contents .list__item::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  top: 0px;
  left: 0px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.lower-schedule .schedule__contents .list__item::before {
  background-color: #f0f4f8;
  width: 51px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item::before {
    width: 11.9158878505%;
  }
}
.lower-schedule .schedule__contents .list__item::after {
  background-color: #00a5e3;
  width: 26px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item::after {
    width: 6.0747663551%;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #00a5e3;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea {
    gap: 10px;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea:not(:has(.year, .week)) .day {
  font-size: clamp(28.8px, 2.5vw, 36px);
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea:not(:has(.year, .week)) .day {
    font-size: 2.8rem;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea .year {
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea .year {
    margin-bottom: 0;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea .day {
  font-size: clamp(39.6px, 3.0555555556vw, 44px);
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea .day {
    font-size: 3.8rem;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea .week {
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea .week {
    font-size: 1.5rem;
  }
}
.lower-schedule .schedule__contents .list__item .dateArea .time {
  font-size: 1.6rem;
  color: #fff;
  background: #00a5e3;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .dateArea .time {
    font-size: 1.5rem;
    padding: 8px;
    margin-top: 5px;
  }
}
.lower-schedule .schedule__contents .list__item .textArea {
  padding-left: 40px;
  border-left: 1px solid #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .textArea {
    padding: 0;
    border-left: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
  }
}
.lower-schedule .schedule__contents .list__item .textArea .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #00a5e3;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .textArea .title {
    font-size: 1.8rem;
  }
}
.lower-schedule .schedule__contents .list__item .textArea .desc {
  margin-top: 3px;
}
.lower-schedule .schedule__contents .list__item .textArea .address {
  font-size: 1.4rem;
  color: #b3b3b3;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .textArea .address {
    font-size: 1.3rem;
  }
}
.lower-schedule .schedule__contents .list__item .textArea .address::before {
  content: "";
  display: block;
  background: url(../img/schedule/map_icon.png) center/contain no-repeat;
  width: 12px;
  aspect-ratio: 12/15;
  margin-right: 5px;
  pointer-events: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 6px;
}
.lower-schedule .schedule__contents .list__item .textArea .remarks {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .textArea .remarks {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
  }
}
.lower-schedule .schedule__contents .list__item .textArea .remarks__hd {
  font-weight: 700;
  color: #00a5e3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-schedule .schedule__contents .list__item .textArea .remarks__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-schedule .schedule__contents .list__item .linkArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-schedule .schedule__contents .list__item .linkArea 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;
  position: relative;
  background: #222;
  padding: 1em 1em;
  max-width: 190px;
  width: clamp(15rem, -1rem + 15.625vw, 19rem);
  min-height: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-schedule .schedule__contents .list__item .linkArea a {
    font-size: 1.3rem;
    width: 190px;
  }
}
@media (any-hover: hover) {
  .lower-schedule .schedule__contents .list__item .linkArea a:hover {
    opacity: 1;
    background: #4cc0ec;
  }
  .lower-schedule .schedule__contents .list__item .linkArea a:hover::before {
    background: transparent;
  }
}
.lower-schedule .schedule__contents .list__item .linkArea a::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #4cc0ec;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-data {
  --engFont: "Montserrat", sans-serif;
  --gapX: 30px;
  --gapY: 60px;
  --borderWidth: 2px;
  --borderRadius: 0;
  --titleSize: 2.6rem;
  --numberingSize: 2rem;
  --dataNumSize: 8rem;
  --dataNumColor: #000;
  --iconSize: 70px;
  --balanceChartHeight: 94px;
  --balanceChartColor01: #4cc0ec;
  --balanceChartColor02: #66dddd;
  --pieChartSize: 180px;
  --doughnutChartSize: 200px;
  --tipsColor01: #0F218B;
  --tipsColor02: #FC1900;
  --tipsColor03: #007B8A;
  --tipsColor04: #F5A623;
  --tipsColor05: #6C3483;
}
.lower-data .l-main {
  padding-top: 0;
}
.lower-data .pickup {
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-data .pickup {
    padding-bottom: 70px;
  }
}
.lower-data .pickup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-data .pickup__title {
    margin-bottom: 30px;
  }
}
.lower-data .pickup__title .main {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .pickup__title .main {
    font-size: 2.4rem;
  }
}
.lower-data .pickup__title .main::before {
  content: "";
  display: block;
  position: relative;
  background: url(../img/data/ico-motif.png) no-repeat center center/contain;
  width: 1.425em;
  height: 1.2em;
  aspect-ratio: 57/48;
  margin-inline: auto;
  margin-bottom: 0.5em;
  pointer-events: none;
}
.lower-data .pickup__title .main .eng {
  font-size: 2.25em;
  color: #4cc0ec;
}
.lower-data .pickup .contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .lower-data .pickup .contents {
    gap: 15px;
  }
}
@media (max-width: 834px) {
  .lower-data .pickup .contents {
    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;
  }
}
.lower-data .pickup .contents__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  background-color: #f0f4f8;
  padding: 25px;
  counter-increment: mycounter;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item {
    gap: 15px;
    padding: 25px 7%;
  }
}
.lower-data .pickup .contents__item::before, .lower-data .pickup .contents__item::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-data .pickup .contents__item::before {
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 80px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    scale: 0.7;
  }
}
.lower-data .pickup .contents__item::after {
  z-index: 4;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    scale: 0.7;
  }
}
.lower-data .pickup .contents__item .num {
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 5px;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item .num {
    top: 4px;
    left: 3px;
  }
}
.lower-data .pickup .contents__item .num::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item .num::before {
    font-size: 1.4rem;
  }
}
.lower-data .pickup .contents__item .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 70px;
  max-height: 70px;
}
@media (max-width: 834px) {
  .lower-data .pickup .contents__item .imgArea {
    max-width: 42px;
    max-height: 42px;
  }
}
.lower-data .pickup .contents__item .imgArea img {
  max-height: 100%;
}
.lower-data .pickup .contents__item .textArea {
  display: contents;
}
.lower-data .pickup .contents__item .ttlWrap {
  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;
}
.lower-data .pickup .contents__item .title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .lower-data .pickup .contents__item .title {
    font-size: 1.8rem;
  }
}
.lower-data .pickup .contents__item .title span {
  margin-block: auto;
  -webkit-box-shadow: 0 -0.5em #cce8f5 inset;
          box-shadow: 0 -0.5em #cce8f5 inset;
}
.lower-data .dataWrap {
  position: relative;
  background-color: #f0f4f8;
  padding-block: 110px;
}
@media (max-width: 834px) {
  .lower-data .dataWrap {
    padding-block: 60px;
  }
}
.lower-data .dataWrap::before, .lower-data .dataWrap::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-data .dataWrap::before {
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 140px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-data .dataWrap::before {
    width: 70px;
  }
}
.lower-data .dataWrap::after {
  z-index: 4;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: 60px;
  width: 47px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-data .dataWrap::after {
    margin-left: 20px;
    width: 30px;
  }
}
.lower-data .dataWrap__title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 3em;
}
.lower-data .dataWrap__title .title .eng {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  color: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-data .dataWrap__title .title .eng {
    font-size: 1.2em;
  }
}
.lower-data .dataWrap__title .title .ja {
  font-size: 4rem;
}
@media (max-width: 834px) {
  .lower-data .dataWrap__title .title .ja {
    font-size: 2.4rem;
  }
}
.lower-data .data__container {
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
.lower-data .data__container .data__body {
  position: relative;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .lower-data .data__container .data__body {
    --gapX: 24px;
    --gapY: 24px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.lower-data .data__container .data__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border-radius: var(--borderRadius);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-data .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .data__container .data__block::before, .lower-data .data__container .data__block::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.lower-data .data__container .data__block::before {
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: 15.7894736842%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #f0f4f8;
}
.lower-data .data__container .data__block::after {
  z-index: 4;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: 5%;
  width: 7.8947368421%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block::after {
    margin-top: -7px;
  }
}
.lower-data .data__container .data__block.-image::before, .lower-data .data__container .data__block.-image::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  pointer-events: none;
  width: 60px !important;
  background-color: #f0f4f8 !important;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block.-image::before, .lower-data .data__container .data__block.-image::after {
    width: 40px !important;
  }
}
.lower-data .data__container .data__block.-image::before {
  z-index: 3;
  top: 0;
  left: auto;
  right: 0;
  margin-top: -1px;
  margin-left: 0;
  margin-right: -1px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block.-image::after {
  z-index: 4;
  top: auto;
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -1px;
  margin-left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.lower-data .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data__container .data__block .head .num {
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: calc(var(--borderWidth) * -1);
  top: 0;
  padding: 0.7em 0.8em 0.6em 0.8em;
  background: #4cc0ec;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .num {
    scale: 0.8;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.lower-data .data__container .data__block .head .title {
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 40px 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.8);
    padding: 20px 20px 0;
  }
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 48px;
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    min-height: inherit;
    padding: 20px 6.25% 30px;
  }
}
.lower-data .data__container .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .img {
    height: calc(var(--iconSize) * 0.7);
  }
}
.lower-data .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-data .data__container .data__block .body .annotation {
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-data .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .data__container .data__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.3);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.3);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 700;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #4cc0ec -webkit-gradient(linear, left top, right top, from(#66cbca), to(#2e99d9)) center center/100% 100%;
  background: #4cc0ec linear-gradient(90deg, #66cbca, #2e99d9) center center/100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7);
  }
}
.lower-data .data__container .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.7);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-data .data__container .data__block .data .num b.-xl {
  font-size: calc(var(--dataNumSize) * 1.5);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b.-xl {
    font-size: calc(var(--dataNumSize) * 1.5 * 0.7);
  }
}
.lower-data .data__container .data__block .data .num b.-xs {
  font-size: calc(var(--dataNumSize) * 0.55);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b.-xs {
    font-size: calc(var(--dataNumSize) * 0.55 * 0.7);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  color: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-data .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-data .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-data .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-data .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--doughnutChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.85);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 50%;
}
.lower-data .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-data .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize) * 0.5);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  background: #4cc0ec -webkit-gradient(linear, left top, right top, from(#66cbca), to(#2e99d9)) center center/100% 100%;
  background: #4cc0ec linear-gradient(90deg, #66cbca, #2e99d9) center center/100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-data .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 250px;
}
.lower-data .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-data .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
}
.lower-data .data__container .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.8em;
}
.lower-data .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.1em;
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-data .data__container .data__block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-data .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #4cc0ec;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #4cc0ec;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #00a5e3;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #00a5e3;
}
.lower-data .data__container .data__block .shd {
  background: #f0f4f8;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.5em;
  white-space: nowrap;
}
.lower-data .data__container .data__block.-image .img {
  height: 100%;
}
.lower-data .data__container .data__date {
  text-align: right;
  margin-top: 24px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.lower-data .data__container #data01 .body .block {
  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;
  background: #edf9fd;
  width: 250px;
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 .body .block {
    min-height: 150px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .block {
    padding: 30px 0;
  }
}
.lower-data .data__container #data01 .body .bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 10%;
  max-width: 97px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .bg {
    max-width: 67.9px;
  }
}
.lower-data .data__container #data01 .body .data {
  position: relative;
  z-index: 3;
}
.lower-data .data__container #data04 .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body {
    gap: 30px;
  }
}
.lower-data .data__container #data04 .body .block {
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  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;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body .block {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.lower-data .data__container #data04 .body .block .shd {
  margin-bottom: 20px;
}
.lower-data .data__container #data04 .body .block .img {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body .block .img {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) and (min-width: 835px) {
  .lower-data .data__container #data04 .body .block.-block1 .num b {
    font-size: 6rem;
  }
}
.lower-data .data__container #data04 .body .block.-block2 .chart .num {
  text-align: center;
}
.lower-data .data__container #data04 .body .block.-block2 .chart .num b {
  display: block;
  margin-right: 0;
}
@media (min-width: 835px) {
  .lower-data .data__container #data05 .body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body {
    gap: 30px;
  }
}
.lower-data .data__container #data05 .body .block.-block1 {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .block.-block1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-data .data__container #data05 .body .block.-block2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .block.-block2 {
    gap: 10px;
  }
}
.lower-data .data__container #data05 .body .block.-block2 .data {
  white-space: nowrap;
}
.lower-data .data__container #data06 {
  max-height: 370px;
}
.lower-data .data__container #data07 .body .line-chart {
  position: relative;
}
.lower-data .data__container #data07 .body .line-chart .ico-man,
.lower-data .data__container #data07 .body .line-chart .ico-woman {
  position: absolute;
  z-index: 3;
  top: 50%;
  translate: 0 -50%;
  max-width: 23px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .line-chart .ico-man,
  .lower-data .data__container #data07 .body .line-chart .ico-woman {
    max-width: 13px;
  }
}
.lower-data .data__container #data07 .body .line-chart .ico-man {
  left: 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .line-chart .ico-man {
    left: 10px;
  }
}
.lower-data .data__container #data07 .body .line-chart .ico-woman {
  right: 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .line-chart .ico-woman {
    right: 10px;
  }
}
.lower-data .data__container #data07 .body .data__multi {
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .data__multi {
    gap: 10px;
  }
}
.lower-data .data__container #data07 .body .data__multi .hd {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .data__multi .hd {
    font-size: 1.4rem;
  }
}
.lower-data .data__container #data07 .body .data__multi .hd.-man {
  color: var(--balanceChartColor01);
}
.lower-data .data__container #data07 .body .data__multi .hd.-woman {
  color: var(--balanceChartColor02);
}
.lower-data .data__container #data07 .body .data__multi .num {
  white-space: nowrap;
}
.lower-data .data__container #data07 .body .data__multi .num.-man {
  margin-right: auto;
  color: var(--balanceChartColor01);
}
.lower-data .data__container #data07 .body .data__multi .num.-man b {
  color: var(--balanceChartColor01);
}
.lower-data .data__container #data07 .body .data__multi .num.-woman {
  margin-left: auto;
  color: var(--balanceChartColor02);
}
.lower-data .data__container #data07 .body .data__multi .num.-woman b {
  color: var(--balanceChartColor02);
}
.lower-data .data__container #data08 .body .doughnut-chart {
  position: relative;
}
.lower-data .data__container #data08 .body .doughnut-chart .img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.lower-data .data__container #data09 .body {
  position: relative;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body {
    min-height: 180px;
  }
}
.lower-data .data__container #data09 .body .img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .img {
    height: 140px;
  }
}
.lower-data .data__container #data09 .body .data {
  position: relative;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10,
  .lower-data .data__container #data11 {
    max-width: 340px;
    margin-inline: auto;
  }
}
.lower-data .data__container #data12 .body {
  position: relative;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body {
    min-height: 180px;
  }
}
.lower-data .data__container #data12 .body .img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .img {
    height: 140px;
  }
}
.lower-data .data__container #data12 .body .data {
  position: relative;
  z-index: 3;
}
.lower-data .data__container #data13 .body .block {
  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;
  background: #edf9fd;
  width: 250px;
  min-height: 150px;
  padding: 20px 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data13 .body .block {
    min-height: inherit;
    padding-block: 40px;
  }
}
.lower-data .data__container #data13 .body .bg {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 100%;
  margin-top: -40px;
  margin-left: -70px;
  pointer-events: none;
  max-width: 106px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data13 .body .bg {
    margin-left: -45.5px;
    max-width: 68.9px;
  }
}
.lower-data .data__container #data13 .body .data {
  position: relative;
  z-index: 3;
}/*# sourceMappingURL=style.css.map */