@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #05439b;
  color: #ffffff;
}

::selection {
  background: #05439b;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  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.5rem;
  }
}

#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;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 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.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.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: 500 !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: 82px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  translate: 30% 0;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(3.40625, 45.64375, 105.59375);
  pointer-events: none;
}
.hamburger__btn {
  position: fixed;
  top: 23px;
  right: calc(6px + 1.5%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  z-index: 500;
  background: #05439b linear-gradient(45deg, #05439b 35%, #075ec3 100%);
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__btn__bar {
  width: 16px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}
.hamburger__btn__text {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.hamburger__menu__logo {
  opacity: 0;
}
.js-open .hamburger__menu__logo {
  -webkit-animation: hamburger-fadeTop 0.8s cubic-bezier(0.86, 0, 0.07, 1) forwards;
          animation: hamburger-fadeTop 0.8s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@-webkit-keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.hamburger__menu__logo-image {
  max-width: 143px;
  margin-top: 6px;
  -webkit-transition: max-width 0.3s, margin-top 0.3s;
  transition: max-width 0.3s, margin-top 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-image {
    max-width: clamp(104px, 17.2661870504vw, 144px);
  }
}
.hamburger__menu__logo-image img {
  aspect-ratio: 143/48;
}
.hamburger__menu__logo-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid rgba(173, 173, 173, 0.5);
  padding: 0.679em 1.242em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-subtitle {
    font-size: clamp(1.1rem, 1.4388489209vw, 1.2rem);
  }
}
.hamburger__menu__nav {
  margin-top: 24px;
}
.hamburger__menu__nav__list__item {
  font-size: clamp(1.6rem, 2.1582733813vw, 1.8rem);
  opacity: 0;
}
.js-open .hamburger__menu__nav__list__item:nth-child(1) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
}
@-webkit-keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__nav__list__item a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 12px 24px;
}
.hamburger__menu__close {
  position: fixed;
  top: 23px;
  right: calc(16px + 1%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  width: 64px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -1px;
}
.hamburger__menu__close__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
  margin-top: 16px;
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s;
}
.js-open .hamburger__menu__bg {
  -webkit-animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
          animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
}
@-webkit-keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
.hamburger__menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 835px) {
  .hamburger__banners {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(clamp(240px, 22.4vw, 281px) + 5.7432432432%);
            flex: 0 0 calc(clamp(240px, 22.4vw, 281px) + 5.7432432432%);
    padding-left: 5.7432432432%;
    border-left: 1px solid #eaf1ff;
  }
}
@media (max-width: 834px) {
  .hamburger__banners {
    margin-top: 30px;
  }
}
.hamburger__youtube {
  max-width: 240px;
  margin-inline: auto;
  opacity: 0;
}
.js-open .hamburger__youtube:nth-child(1) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
}
.js-open .hamburger__youtube:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
}
.js-open .hamburger__youtube:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
}
.js-open .hamburger__youtube:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
}
.js-open .hamburger__youtube:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
}
.js-open .hamburger__youtube:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
}
.js-open .hamburger__youtube:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
}
.js-open .hamburger__youtube:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
}
.js-open .hamburger__youtube:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
}
.js-open .hamburger__youtube:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
}
.js-open .hamburger__youtube:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
}
.js-open .hamburger__youtube:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
}
.js-open .hamburger__youtube:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
}
.js-open .hamburger__youtube:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
}
.js-open .hamburger__youtube:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
}
.js-open .hamburger__youtube:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
}
.js-open .hamburger__youtube:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
}
.js-open .hamburger__youtube:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
}
.js-open .hamburger__youtube:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
}
.js-open .hamburger__youtube:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
}
.js-open .hamburger__youtube:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
}
.js-open .hamburger__youtube:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
}
.js-open .hamburger__youtube:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
}
.js-open .hamburger__youtube:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
}
.js-open .hamburger__youtube:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
}
.js-open .hamburger__youtube:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
}
.js-open .hamburger__youtube:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
}
.js-open .hamburger__youtube:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
}
.js-open .hamburger__youtube:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
}
.js-open .hamburger__youtube:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
}
.hamburger__youtube a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5714285714%;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  max-width: 280px;
  min-height: 72px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 834px) {
  .hamburger__youtube a {
    max-width: 240px;
    min-height: 64px;
    gap: 6px;
    border-radius: 3px;
  }
}
.hamburger__youtube a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  aspect-ratio: 340/150;
  background: url(../img/common/bg_footer_banner_youtube.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__youtube a::before {
    width: 320px;
  }
}
@media (any-hover: hover) {
  .hamburger__youtube a:hover {
    opacity: 1;
    border-color: #05439b;
  }
}
.hamburger__youtube-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ff0000;
  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;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__youtube-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
  }
}
.hamburger__youtube-icon::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  translate: 1px 0;
}
@media (max-width: 834px) {
  .hamburger__youtube-icon::before {
    width: 8px;
  }
}
.hamburger__youtube-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.hamburger__youtube-subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #05439b;
  line-height: 1;
}
@media (max-width: 834px) {
  .hamburger__youtube-subtitle {
    font-size: 1rem;
  }
}
.hamburger__youtube-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .hamburger__youtube-title {
    font-size: 1.6rem;
  }
}
.hamburger__youtube-external-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 13px;
}
@media (max-width: 834px) {
  .hamburger__youtube-external-icon {
    width: 12px;
  }
}

.js-scrolled .hamburger__btn {
  top: 13px;
}

/*-------------------------------------------------------
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.5px 19px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 56px !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: 13px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before,
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1.067em;
  height: 1.067em;
  border: 1px solid #b4b4b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 0.2em;
  height: 0.5333333333em;
  color: #7f7f7f;
  border-bottom: 1px solid;
  border-right: 1px 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（適宜変更ください）
------------------------------------------*/
.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(16.8px, 2.1538461538vw, 28px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.custom-form .custom-form_parts:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts:nth-child(n+2) {
    margin-top: 24px;
  }
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  position: relative;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1.125em;
  margin-top: 13px;
}
.custom-form .parts_ttl::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.5625em;
  aspect-ratio: 1/1;
  background: #05439b;
  border-radius: 50%;
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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) {
  .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: #05439b;
  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: #05439b;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 11px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.custom-form .searchWord {
  font-weight: 700;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #adadad;
}
.custom-form .searchWord::-moz-placeholder {
  color: #adadad;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #adadad;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #adadad;
}
.custom-form .searchWord::placeholder {
  color: #adadad;
}
.custom-form .pull-down {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 21px;
  top: calc(50% - 4px);
  border: 2px solid #171e35;
  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: 20px;
  }
}
.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: #05439b;
  }
}
.custom-form .selCity-box {
  margin-top: 13px;
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 8px;
  }
}
.custom-form .selCity_alert {
  color: #05439b;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
  padding: 0.917em 1.2em 0.917em 3.117em;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: #eff8ff;
  }
}
.custom-form input[type=checkbox] + label::before {
  top: 1.1333333333em;
  left: 1.2666666667em;
}
.custom-form input[type=checkbox] + label::after {
  top: 1.2666666667em;
  left: 1.6666666667em;
  color: transparent;
}
.custom-form input[type=checkbox]:checked + label {
  color: #fff;
  background: #05439b;
  border-color: #05439b;
}
.custom-form input[type=checkbox]:checked + label::before {
  border-color: #05439b;
  background: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #05439b;
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 184px;
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 208px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.15));
            filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.15));
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_job-search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 64px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    width: 14px;
    left: 76px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  padding: 15px 24px 15px 49px !important;
  border-radius: 500px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 43px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts-wrapper .custom-form_searth_btn {
    margin-top: 24px;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.page-title {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
}
@media (max-width: 834px) {
  .page-title {
    border-radius: 0 0 40px 40px;
  }
}
.page-title__inner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (max-width: 834px) {
  .page-title__inner {
    height: 224px;
  }
}
.page-title__heading {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff);
  translate: 0 104px;
  opacity: 0.01;
  -webkit-transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  z-index: 2;
}
@media (max-width: 834px) {
  .page-title__heading {
    -webkit-filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
            filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
    translate: 0 64px;
  }
}
.page-title__eng {
  position: relative;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #05439b), to(#086ad5));
  background: linear-gradient(to bottom, #05439b 15%, #086ad5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #05439b;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 3.6rem;
  }
}
.page-title__eng::first-letter {
  font-size: 10rem;
  font-weight: 250;
  margin-right: -8px;
}
@media (max-width: 834px) {
  .page-title__eng::first-letter {
    font-size: 5.2rem;
    margin-right: -3px;
  }
}
.page-title__ja {
  position: absolute;
  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: 10px;
  top: 14px;
  right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #05439b;
  line-height: 1;
  width: calc(100% - 6.4rem - 24px);
  z-index: 1;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 1.15rem;
    gap: 6px;
    top: 2px;
    width: calc(100% - 4.8rem - 0px);
  }
}
.page-title__line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 834px) {
  .page-title__line {
    gap: 1px;
  }
}
.page-title__line::before, .page-title__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #05439b;
  z-index: 100;
}
.page-title__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.page-title__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  pointer-events: none;
  z-index: 1;
}

.js-loaded .page-title__heading {
  translate: 0 64px;
  opacity: 1;
}
@media (max-width: 834px) {
  .js-loaded .page-title__heading {
    translate: 0 40px;
  }
}
.js-loaded .page-title__bg::before {
  opacity: 0;
}

@media (max-width: 834px) {
  .lower-kyujin_l .page-title__bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  background: #fff;
  background: #f2f8fd;
  border-radius: 500px;
  margin-inline: 16px;
  padding: 0.9em 40px;
  margin-bottom: 54px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
    margin-inline: 8px;
    margin-bottom: 24px;
  }
}
.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: #888;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #888;
}

.lower-kyujin_l .breadcrumb,
.lower-kyujin_d .breadcrumb,
.lower-whatsnew .breadcrumb {
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .breadcrumb,
  .lower-kyujin_d .breadcrumb,
  .lower-whatsnew .breadcrumb {
    margin-bottom: 32px;
  }
}

/*--------------------
	common-title
--------------------*/
.common-title__heading {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-title__eng {
  position: relative;
  font-style: italic;
  font-size: 7.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #05439b), to(#086ad5));
  background: linear-gradient(to bottom, #05439b 15%, #086ad5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #05439b;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 3.6rem;
  }
}
.common-title__eng::first-letter {
  font-size: 13rem;
  font-weight: 250;
  margin-right: -8px;
}
@media (max-width: 834px) {
  .common-title__eng::first-letter {
    font-size: 5.2rem;
    margin-right: -3px;
  }
}
.common-title__ja {
  position: absolute;
  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: 16px;
  top: 20px;
  right: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #05439b;
  line-height: 1;
  width: calc(100% - 7.8rem - 36px);
  z-index: 1;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.15rem;
    gap: 6px;
    top: 2px;
    width: calc(100% - 4.8rem - 0px);
  }
}
.common-title__line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 834px) {
  .common-title__line {
    gap: 1px;
  }
}
.common-title__line::before, .common-title__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #05439b;
  z-index: 100;
}
.common-title--center .common-title__heading {
  margin-inline: auto;
}
.common-title--right .common-title__heading {
  margin-left: auto;
}

/*--------------------
	common-btn
--------------------*/
.common-btn__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 255px;
}
@media (max-width: 834px) {
  .common-btn__body {
    max-width: 240px;
  }
}
.common-btn__link {
  position: relative;
  color: #fff;
  line-height: 1.6;
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  border-radius: 500px;
  padding: 1.61em 3em 1.45em 2.6875em;
  width: 100%;
  -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;
}
.common-btn__link::before {
  content: "";
  position: absolute;
  height: 0.625em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  inset: 0 2.1875em 0 auto;
  margin: auto 0;
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
            box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
  }
}
.common-btn--white .common-btn__body {
  max-width: 205px;
}
@media (max-width: 834px) {
  .common-btn--white .common-btn__body {
    max-width: 208px;
  }
}
.common-btn--white .common-btn__link {
  position: relative;
  color: #222;
  background: #fff;
  border-radius: 500px;
  border: 1px solid #e2e1e1;
  padding: 1.026em 2.4em 1em 1.8125em;
}
.common-btn--white .common-btn__link::before {
  inset: 0 1.625em 0 auto;
  background: #05439b;
}
.common-btn--center .common-btn__body {
  margin-inline: auto;
}
.common-btn--right .common-btn__body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 40px;
  left: clamp(24px, 2.7027027027vw, 40px);
  right: clamp(24px, 2.7027027027vw, 40px);
  z-index: 100;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 834px) {
  .header {
    top: 16px;
    left: 1.5%;
    right: 1.5%;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 500px;
  padding: 16px 28px 16px 24px;
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 12px 16px 12px 20px;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo-image {
  max-width: 143px;
  margin-top: 6px;
  -webkit-transition: max-width 0.3s, margin-top 0.3s;
  transition: max-width 0.3s, margin-top 0.3s;
}
@media (max-width: 834px) {
  .header__logo-image {
    max-width: 104px;
  }
}
.header__logo-image img {
  aspect-ratio: 143/48;
}
.header__logo-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid rgba(173, 173, 173, 0.5);
  padding: 0.679em 1.242em;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
@media (max-width: 834px) {
  .header__logo-subtitle {
    font-size: 1.1rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 1.6216216216vw, 24px);
}
@media (max-width: 834px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.1621621622vw, 32px);
}
.header__nav-link {
  position: relative;
  color: #000;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #05439b;
  }
  .header__nav-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.header__nav-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #05439b;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__recruit-link {
  color: #fff;
  line-height: 1.6;
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  border-radius: 500px;
  padding: 1.076em 2.725em;
  display: block;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) {
  .header__recruit-link:hover {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 4px rgba(5, 67, 155, 0.15);
            box-shadow: 0 4px 4px rgba(5, 67, 155, 0.15);
  }
}

.js-scrolled .header {
  top: 8px;
}
.js-scrolled .header__inner {
  padding: 10px 28px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 13px 18px;
  }
}
.js-scrolled .header__logo-link {
  gap: 6px;
}
.js-scrolled .header__logo-image {
  max-width: 120px;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-image {
    max-width: 96px;
    margin-top: 4px;
  }
}
.js-scrolled .header__logo-subtitle {
  font-size: 1.1rem;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-subtitle {
    font-size: 1rem;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
  z-index: 1;
  margin-bottom: -1px;
}
.footer__inner {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-bottom: 72px;
  }
}
@media (min-width: 835px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    gap: 8px;
  }
}
.footer__logo-image {
  max-width: 157px;
}
@media (max-width: 834px) {
  .footer__logo-image {
    max-width: 104px;
  }
}
.footer__logo-image img {
  aspect-ratio: 157/54;
}
.footer__logo-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid rgba(173, 173, 173, 0.5);
  padding: 0.679em 1.242em;
}
@media (max-width: 834px) {
  .footer__logo-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 834px) {
  .footer__nav {
    margin-top: 20px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 834px) {
  .footer__nav-list {
    gap: 4px 20px;
  }
}
.footer__nav-link {
  color: #000;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #05439b;
  }
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eaf1ff;
  border-bottom: 1px solid #eaf1ff;
  margin-top: 60px;
  margin-bottom: 52px;
  padding: 44px 0.6666666667% 48px;
}
@media (max-width: 834px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.footer__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .footer__search {
    margin-top: 28px;
  }
}
@media (min-width: 835px) {
  .footer__search {
    padding-right: 4.6666666667%;
  }
}
.footer__search-contents:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__search-contents:nth-child(n+2) {
    margin-top: 18px;
  }
}
.footer__search-head {
  position: relative;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.6;
  padding-left: 1.266666em;
}
@media (max-width: 834px) {
  .footer__search-head {
    font-size: 1.4rem;
  }
}
.footer__search-head::before {
  content: "";
  position: absolute;
  top: 0.49em;
  left: 0;
  width: 0.6em;
  aspect-ratio: 1/1;
  background: #05439b;
  border-radius: 50%;
}
.footer__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .footer__search-list {
    gap: 6px 16px;
    margin-top: 6px;
  }
}
.footer__search-item {
  line-height: 1.6;
}
.footer__search-link {
  position: relative;
  font-size: 1.5rem;
  color: #858585;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__search-link {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .footer__search-link:hover {
    opacity: 1;
    color: #05439b;
  }
  .footer__search-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.footer__search-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #05439b;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 835px) {
  .footer__banners {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(clamp(240px, 22.4vw, 281px) + 5.7432432432%);
            flex: 0 0 calc(clamp(240px, 22.4vw, 281px) + 5.7432432432%);
    padding-left: 5.7432432432%;
    padding-top: 6px;
    border-left: 1px solid #eaf1ff;
  }
}
.footer__youtube a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5714285714%;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  max-width: 280px;
  min-height: 72px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 834px) {
  .footer__youtube a {
    max-width: 240px;
    min-height: 64px;
    gap: 6px;
    border-radius: 3px;
  }
}
.footer__youtube a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  aspect-ratio: 340/150;
  background: url(../img/common/bg_footer_banner_youtube.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer__youtube a::before {
    width: 320px;
  }
}
@media (any-hover: hover) {
  .footer__youtube a:hover {
    opacity: 1;
    border-color: #05439b;
  }
}
.footer__youtube-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ff0000;
  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;
  z-index: 1;
}
@media (max-width: 834px) {
  .footer__youtube-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
  }
}
.footer__youtube-icon::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  translate: 1px 0;
}
@media (max-width: 834px) {
  .footer__youtube-icon::before {
    width: 8px;
  }
}
.footer__youtube-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.footer__youtube-subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #05439b;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__youtube-subtitle {
    font-size: 1rem;
  }
}
.footer__youtube-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .footer__youtube-title {
    font-size: 1.6rem;
  }
}
.footer__youtube-external-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 13px;
}
@media (max-width: 834px) {
  .footer__youtube-external-icon {
    width: 12px;
  }
}
@media (min-width: 835px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 835px) {
  .footer__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}
.footer__bottom-link {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__bottom-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 834px) {
  .footer__bottom-corp {
    margin-top: 8px;
  }
}
.footer__bottom-corp .footer__bottom-link {
  padding-right: 1.83333em;
}
.footer__bottom-corp .footer__bottom-link::before {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 1.084em;
  aspect-ratio: 13/10;
  background: url(../img/common/icon_external.png) center center/contain no-repeat;
}
.footer__bottom-copyright {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__bottom-copyright {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    right: 16px;
    bottom: 16px;
  }
}
.pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b -webkit-gradient(linear, left bottom, left top, from(#05439b), to(#3769af));
  background: #05439b linear-gradient(0deg, #05439b 0%, #3769af 100%);
  -webkit-box-shadow: 3px 2px 10px 0px rgba(63, 63, 63, 0.1);
          box-shadow: 3px 2px 10px 0px rgba(63, 63, 63, 0.1);
  -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) {
  .pagetop__link {
    width: 50px;
  }
}
.pagetop__link-icon {
  width: 15px;
}
.pagetop__link-icon img {
  aspect-ratio: 15/9;
  display: block;
}
@media (any-hover: hover) {
  .pagetop__link:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
            box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
  }
}

.js-scrolled .pagetop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* ============================================
// 採用情報
// ==========================================*/
.footer-recruit {
  position: relative;
  background: #fff;
  margin-bottom: -1px;
  z-index: 1;
}
.footer-recruit::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 0;
  width: 286px;
  aspect-ratio: 286/380;
  background: url(../img/common/deco_recruit01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer-recruit::before {
    top: 53px;
    width: 120px;
  }
}
.footer-recruit::after {
  content: "";
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 279px;
  aspect-ratio: 279/376;
  background: url(../img/common/deco_recruit02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer-recruit::after {
    bottom: 16px;
    width: 120px;
  }
}
.footer-recruit .slide__text {
  z-index: 1;
  position: relative;
}
.footer-recruit .slide__text-item {
  font-style: italic;
  font-size: 20rem;
  font-weight: 200;
  letter-spacing: 0.025em;
  color: #f2f8fd;
  line-height: 1;
  margin-right: 88px;
}
@media (max-width: 834px) {
  .footer-recruit .slide__text-item {
    font-size: 10rem;
    margin-right: 40px;
  }
}
.footer-recruit__inner {
  padding-bottom: 150px;
  padding-top: 22px;
}
@media (max-width: 834px) {
  .footer-recruit__inner {
    padding-bottom: 72px;
    padding-top: 16px;
  }
}
.footer-recruit__contents {
  background: #f2f8fd;
  border-radius: 100px;
  padding: 124px 9.334%;
}
@media (min-width: 835px) {
  .footer-recruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .footer-recruit__contents {
    border-radius: 40px;
    padding: 56px 9% 40px;
  }
}
.footer-recruit__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .footer-recruit__text-area {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .footer-recruit .common-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(402px, 32.027027027vw, 474px);
            flex: 0 0 clamp(402px, 32.027027027vw, 474px);
  }
}
.footer-recruit .common-title__heading {
  margin-top: -13px;
}
.footer-recruit .common-title__ja {
  color: #222;
}
.footer-recruit .common-btn {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer-recruit .common-btn {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .footer-recruit .common-btn__body {
    margin-inline: auto;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  background: #f2f8fd;
}
.front-page .main {
  padding: 0;
}
.front-page .main::before {
  content: "";
  position: absolute;
  inset: 60% 0 0 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .main {
    padding: 0;
  }
}
.front-page .movie {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.front-page .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.7777777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}
.front-page .hero {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .hero {
    height: 50vw;
    max-height: 100vh;
    min-height: clamp(646px, 62.7692307692vw, 816px);
    margin-bottom: clamp(34rem, -30rem + 62.5vw, 60rem);
  }
}
@media (max-width: 834px) {
  .front-page .hero {
    height: clamp(460px, 59.9520383693vw, 500px);
    margin-bottom: 480px;
  }
}
.front-page .hero__contents {
  position: absolute;
  top: calc(50% + 42px);
  left: clamp(40px, 7.8378378378vw, 116px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1720px) {
  .front-page .hero__contents {
    top: calc(50% + 90px);
  }
}
@media (max-width: 1100px) {
  .front-page .hero__contents {
    left: 56px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__contents {
    top: calc(50% + 56px);
    left: clamp(16px, 3.8369304556vw, 32px);
  }
}
.front-page .hero__text {
  opacity: 0;
}
.front-page .hero__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: clamp(6.4rem, 5.6081081081vw, 8.3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 834px) {
  .front-page .hero__text-group {
    font-size: clamp(3.85rem, 5.7553956835vw, 4.8rem);
  }
}
.front-page .hero__text-group--02 {
  margin-left: 0.7590361446em;
  margin-top: -0.0843373494em;
}
.front-page .hero__text-line--01 {
  margin-right: 0.4578313253em;
}
.front-page .hero__text-line--02 {
  font-size: 1.421686747em;
}
.front-page .hero__text-line--03 {
  margin-right: 0.313253012em;
}
.front-page .hero__text-line--04 {
  font-size: 1.421686747em;
}
.front-page .hero__text-line .js-word {
  display: inline-block;
  will-change: transform, filter;
  opacity: 0;
}
.front-page .hero__text-line .js-word:nth-child(2n+1) {
  translate: 40px 40px;
}
.front-page .hero__text-line .js-word:nth-child(2n) {
  translate: -40px 40px;
}
.front-page .hero__image {
  max-width: clamp(208px, 17.972972973vw, 266px);
  margin-left: auto;
  margin-top: clamp(16px, 1.2162162162vw, 18px);
  margin-right: -4px;
  opacity: 0;
  translate: -40px 0;
  -webkit-transition: opacity 0.3s ease 0.8s, translate 0.3s ease 0.8s;
  transition: opacity 0.3s ease 0.8s, translate 0.3s ease 0.8s;
}
@media (max-width: 834px) {
  .front-page .hero__image {
    max-width: clamp(152px, 20.1438848921vw, 168px);
    margin-right: -8px;
  }
}
.front-page .hero__image img {
  aspect-ratio: 266/83;
}
.front-page .hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .hero__deco {
    inset: 0 auto 0 -16px;
  }
}
.front-page .hero__deco img {
  width: 100%;
  opacity: 0;
  min-width: 1070px;
}
@media (max-width: 834px) {
  .front-page .hero__deco img {
    min-width: 520px;
  }
}
.front-page.js-loaded .movie {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.front-page.js-loaded .hero__text {
  opacity: 1;
}
.front-page.js-loaded .hero__text-line .js-word:nth-child(2n+1) {
  -webkit-animation: hero-line-fadeIn01 0.7s ease 0.4s both;
          animation: hero-line-fadeIn01 0.7s ease 0.4s both;
}
@-webkit-keyframes hero-line-fadeIn01 {
  0% {
    opacity: 0;
    translate: 100px -100px;
    scale: 3;
  }
  50% {
    opacity: 1;
    translate: -16px 16px;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
@keyframes hero-line-fadeIn01 {
  0% {
    opacity: 0;
    translate: 100px -100px;
    scale: 3;
  }
  50% {
    opacity: 1;
    translate: -16px 16px;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
.front-page.js-loaded .hero__text-line .js-word:nth-child(2n) {
  -webkit-animation: hero-line-fadeIn02 0.7s ease 0.4s forwards;
          animation: hero-line-fadeIn02 0.7s ease 0.4s forwards;
}
@-webkit-keyframes hero-line-fadeIn02 {
  0% {
    opacity: 0;
    translate: -100px -100px;
    scale: 3;
  }
  50% {
    opacity: 1;
    translate: 16px 16px;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
@keyframes hero-line-fadeIn02 {
  0% {
    opacity: 0;
    translate: -100px -100px;
    scale: 3;
  }
  50% {
    opacity: 1;
    translate: 16px 16px;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
.front-page.js-loaded .hero__image {
  opacity: 1;
  translate: 0 0;
}
.front-page.js-loaded .hero__deco img {
  opacity: 1;
  -webkit-animation: hero-deco-shape 0.55s cubic-bezier(0.71, 0.02, 0.86, 0.43) forwards, fadeToHalf 0.5s ease 1s forwards;
          animation: hero-deco-shape 0.55s cubic-bezier(0.71, 0.02, 0.86, 0.43) forwards, fadeToHalf 0.5s ease 1s forwards;
}
@-webkit-keyframes hero-deco-shape {
  0% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
  }
}
@keyframes hero-deco-shape {
  0% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes fadeToHalf {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes fadeToHalf {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.front-page .message {
  padding-bottom: 64px;
}
@media (max-width: 834px) {
  .front-page .message {
    padding-bottom: 16px;
  }
}
.front-page .message__inner {
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .front-page .message__inner {
    padding-bottom: 8px;
  }
}
.front-page .message__lead {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.075em;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .front-page .message__lead {
    font-size: 1.5rem;
  }
}
.front-page .message__text {
  position: relative;
  z-index: -2;
}
.front-page .message__text-list {
  padding-bottom: 16px;
}
.front-page .message__text-item {
  font-style: italic;
  font-size: 20rem;
  font-weight: 200;
  letter-spacing: 0.025em;
  color: #e6eff5;
  line-height: 1;
  opacity: 0.6;
  margin-right: 48px;
}
@media (max-width: 834px) {
  .front-page .message__text-item {
    font-size: 10rem;
    margin-right: 24px;
  }
}
.front-page .job-search {
  position: relative;
  background: #fff;
  border-radius: 100px 100px 0 0;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .front-page .job-search {
    border-radius: 40px 40px 0 0;
  }
}
.front-page .job-search::before {
  content: "";
  position: absolute;
  top: -187px;
  left: 0;
  width: 390px;
  aspect-ratio: 390/519;
  background: url(../img/index/deco_job-search01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .job-search::before {
    top: -64px;
    width: 120px;
  }
}
.front-page .job-search__inner {
  padding-top: 112px;
}
@media (max-width: 834px) {
  .front-page .job-search__inner {
    padding-top: 48px;
  }
}
.front-page .job-search__contents {
  margin-inline: -3%;
}
.front-page .job-search .common-title {
  position: relative;
  z-index: 1;
}
.front-page .job-search .common-title__heading {
  margin: 0 auto -50px;
}
@media (max-width: 834px) {
  .front-page .job-search .common-title__heading {
    margin: 0 auto -22px;
  }
}
.front-page .job-search .common-title__ja {
  width: calc(100% - 7.8rem - 0px);
}
@media (max-width: 834px) {
  .front-page .job-search .common-title__ja {
    width: calc(100% - 3.4rem - 0px);
  }
}
.front-page .job-search__body {
  position: relative;
  background: #f2f8fd;
  border-radius: 30px;
  padding: 93px 6.5%;
}
@media (max-width: 834px) {
  .front-page .job-search__body {
    padding: 40px 5%;
    border-radius: 20px;
  }
}
.front-page .job-search__body::before {
  content: "";
  position: absolute;
  top: calc(100% - 220px);
  right: -667px;
  width: 2520px;
  aspect-ratio: 1748/1382;
  background: url(../img/index/deco_job-search02.png) center right/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .job-search__body::before {
    top: calc(100% - 106px);
    right: -318px;
    width: 1200px;
  }
}
.front-page .newjobs {
  background: #fff;
}
.front-page .newjobs__inner {
  padding-top: 84px;
  padding-bottom: 212px;
}
@media (max-width: 834px) {
  .front-page .newjobs__inner {
    padding-top: 64px;
    position: relative;
    padding-bottom: 203px;
  }
}
@media (min-width: 835px) {
  .front-page .newjobs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__head {
    display: contents;
  }
}
@media (min-width: 835px) {
  .front-page .newjobs__head .common-title__ja {
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    top: 18px;
    width: calc(100% - 7.8rem - 20px);
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-title__ja {
    width: calc(100% - 4.6rem - 0px);
    top: -2px;
  }
}
@media (min-width: 835px) {
  .front-page .newjobs__head .common-title__line {
    gap: 5px;
  }
}
.front-page .newjobs__head .common-title__eng {
  font-size: 5.2rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-title__eng {
    font-size: 3.6rem;
  }
}
.front-page .newjobs__head .common-title__eng::first-letter {
  font-size: 10.5rem;
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-title__eng::first-letter {
    font-size: 4.6rem;
  }
}
@media (min-width: 835px) {
  .front-page .newjobs__head .common-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-btn {
    position: absolute;
    right: 6.25%;
    bottom: 56px;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .newjobs__head .common-btn__body {
    margin-left: auto;
  }
}
.front-page .newjobs__body {
  overflow: visible;
  margin-top: 45px;
}
@media (max-width: 834px) {
  .front-page .newjobs__body {
    margin-top: 24px;
  }
}
.front-page .newjobs__item {
  max-width: 480px;
}
.front-page .newjobs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  padding: 29px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .front-page .newjobs__link {
    gap: 16px;
    border-radius: 10px;
    padding: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 24px rgba(5, 67, 155, 0.2);
            box-shadow: 0 0 24px rgba(5, 67, 155, 0.2);
  }
  .front-page .newjobs__link:hover .newjobs__image img {
    scale: 1.1;
  }
}
.front-page .newjobs__image {
  height: 100%;
  max-width: 160px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .newjobs__image {
    max-width: 104px;
    border-radius: 8px;
  }
}
.front-page .newjobs__image img {
  aspect-ratio: 160/116;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .newjobs__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .newjobs__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.front-page .newjobs__label {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  background: #05439b;
  border-radius: 500px;
  padding: 0.382em 0.925em 0.25em;
}
@media (max-width: 834px) {
  .front-page .newjobs__label {
    font-size: 1rem;
  }
}
.front-page .newjobs__description {
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .newjobs__description {
    margin-top: 6px;
  }
}
.front-page .newjobs__date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .front-page .newjobs__date {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.front-page .newjobs .swiper-button-next, .front-page .newjobs .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #05439b;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  bottom: -97px;
}
@media (max-width: 834px) {
  .front-page .newjobs .swiper-button-next, .front-page .newjobs .swiper-button-prev {
    bottom: -66px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs .swiper-button-next:hover, .front-page .newjobs .swiper-button-prev:hover {
    scale: 0.9;
  }
}
.front-page .newjobs .swiper-button-next::before, .front-page .newjobs .swiper-button-prev::before {
  content: "";
  display: block;
  width: 15px;
  height: 1em;
  inset: 0 1em 0 auto;
  margin: auto 0;
  aspect-ratio: 15/9;
  background: url(../img/common/icon_arrow_white.png) center center/contain no-repeat;
}
.front-page .newjobs .swiper-button-next::after, .front-page .newjobs .swiper-button-prev::after {
  content: none;
}
.front-page .newjobs .swiper-button-next {
  top: auto;
  right: 0;
}
.front-page .newjobs .swiper-button-next::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.front-page .newjobs .swiper-button-prev {
  top: auto;
  right: 56px;
  left: auto;
}
.front-page .newjobs .swiper-button-prev::before {
  -webkit-transform: translateX(-2px) rotate(-90deg);
          transform: translateX(-2px) rotate(-90deg);
}
.front-page .newjobs .swiper-scrollbar {
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  bottom: -73px;
  left: 0;
  width: calc(100% - 180px);
}
@media (max-width: 834px) {
  .front-page .newjobs .swiper-scrollbar {
    bottom: -43px;
    width: calc(100% - 130px);
  }
}
.front-page .newjobs .swiper-scrollbar-drag {
  background: #05439b;
}
.front-page .jobs-charm {
  position: relative;
  background: #f2f8fd;
  border-radius: 100px;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .front-page .jobs-charm {
    border-radius: 40px;
  }
}
.front-page .jobs-charm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
.front-page .jobs-charm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
.front-page .jobs-charm__inner {
  padding-top: 120px;
  padding-bottom: 138px;
}
@media (max-width: 834px) {
  .front-page .jobs-charm__inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .front-page .jobs-charm__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(80px, 8.1081081081vw, 120px);
  }
}
.front-page .jobs-charm__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .jobs-charm__item {
    max-width: 440px;
    margin-inline: auto;
  }
}
.front-page .jobs-charm__link {
  position: relative;
  display: block;
  min-height: 440px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .jobs-charm__link {
    min-height: 240px;
    border-radius: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .jobs-charm__link:hover {
    opacity: 1;
  }
  .front-page .jobs-charm__link:hover .jobs-charm__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .jobs-charm__link:hover .jobs-charm__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.front-page .jobs-charm__image {
  position: absolute;
  inset: 0;
  max-width: 540px;
}
.front-page .jobs-charm__image img {
  aspect-ratio: 540/440;
}
.front-page .jobs-charm__icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .front-page .jobs-charm__icon {
    bottom: 16px;
    right: 16px;
    width: 36px;
  }
}
.front-page .jobs-charm__icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b;
}
@media (max-width: 834px) {
  .front-page .jobs-charm__icon::before {
    width: 8px;
  }
}
.front-page .jobs-charm .common-title {
  position: relative;
  z-index: 1;
  margin-bottom: -36px;
}
@media (max-width: 834px) {
  .front-page .jobs-charm .common-title {
    margin-bottom: -16px;
  }
}
@media (min-width: 835px) {
  .front-page .jobs-charm .common-title__line {
    gap: 5px;
  }
}
@media (min-width: 835px) {
  .front-page .jobs-charm__item--jobs .common-title__ja {
    width: calc(100% - 7.8rem + 6px);
    gap: 11px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs-charm__item--jobs .common-title__ja {
    width: calc(100% - 1rem - 0px);
    right: -22px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs-charm__item--charm {
    margin-top: 32px;
  }
}
.front-page .jobs-charm__item--charm .common-title__eng::first-letter {
  margin-right: 0;
}
.front-page .family {
  position: relative;
  background: #fff;
  margin-bottom: -1px;
  z-index: 1;
}
.front-page .family::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  min-width: 1480px;
  aspect-ratio: 1480/769;
  background: url(../img/index/deco_family01.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .front-page .family::before {
    top: 12px;
    left: -68px;
  }
}
@media (max-width: 1130px) {
  .front-page .family::before {
    top: 46px;
    left: -74px;
  }
}
@media (max-width: 834px) {
  .front-page .family::before {
    top: -6px;
    left: -37px;
    min-width: 1036px;
  }
}
.front-page .family::after {
  content: "";
  position: absolute;
  top: min(-4.21875vw, -70px);
  left: clamp(80px, 5.4166666667vw, 104px);
  width: calc(100% - clamp(80px, 5.4166666667vw, 104px));
  min-width: 1400px;
  aspect-ratio: 1400/631;
  background: url(../img/index/deco_family02.svg) center center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .front-page .family::after {
    top: -26px;
    left: 8px;
  }
}
@media (max-width: 1130px) {
  .front-page .family::after {
    top: 8px;
    left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .family::after {
    top: -32px;
    left: 16px;
    min-width: 980px;
    z-index: 0;
  }
}
.front-page .family__inner {
  padding-top: 124px;
}
@media (max-width: 834px) {
  .front-page .family__inner {
    padding-top: 72px;
  }
}
.front-page .family__link {
  position: relative;
  display: block;
  min-height: 370px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .family__link {
    min-height: 200px;
    border-radius: 30px;
  }
}
.front-page .family__link .common-title {
  position: absolute;
  top: 50%;
  right: clamp(120px, 11.7567567568vw, 174px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .front-page .family__link .common-title {
    right: 0;
    left: 16px;
  }
}
.front-page .family__link .common-title__heading {
  -webkit-filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff);
}
@media (any-hover: hover) {
  .front-page .family__link:hover {
    opacity: 1;
  }
  .front-page .family__link:hover .family__image img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .front-page .family__link:hover .family__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.front-page .family__image {
  position: absolute;
  inset: 0;
  max-width: 1200px;
  z-index: -1;
  pointer-events: none;
}
.front-page .family__image img {
  aspect-ratio: 1200/370;
}
.front-page .family__icon {
  position: absolute;
  inset: 0 clamp(32px, 3.5833333333vw, 43px) 0 auto;
  height: 50px;
  margin: auto 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e3f2fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .front-page .family__icon {
    inset: 0 16px 0 auto;
    height: 36px;
  }
}
.front-page .family__icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b;
}
@media (max-width: 834px) {
  .front-page .family__icon::before {
    width: 8px;
  }
}
.front-page .gallery {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  padding-bottom: 144px;
}
@media (max-width: 834px) {
  .front-page .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    padding-bottom: 16px;
    gap: 8px;
  }
}
.front-page .gallery__inner {
  padding-top: 196px;
}
@media (max-width: 834px) {
  .front-page .gallery__inner {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__contents {
    display: contents;
  }
}
@media (min-width: 835px) {
  .front-page .gallery__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__head {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__head .common-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 6.25%;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__head .common-title__ja {
    width: calc(100% - 4.3rem - 0px);
    right: -3px;
  }
}
@media (min-width: 835px) {
  .front-page .gallery__head .common-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__head .common-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 72px;
  }
}
@media (max-width: 834px) {
  .front-page .gallery__head .common-btn__body {
    margin-left: auto;
    margin-right: 6.25%;
  }
}
.front-page .gallery__image {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .front-page .gallery__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }
}
.front-page .gallery__image-item {
  width: 324px;
  margin-right: 48px;
}
@media (max-width: 834px) {
  .front-page .gallery__image-item {
    width: 160px;
    margin-right: 24px;
  }
}
.front-page .gallery__image-item:nth-child(2n) {
  margin-bottom: -240px;
}
@media (max-width: 834px) {
  .front-page .gallery__image-item:nth-child(2n) {
    margin-bottom: -96px;
  }
}
.front-page .gallery__image-item img {
  aspect-ratio: 324/384;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .front-page .gallery__image-item img {
    border-radius: 20px;
  }
}
.front-page .gallery__image .infiniteslide_wrap {
  overflow: visible !important;
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  background: #05439b;
  border-radius: 500px;
  padding: 0.382em 0.925em 0.25em;
}
@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: #05439b;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  border-radius: 500px;
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #2fa7df linear-gradient(45deg, #2fa7df 0, #2fa7df 20%, #45c4ff 80%, #45c4ff 100%);
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  top: 9px;
  right: 19px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after,
  .lower-whatsnew .btn.btn_external::after {
    top: 19px;
    right: 18px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
            box-shadow: 0 4px 10px rgba(5, 67, 155, 0.15);
  }
}
.lower-kyujin_l .pagination ul,
.lower-kyujin_d .pagination ul,
.lower-whatsnew .pagination ul {
  gap: 2px;
}
.lower-kyujin_l .pagination ul li a,
.lower-kyujin_l .pagination ul li em,
.lower-kyujin_d .pagination ul li a,
.lower-kyujin_d .pagination ul li em,
.lower-whatsnew .pagination ul li a,
.lower-whatsnew .pagination ul li em {
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_top,
  .lower-kyujin_d .job_count_pager.contents_top,
  .lower-whatsnew .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  padding: 80px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 48px 0 0;
  }
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before,
.lower-whatsnew .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #05439b;
  top: 0;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  position: relative;
  padding: 0;
  margin-bottom: 32px;
  border: none;
  padding: 48px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 40px 0;
  }
}
.lower-kyujin_l .search_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  border-radius: 100px;
  background: #f2f8fd;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel::before {
    border-radius: 40px;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 0;
  width: auto;
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  -webkit-transform: none;
          transform: none;
  border-radius: 40px;
  -webkit-transition: border-radius 0.3s, opacity 0.3s, margin-bottom 0.5s, -webkit-filter 0.3s;
  transition: border-radius 0.3s, opacity 0.3s, margin-bottom 0.5s, -webkit-filter 0.3s;
  transition: border-radius 0.3s, opacity 0.3s, margin-bottom 0.5s, filter 0.3s;
  transition: border-radius 0.3s, opacity 0.3s, margin-bottom 0.5s, filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.5));
            filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.5));
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.6rem;
  padding: 1.35em 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.5rem;
    padding: 0.85em 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_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-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding-top: 8px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 48px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 0;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 40px;
  padding: 40px 5% 48px;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 24px;
    padding: 24px 5%;
    border-radius: 20px;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .l-main {
  padding-top: 160px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main {
    padding-top: 96px;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: #f2f8fd;
  border-radius: 0 0 100px 100px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main::before {
    height: 120px;
    border-radius: 0 0 40px 40px;
  }
}
.lower-kyujin_d .kyujin_container {
  position: relative;
  padding-top: 72px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 32px;
  }
}
.lower-kyujin_d .kyujin_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  pointer-events: none;
  z-index: -1;
  border-radius: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::before {
    border-radius: 40px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border-radius: 10px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 76px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 102px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 84px;
  }
}
.lower-kyujin_d .outline,
.lower-kyujin_d .appeal {
  padding: 40px 5%;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline,
  .lower-kyujin_d .appeal {
    padding: 20px 5% 24px;
    border-radius: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: relative;
  color: #05439b;
  font-size: 4rem;
  padding: 0 0.5em;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.8rem;
    padding: 0 0.3em;
  }
}
.lower-kyujin_d .outline_ttl::before, .lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::before,
.lower-kyujin_d .appeal_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  translate: -50% -50%;
  width: calc(100% + 240px);
  height: 1px;
  background: #05439b;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before, .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::before,
  .lower-kyujin_d .appeal_ttl::after {
    top: calc(50% - 2px);
    width: calc(100% + 56px);
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  top: calc(50% + 3px);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::after {
    top: calc(50% + 2px);
  }
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(47, 167, 223, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    font-size: 1.6rem;
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone .phone_num::before {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    font-size: 1.1rem;
    color: #fff;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  border-radius: 500px;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 9px;
  right: 21px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 12px 0;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 24px;
    right: 18px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.5));
            filter: drop-shadow(0 4px 10px rgba(5, 67, 155, 0.5));
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 36px 4%;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-whatsnew article.job {
    margin-top: 16px;
    padding: 24px 6%;
    border-radius: 10px;
  }
}
.lower-whatsnew article.job:first-child {
  margin-top: 0;
}

.lower-gallery .l-main {
  z-index: auto;
  padding: 62px 0 130px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .l-main {
    padding-bottom: 90px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .l-main {
    padding: 48px 0 50px;
  }
}
.lower-gallery .gallery_anchor_inner {
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor_inner {
    margin-bottom: 48px;
  }
}
.lower-gallery .gallery_anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_anchor .anchors {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 20px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor .anchors {
    gap: 6px 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lower-gallery .gallery_anchor .anchors_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (any-hover: hover) {
  .lower-gallery .gallery_anchor .anchors_item a:hover .text {
    color: #05439b;
  }
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_anchor .anchors_item a {
    gap: 6px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor .anchors_item a {
    gap: 6px;
  }
}
.lower-gallery .gallery_anchor .anchors_item a .text {
  font-size: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_anchor .anchors_item a .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor .anchors_item a .text {
    font-size: 1.4rem;
  }
}
.lower-gallery .gallery_anchor .anchors_item a .icon {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #05439b;
  border-radius: 50%;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_anchor .anchors_item a .icon {
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor .anchors_item a .icon {
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
  }
}
.lower-gallery .gallery_anchor .anchors_item a .icon::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/5.5;
  background: url(../img/gallery/ico-anchor.png) no-repeat center center/contain;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_anchor .anchors_item a .icon::after {
    width: 7px;
  }
}
.lower-gallery .gallery_howtouse_inner {
  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: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_howtouse_inner {
    margin-bottom: 32px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_howtouse_inner {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.lower-gallery .gallery_howtouse_inner::before, .lower-gallery .gallery_howtouse_inner::after {
  content: "";
  display: block;
  width: 19.5px;
  height: 22.5px;
  pointer-events: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.5px;
          flex: 0 0 19.5px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_howtouse_inner::before, .lower-gallery .gallery_howtouse_inner::after {
    width: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
  }
}
.lower-gallery .gallery_howtouse_inner::before {
  background: url(../img/gallery/howtouse_deco01.png) no-repeat center center/contain;
}
.lower-gallery .gallery_howtouse_inner::after {
  background: url(../img/gallery/howtouse_deco02.png) no-repeat center center/contain;
}
.lower-gallery .gallery_howtouse_text {
  text-align: center;
  font-size: 2rem;
  color: #05439b;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.lower-gallery .gallery_howtouse_text br {
  display: none;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_howtouse_text br {
    display: block;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_howtouse_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lower-gallery .gallery_contents {
  padding-top: 48px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents {
    padding-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents {
    padding-top: 20px;
  }
}
.lower-gallery .gallery_contents .galleryBlock {
  position: relative;
}
.lower-gallery .gallery_contents .galleryBlock::after {
  content: "";
  position: absolute;
  right: -96px;
  top: -48px;
  width: 472.5px;
  aspect-ratio: 472.5/435.5;
  background: url(../img/common/common_lower_deco.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock::after {
    max-width: 280px;
    right: -60px;
    top: -30px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock::after {
    max-width: 100px;
    top: -20px;
    right: -25px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item {
    margin-top: -30px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100px 100px 0 0;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock_item::after {
    border-radius: 50px 50px 0 0;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item::after {
    border-radius: 30px 30px 0 0;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item:nth-child(odd)::after {
  background-color: #f2f8fd;
}
.lower-gallery .gallery_contents .galleryBlock_item:nth-child(even)::after {
  background-color: #fff;
}
.lower-gallery .gallery_contents .galleryBlock_item:first-child {
  margin-top: 0;
}
.lower-gallery .gallery_contents .galleryBlock_item:last-child .galleryBlock_item_inner {
  padding-bottom: 120px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock_item:last-child .galleryBlock_item_inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item:last-child .galleryBlock_item_inner {
    padding-bottom: 45px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item:last-child::after {
  border-radius: 100px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock_item:last-child::after {
    border-radius: 50px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item:last-child::after {
    border-radius: 30px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item_inner {
  padding-top: 74px;
  padding-bottom: 200px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock_item_inner {
    padding-top: 58px;
    padding-bottom: 180px;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item_inner {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item_title {
  text-align: center;
}
.lower-gallery .gallery_contents .galleryBlock_item_title .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2fa7df;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item_title .eng {
    font-size: 1.2rem;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item_title .ja {
  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: 16px;
  color: #05439b;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item_title .ja {
    font-size: 2.1rem;
    gap: 12px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item_title .ja::before, .lower-gallery .gallery_contents .galleryBlock_item_title .ja::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #05439b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item_title .ja::before, .lower-gallery .gallery_contents .galleryBlock_item_title .ja::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 1.67%;
  margin-top: 40px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-gallery .gallery_contents .galleryBlock_item .photoList {
    gap: 15px 1.5%;
  }
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item .photoList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 3%;
    margin-top: 24px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail {
  position: relative;
  aspect-ratio: 640/430;
  cursor: pointer;
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico {
    width: 24px;
    right: 6px;
    bottom: 6px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico::before, .lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #05439b;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico::before, .lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico::after {
    width: 10px;
  }
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .lower-gallery .gallery_contents .galleryBlock_item .photoList .thumbnail:hover::before {
    opacity: 0.4;
  }
}
.lower-gallery .gallery_container .iziModal {
  max-width: 780px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #fff;
  border-radius: 32px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal {
    width: calc(100% - 40px) !important;
    max-width: 480px !important;
    border-radius: 20px !important;
  }
}
.lower-gallery .gallery_container .iziModal-wrap {
  padding: 64px 70px 56px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal-wrap {
    padding: 24px 24px 18px;
  }
}
.lower-gallery .gallery_container .iziModal .photo {
  aspect-ratio: 640/430;
}
.lower-gallery .gallery_container .iziModal .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-gallery .gallery_container .iziModal .caption {
  margin-top: 18px;
  line-height: 1.6;
  padding: 1em 1.6em;
  background-color: #f2f8fd;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal .caption {
    font-size: 1.3rem;
    margin-top: 10px;
    padding: 0.8em 1.2em;
  }
}
.lower-gallery .gallery_container .iziModal .controls button {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 64px;
  height: 64px;
  background: #05439b -webkit-gradient(linear, left bottom, left top, from(#05439b), to(#3769af));
  background: #05439b linear-gradient(0deg, #05439b 0%, #3769af 100%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal .controls button {
    width: 36px;
    height: 36px;
    bottom: 2px;
    border: 1px solid #fff;
  }
}
.lower-gallery .gallery_container .iziModal .controls button::before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  width: 10px;
  inset: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal .controls button::before {
    width: 8px;
  }
}
.lower-gallery .gallery_container .iziModal .controls button.prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower-gallery .gallery_container .iziModal .controls button.prev::before {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: translateX(25%) rotate(-45deg);
          transform: translateX(25%) rotate(-45deg);
}
@media (hover: hover) {
  .lower-gallery .gallery_container .iziModal .controls button.prev:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
}
.lower-gallery .gallery_container .iziModal .controls button.next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.lower-gallery .gallery_container .iziModal .controls button.next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (hover: hover) {
  .lower-gallery .gallery_container .iziModal .controls button.next:hover {
    -webkit-transform: translateX(50%) scale(1.1);
            transform: translateX(50%) scale(1.1);
  }
}
.lower-gallery .gallery_container .iziModal .close {
  position: absolute;
  right: 24px;
  top: 24px;
  aspect-ratio: 1/1;
  width: 36px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: #05439b 1.5px solid;
}
@media (max-width: 834px) {
  .lower-gallery .gallery_container .iziModal .close {
    right: 12px;
    top: 12px;
    width: 28px;
  }
}
.lower-gallery .gallery_container .iziModal .close::before, .lower-gallery .gallery_container .iziModal .close::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #05439b;
}
.lower-gallery .gallery_container .iziModal .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lower-gallery .gallery_container .iziModal .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .lower-gallery .gallery_container .iziModal .close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 1200px) {
  .lower-charm .l-main {
    padding-bottom: 120px;
  }
}
.lower-charm .charm_intro_inner {
  max-width: 1080px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .lower-charm .charm_intro_inner {
    padding-inline: 6.5%;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_intro_inner {
    margin-bottom: 30px;
  }
}
.lower-charm .charm_contents .charmList {
  padding-top: 50px;
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList {
    padding-top: 20px;
  }
}
.lower-charm .charm_contents .charmList_item {
  position: relative;
}
.lower-charm .charm_contents .charmList_item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 80.4%;
  height: 100%;
  display: block;
  background-color: #f2f8fd;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .lower-charm .charm_contents .charmList_item::after {
    width: 88%;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item::after {
    display: none;
  }
}
.lower-charm .charm_contents .charmList_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.8%;
  z-index: 1;
  padding-block: 66px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1301px) {
  .lower-charm .charm_contents .charmList_item_inner {
    padding-left: 90px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .lower-charm .charm_contents .charmList_item_inner {
    gap: 5.4%;
    padding-top: 44px;
    padding-bottom: 50px;
    margin-bottom: 56px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 42px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.lower-charm .charm_contents .charmList_item .imgArea {
  max-width: 522px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.392%;
          flex: 0 0 45.392%;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .lower-charm .charm_contents .charmList_item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .imgArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 22px auto 0;
  }
}
.lower-charm .charm_contents .charmList_item .imgArea img {
  border-radius: 30px;
  aspect-ratio: 522/384;
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .imgArea img {
    border-radius: 15px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea {
    display: contents;
  }
}
.lower-charm .charm_contents .charmList_item .textArea .tag {
  position: relative;
  display: inline-block;
  padding: 7px 22px 7px 10px;
  color: #fff;
  font-size: 1.35rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  background: #05439b linear-gradient(45deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea .tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 7.5px 16px 6px 8px;
    font-size: 1.05rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea .contentsTitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-charm .charm_contents .charmList_item .textArea .contentsTitle .title {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-bottom: 13px;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .lower-charm .charm_contents .charmList_item .textArea .contentsTitle .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea .contentsTitle .title {
    margin-top: 12px;
    font-size: 2.3rem;
    letter-spacing: 0.03em;
    padding-bottom: 9px;
    line-height: 1.4;
    margin-inline: -2.5px;
  }
}
.lower-charm .charm_contents .charmList_item .textArea .contentsTitle .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  border-top: 1px solid #05439b;
  border-bottom: 1px solid #05439b;
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea .contentsTitle .title::after {
    height: 5px;
  }
}
.lower-charm .charm_contents .charmList_item .textArea .contentsText {
  margin-top: 20px;
  letter-spacing: 0.065em;
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item .textArea .contentsText {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.lower-charm .charm_contents .charmList_item:first-child::before {
  content: "";
  position: absolute;
  right: -82px;
  top: -50px;
  width: 472.5px;
  aspect-ratio: 472.5/435.5;
  background: url(../img/common/common_lower_deco.png) no-repeat center center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-charm .charm_contents .charmList_item:first-child::before {
    max-width: 280px;
    right: -60px;
    top: -30px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item:first-child::before {
    max-width: 100px;
    top: -20px;
    right: -25px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item:first-child .charmList_item_inner {
    padding-top: 36px;
  }
}
.lower-charm .charm_contents .charmList_item:last-child .charmList_item_inner {
  margin-bottom: 0;
}
.lower-charm .charm_contents .charmList_item:nth-child(even)::after {
  right: 0;
}
.lower-charm .charm_contents .charmList_item:nth-child(even) .charmList_item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item:nth-child(even) .charmList_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm_contents .charmList_item:nth-child(odd) {
    background-color: #f2f8fd;
  }
}
.lower-charm .charm_contents .charmList_item:nth-child(odd)::after {
  left: 0;
}

@media screen and (min-width: 1200px) {
  .lower-family .l-main {
    padding-top: 70px;
    padding-bottom: 148px;
  }
}
.lower-family .family_intro_inner {
  max-width: 1080px;
  margin-bottom: 26px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_intro_inner {
    margin-bottom: 36px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_intro_inner {
    margin-bottom: 20px;
  }
}
.lower-family .family_contents .familyBlock {
  padding-top: 64px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock {
    padding-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock {
    padding-top: 20px;
  }
}
.lower-family .family_contents .familyBlock_item {
  position: relative;
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item {
    padding-top: 52px;
    padding-bottom: 90px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item {
    padding-top: 44px;
    padding-bottom: 52px;
  }
}
.lower-family .family_contents .familyBlock_item::after {
  content: "";
  position: absolute;
  right: -98px;
  top: -64px;
  width: 472.5px;
  aspect-ratio: 472.5/435.5;
  background: url(../img/common/common_lower_deco.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item::after {
    max-width: 280px;
    right: -60px;
    top: -30px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item::after {
    max-width: 100px;
    top: -20px;
    right: -25px;
  }
}
.lower-family .family_contents .familyBlock_item_inner {
  max-width: 1180px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item_inner {
    padding-inline: 4.5%;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.27%;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .mainContents {
    gap: 5%;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox {
  margin-top: 40px;
}
@media (min-width: 835px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49.635%;
            flex: 1 1 49.635%;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox {
    margin-top: 0;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox .eng {
  font-size: 7.2rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: transparent;
  background: #05439b -webkit-gradient(linear, left top, left bottom, color-stop(0, #05439b), color-stop(20%, #05439b), color-stop(80%, #075fc5), to(#075fc5));
  background: #05439b linear-gradient(180deg, #05439b 0, #05439b 20%, #075fc5 80%, #075fc5 100%);
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox .eng {
    font-size: 6.3rem;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox .eng {
    font-size: 3.8rem;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox_inner {
    margin-top: 12px;
    gap: 10px;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 13px;
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox_line::before, .lower-family .family_contents .familyBlock_item .mainContents_titleBox_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #05439b;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox_line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_titleBox .ja {
  font-size: 2rem;
  font-weight: 900;
  color: #05439b;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_titleBox .ja {
    font-size: 1.6rem;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea {
  max-width: 554px;
}
@media (min-width: 835px) {
  .lower-family .family_contents .familyBlock_item .mainContents_imgArea {
    width: 50.365%;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin: 28px auto 0;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperMain .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperMain .swiper-wrapper .swiper-slide .img {
    border-radius: 15px;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperMain .swiper-wrapper .swiper-slide .img img {
  aspect-ratio: 554/386;
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb {
  position: relative;
  max-width: 554px;
  overflow: hidden;
  margin-top: 5px;
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb.is-hidden {
  display: none !important;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb {
    max-width: 100%;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  max-width: 138.5px;
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img {
  opacity: 0.3;
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide .img {
    border-radius: 10px;
  }
}
.lower-family .family_contents .familyBlock_item .mainContents_imgArea .swiperThumb .swiper-wrapper .swiper-slide .img img {
  aspect-ratio: 554/386;
}
.lower-family .family_contents .familyBlock_item .pointList {
  margin-top: 58px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .pointList {
    margin-top: 42px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList {
    margin-top: 24px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item {
  background-color: #fff;
  border: #05439b 1px solid;
  border-radius: 18px;
  margin-bottom: 38px;
  overflow: hidden;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .pointList_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item {
    border-radius: 12px;
    margin-bottom: 20px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item:last-child {
  margin-bottom: 0;
}
.lower-family .family_contents .familyBlock_item .pointList_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #05439b;
  overflow: hidden;
}
.lower-family .family_contents .familyBlock_item .pointList_item_head .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3px 20px 0;
  background: #05439b -webkit-gradient(linear, left top, left bottom, color-stop(0, #05439b), color-stop(20%, #05439b), color-stop(80%, #0861c7), to(#0861c7));
  background: #05439b linear-gradient(180deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-right: 1px #fff solid;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_head .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    padding: 0 10px 0 9px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_head .num .numText {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_head .num .numText {
    font-size: 0.8rem;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_head .num .numCount {
  font-size: 2.9rem;
  line-height: 1;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_head .num .numCount {
    font-size: 1.5rem;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_head .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 24px 30px 23px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_head .title {
    font-size: 2.7rem;
    padding-inline: 25px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_head .title {
    font-size: 1.7rem;
    padding: 16px 8px 18px 13px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body {
  padding: 30px 45px 48px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body {
    padding: 30px 3.8% 42px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body {
    padding: 18px 6.5% 28px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint {
  margin-top: 32px;
  display: grid;
  gap: 3.29%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint {
    gap: 2.5%;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint {
    margin-top: 26px;
    display: block;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-row-gap: 14px;
  background-color: #eafcff;
  padding: 20px 29px 44px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_item {
    display: block;
    padding: 20px 7.5% 30px;
    margin-bottom: 18px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_item:last-child {
    margin-bottom: 0;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_icon {
  text-align: center;
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_icon img {
  max-width: 67px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_icon img {
    max-width: 50px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  color: #05439b;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_title {
    margin-top: 8px;
    font-size: 1.9rem;
    padding-bottom: 11px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 46px;
  height: 3px;
  background-color: #2fa7df;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_title::after {
    width: 40px;
    height: 2px;
  }
}
.lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_text {
  margin-top: 6px;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body .keyPoint_text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item .pointList_item_body_text br {
    display: none;
  }
}
.lower-family .family_contents .familyBlock_item:nth-child(odd) {
  background-color: #f2f8fd;
  border-radius: 100px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_contents .familyBlock_item:nth-child(odd) {
    border-radius: 50px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item:nth-child(odd) {
    border-radius: 30px;
  }
}
.lower-family .family_contents .familyBlock_item:last-child {
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item:last-child {
    margin-bottom: 32px;
  }
}
.lower-family .family_contents .familyBlock_item:last-child:nth-child(odd) {
  padding-bottom: 95px;
}
@media (max-width: 834px) {
  .lower-family .family_contents .familyBlock_item:last-child:nth-child(odd) {
    padding-bottom: 40px;
  }
}
.lower-family .family_message_inner {
  padding-top: 38px;
}
@media (max-width: 834px) {
  .lower-family .family_message_inner {
    padding-inline: 3.5%;
  }
}
.lower-family .family_message_mainBox {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1175px;
  margin: 0 auto;
  border: #8ec4f0 12px solid;
  border-radius: 80px;
  padding: 57px 55px 55px 65px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_mainBox {
    padding: 50px 5% 58px 6%;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox {
    display: block;
    border-radius: 25px;
    border: #8ec4f0 4px solid;
    padding: 20px 6.5% 34px;
  }
}
.lower-family .family_message_mainBox .textArea {
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_mainBox .textArea {
    margin-top: 26px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea {
    margin-top: 24px;
  }
}
.lower-family .family_message_mainBox .textArea .familyIcon {
  position: absolute;
  top: -38px;
  left: -34px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea .familyIcon {
    top: -25px;
    left: -12px;
  }
}
.lower-family .family_message_mainBox .textArea .familyIcon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b -webkit-gradient(linear, left top, left bottom, color-stop(0, #05439b), color-stop(20%, #05439b), color-stop(80%, #0861c7), to(#0861c7));
  background: #05439b linear-gradient(180deg, #05439b 0, #05439b 20%, #0861c7 80%, #0861c7 100%);
}
.lower-family .family_message_mainBox .textArea .familyIcon_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 13px;
  display: block;
  width: 19px;
  aspect-ratio: 19/19.5;
  background: url(../img/family/message_bg.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea .familyIcon_inner::after {
    right: 8px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea .familyIcon_inner {
    width: 70px;
  }
}
.lower-family .family_message_mainBox .textArea .familyIcon img {
  width: 50px;
  aspect-ratio: 50/52;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea .familyIcon img {
    width: 30px;
  }
}
.lower-family .family_message_mainBox .textArea_text {
  font-size: 3.25rem;
  font-weight: bold;
  color: #05439b;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_mainBox .textArea_text {
    font-size: 2.7rem;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea_text {
    font-size: 1.85rem;
    line-height: 1.7;
  }
}
.lower-family .family_message_mainBox .textArea_text .focus {
  display: inline-block;
  color: #fff;
  background-color: #2fa7df;
  font-size: 3.15rem;
  line-height: 1.4;
  padding: 6px 12px 4px 11px;
  margin: 8px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_mainBox .textArea_text .focus {
    font-size: 2.7rem;
    padding: 5px 12px 5px 11px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea_text .focus {
    font-size: 1.85rem;
    line-height: 1.5;
    margin: 7px 5px 5px;
    padding: 4px 6px 5px 6px;
  }
}
.lower-family .family_message_mainBox .textArea_text .focus:last-of-type {
  font-size: 3.12rem;
  margin: 10px 5px 15px 0;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_mainBox .textArea_text .focus:last-of-type {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .textArea_text .focus:last-of-type {
    font-size: 1.8rem;
    margin: 6px 4px 8px 0;
    padding: 4px 6px 5px 6px;
  }
}
.lower-family .family_message_mainBox .textArea_text br + .focus {
  margin-left: 0;
}
.lower-family .family_message_mainBox .imgArea {
  max-width: 498px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.304%;
          flex: 0 0 48.304%;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .imgArea {
    max-width: 342px;
    margin: 0 auto;
  }
}
.lower-family .family_message_mainBox .imgArea img {
  aspect-ratio: 498/380;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox .imgArea img {
    border-radius: 15px;
  }
}
.lower-family .family_message_mainBox::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 4px solid #97f1fd;
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-family .family_message_mainBox::before {
    inset: 5px;
    border: 2.5px solid #97f1fd;
    border-radius: 19px;
  }
}
.lower-family .family_message_subPhoto {
  max-width: 212px;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-family .family_message_subPhoto {
    max-width: 172px;
  }
}
@media (max-width: 834px) {
  .lower-family .family_message_subPhoto {
    max-width: 106px;
    right: 3.5%;
  }
}
.lower-family .family_message_subPhoto img {
  aspect-ratio: 1/1;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-family .family_message_subPhoto img {
    border-radius: 12px;
  }
}

/*--------------------
 JOBS
--------------------*/
@media (min-width: 835px) {
  .lower-jobs_l .page-title__ja {
    font-size: 1.4rem;
    width: calc(100% - 6.4rem + 4px);
  }
}
@media (max-width: 834px) {
  .lower-jobs_l .page-title__ja {
    font-size: 1.1rem;
    gap: 3px;
    width: calc(100% - 2.3rem - 0px);
    margin-right: -6px;
  }
}
@media (max-width: 834px) {
  .lower-jobs_l .l-main {
    padding-top: 32px;
  }
}
.lower-jobs_l .jobs__inner {
  max-width: 1180px;
}
.lower-jobs_l .jobs__lead {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 74px;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__lead {
    margin-bottom: 32px;
  }
}
.lower-jobs_l .jobs__item {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__item {
    margin-top: 24px;
  }
}
.lower-jobs_l .jobs__item:first-child {
  margin-top: 0;
}
.lower-jobs_l .jobs__link {
  background: #fff;
  border: 1px solid #05439b;
  border-radius: 18px;
  overflow: hidden;
  opacity: 1;
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__link {
    border-radius: 16px;
  }
}
@media (any-hover: hover) {
  .lower-jobs_l .jobs__link:hover {
    -webkit-box-shadow: 0 0 24px rgba(5, 67, 155, 0.2);
            box-shadow: 0 0 24px rgba(5, 67, 155, 0.2);
  }
  .lower-jobs_l .jobs__link:hover .jobs__image img {
    scale: 1.05;
  }
  .lower-jobs_l .jobs__link:hover .jobs__icon {
    scale: 0.9;
  }
}
.lower-jobs_l .jobs__header {
  background: #05439b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-jobs_l .jobs__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  padding: 18.5px 3.6429872495% 14.32px;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__title {
    font-size: 2.2rem;
    padding: 1em 1% 0.9em clamp(16px, 2.8776978417vw, 24px);
  }
}
.lower-jobs_l .jobs__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-left: 78px;
  padding-top: 4px;
  clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__number {
    gap: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 25px;
  }
}
.lower-jobs_l .jobs__number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #05439b -webkit-gradient(linear, left bottom, left top, from(#086ad5), to(#05439b));
  background: #05439b linear-gradient(0deg, #086ad5, #05439b);
  pointer-events: none;
}
.lower-jobs_l .jobs__label {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 1.85rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__label {
    font-size: 1.3rem;
  }
}
.lower-jobs_l .jobs__label::first-letter {
  font-size: 3.06rem;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__label::first-letter {
    font-size: 2rem;
  }
}
.lower-jobs_l .jobs__count {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 3.06rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__count {
    font-size: 2rem;
  }
}
.lower-jobs_l .jobs__body {
  padding: 40px 3.4608378871% 40px 3.6429872495%;
}
@media (min-width: 835px) {
  .lower-jobs_l .jobs__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1176470588%;
  }
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__body {
    padding: 24px clamp(16px, 2.8776978417vw, 24px) 16px;
  }
}
.lower-jobs_l .jobs__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5882352941%;
          flex: 0 0 30.5882352941%;
  max-width: 312px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__image-block {
    margin-bottom: 16px;
  }
}
.lower-jobs_l .jobs__image {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__image {
    border-radius: 10px;
  }
}
.lower-jobs_l .jobs__image img {
  aspect-ratio: 312/219;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-jobs_l .jobs__text-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}
@media (min-width: 835px) {
  .lower-jobs_l .jobs__text-block {
    padding-right: 9.4117647059%;
  }
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__text-block {
    padding-bottom: 42px;
  }
}
.lower-jobs_l .jobs__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-block: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  width: clamp(45px, 4.1666666667vw, 50px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b linear-gradient(45deg, #05439b 0%, #275ca9 100%);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (min-width: 835px) {
  .lower-jobs_l .jobs__icon {
    translate: 0 -50%;
  }
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__icon {
    top: auto;
    bottom: 0;
    width: 36px;
  }
}
.lower-jobs_l .jobs__icon img {
  translate: 1px 0;
  rotate: 90deg;
  width: 14px;
  aspect-ratio: 14/8;
}
@media (max-width: 834px) {
  .lower-jobs_l .jobs__icon img {
    width: 12px;
  }
}

.lower-jobs_d .jobs__heading {
  margin-top: -8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-jobs_d .jobs__eng {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #05439b;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #05439b), to(#086ad5));
  background: linear-gradient(to bottom, #05439b 15%, #086ad5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 834px) {
  .lower-jobs_d .jobs__eng {
    font-size: 5rem;
  }
}
.lower-jobs_d .jobs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-jobs_d .jobs__title {
    gap: 6px;
    margin-top: 6px;
  }
}
.lower-jobs_d .jobs__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.lower-jobs_d .jobs__line::before, .lower-jobs_d .jobs__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #05439b;
  pointer-events: none;
}
.lower-jobs_d .jobs__line::before {
  top: -3px;
}
@media (max-width: 834px) {
  .lower-jobs_d .jobs__line::before {
    top: -2px;
  }
}
.lower-jobs_d .jobs__line::after {
  top: 3px;
}
@media (max-width: 834px) {
  .lower-jobs_d .jobs__line::after {
    top: 1px;
  }
}
.lower-jobs_d .jobs__ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #05439b;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-jobs_d .jobs__ja {
    font-size: 1.3rem;
  }
}
.lower-jobs_d .intro {
  position: relative;
  z-index: 2;
}
.lower-jobs_d .intro::before {
  content: "";
  position: absolute;
  inset: -80px 0 0 0;
  background: #f2f8fd;
  border-radius: 0 0 100px 100px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro::before {
    inset: -48px 0 0 0;
    border-radius: 0 0 40px 40px;
  }
}
.lower-jobs_d .intro::after {
  content: "";
  position: absolute;
  bottom: -213px;
  right: 0;
  width: 485px;
  aspect-ratio: 485/539;
  background: url(../img/jobs/bg_jobs_d_intro.png) center center/contain no-repeat;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: 0.3s cubic-bezier(0.71, 0.02, 0.86, 0.43);
  transition: 0.3s cubic-bezier(0.71, 0.02, 0.86, 0.43);
}
@media (max-width: 834px) {
  .lower-jobs_d .intro::after {
    top: clamp(144px, 25.3731343284vw, 170px);
    bottom: auto;
    width: clamp(145.5px, 44.8805970149vw, 300.7px);
  }
}
.lower-jobs_d .intro__inner {
  padding-top: 170px;
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro__inner {
    padding-top: 57px;
    padding-bottom: 48px;
  }
}
.lower-jobs_d .intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3333333333%;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-jobs_d .intro__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-jobs_d .intro__lead {
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro__lead {
    margin-top: 16px;
  }
}
.lower-jobs_d .intro__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.6666666667%;
          flex: 0 0 46.6666666667%;
  max-width: 560px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro__image-block {
    margin-bottom: 32px;
  }
}
.lower-jobs_d .intro__image {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-jobs_d .intro__image {
    border-radius: 10px;
  }
}
.lower-jobs_d .intro__image img {
  aspect-ratio: 560/393;
}
.lower-jobs_d.js-loaded .intro::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lower-jobs_d .movie .jobs__heading {
  margin-bottom: 34px;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie .jobs__heading {
    margin-bottom: 24px;
  }
}
.lower-jobs_d .movie .jobs__eng {
  font-size: 7.2rem;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie .jobs__eng {
    font-size: 3.6rem;
  }
}
.lower-jobs_d .movie .jobs__title {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie .jobs__title {
    margin-top: 8px;
  }
}
.lower-jobs_d .movie .jobs__ja {
  letter-spacing: 0.1em;
}
.lower-jobs_d .movie__inner {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie__inner {
    padding-top: 64px;
  }
}
.lower-jobs_d .movie__inner::before {
  content: "";
  position: absolute;
  inset: 130px 90px 208px -50vw;
  background: #f2f8fd;
  border-radius: 0 100px 100px 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie__inner::before {
    border-radius: 0 40px 40px 0;
    inset: 73px 2% 90px -50vw;
  }
}
.lower-jobs_d .movie__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie__subtitle {
    font-size: 1.9rem;
  }
}
.lower-jobs_d .movie__body {
  max-width: 720px;
  margin-inline: auto;
  margin-top: 17px;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie__body {
    margin-top: 10px;
  }
}
.lower-jobs_d .movie__block {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-jobs_d .movie__block {
    margin-top: 8px;
  }
}
.lower-jobs_d .movie__block:first-child {
  margin-top: 0;
}
.lower-jobs_d .movie__block iframe {
  width: 100%;
  aspect-ratio: 720/405;
}
.lower-jobs_d .oneday .jobs__heading {
  min-width: 350px;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday .jobs__heading {
    min-width: 176px;
  }
}
.lower-jobs_d .oneday .jobs__title {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday .jobs__title {
    margin-top: 8px;
  }
}
.lower-jobs_d .oneday .jobs__eng {
  font-size: 7.2rem;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday .jobs__eng {
    font-size: 3.6rem;
  }
}
.lower-jobs_d .oneday .jobs__ja {
  letter-spacing: 0.1em;
}
.lower-jobs_d .oneday__inner {
  padding-top: 88px;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__inner {
    padding-top: 66px;
  }
}
.lower-jobs_d .oneday__list {
  position: relative;
  padding: 75px 6.6666666667% 68px 7.5%;
  margin-top: 50px;
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__list:has(.oneday__item:only-child .oneday__time) .oneday__time::after {
    height: calc(100% + 68px + 75px);
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__list {
    padding: 32px 7% 40px calc(24px + 4%);
    margin-top: 24px;
    margin-left: -4%;
    margin-right: -7%;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
  }
  .lower-jobs_d .oneday__list::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(4% + 3px);
    width: 1px;
    height: 100%;
    background: #c4c4c4;
    pointer-events: none;
    z-index: -1;
  }
}
.lower-jobs_d .oneday__list::before {
  content: "";
  position: absolute;
  inset: 0 -50vw 0 0;
  background: #f2f8fd;
  border-radius: 100px 0 0 100px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__list::before {
    border-radius: 40px 0 0 40px;
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__item {
    margin-top: 24px;
  }
}
.lower-jobs_d .oneday__item:first-child {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__item:first-child .oneday__time::after {
    top: -75px;
    height: calc(100% + 36px + 75px);
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__item:last-child .oneday__time::after {
    height: calc(100% + 68px);
  }
}
.lower-jobs_d .oneday__time {
  position: relative;
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(121.6px, 11.6923076923vw, 152px);
            flex: 0 0 clamp(121.6px, 11.6923076923vw, 152px);
  }
}
.lower-jobs_d .oneday__time::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #05439b;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__time::before {
    top: 12px;
    right: auto;
    left: -23px;
    width: 10px;
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__time::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 2px;
    height: calc(100% + 36px);
    background: #c4c4c4;
    pointer-events: none;
    z-index: -1;
  }
}
.lower-jobs_d .oneday__time-text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 1.5384615385vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: #05439b -webkit-gradient(linear, left bottom, left top, from(#086ad5), to(#05439b));
  background: #05439b linear-gradient(0deg, #086ad5, #05439b);
  padding: 0.4em 0.5em;
  width: clamp(102px, 9.2307692308vw, 120px);
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__time-text {
    margin-top: 5px;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__time-text {
    font-size: 1.6rem;
    min-height: 32px;
    padding-top: 5px;
    width: 94px;
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .oneday__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 3.8834951456%;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__detail {
    margin-top: 12px;
  }
}
.lower-jobs_d .oneday__detail-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__detail-title {
    font-size: 2.2rem;
  }
}
.lower-jobs_d .oneday__detail-text {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-jobs_d .oneday__detail-text {
    margin-top: 4px;
  }
}
.lower-jobs_d .point__inner {
  padding-top: 83px;
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.lower-jobs_d .point__block-wrapper {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #14bdc9;
}
@media (min-width: 835px) {
  .lower-jobs_d .point__block-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .point__block-wrapper {
    border-radius: 15px;
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .point__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-left: 1px solid #14bdc9;
  }
  .lower-jobs_d .point__block:first-child {
    border-left: none;
  }
  .lower-jobs_d .point__block:first-child .point__title::before {
    content: none;
  }
}
.lower-jobs_d .point__block.-type02 .point__title-icon {
  margin-top: -14px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__block.-type02 .point__title-icon {
    margin-top: -12px;
  }
}
.lower-jobs_d .point__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: clamp(2.88rem, 2.7692307692vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.4;
  background: #05439b -webkit-gradient(linear, left bottom, left top, from(#0f9cae), to(#18d7de));
  background: #05439b linear-gradient(0deg, #0f9cae, #18d7de);
  padding: 0.9em 1em 0.7em;
}
@media (min-width: 835px) {
  .lower-jobs_d .point__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  .lower-jobs_d .point__title {
    gap: 0;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .point__title {
    font-size: 2.2rem;
  }
}
.lower-jobs_d .point__title-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .lower-jobs_d .point__title-icon {
    scale: 0.8;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .point__title-icon {
    scale: 0.65;
  }
}
.lower-jobs_d .point__title-icon img {
  display: block;
}
.lower-jobs_d .point__text {
  padding: 32px 9.6828046745% 48px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__text {
    padding: 20px 6.5%;
  }
}
@media (min-width: 835px) {
  .lower-jobs_d .point__button-wrapper {
    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: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-jobs_d .point__button-wrapper {
    margin-top: 24px;
  }
}
.lower-jobs_d .point__button-wrapper .common-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 255px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__button-wrapper .common-btn {
    margin-inline: auto;
    max-width: 240px;
  }
  .lower-jobs_d .point__button-wrapper .common-btn:nth-child(n+2) {
    margin-top: 8px;
  }
}
.lower-jobs_d .point__button-wrapper .common-btn__body {
  max-width: 255px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__button-wrapper .common-btn__body {
    max-width: 240px;
  }
}
.lower-jobs_d .point__button-wrapper .common-btn__link {
  padding: 0.5em 48px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c4c4c4;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__button-wrapper .common-btn__link {
    min-height: 56px;
    padding: 0.5em 32px;
  }
}
.lower-jobs_d .point__button-wrapper .common-btn__link::before {
  inset: auto;
  right: 24px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__button-wrapper .common-btn__link::before {
    right: 20px;
  }
}
.lower-jobs_d .point__button-wrapper .common-btn--white .common-btn__link::before {
  left: 24px;
}
.lower-jobs_d .point__date {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #888;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 45px;
}
@media (max-width: 834px) {
  .lower-jobs_d .point__date {
    margin-top: 24px;
  }
}/*# sourceMappingURL=style.css.map */